@font-face {
   font-family: 'Cantarell';
   src: url(../fonts/Cantarell-Regular.eot);
   src: local('Cantarell'), url('../fonts/Cantarell-Regular.ttf') format('truetype');
}

.text{
	float:left;
	width:840px;
	margin-right:10px;
}
.textfull{
	float:left;
	width:990px;
	margin-right:10px;
}

.links{
	width:350px;
	float:left;
}


.topbar{
/*	background-image: url(../images/background.png);
	background-repeat: repeat-x repeat-y; */
	padding:10px;
	width:100%;
	background-color:#036;
	height:10px;
	margin-left:-12px;
}

.box{

	width:1150px;
	min-height: 400px;
	margin: auto;
	/*padding: 20px;*/
	background-color: #FFF;
	position:relative;
	/*border: solid 2px; (200,200,200);
	border-top: solid 2px white;*/
	margin-top:3px;
}
.body{
	margin: 0;
	padding: 0;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight:bold;
}

.headerborder{
	padding-bottom:5px;
	border-bottom:#CCC solid 1px;
	width:60%;
}

.clear{
	clear:both;
}

.msgtask{
	margin-top:-19px;
	margin-bottom:20px;
	padding-top:39px;
	padding-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#063;
}

.styleh1{
	font-size: Cantarell, Verdana, sans-serif;
	text-align: left;
	font-size: 22px;
	text-shadow: 1px 1px 2px #222;
}
.styleh1 span { color: #a90329; }

.home{
	width: 95%;
	min-width:900px;
	margin: auto;
	padding-left: 20px;
}

.home a{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.home a:hover{
	color:#F90;
}

    .header h1{
        font-size: Cantarell, Verdana, sans-serif;
        text-align: left;
        /*font-size: 18px;
        text-shadow: 1px 1px 2px #222;*/
		margin-top:25px;
    }
    .header h1 span { color: #a90329; }

.leftfloat{
	float: left;
}

.rightfloat{
	float: right;
}

.rightalign{
	text-align: right;
}
.centeralign{
	text-align: center;
}

.col25 {
	width: 25px;	
}

.col50 {
	width: 100px;	
}

.col75 {
	width: 75px;	
}

.col100 {
	width: 100px;	
}

.col150 {
	width: 150px;
	/*height:85px;*/	
}

.col150_change_password {
	width: 150px;
	height:35px;	
}

.col200 {
	width: 200px;	
}

.col250 {
	width: 250px;	
}

.col300 {
	width: 300px;	
}

.col350 {
	width: 350px;	
}

.col400 {
	width: 400px;	
}

.col450 {
	width: 450px;	
}

.col500 {
	width: 500px;	
}

.col550 {
	width: 550px;	
}

.col600 {
	width: 600px;	
}

.col650 {
	width: 650px;	
}

.col700 {
	width: 700px;	
}

.txt25 {
	width: 25px;	
}

.txt50 {
	width: 50px;	
}

.txt75 {
	width: 75px;	
}

.txt100 {
	width: 100px;	
}

.txt150 {
	width: 150px;	
}

.txt200 {
	width: 200px;	
}

.txt250 {
	width: 250px;	
}

.txt300 {
	width: 300px;	
}

.txt350 {
	width: 350px;	
}

.txt400 {
	width: 400px;	
}

.txt{
	padding: 3px;
	border: solid 1px rgb(200,200,200);
}

.row{
	margin-bottom: 8px;
}

.lnk{
	text-decoration: none;
	color: rgb(255,139,27);
	cursor: pointer;
	font-weight: bold;
}
.lnk:HOVER{
	color: rgb(0,123,176);
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {border:2px solid rgb(100,100,100); padding:0;background-color: white;}
#simplemodal-container .simplemodal-data {padding:0;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}

#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color: rgb(0, 130,185);}

/* this div class is used for header section div*/
.user_sectionheader_div{
	background-image:url(../img/final_header_usersection1.jpg);
	margin:auto;
	height:116px;
	width:900px;
	margin-top:10px;
	}
/* this class div is used for menu sectuion */

.main_menu_div{
float:left;
width:558px;
background-color:rgb(0,51,102);
   position: relative;
}

/* this class div is used for footer section*/
.footer_div{
 width:900px;
 height:100px;
 margin:auto;
 background-color:#003366;
 margin-top:5px;
 margin-bottom:10px;
 color:#CCCCCC;
 text-align:left;
 }
/* this class div is used for address bar*/
.txt_address{
	float:left;
	margin-left:20px;
	margin-top:10px;
	}
	
