/* --------------------------------------------
|  GLOBAL CLASSES											
--------------------------------------------- */
	.list_header{
		font-size: 11px;
		font-weight: bold;
		background: #c5cad3;
		margin: 0 0 0 1px;
		padding: 2px 0 2px 12px;
		}
	.column_header { background-color: #DDD; color:#2D1576; font-weight:bold;padding:5px; }
	.column_header a{ color:#2D1576; font-weight:bold;}
	.column_header a:hover{ }

	#dtListStandard {
	list-style-type:square;
	margin:0px 0px 0px 10px;
	padding:0px;
	}
	#dtListStandard ul{
	margin:0px 0px 0px 0px;
	}
	#dtListStandard li {
	background: url(../../dt_local/images/list_separator.gif) 0 5px no-repeat;
	padding: 0px 5px 8px 10px;
	list-style:none;
	margin-left:0px;
	text-align: justify;
	}
	.sub_text {
		color:#828282;
		}
	.color_text{
	color:#b65252;
	}
	.color2variant{
	background-color:#E7E7E9;
	}
	.rowDiv {
		border-bottom:1px solid #CCCCCC;
		}

.inputShort{
	font-size:10px;
	width:75px;
}

.inputMedium{
	font-size:10px;
	width:150px;
}

.inputLong{
	font-size:10px;
	width:250px;
}

.inputDTHighlight {
	background-color:#FFFFCC;
	font-size:10px;
}

.textLong{
	font-size:11px;
	width:250px;
}
	
#dt_left_console{
position:relative;
float:left; 
}

.row_alt{
	background-color:#F5F5F7;
	}
.row_highlight{
	background-color:#e2c681;
	}
/* --------------------------------------------
|  SEARCH BAR											
--------------------------------------------- */
#searchbar {

	width:205px;
}
	#searchbar select{
		z-index:-100;
		}

	#searchbar label {
		padding: 11px 0 5px 0;
		color: #39465c;
		font-weight:normal;
		display:block;
		}
	#searchbar .searchBtn {
		margin-bottom: -2px;
		}
	#searchbar .shortRange {
		width: 86px;
		font-size:10px;
		}
	#searchbar .wideRange {
		width: 175px;
		font-size:10px;		
		}
/*---------------------------------------------
|	COMP STYLES
----------------------------------------------*/
#comps_search #search_suggest {		
			position:absolute;
			left:7px;	
			top:140px;
			background-color: #FFFFFF; 		
			text-align: left; 		
			border: 1px solid #000000;
			width:186px; 
			display:none;
			z-index:40;	
			}
		#comps_search .suggest_link_out {		
			width:186px;
			background-color: #FFFFFF;		
			padding: 2px 6px 2px 6px;
			overflow:hidden;	
			border-bottom:1px solid #CCCCCC;
			}	
		#comps_search .suggest_link_over {		
			width:186px;
			background-color:#F2F2F5;	
			padding: 2px 6px 2px 6px;	
			cursor:pointer;
			border-bottom:1px solid #CCCCCC;
			}
		#comps_search .suggest_subtext{
			color:#999999;
			font-size:9px;
			}
		#comps_search .suggest_highlighttext{
			background-color:#FFFFCC;
			font-size:9px;
			}

/* --------------------------------------------
|  MAIN CONTENT DIV											
--------------------------------------------- */
#dt_content{
	position:relative;
	float:left;
	width:535px;
	left:10px;
}



/* --------------------------------------------
|  SMALL BOXES										
--------------------------------------------- */
		 #box1 {
			position:relative;
			display:block;
			width:250px;
			float:left;
			left:10px;
		}
		

		 #box2 {
			position:relative;
			display:block;
			width:250px;
			float:left;
			left:25px;
		}	
		 .box_top {
			background-image:url(../../dt_local/images/structure/small_box_top.gif);
			height:27px;
			width:250px;
		}
			 .box_top span{
				color:#FFFFFF;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				position:relative;
				top:6px;
				left:10px;
				width:48px;
			}
		 .box_middle {
			/*background-image:url(../dt_local/images/structure/bg_content_area.jpg);*/
			background-repeat:repeat-y;
			width:248px;
			min-height:60px;
			border:1px solid #CCCCCC;
			background-color:#F2F2F2;
		}
		* html .box_middle{
			height:80px;
			}
			 .box_middle span{
				position:relative;
				top:5px;
				left:10px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#333366;
			}
				.box_middle ul{
					margin: 5px 0 5px 0;
					padding: 0 0 0 0;
					list-style:none;
					position: relative;
				}
				.box_middle ul li{
					border-bottom: 1px solid #fff;
					margin-top: 0;
					margin-right: 1px;
					margin-bottom: 0;
					margin-left: 2px;
					padding-top: 5px;
					padding-right: 0px;
					padding-bottom: 5px;
					padding-left: 17px;
					background-color: #F5F5F7;
					background-image: url(../../dt_local/images/right_arrow_color.gif);
					background-repeat: no-repeat;
					background-position: 10px 8px;
				}
				.box_middle ul li a{text-decoration:none; color:#b65252; font-weight:bold;}
				.box_middle ul li a:hover{text-decoration:underline; color:#b65252; font-weight:bold;}
				.box_middle ul li .description{
					margin:2 0 0 10px;
					
					}
	
		 .box_bottom {
			width:250px;
			float:left;
			height:14px;
		}
/* --------------------------------------------
|  LISTING RESULTS										
--------------------------------------------- */
#listing_results{
float:left;
position:relative;
top:15px;
width:760px;
}
#listing_results th{
	background-color:#c5cad3;
	text-align:left;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}
#listing_results th a{
	color:#39465c;
	font-weight:bold;
	text-decoration:none;
}
#listing_results th a:hover{
	text-decoration:underline;
}
#listing_results td{
	padding:3px;
}
#listing_results .top_row{
	border-bottom:1px dotted #CCC;
	}
#listing_results .expanded_bottom{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	}
#listing_results .expanded_left{
	border-right:1px solid #CCCCCC;
	}
#listing_results .group_head{
		border-bottom: 3px solid #CCC;
		background: #e7e9ed;
		padding: 4px 0 4px 0;
		padding-left:16px;
		color: #d06402;
		font-size: 11px;
		}
#page_table{
float:left;
position:relative;
width:515px;
left:10px;
top:3px;
}
.visible{
	display:block;
	}
.hidden{
	display:none;
	}
	
	
/* --------------------------------------------
|  LISTING MAIN NAVIGATION										
--------------------------------------------- */
#listing #subnav{
	width: 515px;
	height:25px;
	list-style:none;
}

#listing #subnav ul{
	margin-left:0px;
	padding-left:5px;
	
}
	/* TAB ON */
	#listing #subnav #tab_on li{
		position:relative;
		float:left;
		list-style:none;
		height:25px;
		cursor:pointer;
		}
	#listing #subnav #tab_on .title{
		position:relative;
		float:left;
		background-color:#8f9db6;
		height:25px;
		text-align:center;
	}
	#listing #subnav #tab_on .left{
		position:relative;
		float:left;
		background-image:url(../member_graphics/nav/listing_nav_left_on.gif);
		background-position:right;
		background-repeat:no-repeat;
		height:25px;
		width:19px;
	}
	#listing #subnav #tab_on .right{
		position:relative;
		float:left;
		background-image:url(../member_graphics/nav/listing_nav_right_on.gif);
		background-position:left;
		background-repeat:no-repeat;
		height:25px;
		width:19px;
	}
	#listing #subnav #tab_on span{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		height:25px;
		position:relative;
		top:7px;
		color:#FFFFFF;
	}
		#listing #subnav #tab_on a:hover{
text-decoration:none;
		}
	
	/* TAB OFF */
	#listing #subnav #tab_off li{
		position:relative;
		float:left;
		list-style:none;
		height:25px;
		cursor:pointer;
		}
	#listing #subnav #tab_off .title{
		position:relative;
		float:left;
		background-color:#c9c9cb;
		height:25px;
		text-align:center;
	}
	#listing #subnav #tab_off .left{
		position:relative;
		float:left;
		background-image:url(../member_graphics/nav/listing_nav_left_off2.gif);
		background-position:right;
		background-repeat:no-repeat;
		height:25px;
		width:19px;
	}
	#listing #subnav #tab_off .right{
		position:relative;
		float:left;
		background-image:url(../member_graphics/nav/listing_nav_right_off2.gif);
		background-position:left;
		background-repeat:no-repeat;
		height:25px;
		width:19px;
	}
	#listing #subnav #tab_off span{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		height:25px;
		position:relative;
		top:7px;
		color:#FFFFFF;
	}
	#listing #subnav #tab_off a:hover{
	text-decoration:none;
		}
/* --------------------------------------------
|  POP-UP STYLES									
--------------------------------------------- */
#popupContent{
	text-align:left;
	}
