﻿@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#DFDFDE;
	
}

#wrapper {
	width:95%;
	margin:auto;
	background-color:#ffffff;
	
	}

#content1{
	width:100%;
	margin:auto;
	background-color:#ffffff;
	
	}

/***Below is for Shadow***/
.right {
    box-shadow: 8px 0 5px -5px #666;
    }
.logo{
	width:80px;
	height:35px;
	float:left;
	padding:5px;
	position:relative;
	padding-left:5px;
}
#topheader{
	width:100%;
	background-color:#000;
}
#navBOX{
	width:100%;
	float:left;
	background-color:#F7931E;
}
.leftbox{
	width:350px;
	margin-top:40px;
	float:left;
	border-right:thin;
	border-right-style:dotted;
	border-right-color:#ccc;
	
}
.img{
	width:260px;
	height:187px;
	margin:auto;

	background-repeat:no-repeat;
}
td{padding:3px;}
.boxtext{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	background-color:#f2f4d5;
	margin: 0 auto;
	 box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
.boxtext:hover
{
  background-color:#faffbd;      
}
.boxtext2{
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	background-color:#e9eaeb;
	margin: 0 auto;
	 box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    -o-border-radius: 5px;	
}
.boxtext1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
    font-weight:bold;
	color:#000;
	background-color:#e9eaeb;
	text-align:center;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    -o-border-radius: 5px;
}
.boxtext3{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px;
	 float:right;
	background-color:#f2f4d5;
	margin: 0 auto;
	 box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
.rightbox{
	width:580px;
	height:300px;
	margin:50px 0px 0px 30px;
	float:left;
}

.rightboxlogin{
	width:580px;
	height:400px;	
    margin-top:80px;
    margin-right:13%;
	float:right;
}

.leftlogbg{
	width:56px;
	height:313px;
	
	background-repeat:no-repeat;
	float:left;
}
.middlelogbg{
	width:446px;
	height:313px;
	
	background-repeat:repeat-x;
	float:left;
}
.rightlogbg{
	width:68px;
	height:313px;

	background-repeat:no-repeat;
	float:left;
}
.toplogbg{
	width:560px;
	height:45px;

	background-repeat:no-repeat;
}
.middlebg{
	width:520px;

	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
}
.bottomlogbg{
	width:560px;
	height:57px;

	background-repeat:no-repeat;
}
.text{padding-left: 10px; font-size:12px; font-weight:bold; text-decoration:none;}
.text3{ font-size:12px;}
.text2{padding-left: 5px; font-size:12px;color:#610561;}
.text4{ font-size:14px; text-decoration:none;color:#222222;}
.tdRowBg{ border-bottom:1px dashed #525252; height:30px;}
.labelForms{width:100%; background-color:#a7a7a7; color:#ffffff;}
.rightalign{ text-align:right;}
.leftalign{ text-align:left;}
.centeralign{ text-align:center;}
.textDecoration{ text-decoration:none;}
.inputbox{
	width:70%;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
    padding-bottom: 10px;
}
input{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:15px;
	/*padding-left:80px;*/
	background-repeat:no-repeat;
	/*padding-right:10px;*/
	}
.agentbox{
	width:85px;
	float:left;
}
	
/*.button{
	width:331px;
	height:54px;
	float:right;
	background-image:url(../images/icons/btn-bg.png);
	background-repeat:no-repeat;
}*/
.login{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:25px;
	vertical-align:middle;
	line-height:24px;	
	text-align:center;
	/*margin:0 auto;*/
	color:#000;
	text-decoration:none;
	border:1px solid #525252;
	box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  
	}


	.login:hover{
	color:#fff;
	text-decoration:none;
	background-color:#000;
	box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   }	
.login a{
	color:#fff;
	text-decoration:none;
	}
.login a:hover{
	color:#f7941d;
	text-decoration:none;
	}

.loginGenQuery{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:25px;
	vertical-align:middle;
	line-height:24px;	
	text-align:right;
	/*margin:0 auto;*/
	color:#000;
	text-decoration:none;
	border:1px solid #525252;
	box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  
    float:right;
    margin-right:1px;
    
	}

.loginGenQuery:hover{
	color:#fff;
	text-decoration:none;
	background-color:#f7931e;
	box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   }	
.loginGenQuery a{
	color:#fff;
	text-decoration:none;
	}
.loginGenQuery a:hover{
	color:#f7941d;
	text-decoration:none;
	}


.link2{
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
	float:left;
	margin-left:95px;
	text-align:right;
	}
.link2 a{
	color:#fff;
	text-decoration:none;
	}
.link2 a:hover{
	color:#000;
	text-decoration:none;
	}
#footer{
	width:95%;
	border-top-style:dotted;
	border-top-width:thin;
	border-top-color:#999;
	margin-top:20px;	
	margin:0 auto;
	background-color:#ffffff;
	}
.copyright{
	width:100%;
	padding:10px;
}
.footer-left-box{
	width:4%;
	float:left;
	}
.text2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
	width:150px;
	line-height:24px;
	float:left;
	}
.term{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	float:left;
	line-height:24px;
	margin-left:25px;
	background-position: left bottom;
	}
.term a {
	color:#000;
	text-decoration:none;
	}
	
.term a:hover{
	color:#DB7A09;
	}
.clear{
	clear:both;
	}
.decoration
{   text-align:center; background-color:#000;color:#ffffff;font-size:15px;
    box-shadow: 0 0 15px #888;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px #888;
    text-shadow: 12px 12px 12px #ccc;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;  
}
.subdecoration
{   text-align:center; background-color:#f7931e;color:#ffffff; font-size:13px; font-weight:bold;
    box-shadow: 0 0 15px #888;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px #888;
    text-shadow: 12px 12px 12px #ccc;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    }
.roundborder
{
    box-shadow: 0 0 15px #888;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px #888;
    text-shadow: 12px 12px 12px #ccc;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding:5px;
    border:2px solid #f7931e;
    }
    .roundborderMF
{
    box-shadow: 0 0 15px #888;
    -moz-box-shadow: 0 0 15px #888;
    -webkit-box-shadow: 0 0 15px #888;
    text-shadow: 12px 12px 12px #ccc;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding:5px;
    
    }
.msg-info, .msg-success, .msg-warn, .msg-error {
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 20px 15px 55px;
    width: 500px;	
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
.msg-info {
	color: #00529B;
	background-color: #BDE5F8;
	
	background-repeat: no-repeat;
	background-position: 10px center;
	}
.msg-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	
	background-repeat: no-repeat;
	background-position: 10px center;
}
.msg-warn {
	color: #9F6000;
	background-color: #FEEFB3;
	
	background-repeat: no-repeat;
	background-position: 10px center;
	}
.msg-error {
	color: #D8000C;
	background-color: #FFBABA;
	
	background-repeat: no-repeat;
	background-position: 10px center;
	}

.form-field-column {
    float: left;
    /*margin-left: 110px;*/
    width: 308px;
    }
.edit{
    /*width:330px;*/
    height:54px;
    float:right;
    margin-top:10px;
    background-repeat:no-repeat;
    text-align:right;
    clear: none !important;
    }
.confirm-details{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#000;
    padding:12px 10px 0px 140px;
    }
.link2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	float:left;
	width:200px;
	}
.link3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	float:left;
}
.link2 a, .link3 a {
	color:#fff;
	text-decoration:none;
	}
.link2 a:hover, .link3 a:hover{
	color:#000;
	text-decoration:none;
	}
.div2{
	float:left;
	margin-left:110px;
	}
.footer-rights{
    float:right; 
    text-align:right; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    line-height:12px; 
    font-size:12px; 
    color:#666666;
    padding-right:50px;
    }
.footer-cc{
    text-align:right; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:13px; 
    color: #666666;
    padding-right:50px;
    }
.top {
 box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC;
        }
.topheader-right-visit{
	float:right; font-family:Calibri;
	position:relative;
        color: #fff;
        font-size:12px;
        
        padding-top: 10px;
     
        
}
.topheader-right{
	float:right; font-family:Times New Roman;
	position:relative;
        color: #fff;
        font-size:30px;
        height:30px;
         text-align:right;
        padding-right:10px;
        
}
.PadTop25{  padding-top:25px;}
.navbox-right{
	float:right;
	position:relative;
    color: #fff;
    font-size: 30px;
    padding-right: 10px;
    }
.notice{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:justify;
	padding:0px 18px 0px 18px;
	}	
	/*Css for the left menu bar*/
.greenbar{
	float:left;
	width:160px;
	height:22px;
	/*background-image:url(../image/icons/leftmenubar.jpg);
	background-repeat:no-repeat;*/
	background-color:#f7931e;
	padding:5px 0px 0px 10px;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}	
.h01 {
	font-size:13px;
	color:#FFFFFF;
	margin:0px;
	}	
.offers{
	float:left;
	width:210px;
	border:solid 1px #dddddd;
	padding:1px 0px 1px 0px;
	}	
.plus
{   
    height:100%;
	width:168px;
	font-size:12px;
	/*margin-top:5px;*/
	}
.plus li{
	list-style-type:none;
	color:#0069a2;
	padding-left:0px;
	background-position:0px 5px;
	/*margin-bottom:4px;*/
	padding-bottom:4px;
	border-bottom:1px #f4f3f1 solid;
	text-decoration: none;
	}	
.plus li a:link, .plus li a:visited	{
	padding-left:10px ;
	color:#0069a2;
	text-decoration: none;
	}			
.plus li a:hover, .plus li a:active{
	color:#0069a2;
	text-decoration: none;
	display: block;
	background-color:#dad9d7;
	padding-left:10px;
	}	
/*-----------------class for transparent backgroud for pop-up div---------------*/
.overlay {
         display:none;
         position: absolute;
         left: 0px;
         top : 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 1000;
         background-color: black; 
         opacity:0.95;
         filter:alpha(opacity=95); /* For IE8 and earlier */
         -moz-opacity:0.95;
         -webkit-opacity:0.95;
         border:1px solid #000;
         padding:15px;
         }
   