﻿#formLink {	color:#f00; background-color:Black;   }
#formLink a { color: #f00; text-decoration: none;}
#formLink a:link { color: #f00; text-decoration: none;}
#formLink a:hover { color: #f00; text-decoration: none;}
#formLink a:visited { color: #f00; text-decoration: none;}
#formLink a:visited:hover { color: #f00; text-decoration: none;}

.HeadlineBold
{
	font-weight:bold; 
}
#AccountInfoLeft {
	float: left;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	width: 350px;
}

#AccountInfoRight {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 335px;
}
#Article p
{
     margin-bottom:10px;
         
}
.inputBox
{
	border: 1px solid #a5acb2;
	background: #FFFFFF;
}

.spacer
{
	clear: left;
}

.formSeparator
{
	color: #878787;
}

.signUpBox
{
	padding: 20px;
}

.itemHeading
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.blueBold
{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

.error
{
	color: Red;
	font-size: 12px;
	font-weight: 600;
}

.rssLink
{
	font-size:8.5px;
}


#pagetoplisting {
	font-size: 12px;
    font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

 


.subHeader{
	margin: 0;
	padding: 0 0 5px 0;
	color: #083d7a;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 5px solid #083d7a;
}


#======= for Most Popular tabs

#tabshell {
	height: 300px;
	position: relative;
	font-family: Arial, Tahoma, SunSans-Regular ;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #999;
}

#tabs {
	position: absolute;
	z-index: 15;
	margin: 5px 0 0 0;
    font-weight: bold;
}

#tabs a { color: #327cc6; text-decoration: none; }
#tabs a:link { color: #327cc6; text-decoration: none; }
#tabs a:hover { color: #f75300; text-decoration: none; }
#tabs a:visited { color: #327cc6; text-decoration: none;}


#taboption1 {
	width: 270px;
	background: url(../images/tabheader1_bg.gif) top left no-repeat;
	margin-top: 0px;
	padding: 30px 0 5px 0;
	display: block;
	position: absolute;
	z-index: 10;
}

#taboption2 {
	display: none;
	width: 270px;
	background: url(../images/tabheader2_bg.gif) top left no-repeat;
	margin-top: 0px;
	padding: 30px 0 5px 0;
	position: absolute;
	z-index: 10;
}

#taboption3 {
	display: none;
	width: 270px;
	background: url(../images/tabheader3_bg.gif) top left no-repeat;
	margin-top: 0px;
	padding: 30px 0 5px 0;
	position: absolute;
	z-index: 10;
}


