@charset "utf-8";
/* main layout */
body,textarea,input,select,option,optgroup {
	font: 12px Trebuchet MS, Helvetica, sans-serif;
}
optgroup{
  font-weight: bold;
}
body{	
	margin: 0px;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url("/images/background.png");
	background-repeat: repeat-x;
}
img{
  border: none;
}
a{
    text-decoration: none;
    color: #0000EF;
}
a:hover{
    text-decoration: underline;
}

table td{
  vertical-align: top;
  padding: 2px;
}

.twoColFixLtHdr #container {
	width: 972px;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #header {
	padding: 0 0 0 0;
	height: 106px;
	background: url("/images/header.png") no-repeat 0px 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
}
.twoColFixLtHdr #sidebar1, #leftMenu  {
	width: 190px;
}	

.twoColFixLtHdr #sidebar1 {
	float: left;
	margin:0 0 0 0;
	padding:0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 12px 190px;
	padding: 0;
}
.twoColFixLtHdr #footer {
	padding: 0 0 0 0;
	height: 73px;
	background: url("/images/footer-fade.png") repeat-x 0px 0px;
	border-bottom: 1px solid #000000;
}
.twoColFixLtHdr #footerContent {
	width: 956px;
	display:block;
	margin-left: auto;
    margin-right: auto;
	padding-top: 15px;
	text-align: right;
	color:#FFFFFF;
	font-size:10px;
}
.twoColFixLtHdr #footerContent a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.fltrt {
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.grey{
	color:#222222;
}
.darkblue{
	color:#000033;
}
.fltrt {
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
li{
	font-size: 10px;
}

input[type="text"]{
	font-size: 11px;
	border: 1px solid #182021;
}
input[type="password"]{
	font-size: 11px;
	border: 1px solid #182021;
}
textarea{
	font-size: 11px;
	border: 1px solid #182021;
}

.defaultInput{
	width: 300px;
	overflow: hidden;
}
.defaultInputSmall{
	width: 100px;
	overflow: hidden;
}
.defaultInputLarge{
	width: 300px;
}
.defaultSelect{
  font-size: 11px;
}
.defaultInputRed{
	width: 300px;
	background-color: #f7d6d6;
}
.defaultInputDisabled{
	width: 300px;
	background-color: #f7d6d6;
	border: 1px solid #dddddd;
}

#frmReplyText{
  width: 744px;
  background-color: #f7d6d6;
	border: 1px solid #000000;
	display: none;
}
#frmReplyText .td1{
  width: 734px;
}
#frmReplyText .td2{
  width: 10px;
}
.frmText,.frmSmallText{
	font-size: 10px;
	color: #000000;
}
.frmText{
	font-size: 11px;
	font-weight: bold;
}

.stdTableHead{
  width: 200px;
  font-weight: bold;
  float: left;
}
.stdTableHeadIndent{
  width: 190px;
  padding-left: 10px;
  font-weight: bold;
  float: left;
}
.stdTableMain{
  font-weight: normal;
  margin-left: 200px;
  width: 548px;
}

.eventInfoHead{
  width: 75px;
  font-weight: bold;
  float: left;
}
.eventInfoMain{
  font-weight: normal;
  margin-left: 75px;
  width: 260px;
}
.eventInfoHeadB{
  width: 100%;
  font-weight: bold;
  float: left;
}
.eventInfoMainB{
 font-weight: normal;
}

/* for the containers */
#popupContainer{
	width: 350px;
	text-align:left;
}
#stdPanel { border:1px solid black;padding:0px;margin:0px;font-size:10px;}
#stdPanel .hd, #stdPanel .bd, #stdPanel .ft { padding:5px;background:#293442;color:#ffffff; }

#stdPanel .container-close{ 
position: absolute;
top: 3px;
right: 2px;
width: 25px;
height: 15px;
background: url(/images/sprite.png) no-repeat 0px -300px;
cursor: pointer;
}
#stdPanel .hd{
padding:0 10px;
font-size:10px;
line-height:20px;
font-weight:bold;
color:#000;
background: url(/images/table-bg-dark.jpg) repeat-x 0px 0px;
}

.mask{background-color:#000;opacity:.25;*filter:alpha(opacity=25);}

.dig{
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right;
}
.newsRightInfo{ 
	float:right;
	width:180px;
	padding:0px;
}
.newsGoogleAdd{ 
	float:right;
	width:300px;
	padding:0px;
	padding-left:10px;
}
.googleRight{ 
	float:right;
	width:400px;
	height:300px;
	padding:0px;
	margin-top: 5px;
	border: 1px solid #000000;
}
.newsRightInfoTop{
background: url(/images/rightdivtop.png) no-repeat 0px 0px;
height: 20px;
display: block;
}
.newsRightInfoMid{
font-size:10px;
color:#ffffff;
padding-left:5px;
display: block;
}
.newsRightInfoBottom{
background: url(/images/rightdivbottom.png) no-repeat 0px 0px;
height: 20px;
display: block;
}

.left{
  text-align: left;
}
.right{
  text-align: right;
}
.rightFloat{
  text-align: right;
  float: right
}

.pageNav{
  width: 100%;
  font-size: 12px;
}


/*
	the header links
*/

/* new nav */

#navMenu{
	position:relative;
	top: 70px;
	left: 6px;
	text-indent:-9999px;
}

#navMenu ol{
	margin:0;
	padding:0;
}
#navMenu li{
	display:block;
	float:left;
	list-style-type:none;
}
#navMenu li a{
	display:block;
	float:left;
	text-decoration:none;
}

.menuHome {float:left;width:65px;height:30px;}
a.menuHome:hover{background: url("/images/btn-top-home-ov.png") no-repeat 0px 0px;}

.menuSearch {float:left;width:68px;height:30px;}
a.menuSearch:hover{background: url("/images/btn-top-search-ov.png") no-repeat 0px 0px;}

/*
  Pagination
*/

  div.pagination {
		padding: 0px;
		margin: 3px;
		font-family:Tahoma,Helvetica,sans-serif;
		font-size:.85em;
	}
	
	div.pagination a {
		border: 1px solid #ccdbe4;
		margin-right:3px;
		padding:2px 8px;
		background-position:bottom;
		text-decoration: none;
		color: #0061de;		
	}
	div.pagination a:hover, div.pagination a:active {
		border: 1px solid #2b55af;
		background-image:none;
		background-color:#3666d4;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 6px;
		font-weight: bold;
		color: #000;
	}
	div.pagination span.disabled {
		display:none;
	}
	div.pagination a.next{
		border:2px solid #ccdbe4;
		margin:0 0 0 10px;
	}
	div.pagination a.next:hover{
		border:2px solid #2b55af;
	}
	div.pagination a.prev{
		border:2px solid #ccdbe4;
		margin:0 10px 0 0;
	}
	div.pagination a.prev:hover{
		border:2px solid #2b55af;
	}