﻿/* Default Style */
*
{
    margin: 0px;
    padding: 0px;
}
html, body 
{
    border:0 none; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 12px; 
    height:100%;
    background-color: #fff; 
}
img 
{ 
    border: 0 none; 
}
a, a:link, a:visited 
{
    color: #8199dd;  
    text-decoration: none; 
}
a:hover, a:active 
{
	color: #8199dd;
    text-decoration: underline;    
}
p
{
    margin: 10px;
}
ul
{
    margin-left: 50px;
    margin-right: 10px;
    list-style: disc;
}
li
{
    margin-bottom: 10px;   
}
h1
{
    font-size: 20px;
    font-family: Candara, Verdana, Arial, sans-serif;
    margin: 10px 0px;
    font-weight: bold;
    color: #f40600;
}
h2
{
    font-size: 16px; 
    color: #ffcd05;   
    margin: 10px 0px;
}
h3
{
    font-size: 14px;
    color: #2b89bc;   
}


/* Customize Class Style */
.loginField
{
  padding: 3px;  
  font-size: 11px;
  background-color: #fcffc4; 
}
.rateline
{
    height: 20px;   
    padding: 2px;
    margin: 2px 4px;
}
.ratecountry
{
    width: 128px;
    float: left;  
    margin-left: 10px;
    padding-top: 3px;
}
.rateflag
{
    float: left;
    width: 34px;
}
.ratealter
{
    background: #f3f3f3;
}
.featureTitle
{
    width:100%; 
    background-color: #05467e; 
    padding: 5px 0px; 
    color: #fff; 
    font-weight: bold;   
}
.featureKeys
{
    height: 26px; 
    padding-top: 8px; 
    padding-left: 80px;   
}
.key2 {background: url(../Images/key2.gif) no-repeat;}
.key3 {background: url(../Images/key3.gif) no-repeat;}
.key4 {background: url(../Images/key4.gif) no-repeat;}
.key5 {background: url(../Images/key5.gif) no-repeat;}
.key6 {background: url(../Images/key6.gif) no-repeat;}
.key7 {background: url(../Images/key7.gif) no-repeat;}
.key8 {background: url(../Images/key8.gif) no-repeat;}

.regsub
{
    float: left; 
    width: 150px; 
    font-weight: bold;  
    padding-top: 3px;
    height: 25px; 
}
.regfld
{
    float: left; 
    width: 350px;
}
.regfld input
{
    border: 1px solid #666666;     
}
.regInput
{
    padding: 3px;  
    font-size: 11px;
    background-color: #eaf4fe; 
}

.panelMessage
{
    width: 100%;
    height: 30px;
    background: #cfebf7;
    border: 1px solid #2580b2;
    text-align: center;
    padding-top: 10px;
}

/* Customize ID Style */
#wrapper
{
    width: 900px;
    height: auto;
    margin: 0px auto;   
}
#header
{
    width: 100%;
    height: 110px;
    margin-top: 20px;
    background: url(../Images/webheader_bg.gif); 
}

#login
{
    width: 195px;
    height: 158px;
    padding-top: 42px;
    padding-left: 10px;
    background: url(../Images/weblogin_bg.gif); background-repeat:no-repeat; 
    text-align: left;  
       
}
#login input, #agentlogin input
{
    border: 1px solid #666666;   
}
#rate
{
    width: 200px;
    height: 170px;
    padding-top: 50px;
    background: url(../Images/webrate_bg.gif);   
    margin-top: 5px;
}
#confmenu
{
  margin-top: 10px;   
}
#footer
{
  padding: 10px 0px;   
  color: #666666;
  font-size: 11px;
  text-align: center;
}
