/* start of style for LoginControl.ascx */

#home-main {
	width: 670px;	
	margin: 20px 5px 100px 0px;
	background-color: #FFFFFF;
}
#home-main .col {	
	width: 292px;	
	height: 300px;	
	margin: 0px 4px 0px 20px;
	display: inline;	
	font-size: 13px;	
	/*border: 2px solid #edf2d0;*/
	border: 1px solid #BDCF55;
	background: url(/images/bg_calculator.gif) repeat-y 0px top;
}

#home-main .col p 
{
	margin-top:9px;
}
#home-main .col p a:link, #home-main .col p a:visited
{
	color:#233e5b;
	text-decoration:underline;
	font-weight:bolder;
}
#home-main .col p a:hover, #home-main .col p a:focus
{
	color: #ff6600;
}

#home-main .col .lists
{
	margin-left:20px;
	margin-top:0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin-left:0px 10px 0px 0px;
	/*padding-left:10px;*/
}

#home-main .col h4
{
	font-size: 17px;
	font-weight:bold;
	/*color: #BDCF55;*/
	color:#233e5b;
	margin: 10px 2px 0px 20px;
}
 .login-form-email-row
{
	margin: 13px  50px 0px 50px;
	font-size: 12px;
	padding:0px;
}
 .login-form-row
{
	margin: 6px  50px 0px 50px;
	font-size: 12px;
	padding:0px;
}
 .login-form-row-mod
{
	margin: 6px  25px 0px 25px;
	font-size: 12px;
	padding:0px;
}
 .login-form-row  .login-form-savebutton {
	padding-left: 57px;
	padding-top:12px;
	padding-bottom:0px;
}
.login-form-row  .login-form-label {
	padding-left: 0px;
	padding-top:0px;	
}

/* start of style for Print and E-mail Link on the landing Page */
.twocolright
{
width: 205px;
float :right;
margin-right:10px;
margin-left:5px;
border-left: 1px solid #e5e2de;
border-right: 1px solid #e5e2de;
border-bottom : 1px solid #e5e2de;
border-top: 1px solid #e5e2de;
font-size:12px; 
}

.twocolright a:link,.twocolright a:visited
{
	color: #104780;
}

 .twocolright a:hover
 {
	color: #ff6600;
 }
.twocolright a
{
	text-decoration: none;
	padding-left:45px;
}
 .twocolright .print
{
background: url(/images/icon_print.gif) 7px 6px no-repeat;
	padding: 4px 0;
	border-bottom: 1px solid #e5e2de;
}
 .twocolright .email
{
	background: url(/images/icon_email.gif) 7px 6px no-repeat;
	padding: 4px 0;
}
/* /end of style for Print and E-mail Link on the landing Page */
/* Discussion Form ...starting */
.forum
{
	margin-top: 7px;
	margin-left: 4px;
}
.forum-page-main {
	width: 700px;
	float: right;
	font-size: 12px;
}
.forum .forum-form
{
	background: url(/images/bg_calculator_forum.gif) repeat-y 20px top;
	background-position:center;
	padding: 7px 0 14px 20px;
	font-size: 12px;
}
.forum .forum-form .forum-form-row {
	margin-bottom: 6px;
}
.forum .forum-form .forum-form-label {
	width: 190px;
	text-align: right;
	float: left;
	padding-top: 2px;
}
.forum .forum-form  .forum-form-savebutton {
	width: 320px;
	margin-left:50px;
	text-align: right;
	float: left;
}
.forum .forum-form .forum-form-row .forum-form-error-heading
{
	width: 470px;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
}
#facts_main_column {
	background:url(/images/nbs_box_border.gif) repeat-y top left;
	float:right;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	width: 705px;
}
#facts_main_column .test
{
	min-height:20px;
	width :705;
	background : transparent;
	border : none;	
	background-color :White;
}
.forum-form-error-label
{
	padding-top: 2px;
	padding-left: 5px;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:50px;
}
/* Discussion Form ...O  V  E  R ...*/


/*Testing By Krishna on May 6*/


.right-rounded-blocks {
	width: 205px;
	margin-bottom: 20px;
	font-size: 12px;
	background: url(/images/bg_rounded_promo.gif) left top repeat-y;
	
}
.right-rounded-blocks .content {
	padding: 0 15px;
}
.right-rounded-blocks .content-green {
	background: url(/images/bg_right_green_rounded.gif) left top repeat-y;
	padding: 0 15px;
}
.right-rounded-blocks p {
	margin: 5px 0;
}
.right-rounded-blocks h3 {
	
	font-size: 12px;
	margin: 3px 0;
	padding: 0;
	color: #233e5b;
}
.right-rounded-blocks h3 a {
	text-decoration: none;
	padding-left: 20px;
}
.right-rounded-blocks h3 a:link, .right-rounded-block1 h3 a:visited {
	color: #233e5b;
}
.right-rounded-blocks h3 a:hover {
	color: #ff6600;
}
.right-rounded-blocks h3.brown {
	color: #726352;
	background: none;
	font-size: 13px;
}
.right-rounded-blocks .text13 {
	font-size: 13px;
	line-height: 18px;
}
.right-rounded-blocks .rounded-block-divider {
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	background-color: #CCCCCC;
	margin: 10px 0;
}
/*End Testing by Krishna on May 6 */	