@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:12px;
	height:100%;
}
#wrapper {
    width: 1024px;
    margin: 0 auto;
	background-color:#bfced4;

	border-left:1px #CCC solid;
	height:100%;
}
#wrapper_home {
    width: 1024px;
    margin: 0 auto;
	
	border-left:1px #CCC solid;
	height:100%;
}


#header{
	width: 1024px;
	height:105px;
	background:url(images/header.png);
	border-bottom:1px #FFF solid;
	
}
.loginform{
	position:absolute;
	width:1024px;
	text-align:center;
	margin-top:100px;
	
	}
	.loginbox{
		left:50%;
	
	margin-left:-150px;
	position:absolute;
	width:300px;
	min-height:150px;
	background-color:#dedede;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
	
	}
.header_title{
	position:absolute;
	margin:30px 0 0 300px;
	font-size:18px;
}
	
.header_info{
	position:absolute;
	margin:25px 0 0 950px;
	font-size:45px;
}
.header_info a{
	color: #e44044;
	text-decoration: none;
}
		
.content{
	background-color:#bfced4;
	}
#leftside{
	width:260px;
	float:left;
	min-height:200px;
	background-color:#bfced4;
	}
	
#rightside{
	width:742px;
	float:left;
	background-image:url(images/content_bg.png);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	min-height:500px;
	padding:15px 0 15px 20px;
	border: 1px solid #aaa;
	}

#middleside{
	width:544px;
	float:left;
	background-image:url(images/content_bg.png);
	background-repeat:no-repeat;
	background-color:#dbdbdb;
	min-height:400px;
	padding:15px 0 15px 20px;
	}

#reviewright{
	width:200px;
	position: fixed;
	/* right: 20px; */
	/* top: 100px; */
	left: 50%;
	margin-left: 510px;
	background-color:#bfced4;	
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px #333;
	border: 1px solid #888;

}

.reviewtop{
	/*position: fixed;*/
	width: 100%;
	margin: 0px;
	padding: 10px;
	background: #173e4d;
	opacity: 0.8;
	z-index: 100;
	text-align: center;
	font-size: 14px;
	
	
	color: #fff;
	}
.reviewtop a{
 color:#FFF;
text-decoration:none;


}
.reviewtop a:hover{
text-decoration:underline;


}
.checkmark{
color:#33FF33;
font-size:18px;
font-weight:bold;
}
.cross{
color:#FF3333;
font-size:18px;
font-weight:bold;
}


.review_banner{
	padding: 5px; 
	margin: 5px 0px; 
	background: red; 
	color: white; 
	font-weight: bold;
	text-align: center;
}

.review_comments{
	width: 450px; 
	height: 55px; 
	border-radius: 10px; 
	float: left; 
	margin: 0px 10px;
}

.review_button{
	width: 200px; 
	height: 60px; 
	border: 1px solid white; 
	border-radius: 10px; 
	background: #17a62c; 
	font-size: 18px; 
	font-weight: bold; 
	color: white; 
	float: right; 
	margin: 0px 20px;
	cursor:pointer;
}
	
.menu_item{
	width:100%;
	font-size:11px;
	color:#386275;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #D2DDE2),
	color-stop(1, #BFCED4)
);
background-image: -o-linear-gradient(bottom, #D2DDE2 20%, #BFCED4 100%);
background-image: -moz-linear-gradient(bottom, #D2DDE2 20%, #BFCED4 100%);
background-image: -webkit-linear-gradient(bottom, #D2DDE2 20%, #BFCED4 100%);
background-image: -ms-linear-gradient(bottom, #D2DDE2 20%, #BFCED4 100%);
background-image: linear-gradient(to bottom, #D2DDE2 20%, #BFCED4 100%);
border-bottom:1px #FFF solid;
padding:5px 0px 5px 16px;
		}
.menu_item:hover {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #9DBECC),
	color-stop(1, #C0D5E0)
);
background-image: -o-linear-gradient(bottom, #9DBECC 50%, #C0D5E0 100%);
background-image: -moz-linear-gradient(bottom, #9DBECC 50%, #C0D5E0 100%);
background-image: -webkit-linear-gradient(bottom, #9DBECC 50%, #C0D5E0 100%);
background-image: -ms-linear-gradient(bottom, #9DBECC 50%, #C0D5E0 100%);
background-image: linear-gradient(to bottom, #9DBECC 50%, #C0D5E0 100%);
	}
	
	.menu_item a{
		color:#386275;
		text-decoration:none;
	}
	.menu_item a:hover{
		color:#dd3b4a;
		text-decoration:none;
	}
.menu_header{
	font-size:14px;
	width:100%;
	
	color:#ffffff;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #386275),
	color-stop(1, #497487)
);
background-image: -o-linear-gradient(bottom, #386275 50%, #497487 100%);
background-image: -moz-linear-gradient(bottom, #386275 50%, #497487 100%);
background-image: -webkit-linear-gradient(bottom, #386275 50%, #497487 100%);
background-image: -ms-linear-gradient(bottom, #386275 50%, #497487 100%);
background-image: linear-gradient(to bottom, #386275 50%, #497487 100%);
border-bottom:1px #FFF solid;
padding:5px 0 5px 16px;
	}
	
/* Progress bar */ 
#progress{
	clear:both;
	width:1024px;
	height:90px;
	background-color:#386275;
	padding-top:30px;
	
	}
.progress_title{
	width:110px;
	float:left;
	color:#FFF;
	font-size:18px;
	margin-left:15px;
	}	
#progress a {	
	width:90px;
	height:30px;
	display:block;
	text-decoration:none;
	color:#fff;
	margin:10px 0 0 50px;
	font-size:10px;}
	
#progress a:hover {
	color:#dd3b4a;	
}

.green_circle_large{
	float:left;
	width:147px;
	height:50px;
	background:url(images/circle_green_large_off.png) no-repeat;
}

.green_circle_large:hover{
	background:url(images/circle_green_large_on.png) no-repeat;
}

.red_circle_large{
	float:left;
	width:147px;
	height:50px;
	/*background:url(images/circle_red_large_off.png) no-repeat;*/
	background:url(images/circle_gray_large_off.png) no-repeat;
}

.red_circle_large:hover{
	/*background:url(images/circle_red_large_on.png) no-repeat;*/
	background:url(images/circle_gray_large_on.png) no-repeat;
}

.yellow_circle_large{
	float:left;
	width:147px;
	height:50px;
	/*background:url(images/circle_yellow_large_off.png) no-repeat;*/
	background:url(images/circle_gray_large_off.png) no-repeat;
}

.yellow_circle_large:hover{
	/*background:url(images/circle_yellow_large_on.png) no-repeat;*/
	background:url(images/circle_gray_large_on.png) no-repeat;
}

.page_title{
	color:#386275;
	font-size:16px;
}


/* Tabs */
.tabs_style{
	color:#666 !important;
}

.ui-tabs-panel {
	background:#eee !important;
}

.table_header{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.table_header_small{
	color:#fff;
	font-weight:bold;
	font-size:10px;
}

.table_title{
	color:#333;
	font-weight:bold;
	font-size:14px;
	margin:5px;
}

.gray_link a{
	color:#333;
}

.gray_link a:hover{
	color:#dd3b4a;
}

/* Form Fields */
input[type="text"]{
	width: 200px;
}
input[type="password"]{
	width: 200px;
}

.longbox{
	width: 416px !important;
}

.halfbox{
	width: 96px !important;
}

#my_account_content{
	width:96%;
	float:left;
	min-height:200px;
	background-color:#efefef;
	padding:2%;
	border: 1px solid #CCC;
	}
	
#cc_div{
	display:none;
	}
	
#cheque_div{
	display:none;
	}
	
	.resource_docs {
		height:28px;
		
		}
		
		.resource_docs a{
		color:#666;
		text-decoration:none;
		
		}
		
		.forgot_password a{
			color:#666;
		text-decoration:none;
			}
			
#logout {
	width:99%;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	}
#logout a{
	color:#666;
	text-decoration:none;
}
#logo {
	position:absolute;
	z-index:10;
	width:250px;
	height:100px;
	}

/*document read */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 70%;
	padding: 16px;
	border: 4px solid #ee0000;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#btn {
background-color: #0057A7;
border: 2px solid transparent;
color: #FFF;
font-size: 16px;
border-radius: 4px;
padding: 13px 16px;

transition: all 0.15s ease-out 0s;
text-align:center;
position:relative;
float:left;
margin-right:40px;
}
#btn a{
color: #FFF;
font-size: 14px;
text-decoration: none;
font-weight: 700;
width:100%;
}
.original_upload{
font-size:11px;
}

.tr_line{
border-bottom:1px solid #aaa;
}

.noradius{
border-radius:0px !important;
}