/* 
=================================
 Society Container Styles for DNN
=================================
*/  


.search_master {
	clear: both;
	position: static;
	padding: 0px;
	margin: 0;
	width: 500px;
	max-width: 500px
	height: auto;
}

.search_master:after {
	clear:both;
	position: static;
}

.search_content
{	float: left;
	width: 500px;
	max-width: 500px;
	height: auto;
	padding: 0;	
	margin: 0;  
}
.search_content A.CommandButton:active {display: block;visibility:hidden;width:0; height:0; overflow:hidden; font-height:0; line-height: 0}
.search_content A.CommandButton:link {display: block;visibility:hidden;width:0;  height:0;overflow:hidden; font-height:0; line-height: 0}
.search_content A.CommandButton:hover {display: block; visibility:hidden;width:0;  height:0;overflow:hidden; font-height:0; line-height: 0 }
.search_content A.CommandButton:visited {display: block; visibility:hidden;width:0;  height:0;overflow:hidden; font-height:0; line-height: 0}

.search_content A.SubHead:active {width: 480px; display: block }
.search_content A.SubHead:link {width: 480px; display: block }
.search_content A.SubHead:hover {width: 480px; display: block }
.search_content A.SubHead:visited {width: 480px; display: block }

.search_content TR {width: 500px; }
.search_content TD {width: 480px; }
.search_content TABLE {width: 500px; }

.container_master {
	clear: both;
	position: static;
	padding: 0px;
	margin: 0;
	width: 100%;
	height: auto;
}

.container_master:after {
	clear:both;
	position: static;
}

.container_content
{	float: left;
	width: 100%;
	height: auto;
	padding: 0;	
	margin: 0;  
}


.rowHolder {
	float:left;
	text-align:left;
	height: auto;
	width: 100%;
	padding:0;margin:0;
	}

.rowHolder:after { 
 	clear: both;
	position: relative;
	}

.iconLeft { 
	float:left;
	padding: 0;
	margin: 0;
	height: 0;
	}

.iconRight { 
	float:right;
	top: 0;
	text-align: right;	
	padding: 0;	
	margin: 0;
	height: 0;
	}

html>body .iconRight {
	min-height: 0px;
	height: auto;
}

.iconTLeft { 
	text-align: left;
	padding: 0;	
	margin: 0;
	}

.icon {	padding: 0; 
	margin: 0;
	text-align: right;
	}

.actions {
	top:0px;
	max-width:20px;
	width: 0px;
	}


