/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
     font-family: Arial,Verdana,FreeSans,sans-serif;
     font-size: 12px;
}
body{
    overflow-y: scroll;
}
html, body, ul, ol{
    margin: 0;
    padding: 0;
    height:100%;    
}
ol, ul{
    list-style: none;
}
#container{
    min-height:100%;
    position:relative;
}
#footer{
    display: none;
}
#header, #footer, #body, #menu{
    width: 100%;
    margin: 0px auto 0px auto;    
}
#header .content, #footer .content, #body  .content, #menu .content{
    /*width: 1000px;*/   
    padding-left: 20px;
    padding-right: 20px; 
}
#header, #footer{
    background: #0f86c6;
}
#header *, #footer *{
    color: #fff;
}
#header{
    height: 35px;
    padding-top: 15px;
}
#body{
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer{
    padding: 10px 0px 10px 0px;
    position:absolute;
	bottom:0;
}

table{
    border-collapse:collapse;
    border-spacing:0
}
#header #header-title{
    color: #efe92f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    float: left;    
}
#header #user-info {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: normal;    
    text-transform: none;    
}
#header #user-info span{
    color: #79daf8;
    font-weight: bold;
    font-size: 13px;
}
#header a.logout{
    margin-left:10px;
    padding-left:16px;
    background: url(images/logout.png) left center no-repeat;
    text-decoration: none;
    color: #79daf8; 
}
#header a.changepwd{
    text-decoration: none;
    color: #79daf8;
    margin-left:10px;
    padding-left:18px;
    background: url(images/password.png) left center no-repeat;    
}
table.dataTable {
   border-left: 1px solid #D3D3D3;
   border-right: 1px solid #D3D3D3;    
}

