*{
margin:0;
padding:0;
}
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre {
    line-height: 1.5em;
}
#divHeader {
    background-color: #B0C4DE;
    border-bottom: 3px solid black;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#div_login {
	margin:0 auto;
	width:300px;
	height:200px;
	padding-top:70px;
}
#tbllogin  {
	width: 30%;
	font-size:15px;		
}
#divTitle {
    background-color: #515784;
}
body {    
    font-size: 12px;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
	}
body, input, textarea {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
}
#content {
	background-color: #D3D3D3;
	margin:0 auto;
	width:500px;
	height:100%;
}
#divContent {    
    width: 100%;
    height: 90%;
	background-color: #515784;
}
#divLeft {
    background-color: #515784;
    float: left;
	width: 20%;
	position:relative;
    height: 90%;
}
#divLeft a {
    color: #000000;
    /*height: 100%;*/
    text-decoration: none;
    width: 100%;
}
#divRight {
    background-color:#fff;
    float: right;
	width: 80%;
	position:relative;
    height: 100%;
}
#divLeft .menu {
    border-bottom: 1px solid #000000;
    font-weight: bold;
    padding: 15px;
}
.tblSetup {
    width: 300px;
    font-size: 12px;
}
.tblDetail {
    font-size: 12px;
    margin: 0 auto;
    width: 800px;
	margin-bottom:50px;
}
.divLeft, .divRight {
    padding-bottom:8000px;
    margin-bottom:-8000px;
 }
.clr { clear:both; }
#divFooter {
    border-top: 3px solid black;
    position:absolute;
	background-color: #B0C4DE;
	clear:both;
    padding: 20px 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    /*height:10%;*/
}

.tblDetail th {
    background-color: #88B4D6;
}
input, textarea, select, option, optgroup, button, td, th {
    font-size: 100%;
}
.tblpagination {
    font-size: 12px;
    
}
#divmainFooter{
    border-top: 3px solid black;
	background-color: #B0C4DE;
	text-align: center;
	padding:20px 0;
    width: 100%;
	position:absolute;
	bottom:0px;

}