body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #ffffff;
	background-image: url(/images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
  	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px; /* OPERA */
	padding-left: 0px; /* OPERA */
	padding-right: 0px; /* OPERA */
}

 /*/*/ /*/ body { margin-top: -10px;  margin-left: -10px;  margin-right: -10px;} /* N4 */
 
 
input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
}

a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

table {
	/*background-color: transparent;*/
	/*border-collapse: collapse;*/
}

table.vertalign {
	height: 100%;
}

table.maincontent {
	background-color: #ffffff;
	/*background-image:url(../images/waveform_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;*/
}

table.altcontent td {
	padding: 0px;
}

table.login {
	width: 400px;
	padding: 10px;
}

table.footer {
	background-color: #ffffff;
}

strong {
	color: #000000;
}

tr {
	/*background-color : transparent;*/
}

th {
	background-color : #dddddd;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}

td {
	font-size: 11px;
	color: #000000;
	/*background-color : transparent;*/
	padding: 5px;
}

td.header {
	padding: 1px;
	background-color: #000000;
	color: #FFFFFF;
}

td.header_2 {
	background-color : #115ab6;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
}

td.header a, td.header a:hover {
	color: #cccccc;
}

b {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.smaller {
	font-size: 9px;
}

.mainfont {
	font-size: 11px;
	color: #000000;
}

.msgbox {
	background-color: white;
	width: 310px;
	padding: 10px;
}

div.infowindow {
	width:350px;
    max-height:250px;
    overflow-y:auto;
}


/* Tooltip Style */

#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px solid black;
	padding: 3px;
	background-color: #ffffe0;
	font-size: 11px;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}