@charset "utf-8";


#tickertape{
position:relative;
width:350px;
height:13px;
}

#subtickertape{

position:absolute;

width:350px;
height:13px;

}

.subtickertapefont{

text-decoration:none;
color: rgb(219,226,232);
}

.subtickertapefont a{
color:white;
text-decoration:none;
}

#ticker {

	padding-left:35px;
	padding-right:35px;
	padding-top:5px;
	overflow:hidden;

	height: 13px;
	

}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E5160;
	background-color: #DBE2E8;
	background-image: url(../images/pageBg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

p {
margin-top:0;

}

img {
	border:none;
}

hr {
	color: #3E5160;
	background-color: #3E5160;
	height:1px;
}

.forceBgHeight {
	
	height:15px; 
	background-repeat:repeat-x;
}

.boxTitle {
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:rgb(62,81,96);

}

.boxData {
	padding-top:8px;
	padding-bottom:5px;
}

a {
	font-family: Verdana;
	font-size: 12px;
	color: #3E5160;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}



ul {

	margin:0;
	padding-left:15px;

}


#footer {

	font-size: 10px;
}

#footer a {
	font-family: Verdana;
	font-size: 10px;
	color: #3E5160;
}

#footer a:link {
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
}


.imageLeft {
	
	float:left;
	padding-right: 10px;

}


#auth {

	margin-left: 35px;
	margin-top: 1px;
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	
}


form {
	padding:0px;
	margin:0px;
}



.authBg {
    
    background: url(../images/authBg.jpg);
	padding:0px;
	background-repeat:repeat-x;
	border:1px solid rgb(91, 117, 138);
	height:22px;

}

.authBg input[type="text"] {


}




#cwaToolTip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
color: black;
padding: 5px;
background-color: lightyellow;


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);
}

#cwaToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
