/* @charset "UTF-8"; */

 /* CSS Document */

/*
********* HOME SIDEBAR *********
*/

#sidebar #login {
	width:314px;
	background-color:transparent;
	background-image: url(../../images/bkgd_tran_orangebox.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;

}k
#sidebar #login #inner {
	padding-left: 5px;
	padding-right: 5px;
}

#sidebar #login a:active, a:focus, a:hover	
{
    color: #bf1722;
	text-decoration: underline;
}

td.loginLink 
{
	padding-top: 12px;
	padding-bottom: 5px;
}

/* ADDED 08/15/2008 by JPW */
#sidebar h1 {
	position: absolute; 
	left: -1999px; 
	height:0px;
	width: 990px;
}
#sidebar  #login h2 {
	color: #FFFFFF;
	text-decoration: none;
	color:#fff;
	font-size: small;
	text-transform:uppercase;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 5px;
}

/* Added for skipping to main content for added accessibility
02/11/2009 by JPW */
#skipnav, span.skip
{
	position: absolute; 
	left: -999px; 
}
.absmiddle
{
	vertical-align:middle;
	position: absolute; 
}



#login #key
{
     position:relative;
     left:230px;
     bottom:20px; 
     width:50px;
}

table.HomeLogIn
{
    width:314px;
}

table.HomeLogIn td 
{ 
    padding-top:1px;
    padding-bottom:1px;  
}

td.HomeLogIn
{
    font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#login #LoginBtn
{
     position:relative;
     left:230px;
     bottom:38px; 
     width:70px;
}


#tickersearch #td1, #td2, #td3
{
    display:none;
    height:0;
}

.grecaptcha-badge {
	z-index: 2000;
}