﻿body 
{  
	background-image: url('');
	background-repeat: repeat;
	margin-left: 3px;
	margin-top: 0px;
	background-color: #eaeaea;
}
.renewaltable {
	margin-left: 10px;
	font-family: Arial,helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #75827F;
	text-decoration: none;
}
.renewalmenu
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #034C46;
	text-decoration: none;
}
.renewalmenu a:link
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #034C46;
	text-decoration: none;
}

.renewalmenu a:hover
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #034C46;
	text-decoration: none;
}

.renewalmenu a:visited
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #034C46;
	text-decoration: none;
}

.tabtable 
{
    width: 900px;
    border: solid 2px #666666;
    }
    
.headerrepeat {
    background-image: url(../../images/layout/renewalheader.gif);
    background-repeat: no-repeat;
    }
    
.tabbackground {
    background-image: url(../../images/tabbackground.gif);
    background-repeat:repeat-x;
    }

.bottomline
{
 border-bottom: dotted 1px black;
}
.text {
	border-color:#cccccc;
	border-width: 1px;
	border-style: solid;
	color:#000000;
 }
 
.amount 
{
	color: Red;
	font-weight: bold;
}
.date 
{
    color: black;
    font-weight:bolder ;	
}

.type 
{
	font-size: medium;
	font-weight:bold;
}
.button
{
	font-size: 11px;
	font-family: Arial;
	background-color: #666666;
	color: #FFFFFF;
}
.caption
{
	font-size: 14px;
	display:  inline-block;		
}

.verticaldivider
{
	background-image: url(../../images/verticaldivider.gif);
	background-repeat:repeat-y;	
}


/*Popup Control*/
.popupControl{	
	position: relative;
	visibility:hidden;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
    height: 12px;
}

.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.dynamicPopulate_Normal
{
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:200px;
}

.dynamicPopulate_Updating 
{
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:200px;
}

/* Style classes for Update Progress Indicator */
.PageUpdateProgress
{
    color: #DA7271;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}

/* Style classes for WatermarkText */
.WaterMarkText
{
	text-align: right;
	vertical-align: middle;
	color: #707070;
}


/* END AJAX CSS */