@charset "utf-8";
/* CSS Document */

@media print{@page {size: landscape}}

html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	background-color:#707070;
	margin: 0;
	height:90%;
	color:#444444;
	line-height: 1.5em;
	width:100%;
}

ul {
	margin-top: -6px;
}

a{color:#7EBE39;} 
a:link {color:#7EBE39;}      /* unvisited link */
a:visited {color:#7EBE39;}  /* visited link */
a:hover {color:#7EBE39;}  /* mouse over link */
a:active {color:#7EBE39;}  /* selected link */
a{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:13px; text-decoration: none} 

a.heading:link {color:#7EBE39;}      /* unvisited link */
a.heading:visited {color:#7EBE39;}  /* visited link */
a.heading:hover {color:#7EBE39;}  /* mouse over link */
a.heading:active {color:#7EBE39;}  /* selected link */
a.heading{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:14px; text-decoration: none; font-weight:bold;}

a.white:link {color:#FFFFFF;}      /* unvisited link */
a.white:visited {color:#FFFFFF;}  /* visited link */
a.white:hover {color:#FFFFFF;}  /* mouse over link */
a.white:active {color:#FFFFFF;}  /* selected link */
a.white{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:13px; text-decoration: none} 

a.blue:link {color:#0A64A4;}      /* unvisited link */
a.blue:visited {color:#0A64A4;}  /* visited link */
a.blue:hover {color:#0A64A4;}  /* mouse over link */
a.blue:active {color:#0A64A4;}  /* selected link */
a.blue{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:13px; text-decoration: none; font-size:larger}

a.blueEmail:link {color:#0A64A4;}      /* unvisited link */
a.blueEmail:visited {color:#0A64A4;}  /* visited link */
a.blueEmail:hover {color:#0A64A4;}  /* mouse over link */
a.blueEmail:active {color:#0A64A4;}  /* selected link */
a.blueEmail{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:13px; text-decoration: none;}

#map_canvas { height: 100% }

p.red {
	color: #FF0000;	
}

p.thick {
	font-weight:bold;
}

.dash {
	color: #0A64A4;
}

h1 {
	margin-bottom: 18px;
	margin-top:0px;
	padding-top:18px;
	font-size: 24px;
	color:#555555;
}

h2 {
	font-size: 16px;
	color:#7EBE39;
}

#header {	
	display: none;
	}

.bar {
	margin-top:0px;
	margin-left:0%;
    margin-right:0%;
    padding-left:1px;
    padding-right:1px;
	background-color:#ABABAB;
	height:2px; }
	
.bar1 {
	margin-top:0px;
	margin-left:0%;
    margin-right:0%;
    padding-left:1px;
    padding-right:1px;
	background-color:#305175;
	/*background-color:#2B94C7;*/
	height:2px; }

#links {
	display: none;
}

#logo {
	display: none;
 }

#content {
	margin-left:15%;
    margin-right:15%;
    padding-left:1px;
    padding-right:1px;
	background-color:#FFFFFF;
	}
	
#contentOuter {
	width:100%;
    padding-right:1px;
	background-color:#FFFFFF;
	height:98%;
	overflow: auto;
    height: auto; !important;
	}
	 
#navigationBar {
	display: none;
	 }
	 
#navigationBar2 {
	display: none;
	 }

#footer {
	display: none;
}

 #report {
 	width:100%;
 }
 
  #reportInner {
	margin-left:-22%;
 }

 
  #floatContents {

 }

#reportDataTable_wrapper {
	width: 80%;
}

 #reportDataTable {
 	width: 100%;
 }
	 
#textBox {
	border-style:solid;
	border-width:1px;
	border-color:#ABABAB;
	width:35%;
}
	/*
#navbar  { 
	padding:8px;
} 
	
#navbar ul { 
	margin: 0; 
    padding: 0px; 
    list-style-type: none; 
} 
 
#navbar ul li {  
	display: inline; 
} 
 
#navbar ul li a { 
	text-decoration: none; 
    padding: 0.2em 1em; 
    color: #fff; 
	font-size:15px;
} 
*/

/* These styles create the dropdown menus. */
#navigation {
	display: none;
}

	#navigation ul {
		display: none;
	}

	ul.top-level { background: #666; }

		

		#navigation li { list-style: none; }

        ul.top-level li {

            border-bottom: #fff solid;

            border-width: 1px;

        }

			#navigation a {

				color: #fff;

				cursor: pointer;

				display:block;

				height:25px;

				line-height: 25px;

				text-indent: 10px;					

				text-decoration:none;

				width:100%;

			}

			#navigation a:hover{ color: #7EBE39;	}

	        #navigation li:hover {
				
	            position: relative;

	        }

        ul.sub-level { display: none; }

        li:hover .sub-level {

            background: #999;

            border: #fff solid;

            border-width: 1px;

            display: block;

            position: absolute;

            left: 75px;

            top: 5px;

        }

        ul.sub-level li {

			border: none;

			float:left;

			width:150px; 

        }

		#navigation .sub-level { background: #999; }

		#navigation .sub-level .sub-level { background: #09C; }

						

	/*IE RESET HELPER*/

	li:hover .sub-level .sub-level { display:none; }

	.sub-level li:hover .sub-level { display:block; }	
	
.styleTable { border-collapse: separate; }
.styleTable TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; }
.styleTable TH { text-align: center; padding: .8em .4em; }
.styleTable TD.first, .styleTable TH.first { border-left-width: 0px !important; }

table.hovertable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#7EBE39;
	color:#FFF;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #444;
}
table.hovertable tr {
	background-color:#FFFFFF;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #444;
}

#stylized_textfield input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

.input {

}

.button {
    border: 1px solid #2E2E2E;
	font-weight:bold;
    background: #7EBE39;
	color:#FFF;
	width:70px;
	height:35px;
}

.button:hover {
    border: 1px solid #2E2E2E;
	font-weight:bold;
    background: #7EBE39;
	width:70px;
	height:35px;
	cursor: pointer;
}