@charset "utf-8";
td.bg {
	background-color: #021128;
	background-image: url(images/bgcolor.jpg);
	background-repeat: repeat-x;
}

td.bgmember {
	background-color: #f3f3f3;
	/*background-image: url(images/bgcolormember.jpg);*/
	background-repeat: repeat-x;
}
body {
	color: #C2E2EF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
    color:#000000;
	text-decoration:underline;
}

a.footer {
	color: #CCCCCC;
	text-decoration: none;
}

a.footer:hover {
	color:#CCCCCC;
	text-decoration:none;
}

a.left {
	color: #9EC6ED;
	text-decoration: none;
}

a.left:hover {
	color:#C8DBEE;
	text-decoration:none;
}

td.report {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.report {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

/* form   */
.cssform p{
	width: 50px;
	clear: left;
	margin: 0;
	padding: 2px 0 2px 0;
	padding-left: 70px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -30px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	margin-left: -30px;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	margin-left: -30px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* end form   */


#wrap {
	margin:0px auto;
	width:598px;
	margin:0;
	padding:0
}

#wrap img {
	display:block;
	margin:0 auto; 
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: #EBEBEB;
	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);
	text-align: left;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
