body, td, div, span, input, textarea, select, .base_text {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
}

body {
	background-color:#666;
	padding: 10px;
}

a, a:link, a:visited, a:hover { color: black; text-decoration: none;}

input, textarea, select {
	background-color:#EFEFEF;
	border:solid 1px #454545;
	color:#454545;
}

button {
	background: #0075C2;
}

.required {
	color: #990000;
	text-align:right;
}

.input_label {
	color: #121212;
	text-align:right;
}

.phone {
	font-size: 14px;
	font-weight: bold;
}

.tab_spacer {
	font-size: 0px;
}

.tab_active {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 4px;
	padding-left:5px;	
	background-color: #EFA300;
	padding:3px 10px;
	/* filter: Alpha(style=0,opacity=95); //Fade(duration=0.2); Shadow(color='#777777', Direction=135, Strength=5); */
}

a.tab_active:visited, a.tab_active:link {
	color: black;
	text-decoration: none;
	border-top: 0px;
}

a.sub_active:hover {
	color: black;
	text-decoration: none;
}

.tab_inactive {
	font-size: 12px;
	font-weight: bold;
	color: #000;
 	border-top: solid 2px white;
	padding: 4px;
	padding-left:5px;
}

a.tab_inactive, a.tab_inactive:visited, a.tab_inactive:link, a.tab_inactive:hover {
	color: #000;
	text-decoration: none;
	border-top: 0px;
}

a.tab_link, a.tab_link:visited, a.tab_link:link, a.tab_link:hover {
	color: #000;
	text-decoration: none;
	border-top: 0px;
}

a.sub_nav, a.sub_nav:link, a.sub_nav:visited {
	padding-top: 3px;
	margin-top: 3px;
	padding: 2px;
	margin-left:25px;
	font-size:11px;
	font-weight: bold;
	color:black;
	text-decoration: none;
}

a.sub_nav:hover {
	color:yellow;
	text-decoration: none;
}

.section_header {
	font-weight: bold;
	font-size: 18px;
	color: #000;	
}

.subsection_header {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.list_title { font-weight:bold; }

.pagelet {
	padding: 0px;
	margin: 1px;
	margin-bottom: 20px;
	text-align: left;
}
.pagelet_header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;

}

.pagelet_content {
	height: 50px;
	border: 2px ridge #EFA300;
	font-size:11px;
	padding: 5px;
}
a.pagelet_link, a.pagelet_link:visited, a.pagelet_link:hover, a.pagelet_link:link {
	text-decoration:none;
	color:black;
}

.component_label {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.user {
	font-weight:bold;
	font-size: 12px;
}

.results {
	font-size: 10px;
	background-color:#EFA300
}

.field_name {
	font-size:11px;
	font-weight:bold;
	background:#EFA300;
	color:#000;
}

.field_value {font-size:10px; text-align:center;}

.loading { margin-top:50px; margin-right:250px; color:white; background:#EFA300; width:200px; height:20px; font-size: 20px; padding:20px; text-align: center; border: solid 1px black; }

.filter_table {
	border: solid 0px black;
	background: #EFEFEF; 
	width:175px;
}

.page_link, .page_link_on { 
	border:solid 1px #EFA300; 
	text-align:center; 
	width:15px; height:15px; 
	background:#EFEFEF; 
	font:bold 10px verdana; color:#EFA300; 
	padding:1px;
}

.page_link_on {
	border:solid 1px #EFEFEF;
	background:#EFA300;
	color:#000;
}

.no_results /*, .message */ {
	font-weight: bold;
	text-align: center;
	color:#8C8157;
}

.message {
	font-weight: bold;
	text-align: center;
	color:#990000;
	margin-top: 10px;
	margin-bottom:10px;
}

.detail {
	position: absolute;	
	top: -1000px;
	left: 100px;
	border: solid 2px black;
	/* width: 500px;
	height: 200px; */
	background-color:#DDDDFF;
	z-index: 200;
}

.shadow {border: none; background-color:#345678; left: -1000px; z-index:100;}

.detail_field, .hover_field { 
	font-weight:bold;
}

.detail_line { border-bottom: solid 1px #CCCCFF; }

.hover_header {
	background:#EFA300;
	color:#FFF;
	text-align:center;
	padding: 3px;
	font-weight:bold;
 }
.hover_body { padding: 5px; }
.hover_data { text-align:center;}

.contact_comment { font-weight: bold; }

.orange_type { font-size: 12px; color: #FF3300}
.big_bottom_text { font-size: 12px; color: #666666}

a.big_bottom_link, a.big_bottom_link:link, a.big_bottom_link:visited {
	font-size:12px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
}
a.big_bottom_link:hover {
	font-size:12px;
	font-weight: bold;
	color:#EDFAE6;
	text-decoration: none;
}

.red_type { font-size: 10pt; color: #CC0000}
.red_xlarge { font-size: 18pt; color: #CC0000}



.advisor_button {
	border:solid 1px black;
	color:white;
	background-color:#00CC66;
	font-weight:bold;
}

.orange_border {
	border: solid 1px #EFA300;
}



