﻿*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#e4e2e3;
/*	font-family:Verdana, Geneva, Tahoma, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	background:#e4e2e3 url('../images/payment/mainbg.jpg') repeat-x top;	
}
img{border:0;}

#mainPage{
	/*height:960px;*/
	width:100%;		
}
#mainContent{
	width:856px;
	/*height:960px;	*/
	margin:10px auto 0 auto;
}
#contentMainPage{	
	background:url('../images/payment/page_bg.png') repeat-y top;
	margin:0 auto 0 auto;
}
#contentPlaceHolder{
	height:inherit;
	width:inherit;
	padding:20px;
	padding-top:0;
	padding-bottom:0;	 
}
#header{
	height:77px;
	width:100%;
	background-image:url('../images/payment/logo.jpg');
	background-repeat:no-repeat;
	border-bottom:3px #ffa600 solid;	
}
#loginPanel,#logoutPanel{
float:right;
height:30px;
width:auto;
font-size:12px;
margin-top:29px;
}

#loginPanel{
margin-top:0px;
text-align:right;
}
#loginPanel a{
text-decoration:none;
color:#000000;
}
#loginPanel a:hover{
text-decoration:underline;
color:#ffa600;
}
#loginPanel table td{
height:23px;
}

#logoutPanel span{
margin-left:6px;
margin-right:6px;
font-size:12px;
}

#logoutPanel span a{	
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-size:12px;	
}
#logoutPanel span a:hover{	
	color:#ffa600;
	text-decoration:underline;	
}


#loginPanel .loginTxtBox{
	border:1px #bdbbbb solid;
	width:100px;
	padding:1px;
	margin-left:2px;
	margin-right:2px;	
	/*background:url('../images/payment/txtbox.jpg') repeat-x top;	*/
}

#loginPanel .loginBtn{
	border:1px #ffa401 solid;	
	font-weight:bold;
	padding:1px;
	background-image:url('../images/payment/btnBg.jpg');
	font-size:14px;	
	cursor:pointer;
}
.seperation{	
	border-bottom:1px #efeeee solid; margin:10px 0 10px 0;
}
#pageContent{
	font-size:14px;	
}
#pageContent .innerContent{
	padding-left:5px;padding-right:5px;
}

#pageContent .innerContent .heading{
	color:#e22622;
	font-weight:bold;
	
}
#pageContent .innerContent .logoTable{
	margin:0 auto 0 auto;
	text-align:center;
	width:100%;
}

#pageContent .innerContent .logoTable a:hover img{
	/*border:1px black solid;*/
	width:80%;
}


#pageContent .innerContent .large_img a:hover img{
	/*border:1px black solid;*/
	width:70%;
}

#footerLink{
	text-align:center;	
}
#footerLink a{
	color:#000000;
	text-decoration:none;	
}
#footerLink a:hover{
	color:#ffa600;
	text-decoration:underline;	
}
#copyrightPanel{
	color:#868282;
	text-align:center;
	font-size:13px;
}

/*fonts*/
.textRed{
	color:#e22622;
}
.textBlue{
	color:#00509e;
}
.SubmitBtn{	
	border:1px #ffa401 solid;	
	font-weight:bold;
	padding:1px;
	background-image:url('../images/payment/btnBg.jpg');
	font-size:14px;	
	cursor:pointer;
	}