﻿html {
    height: 100%;
    padding: 0;
    margin: 0; 
    overflow-y: scroll
    }
body 
{
    margin-bottom:0px;
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    background-image: url("images/bg.jpg");
    background-repeat: repeat; 
	background-position: 50% 0%;
    font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	height: 100%; 
	padding: 0;
	color:#333333;
	line-height: 22px;
}
a:active { color: #000000; text-decoration: underline}
a:link  {  color: #000000; text-decoration: underline}
a:visited { color: #000000; text-decoration: underline}
a:hover { color: #5f310d; text-decoration: none}

a.headerlink:active { color: #dce7e5; text-decoration: underline;font-size:12px;}
a.headerlink:link  { color: #dce7e5; text-decoration: underline;font-size:12px;}
a.headerlink:visited { color: #dce7e5; text-decoration: underline;font-size:12px;}
a.headerlink:hover { color: #326e67; text-decoration: none;font-size:12px;}

a.navlink:active { color: #ffffff; text-decoration: underline; font-size:13px; font-weight:bold;}
a.navlink:link  { color: #ffffff; text-decoration: underline; font-size:13px; font-weight:bold;}
a.navlink:visited { color: #ffffff; text-decoration: underline; font-size:13px; font-weight:bold;}
a.navlink:hover { color: #326e67; text-decoration: none; font-size:13px; font-weight:bold;}

a.footerlink:active { 	font-size:9.5px;	font-weight:bold; color:#5f869e;}
a.footerlink:link  {  	font-size:9.5px;	font-weight:bold; color:#5f869e;}
a.footerlink:visited { 	font-size:9.5px;	font-weight:bold; color:#5f869e;}
a.footerlink:hover { 	font-size:9.5px;	font-weight:bold; color:#666666;}


.button 
{
	font-size: 9pt;
	font-weight: bold;
	height:26px;
	background-image: url("images/css_button_bg.gif");
    border:1px solid #4f847e;
}

.errortext
{
	COLOR: #990000;
	FONT-SIZE: 10px;
}
.FAQHeader {
	font-size: 12px;
	font-weight: bold;
	color: #50847e;
    cursor: pointer; 
}
.FAQContent {
    font-size: 12px;
	padding-left: 15px;
	padding-top: 3px;
}
.footertext 
{	
    font-size:9.5px;	
    font-weight:normal;	
    color: #666666;
    line-height: 14px;
}
.form 
{
	font-size: 9pt;
	color: #000000;
	border: 1px solid #5f310d;
	background-color: #ede8d5;
}
.form-button2
{
	font-size: 9pt;
	font-weight: bold;
	height:26px;
	background-color: #d3bb7d;
	background-image: url("images/css_button_bg.gif");
    border:1px solid #5f310d;
}
.header
{ 
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	    
}
.header1 { font : bold 12px/16px ;  }
.HomeSubHeader{ font : bold 16px ; color: #000000; line-height:20px; }
.HomeSubHeader2{font-size: 18px; font-weight: bold; color: #000000; line-height:20px; }
.howitworksheader{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #5f869e;
    cursor: pointer;
    }
hr {
	color: #7ca9a4;
	width:790px;
	text-align:center;
	height:1px;
    }
.modalBackground 
{
    background-color:#414141;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalBackground2 
{
    background-color: #50857f; 
    height: 25px;
}
.required-red
{ 
    color: #cc0000;
    font-weight:bold;
}
.table
{
	font-size:11px;
	text-align:left;
}
.tabPane
{
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
.tabstripContainer
{
   /* padding-top: 77px;
    padding-right:50px;
    */
    width: 780px;
    background: transparent url(images/bg_tabs.gif) no-repeat;
    text-align: left;
    margin-left:auto;
    margin-right: auto;
}
.tabPaneMultipage {
    border-bottom: solid 1px #919b9c;
    border-left: solid 1px #919b9c;
    border-right: solid 1px #919b9c;
    width: 778px; 
    text-align: left;
    margin-left:auto;
    margin-right: auto;
    }
.tabpage {
    padding:5px;
    }
    .tabstrip li a.selected .innerWrap   
{   
    cursor: hand !important;   
} 

    .TextStrengthWeak

    {
 
        background: red;
        padding-left:5px;
        padding-right:5px;
        font-family:Arial;
                font-weight:bold;
        font-size:10px;
        color:#ffffff;

    }

    .TextStrengthNotGood

    {

        background: yellow;
        padding-left:5px;
        padding-right:5px;
        font-family:Arial;
                font-weight:bold;
        font-size:10px;
        color:#000000;

    }

    .TextStrengthGood

    {

        background: green;
        padding-left:5px;
        padding-right:5px;
        font-family:Arial;
        font-size:10px;
        font-weight:bold;
        color:#ffffff;

    }

