/* CSS Document */
body{
	margin:10px;
	background-color:#4396CA;
}
td,p,div,span,input,textarea,select,h1,h2,fieldset,legend{
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:13px;

}
.main{
	border:1px solid #666666;;
	background-color:#FFFFFF;

}
.topMenu{
	background-image:url(../images/top-menu-bg.jpg);
	height:39px;
	padding-left:20px;
	color:#FFFFFF;
	font-weight:bold;
}
.topMenu a{
	color:#FFFFFF;
	text-decoration:none;
}
.topMenu a:hover{
	color:#FF6600;
	text-decoration:none;
}
.cbankHeader{
	background-image:url(../images/timely-header-1.jpg);
	height:274px;
}
.graySep{
	height:10px;
	background-color:#EBE8DF;
}
.footer{
	background-color:#666666;
	height:40px;
	color:#FFFFFF;
	font-size:11px;
}
.footer a{
	color:#FFFFFF;
	text-decoration:underline;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
h1{
	font-size:18px;
	color:#666666;
	background-image:url(../images/heading-bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}
.h1Link{
	font-size:18px;
	color:#666666;
	text-decoration:none;
}
h2{
	font-size:16px;
	color:#C32C01;
}
.h2Link{
	font-size:14px;
	color:#C32C01;
	text-decoration:none;
}
.buy{
		color:#f34b04;
		font-size:16px;
		font-weight:bold;
}
.twoCo{
	font-size:11px;
}
.red{
	color:#FF0000;
	font-weight:bold;
}
a{
	color:#be2a02;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
fieldset{
	padding:20px;
}
legend{
	font-size:18px;
	color:#666666;
	padding:10px;
}
/*CUSTOME TAGS*/
.pagination{
	float:left;
	padding:4px;
	border:1px solid #FFFFFF;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	
}

.pagination:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.suMessage{
	font-size:12px;
	line-height:16px;
	padding:10px;
}
.inlineError{
	font-size:10px;
	color:#FF0000;
	padding-left:10px;
}
.btnSubmit{
	width:95px;
	height:35px;
}

.txtBoxClass { 
	vertical-align: middle; 
	font-size:11px;
	width:150px;
	border:1px solid #be2a02;
}
.txtBoxSmall { 
	vertical-align: middle; 
	font-size:11px;
	width:70px;
	border:1px solid #66be2a026666;
}
.dropDownClass { 
	vertical-align: middle; 
	font-size:11px;
	width:150px;
	border:1px solid #be2a02;
} 

.txtAreaClass { 
	width: 350px; 
	height: 80px;
	border: 1px solid #be2a02; 
	font-size:11px;	
} 
form, fieldset { 
	margin: 0; 
	padding: 0; 
} 
form { 
	width: 100%; 
	padding: 15px 0; 
} 
fieldset { 
	display: block; 
	width: 95%; 
	margin: 0 auto; 
	border: 1px solid #CCCCCC; 
	padding: 0 0 10px 0;
	background-image:url(form-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
} 
legend{
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
div.viewTable{
	width:100%;
}
div.rowHeader{
	background-image:url(../images/top-menu-bg.jpg);
	background-color:#333333;
	font-weight:bold;
	color:#FFFFFF;
	height:33px;
	line-height:33px;
}
div.rowData{
	background-color:#EEEEEE;
	border-bottom:1px solid #B39BC4;
	height:26px;
	line-height:26px;
}
div.rowData img{
	padding-top:5px;
}
div.row { 
	width: 90%; 
	margin: 0 auto; 
	padding: 5px 0; 
} 
div.right { 
	width: 90%; 
	margin: 0 auto; 
	padding: 5px 0; 
	text-align:right;
} 
label { 
	vertical-align: middle; 
	display:block;
	line-height:25px;
	height:25px;
} 
.bold{
	font-weight:bold;

}
div.half{
 float:left;
 width:48%;
}
div.main{
	width:900px;
}
div.label{
	padding-top:5px;
	padding-bottom:5px;
}
	div.header{
		width:900px;
		height:70px;
	}
		div.siteName{
			font-size:20px;
			color:#000000;
			vertical-align:bottom;
			line-height:17px;
		}
		div.backOffice{
			font-size:25px;
			color:#000000;
			vertical-align:bottom;
			font-weight:bold;
		}
	div.content{
		width:900px;
	}
		div.contentLeft{
			width:200px;
			float:left;
			background-image:url(visitor-1.gif);
			height:600px;
			background-repeat:no-repeat;
			background-position:bottom;
		}
			div.contentLeft li {
				padding-left:5px;
				padding-bottom:5px;
				line-height:18px;
				height:18px;
			}
			div.contentLeft a {
				color:#333333;
				font-size:20px;
				font-weight:;
			}	
			div.contentLeft a:hover {
				color:#333333;
				text-decoration:none;
			}						
		div.contentRight{
			width:700px;
			float:left;
		}			
		
		
		
