@charset "utf-8";
/* CSS Document */

* {
font-family:verdana;
}

html {height:100%}

body {
background:#2a2d30;
margin:0px;
height:100%;
color:#484b4e;
text-align: center;
}

a {color:#0976bd; text-decoration:none;}
a:hover {color:#666666; text-decoration:underline;}

.normalLinks a {text-decoration:none; color:#666666 !important; font-size:12px}
.normalLinks a:hover {text-decoration:underline; color:#0976bd !important;font-size:12px }

.CollapsiblePanelContent a {text-decoration:none !imporant; color:#0976bd !important; font-size:12px}
.CollapsiblePanelContent a:hover {text-decoration:underline; color:#666666 !important;font-size:12px }

.CollapsiblePanelTab a {text-decoration:none; color:#0976bd !important; font-weight:bold;}

.CollapsiblePanelClosed a {text-decoration:none; color:#666666 !important;}
.CollapsiblePanelClosed a:hover {text-decoration:none; color:#0976bd !important;}


.Cb {font-weight:bold; color:#666666;}
.Cb a {text-decoration:none; color:#666666 !important;}

.Cb a:hover {text-decoration:none; color:#0976bd !important;}


.value_input input {width:200px !important;}

#TopNav a {
color:#6a737b;
text-decoration:none;
}

#TopNav a:hover {
color:#0976bd !important;
text-decoraton:none;

}

.anynews a {font-size:12px; color:#0976bd; }

h6  {font-size:11px; text-decoration:none; font-weight:normal; color:#8f969c; margin-top:3px; margin-bottom:10px;}



#SiteContainer {
width:669px;
background:url(images/669BG.gif) repeat-y 2px ;
text-align: left;
border-left:1px solid #55585b;
border-right:1px solid #55585b;
padding-left:2px;
padding-right:2px;
position:relative;
overflow:hidden;
height:100%;
}



#SiteContainer2 {
width:900px !important; /*for real browsers */
width:903px; /*for ie6*/
background:url(images/midBG.png) repeat-y 2px ;
text-align: left;
border-left:1px solid #55585b;
border-right:1px solid #55585b;
padding-left:2px;
padding-right:2px;
position:relative;
overflow:hidden;

}

#ContentContainer {
width:inherit;
margin-top:0px;
position:relative;
height:100%;
}

#Left {
width:334px;


position:relative;
float:left;
background:url(images/leftBG.jpg) top right no-repeat;

padding-bottom: 32767px;
	margin-bottom: -32767px;

}

#Left #TopNav {height:112px;
background:url(images/TopLeftBG.jpg);
font-size:11px;
color:#6a737b;
padding-left:8px;
padding-top:11px;
}

#HomeRight #TopNav {height:112px;

font-size:11px;
color:#6a737b;

padding-top:11px;
}

#Mid {
width:176px;
position:relative;
float:left;
border-right:1px solid #b0b1b2;
padding-left:8px;
padding-right:8px;
font-size:11px;
background:#FFFFFF;

padding-bottom: 32767px;
	margin-bottom: -32767px;

}

#Mid #TopNav {height:12px;

font-size:11px;
color:#6a737b;
padding-left:2px;
padding-top:11px;

}
#Mid img {margin-left:-8px; margin-right:-8px;}

#Right {
width:341px;
position:relative;
float:left;
padding-left:16px;
padding-right:16px;
font-size:11px;
background:#FFFFFF;
padding-bottom: 32767px;
	margin-bottom: -32767px;

}

#Right  #TopNav {height:112px;

font-size:11px;
color:#6a737b;
padding-left:0px;
padding-top:11px;

}

#HomeRight {
width:303px;
position:relative;
float:left;
padding-left:16px;
padding-right:16px;
font-size:11px;


}




/*Styles for text */

hr {

border-top:1px solid #c2c3c4;
border-left:none;
border-right:none;
border-bottom:none;
padding-top:2px;
padding-bottom:2px;
}

.text14px {

font-size:13px;

}

.text12px {

font-size:12px;

}

.greyText {color:#737272;}
.darkGrey {color:#6a737b;}

h1 { font-size:13px; color:#0088e0; display:inline;}

#Links{	border-top: solid 1px #dedfe0;
	margin-bottom:-1px;
	margin-left: 0px;
		margin-right: 0px;
			margin-top: 0px;
	padding-left: 11px;
padding-top:3px;
	padding-bottom:3px;

	-moz-user-select: none;
	-khtml-user-select: none;
		width:265px;
	font-size:13px;

	}
	
	
	
.style3 {font-size: 10px}
.style4 {font-size: 13px}
.style1 {font-size: 11px}

/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
	display: none;
  position: fixed;
  left: 50%;
  padding: 15px;
	top:10%;
  -webkit-box-shadow: 0px 0px 8px #111;
  background:#FFF;
	width:300px;
	margin-left:-395px;
	text-align:left;
	font-size:12px;
}
#sm_content small{font-size:77%;}
#sm_content .sm_close{
	float:right;
	cursor:pointer;
}
#sm_content h3{font-size:116%;}
#sm_olay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	 width:200px;
}

ul.horizontal li{
	position:relative;
	float:left;
	margin:5px 5px 5px 0;
}

.hidden{display:none;}

/* Nasty clearfix hacks */
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
