﻿body {
    background-image: url("../Images/imgmid.jpg");
	background-color:#227EBF;
	margin:0px;
	padding:0px;
    font-family : Helvetica,Arial,sans-serif;
	line-height: 1.6;
	font-size:11px;
	color: #666;
}

.req
{
	color:Red;
	font-size:15px;
}

.divcolhead
{
	display: inline-block;
    zoom: 1;
    text-align: left;
    color: Black;
    font-size: 14px;
    font-family: Arial,Verdana;
    margin: 0px;
    line-height: 18px;
    vertical-align: bottom;
    padding-left: 2px;
    width: 195px;
	/*border:solid 1px red;*/
}

.divDealer1
{
	display: inline-block;
	zoom:1;
	*display:inline;
	width:190px;	
	margin-left:10px;
	text-align:left;
	color:Black;
	font-family:Sans-Serif;
	font-style:normal;	
	font-size:14px;
	vertical-align:top;
	/*border:solid 1px red;padding:5px;*/
}

.divDealer2
{
	display: inline-block;
	zoom:1;
	*display:inline;
	width:10px;	
	text-align:center;
	color:black;
	font-family:Sans-Serif;
	font-style:normal;	
	font-size:14px;
	vertical-align:top;
	/*border:solid 1px green;padding:5px;*/
}

.divDealer3
{
	display: inline-block;
	zoom:1;
	*display:inline;
	width:405px;
	padding-top:0px;
	text-align:left;
	color:black;
	font-family:Sans-Serif;
	font-style:normal;	
	font-size:14px;
	vertical-align:top;
	/*border:solid 1px blue;padding:5px;*/
}

.divDealer4
{
	display: inline-block;
	zoom:1;
	*display:inline;
	letter-spacing:normal;
	word-spacing:normal;
	width:340px;	
	text-align:left;
	color:red;
	font-size:13px;
	font-family:Verdana,Arial;
	vertical-align:top;
	/*border:solid 1px black;
	padding-top:5px;
	padding-left:25px;*/
}

.divDealerText
{
	  display: block;
	  height: 20px;
	  padding:3px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color:black;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 3px;
}

.divDealerSelect
{
	  display: block;	  
	  height: 28px;
	  padding:3px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color:black;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 3px;
}

.divDealerMenu
{
	display: inline-block;
	zoom:1;
	*display:inline;
	letter-spacing:normal;
	word-spacing:normal;
	width:180px;
	padding:5px;
	margin-left:20px;
	text-align:left;
	color:blue;
	font-size:13px;
	font-family:Arial,Verdana;
	height:18px;
    border:1px solid #BBC2CE; 
    border-radius:5px; 
    box-shadow: 0px 0px 2px #BBC2CE inset; 
    outline:none; 
}

.divDealerSubMenu
{
    width:980px;
    text-align:left;
    display: inline-block;
    color:white;
	font-size:15px;
	font-family:Arial,Verdana;
	background-color:#F0F8FF;
	border:solid 1px #B6C9E3;
	border-radius:3px; 
}

.divDealerSub
{
    background-color:#5288D4;
    width:990px;
    text-align:left;
    display: inline-block;
    color:white;
	font-size:15px;
	font-family:Arial,Verdana;
	padding:2px;
}

.divDealercheck
{
	  display: block;
	  width: 100%;
	  height: 20px;
	  padding: 3px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color:black;
	  background-color: #fff;
	  background-image:url('../Images/gridcorn.png');
	  background-repeat:no-repeat;
	  background-position:right;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.chklist
{
	display:inline-block; 
	width:405px; 
	z-index:200px; 
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:White;
	height:110px;
}

.button
{
	  cursor: pointer;
	  display: inline-block;
	  color: #fff;
	  line-height: 1;
	  padding: .6em .8em;
	  background: #4986D6;
	  -webkit-transition: background 0.15s ease, color 0.15s ease;
	  -moz-transition: background 0.15s ease, color 0.15s ease;
	  -ms-transition: background 0.15s ease, color 0.15s ease;
	  -o-transition: background 0.15s ease, color 0.15s ease;
	  border: 1px solid #1777b7;
	  box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
	  border-radius: 3px;
	  font-size:13px;
	  font-family:Arial,Sans-Serif,Helvetica,Verdana;
	  text-decoration:none;
}

.button:disabled 
{
	color:Gray;
	cursor:no-drop;
}

.aspNetDisabled
{
	  cursor:no-drop;
	  display: inline-block;
	  color:Gray;
	  line-height: 1;
	  padding: .6em .8em;
	  background: #4986D6;
	  -webkit-transition: background 0.15s ease, color 0.15s ease;
	  -moz-transition: background 0.15s ease, color 0.15s ease;
	  -ms-transition: background 0.15s ease, color 0.15s ease;
	  -o-transition: background 0.15s ease, color 0.15s ease;
	  border: 1px solid #1777b7;
	  box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
	  border-radius: 3px;
	  font-size:13px;
	  font-family:Arial,Sans-Serif,Helvetica,Verdana;
	  text-decoration:none;
}

.btnreview
{
	  cursor: pointer;
	  display: inline-block;
	  color: #fff;
	  line-height: 1;
	  padding: .4em .4em;
	  background: #4986D6;
	  -webkit-transition: background 0.15s ease, color 0.15s ease;
	  -moz-transition: background 0.15s ease, color 0.15s ease;
	  -ms-transition: background 0.15s ease, color 0.15s ease;
	  -o-transition: background 0.15s ease, color 0.15s ease;
	  border: 1px solid #1777b7;
	  box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
	  border-radius: 3px;
	  font-size:13px;
	  font-family:Arial,Sans-Serif,Helvetica,Verdana;
	  text-decoration:none;
}

.divDealercheck
{
	  display: block;
	  width: 94%;
	  height: 20px;
	  padding: 3px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color:black;
	  background-color: #fff;
	  background-image:url('../Images/gridcorn.png');
	  background-repeat:no-repeat;
	  background-position:right;
	  border: 1px solid #ccc;
	  border-radius: 2px;
	  cursor:pointer;
}

.GridBorder
{
	width:1000px;
	text-align:center;
	vertical-align:middle;
}

.divHead
{
	display:inline-block;
	zoom:1;
	*display:inline;
	padding-top:7px;
	text-align:center;
	Color:black;
	font-family:Arial,Sans-Serif,Helvetica,Verdana;
	font-size:13px;
}

.checked
{
	background:url('../Images/checked.png') no-repeat transparent;
	background-repeat:no-repeat;
	cursor: pointer;
    float: left;
    height: 18px;
    width: 18px;
    vertical-align: top;
    text-align: center;
}

.unchecked
{
	background:url('../Images/notchecked.png') no-repeat transparent;
	background-repeat:no-repeat;
	cursor: pointer;
    float: left;
    height: 18px;
    width: 18px;
    vertical-align: top;
    text-align: center;
}

.chk1
{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	height: 18px;
    width: 22px;
}

.chk2
{
	display:inline-block; 
	zoom:1; 
	*display:inline;
	height: 18px;
    width: 170px;
    padding-left:5px;
    Color:black;
	font-family:Arial,Sans-Serif,Helvetica,Verdana;
	font-size:13px;
}

.divpay
{
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align:center;
	Color:black;
	font-family:Arial,Sans-Serif,Helvetica,Verdana;
	font-size:13px;	
	vertical-align:top;
	/*line-height:500px; background-color:#F2F2F2;*/
	height:410px;
	margin:0px;
}

.divcard
{
	background-color:#e6e6e6;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
	height:50px;
	line-height:50px;
	vertical-align:middle;
    text-align:left;  
    padding-left:40px;    
    background:#e6e6e6 url('../Images/card.png') no-repeat; 
    background-position: 10px 15px !important;
    font-size: 15px;
    font-family: Arial;
}

.divnet
{
	background-color:#e6e6e6;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
	height:50px;
	line-height:50px;
	vertical-align:middle;
    text-align:left;  
    padding-left:40px;    
    background:#e6e6e6 url('../Images/net.png') no-repeat; 
    background-position: 10px 15px !important;
    font-size: 15px;
    font-family: Arial;
}

.divbalance
{
	background-color:#e6e6e6;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	border-top:solid 1px #b3b3b3;
	height:50px;
	line-height:50px;
	vertical-align:middle;
    text-align:left;  
    padding-left:40px;    
    background:#e6e6e6 url('../Images/bal.png') no-repeat; 
    background-position: 10px 15px !important;
    font-size: 15px;
    font-family: Arial;
    cursor:pointer;
}

.divbankdp
{
	background-color:#e6e6e6;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	border-bottom:solid 1px #b3b3b3;
	border-top:solid 1px #b3b3b3;
	height:50px;
	line-height:50px;
	vertical-align:middle;
    text-align:left;  
    padding-left:40px;    
    background:#e6e6e6 url('../Images/bank.png') no-repeat; 
    background-position: 10px 15px !important;
    font-size: 15px;
    font-family: Arial;
}

.divpay1
{
	background-color:#e6e6e6;
	border-left:solid 1px #b3b3b3;
	border-right:solid 1px #b3b3b3;
	border-top:solid 1px #b3b3b3;
	height:50px;
	line-height:50px;
	vertical-align:middle;    
    text-align:right;
    font-size: 16px;
    font-family: Arial;
}

.divpayby
{
	line-height:40px; 
	vertical-align:middle; 
	text-align:left; 
	color:#666; 
	font-size:11px; 
	font-family:Arial; 
	padding-left:10px;
}

.divpaycontrol 
{
	background-color:#F9F9F9;
	text-align:center;	
	width:510px;
	height:350px;
	display:inline-block;
	zoom:1;
	*display:inline;
	border-top:dotted 1px #b3b3b3;
}

.divpaycontrol_hide 
{
	background-color:#F9F9F9;
	text-align:center;	
	width:510px;
	height:400px;
	display:none;
	zoom:1;
	*display:inline;
}


.inputs {
    padding: 8px 6px;
    border: solid 1px #bfbfbf;
    width: 270px;
    height:100%;
    margin: 0px auto;
    border-radius: 0.2em;
    color: #84888f;
    background-color:White;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    border: solid 1px #bfbfbf;
}

.inputs:focus 
{
    border: solid 1px none;
    outline: none;
}

.inputs1 
{
    padding: 8px 6px;
    border: solid 1px #bfbfbf;
    width: 270px;
    height:100%;
    margin: 0px auto;
    border-radius: 0.2em;
    color: #84888f;
    background-color:White;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    background:White url('../Images/cardno.png') no-repeat; 
    background-position:230px center;
}

.divpanel
{
	background-color:#FFFFFF; 
	border:solid 2px #B6C9E3; 
	border-radius:4px; 
	width:350px; 
	height:230px; 
	text-align:center; 
	display:inline-block; 
	zoom:1; 
	*display:inline; 
	vertical-align:middle;
}

.divpanel1
{
	width:100%; 
	background-color:Transparent; 
	height:179px; 
	border-bottom:solid 1px #B6C9E3;
}

.divpanel2
{
	width:100%; 
	background-color:#DAE9FD; 
	height:50px;
}

.divcvv
{
	background:url('../Images/cvv.png') no-repeat; 
    width:62px; 
    line-height:37px;
    vertical-align:top;
    display:inline-block;
    zoom:1; 
	*display:inline;  
    border:solid 1px none;   
    text-align:right;
}

.divinline
{
	display:inline-block;
    zoom:1; 
	*display:inline; 
}

.divcarddet
{
	text-align:left; 
	display:inline-block; 
	border:solid 1px blue; 
	width:290px;
	margin:20px;
	padding:20px;
	background-color:#F2F2F2;
	border:solid 1px #F2F2F2;
	border-radius:7px;
}

.divRight
{
	display:inline-block;
	zoom:1;
	*display:inline;	
	color:#666; 
	font-family:Arial; 
	padding-top:0px; 
	font-size:12px; 
	text-align:left;
	width:200px;
	margin-left:5px;
}

.err
{
	font-family:Arial; 
	font-size:13px;
	color:Red;
}

.divlink
{
	display:inline-block;
	zoom:1;
	*display:inline;	
	color:#666; 	
	background-color:#F2F2F2;
	border-top:solid 1px #B6C9E3;
	border-left:solid 1px #B6C9E3;
	border-right:solid 1px #B6C9E3;
	border-bottom:solid 1px #B6C9E3;
	border-radius:2px;
	width:185px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

.divStatus
{
	display:inline-block;
	zoom:1;
	*display:inline;	
	color:#666; 	
	background-color:#F2F2F2;
	border-top:solid 1px #B6C9E3;
	border-left:solid 1px #B6C9E3;
	border-right:solid 1px #B6C9E3;
	border-bottom:solid 1px #B6C9E3;
	border-radius:2px;
	width:192px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

.divStatus1
{		
	display:inline-block;
	zoom:1;
	*display:inline;
	background-color:#E5FFCC;
	border:solid 1px #ADDD80;
	border-radius:2px;
	width:460px;
	line-height:32px;
	vertical-align:middle;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;	
}

.divStatusLeft
{
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#666; 	
	width:230px;
	line-height:32px;
	vertical-align:middle;
	font-family:Arial;
	font-size:14px;
	text-align:left;	
	margin-right:10px;
}

.divStatusMid
{
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#666; 	
	width:10px;
	line-height:32px;
	vertical-align:middle;
	font-family:Arial;
	font-size:14px;
	text-align:left;
}

.divStatusRight
{
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#666;
	width:170px;
	line-height:32px;
	vertical-align:middle;
	font-family:Arial;
	font-size:14px;
	text-align:left;	
	margin-left:10px;
}

.ShowModal1
{
    z-index:4; 
    position:absolute;
    /*position:relative;*/ 
    background-color:transparent; 
    display:inline-block;
    text-align:center;
    width:1000px;
    height:560px;
    top:52px;
}

.HideModal
{
    display: none;
}

.modalbg
{
    position:fixed;
	filter:alpha(opacity=0);
	opacity:0.4;
	height:100%;
	width:100%;
	background-color:#404040;
	top:0px;
	left:0px;
}

.divmiddle
{
    width:800px;
    background-color:#f2f2f2;
    border:solid 1px #e6e6e6;
    display:inline-block;
    text-align:center;
    /*height:500px;*/
}

.divmidbottom{
     height:58px;
     background-color: #B9EDEA;
     border-top: 2px solid #2ec9c1;
     border-bottom: 2px solid #2ec9c1;
     line-height:58px;
     vertical-align:middle;
     text-align:right;
     width:785px;
     padding-right:15px;
}

.divlink1
{
	display:inline-block;
	zoom:1;
	*display:inline;	
	color:#666; 	
	background-color:#F2F2F2;
	border-top:solid 1px #B6C9E3;
	border-left:solid 1px #B6C9E3;
	border-right:solid 1px #B6C9E3;
	border-bottom:solid 1px #B6C9E3;
	border-radius:2px;
	width:185px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}