﻿body 
{
   font-family:Arial;
   font-size:12px
}


.content { 
     background-image: url('images/ContentBG.jpg'); 
     background-position: center bottom
}
.LeftNav { 
     background-image: url('images/LeftNavBoxBG.jpg'); 
     background-position: center bottom
}
     
a {text-decoration:none}
a {color: #3D4A89}
a:hover {color: #3D4A89; text-decoration:underline}
        .vedit {
            background-color: #F0F0F0;
        }
        
        
        
        .labelerror
	{
		font-family: Verdana;
		font-size: 12px;
		color: #CB3535;
		font-weight:bold;
		text-align:center;
	}	

a.HelperLink:link 
{
	font-family: Arial;
	font-size: 12px;
	color: #3a4879;
	text-decoration:none
}
a.HelperLink:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #3a4879;
	text-decoration:none
}
a.HelperLink:hover 
{
	font-family: Arial;
	font-size: 12px;
	color: #E6A32A;
	text-decoration:none
}
a.HelperLink:inactive 
{
	font-family: Arial;
	font-size: 12px;
	color: #3a4879;
	text-decoration:none
}


/* tool tip stuff*/
a.tooltip 
{
	text-decoration:none;
	
}
	
	
	
	.smallBlueText {

	font-family: Arial;
	font-size: 12px;
	color: #3a4879;
}

.smallYellowText {

	font-family: Arial;
	font-size: 12px;
	color: #E6A32A;
} 
/* END tool tip stuff*/

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	
	width:250px; 
	background-color:White; 
	border-width:2px; 
	border-color:Black; 
	border-style:solid; 
	padding:7px;
}
/*END Modal Popup*/

ul.TemplateList{
	
	border:1px solid #a9a8ad;
	width:220px;
	height:208px;
	margin-right:5px;
	margin-left:0px
}

 ul.TemplateList li{
	float:left;
	width:208px;
	list-style:none;
	padding:0 0 1px 6px;
}
div.SubscriptionOptions
{
    width:699px;
    padding-top:2px;
    padding-bottom:2px;
    font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight:normal
}


div.SubscriptionTable
{
    width:446px;
    padding-top:2px;
    padding-bottom:2px;
    font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:2px;
}

div.SubscriptionTableLeft
{
    width:115px;
    float:left;
    text-align:right;
    padding-right:5px;
    margin-top:5px;
    text-align:left;
    height:25px;
}
div.SubscriptionTableRight
{
    float:Right;
    width:320px;
    margin-top:5px;
    text-align:left;
    height:25px;
}

div.SubscriptionQuestion
{
    width:446px;
    font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
	border-top: 1px solid #C0C0C0;
	background-color:#E9EBEA;
}
div.SubscriptionQuestion_alt
{
    width:446px;
    font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
	background-color:#ffffff;
}
div.SubscriptionQuestion_spacer
{
    
    margin-bottom:5px; 
    margin-top:5px
}


div.optionSplitter
{
    
    background-color:#FFFFCC;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0; 
    font-weight:bold; 
    color:#2FB34A;
}

	.CaptchaError
	{
		font-family: Verdana;
		font-size: 12px;
		color: #CB3535;
		font-weight:normal;
		
	}	

	.termadjustment
	{
	    font-family: Verdana;
		font-size: 9px;
	}
	
	.watermarked {
	height:18px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}