/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #dfdfdf url(/web/images/bg.png) repeat;
 font-size: 14px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


img {
 border:0;
}

a {
 color: #3F784A;
}

a:visited {
 color: #01582B;
}

a:hover {
 color: #41794B;
}

#wrapper {
 width: 922px;
 margin: 0px auto;
 padding: 0px;
 border: 1px solid #dfdfdf;
 background: #ffffff;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}
/* Header */
#header {
 float: left;
 width: 100%;
 height: 105px;
 margin: 0px;
 padding: 0px;
 background: #01582b url(/web/images/logo.jpg) no-repeat;
}

#header #title {
 margin: 10px 0px 0px 10px;
 padding: 0px;
 color: #000000;
 font: bold 2.5em 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #000000;
}

#header div#description {
 margin: 0px 0px 0px 20px;
 padding: 0px;
 color: #666666;
 font-size: 1.2em;
 text-align: left;
}

/************************************************

*	Navbar      								*

************************************************/
#navbar {
	clear: both;
	background: #01582B;
	width: 100%;
	height: 25px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	overflow: hidden;
}
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar p {
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}
#navbarright a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#navbarleft {
	width: 60%;
	float: left;
	margin: 0px;
	padding: 3px 0px 8px 0px;
}
#navbarright {
	width: 39%;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 3px 0px 8px 0px;
	text-align: right;
}
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
}
#navbar ul li a, #navbar ul li a:visited {
	background: #01582B;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 7px 14px 6px 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}
#navbar ul li a:hover {
	background: #40784A;
	color: #FFFFFF;
	margin: 0px -3px 0px 0px;
	padding: 7px 14px 6px 12px;
	text-decoration: none;
}
.current_page_item a, .current_page_item a:hover {
    background: #FFFFFF !important;
    color: #01582B !important;
}

/* Main contents */
#contents {
 float: left;
 width: 690px;
 margin: 0px 0px 0px;
 padding: 0px;
 font-size: 1.0em;
 text-align: left;
}


#contents .contents_body {
 margin: 10px 10px;
 padding: 0px;
}




#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

#messagebar {
	clear: both;
	background: #FFFFFF;
  width: 100%;
	height: 25px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	overflow: hidden;

}

#messagebar a, #messagebar a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
}
	
#messagebar a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 200px;
 margin: 15px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

.sidebar h4 {
 margin: 5px 5px 0px 0px;
 padding: 5px 10px;
 border-bottom: 1px dashed #0600B3;
 border-left: 5px solid #0600B3;
 background:  url(/web/images/sidebar_side.png) repeat;
 color: #0600B3;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}
.sidebar ul{
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.sidebar li{
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.sidebar ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 20px 0px 0px;
 border: 1px solid #cfcfcf;
 background: #ededed;
 font-size: 0.8em;
 text-align: right;
}

.tag_cloud { padding: 3px; text-decoration: none; }   
.tag_cloud:link  { color: #81d601; }   
.tag_cloud:visited { color: #019c05; }   
.tag_cloud:hover { color: #ffffff; background: #69da03; }   
.tag_cloud:active { color: #ffffff; background: #ACFC65; }   



.contenttable table {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #2E2E2E;
	padding: 0px 7px;
	margin: 0px 0px 0px;
}
.contenttable caption {
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	height: 35px;
	color: #243D02;
	border: 1px solid #243D02;
}
.contenttable thead th {
	background: #243D02 url(/web/images/th.jpg) no-repeat right;
	height: 30px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	
	text-align: left;
	border-right: 1px solid #8D8D8D;
}

.contenttable tbody tr {
	background: url(/web/images/td1.jpg) repeat-x top;
	
}
.contenttable tbody tr.odd {
	background: #7DBB27;
}

.contenttable tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	padding: 0px 7px;
	height: 30px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	text-align: left;
}
.contenttable a {
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: underline;
	
}
.contenttable a:hover {
	color: #01582B;
	text-decoration: underline;
}
.contenttable tfoot th {
	background: #243D02 url(/web/images/foot.jpg) repeat-x bottom;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}
.contenttable tfoot td {
	background: #243D02 url(/web/images/foot.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
	
}



/************************************************
*	Subnav      								*
************************************************/

#subnav {
	clear: both;
	background: #FFFFFF;
	width: 100%;
	height: 28px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#subnav p {
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#subnav a, #subnav a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#subnav a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#subnav a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
#subnav ul li a, #subnav ul li a:visited {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	}

#subnav ul li a:hover {
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
	
#subnavleft {
	width: 15%;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
	

#subnavright {
	width: 85%;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#newsticker {
 clear:both;
 color: #BF2D2D;
 width: 100%;
 height: 20px;
 margin: 0px;
 padding: 0px 0px 0px;
 -moz-opacity: 0.8;
}

#newsticker a {
 color: #BF2D2D;
 text-decoration: none;
}

.newsticker {
 
}



/***********************************
* Party Performance Table
************************************/

.simpletable table {
	width: 90%;
	border-collapse:collapse;
	border:1px solid #2E2E2E;
}

.simpletable thead th {
	background: #243D02 url(/web/images/th.jpg) no-repeat right;
	height: 30px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}

.simpletable thead th.subheading {
	background: #e5e5e5;
	height: 30px;
	color: #000000;
	font-family:  Tahoma, Verdana;
	font-size: 0.6em;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}
.simpletable thead th.subheading2 {
	background: #e5e5e5;
	height: 30px;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border: 1px solid #8D8D8D;
}

.simpletable thead th.corner {
	background: #FFFFFF;
	height: 30px;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border: none
}
.simpletable tbody th.subheading {
	background: #e5e5e5;
	height: 30px;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border: 1px solid #8D8D8D;
}


.simpletable tbody th {
	background: #243D02 url(/web/images/th.jpg) no-repeat right;
	height: 30px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #8D8D8D;
}


.simpletable tbody tr.odd {
	background: #FAFAFA;
}

.simpletable tbody td {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	font-weight: bold;
	padding: 10px 7px;
	height: 30px;
	border-top: 1px solid #243D02;
	border-right: 1px solid #8D8D8D;
	border-bottom: 1px solid #2E2E2E;
	text-align: center;
}

.section_heading {

	margin: 10px auto 0px;
	padding: 10px 0px;
	clear: both;
	color: #000000;
	font: bold 0.9em 'arial', sans-serif;
 	text-align: left;

}

.pager {
 
 float: bottom;
 margin: 0px;
 
}

.indicator {

 margin: 0px;
 clear: both;
 float: right;
}

.pager a {
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 7px;
}
.pager a:visited {
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 7px;
}
.info_section {
  margin: 0px 0;
	padding: 15px 10px 15px;
	background-color:#fff;
	border: 1px solid #f2f2f2;	
	overflow: auto;
}

.xstooltip 
{
    background: #01582b;
    color: #FFFFFF;
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    width: 175px;
    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    z-index: 350000000;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	  padding: 15px 0 0 0;
	  width:200px;
	  text-align: left;
	  color: #000000;
	  filter: alpha(opacity:90);
	  KHTMLOpacity: 0.90;
	  MozOpacity: 0.90;
	  opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	font: italic 8pt sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding: 30px 8px 10px;
  background: url(/web/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/web/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;

  background: url(/web/images/bubble.gif) no-repeat bottom;
}
