.tableheader {
	background-color: #95BEE6;
	color:white;
	font-weight:bold;
}
.tablerow {
	background-color: #A7D6F1;
	color:white;
}
.message {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
body
{
	margin:0px;
	margin:0px;	
}
.container
{
	width:100%;
	max-width:1200px;
	margin:0px auto;	
}

.hdr
{
	width:100%;
	height:auto;
	background:#130d51;
	padding:10px 0;
}
.logo
{
	width:250px;
	height:100px;	
}
.logo img
{
	width:auto;
	max-width:100%;
	max-height:100%;	
}
.login_page
{
	width:100%;
	height:auto;
	max-width:400px;
	min-height:250px;
	/*border:1px solid #ccc;*/
	padding: 10px 20px;
	/*box-shadow: 0 1px 20px #ccc;	
	background:#fff;*/
	margin:80px auto;
}
.full
{
	width:100%;
	height:auto;
	margin:0 0 15px 0;	
}
.fm
{
	width:100%;
	height:40px;
	background:#CCC;
	color:#000;
	padding:5px 10px;
	border:1px solid #ccc;
	font-size:15px;
	border-radius:3px;	
}
.full_btn
{
	width:100%;
	height:auto;
	text-align:center;		
}
.full_btn input
{
	width:100%;
	padding:7px 20px;
	background:#f0ad4e;
	color:#fff;
	border:2px solid #f0ad4e;	
	border-radius:3px;
	cursor:pointer;
	font-size:15px;
	text-align:center;
}
.full_btn input:hover
{
	background:#000;
	border:2px solid #000;
	color:#fff;
}
.login_heading
{
	width:100%;
	height:auto;
	text-align:center;
	font-size:36px;
	margin: 8px 0 18px 0;
	text-shadow: 0 1px 3px #000;	
}
.icon
{
	width:100%;
	height:auto;
	text-align:center;
}
.full_text
{
	width:100%;
	height:auto;
	margin:5px 0 10px;
	font-size:15px;	
	text-align:center;
}
.full_text a
{
	color:#C63;
	text-decoration:none;	
}
.full_text a:hover
{
	color:#000;	
}
footer {
    background:#09C;
	padding:12px 0;
	width:100%;
	height:auto;
	overflow:hidden;
}
.ft_left
{
	width:50%;
	float:left;
	text-align:left;
	color:#fff;
	font-size:15px;	
	padding: 18px 0 0 0;
}
.ft_left a
{
	color:#000;	
}
.ft_right
{
	width:45%;
	float:right;
	text-align:left;
	color:#fff;
}
.ft_right ul
{
	width:auto;
	float:right;
	margin:0px;
	padding:0px;
	height:auto;	
}
.ft_right ul li
{
	width:auto;
	float:left;
	height:auto;
	margin:0 5px 0 0;
	list-style:none;	
}
