body{
	background:url(../images/header_bg.png) repeat-x;
	color:#666;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
a{
	color:#00F;
}
h1{  
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 5px;
	padding-bottom:2px;
	color:#1E69E0;
}
h2{
	font-weight:normal;
}
.clr{
	clear:both;
}

.wrapper{
	margin:0 auto;
	height:100%;
	padding:0 15px;
}
.header{
	height:25px;
	padding:15px;
	font-size:22px;
	color:#ffffff;
	}
.header a{	
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	}
.header_nav{
	background:#000;
	height:13px;
	padding-top:7px;
	text-align:right;
}
.header_nav ul{
	margin:0;
	padding:0;
}
.header_nav li{
	color:#fff;
	display: inline;
	font-size:12px;
    list-style: none outside none;
    margin: 0 20px 0 0;
}
.header_nav a{
	color:#FFF;
	text-decoration:none;
}
#main_content.login_page{
	border:1px solid #ccc;
	border-radius:10px;
	width:400px;
	margin:30px auto;
	padding:10px;
	
}
#main_content.login_page table,
#main_content.login_page td{
	border:none;	
}

.inner_wrap{
	margin-bottom:30px;
	min-height:200px;
}

* html div.inner_wrap { 
   height: expression( this.scrollHeight < 200 ? "200px" : "auto" ); /* sets min-height for IE */
}
#main_content{
	
}
#main_content.one_col{
	width:100%;
}
#main_content.two_col{
	width:720px;
}
#main_content.three_col{
	width:520px;
}

#main_content h2{
	
}
.footer{
	border-top:2px solid #ccc;
	min-height:80px;
	color:#000;	
	margin:40px auto 0;
	padding-top:10px;	
}
* html div.footer { 
   height: expression( this.scrollHeight < 80 ? "80px" : "auto" ); /* sets min-height for IE */
}
.footer_left{
	float:left;
}

.footer_left ul{
	margin:0;
	padding:0;
}
.footer_left li{
	color:#fff;
	display: inline;
	font-size:12px;
    list-style: none outside none;
    margin: 0 20px 0 0;
}
.footer a{
	color:#000;
	text-decoration:none; 
}
.copyright{
	color:#000;
	float:right;
	font-size:12px;
}
input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	cursor:pointer;
	padding: 8px 20px;
	background: none repeat scroll 0 0 #96C4E4;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#afd9fa),
		to(#588fad));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a9aaab;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}
input[type="text"],
input[type="password"]{
    border: 1px solid #c4c4c4;
    width: 180px;
    height: 18px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

/* ------------------- !MOBILE ----------------------- */
@media only screen and (max-device-width: 641px), 
only screen and (device-width: 641px) and (device-height: 641px), 
only screen and (width: 641px) and (orientation: landscape), 
only screen and (device-width: 641px), 
only screen and (max-width: 641px) {
body {
	/* Disable tap overlay color on links - set alpha to %0 = invisible */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	max-width: 100%;
}
#main_content.login_page {
	border: none;
	width: auto;
	margin: 0 auto;
	padding: 10px;
}
#main_content.login_page .lt_col{
	display:none;
}
#main_content.login_page .rt_col{
	width:auto!important;
	float:none!important;
}
input{
	width:100%!important;
	height:auto!important;
}
}