/**:focus {
	outline: none;
}*/
a:hover { color: red; text-decoration: underline }
a { text-decoration: none }
body  { font-size: 12px; font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular }
form { }
h1    { color: #660933; font-weight: normal; font-size: 24px }
h2     { color: #660933; font-weight: normal; font-size: 20px; margin-bottom: 2px }
h3   { color: #660933; font-weight: normal; font-size: 18px; margin-bottom: 0px }
h4    { color: #660933; font-weight: normal; font-size: 16px; margin-bottom: 4px; padding: 2px; border-style: none none none solid; border-width: 1px 1px 1px 8px; border-color: #660933 }
h5  { color: white; font-weight: bold; font-size: 14px; background-color: #660933; margin-bottom: 0px; padding: 4px }
h6 { font-weight: bold; font-size: 12px; margin-bottom: 0px }
img {
	border-width: 0px;
	border-style: none;
}
li { padding-bottom: 5px }
td { font-size: 12px; font-family: Verdana, Helvetica, Geneva, Arial, Sans }
.agent_profile  { padding: 4px; border-style: none solid solid solid; border-width: 1px; border-color: #a9a9a9 }
.message { background-color: #f5f5f5; padding: 16px; border-style: none solid solid solid; border-width: 1px; border-color: #a9a9a9 }
.callout1    { background-color: #ffc; padding: 5px; border: solid 1px #ff6 }
.callout2   { background-color: #f5f5f5; padding: 5px; border: solid 1px #ccc }
.content    { font-size: 12px; padding: 0px 24px 16px }
.footer  { font-size: 10px }
.hidden { display: none; }
.img_border { border: double 4px silver }
.loggedin { color: gray; font-size: 10px; text-transform: capitalize }
.my10px  { font-size: 10px }
.my12px  { font-size: 12px }
.my14px  { font-size: 14px }
.my16px  { font-size: 16px }
.my18px  { font-size: 18px }
.my20px  { font-size: 20px }
.navtext    { font-size: 12px }
.noprint { }
.printonly { display: none !important }
.result_count { color: #666; font-size: 10px }
.results_header_row_sort { font-size: 10px; background: #f5f5f5 url(../images/icons/bkg_header_row_blue.jpg); padding-right: 4px; padding-left: 4px; border: solid 1px silver }
.results_header_row_sort a { color: black; text-decoration: underline }
.results_header_row   , .results_header_row td{ font-weight: normal; font-size: 10px; background: #f5f5f5 url(../images/icons/bkg_header_row.jpg); padding-right: 4px; padding-left: 4px; border: solid 1px silver }
.results_header_row a  { color: black; font-weight: normal; text-decoration: underline }
.results_row_over td  { background-color: #ff6; cursor: hand  }
.results_row_over td img   { visibility: visible; display: inline  }
.results_row_out td { }
.results_row1  { font-size: 10px; background-color: #dcdcdc; padding-right: 4px; padding-left: 4px }
.results_row2 { font-size: 10px; background-color: white; padding-right: 4px; padding-left: 4px }
	/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1 { background-color: #ff0 }

	.tableRollOverEffect2{
		background-color:#000;
		color:#FFF;
	}
	
	.tableRowClickEffect1  { font-weight: bold; background-color: #fc9 }
	.tableRowClickEffect2{
		background-color:#00F;
		color:#FFF;
	}
.sticky_note_bkg  { background: #f8f897 url(../images/sticky_note.data_/images/sticky_note_05.png) }
.subnav           { margin: 0px; padding: 0px; border-style: none solid none none; border-width: 1px; border-color: silver }
.subnav p { margin-bottom: 0px; padding-bottom: 0px }
.subnav ul         { text-align: left; list-style-type: none; border-style: solid none none none; border-width: 1px; border-color: silver; height: auto }
.subnav li      { list-style-type: none; margin: 0px; padding: 0px; border-style: none none solid none; border-width: 1px; border-color: #c0c0c0 }
.subnav ul ul li    { background-color: #f5f5f5; border-style: none none solid none; border-width: 1px; border-color: #808080 }
.subnav ul ul ul li   { background-color: #999 }
/*

To make the links active for the full width of the DIV, I made them display: block;.
This works for everything but IE/Windows. If you give the block an explicit width of 
100%, then IE/Windows plays along. But doing this creates problems with IE5/Mac and 
Netscape/Mozilla. So I used the child selectorÒ>Ó to redefine the width to auto. 
Since IE/Windows doesnÕt understand child selectors, it ignores the rule. IE5/Mac, 
Opera and Netscape/Mozilla follow the rule, and everyone is happy.

*/
.subnav ul li a          { color: black; font-size: 10px; text-decoration: none; background: url(../images/icons/triangle.gif) no-repeat 2px 5px; list-style-type: none; margin: 0px; padding: 4px 4px 4px 10px; width: 104%; display: block }
.subnav ul ul li a   { font-size: 9px }
.subnav ul ul li a:hover    { font-size: 9px }
.subnav ul ul li a:visited    { font-size: 9px }
.subnav ul ul ul li a    { font-size: 9px }
.subnav ul ul ul li a:hover     { font-size: 9px }
.subnav ul ul ul li a:visited     { font-size: 9px }
.subnav li a:hover  { color: white; text-decoration: none; background: #660933 url(../images/icons/triangle_over.gif) no-repeat 2px 5px; list-style-type: none; margin: 0px; display: block }
.subnav a:visited  { color: black; margin: 0px }
.subnav a#contacts {
	display: none !important;
}
.tabs    { margin-bottom: 16px; padding-bottom: 0px; border-bottom: 1px solid #cea749 }
.form_field { color: #696969; margin: 2px; padding: 2px; border-style: solid; border-width: 2px 1px 1px 1px; border-color: #c0c0c0 silver silver silver }
html>body .subnav li a { width: auto; }
#admin_link   { color: white; font-weight: normal; font-size: 10px }
#agentarea         { font-size: 40px; margin: 0px 8px 0px 0px; padding: 0px; position: relative; top: 10px }
#agentarea img { margin-bottom: 10px }
#header     { color: white; background-color: black; margin: 0px 0px 0px -1px }
#header table { color: white; background-color: black; margin: 0px }
#logo { }
#logout  { color: white; font-weight: normal; font-size: 10px }
#main    {
	background: url(../images/globe.jpg) no-repeat right 100%;
	margin: -4px 0px 0px;
	padding: 0px;
	border-style: none none none solid;
	border-width: 1px 1px 8px 1px;
	border-color: #c0c0c0 #c0c0c0 #660933 #c0c0c0
}
#nav    { font-size: 11px; margin: 0px; border-style: none; border-width: 1px 1px 8px 1px; border-color: silver silver #660933 silver }
#nav ul  { list-style-type: none; margin: 0px; padding: 0px }
#util_links { margin-top: 4px; margin-right: 8px }
#title       { font-size: 18px; font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular; text-align: right; text-transform: uppercase; margin-top: 4px; margin-right: 8px; margin-bottom: 4px }

