﻿html, body, div, p {
    margin:0px;
    padding:0px;
    border:0px;
    outline: none;
    font-size: 100%;
}
.body_master {
	font-family: helvetica,arial,clean,sans-serif;
	background-color: #ffffff;
	margin-top:0px;
	min-height: 100%!important;
	position: relative!important;
}
body{
    background: #265565;
}
input[button]{
	cursor:pointer;
}
.banner {
    background:url(../images/liu1px.jpg) repeat-x;
    min-width: 900px;
    height: 80px;
}
.banner_right_image {
    background: url(../images/LIU_HEADER_65.JPG) no-repeat top right;
    height: 80px;
    width: 700px;
    float:right;
}
.logo {
    background: url(../images/liuLogo.png) no-repeat top left;
    height: 80px;
    width: 200px;
    float: left;
}
.signInTable {
	padding-top: 5px;
}
.sep {
    margin: 0;
	background-color: #3f5a61;
	height:40px;
}
.content{
    margin: 15px 15px 20px 15px;
}
.td_border_right {
	border-right: dotted 1px #000;
	width: 40%;
	min-height:350px;
	height:350px;
}
.td_border_left {
	width: 40%;
	min-height:350px;
	height:350px;
	text-align: left;
	padding-left: 30px;
}
.td_footer {
	padding: 20px 0px 0px 0px;
}
.nowrap td {
	white-space: nowrap;
}
.gvHover{
	background-color: #FFFACD;	
}
.clear{
    clear:both;
    display: block;
    overflow: hidden;
    visibility:hidden;
    width:0;
    height:0;
}
.footer {
	background-color: #3f5a61;
	height:40px!important;
	border-top: solid 4px #ebab00;
	border-bottom: solid 20px #ebab00;
	width: 100%;
	
	/*** Shadow ***/
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0, 0.4);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0, 0.4);
	box-shadow: 0px 10px 10px rgba(0,0,0, 0.4);
}
.footer p{
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #e0e3e5;
}

/*** Links ***/
.content a{
    text-decoration: none;   
    color: #0d62b0!important;
}
.content a:hover{
    color: #db523a!important; 
    border-bottom: 1px dotted #db523a;
}
th
{   
    color: #497081;
    background:#ebeff3!important;
    border-top: 1px solid #d6dce3;
    border-bottom: 1px solid #d6dce3; 
}
.spanButtonBlue img{
    position: absolute;
    top: 6px;
    right: 8px;
}
.floatLeft:after{
	clear:left;
}
.marginBottom{
    margin-bottom: 15px;
}