html, body {height:100%; margin: 0; padding: 0; }

body {
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
	background-color: #F2F2F2;
}

/* for all main pages start */

header {
	background-color: #164c78;	
	border:0px solid #000;
	height: 55px !important;   
	min-width:1260px;
	color: white;
	text-align: center; 
}

header label
{
	float: left;
	color: #fff;
	margin: 5px;
	font-size: 18px;
	font-family: Calibri, Verdana, Georgia;
}

.main-container {
    border: 0px solid #000;
    position: relative;
    min-width: 1260px;
    height: 545px;
    padding: -5px 0px 10px 0px; 
}

.main-container nav {
    float: left;    
    width: 18%;
    height: 545px;  
    vertical-align: top;
    background-color: #E7E6ED;
    overflow-y:auto;
}

.main-container section {
    float: left;    
    width: 81%;
    height: 545px;
    margin: 0px 10px 0px 0px; 
    overflow-y:auto;
    overflow-x:hidden;   
}

footer {	
    background-color: #164c78;  
    color:white; 
    height: 30px;    
    z-index:1000;  	 
    min-width: 1260px;
    text-align:center;
    padding-top:5px;
}

/* for all patient chart pages start */

.header_chart {	
    background-color: #A7B2B9;
    color: black;
    height: 60px;
    margin-top: 0px;
    padding: 8px;
    text-align: center;
}

.nav_chart{
	background-color: #E7E6ED;
    float: left;
    line-height: 14px;
    padding: 5px;
    min-height: 650px;  
    width:210px; 
    min-width:210px;
    max-width:245px;
}

.section_chart{	
	float: right;
}

.footer_chart{
	background-color: #a7b2b9; 
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
    height: 45px;
}

/* for all patient chart pages end */

.headerLink {
    border-bottom: 1px solid #aaaaaa;
    border-radius: 5px;
    border-right: 1px solid #cccccc;
    list-style: outside none none;
    margin: 0;
}

.navtable{
	 width: 1260px;
}

.navtable label{
	 font-size: 14px;
}

.navtable a {
    color: #fff;
    text-decoration: none;
}

.navtable a:hover{
    color: #e8e8e8;
    text-decoration: underline;
}

.wrapper {
    position:absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: fuchsia;*/
}
.inner-wrapper,
.center.pane .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.pane {
    display: table-cell;
}
.left.pane {
   /*background-color: olivedrab;*/ 
}
.center.pane {
    /*background-color: lightblue;*/
}
.center.pane .inner .top,
.center.pane .inner .bottom{
    display: table-row;
    
}
.center.pane .inner .top {
    /*background-color: lightcoral;*/   
}
.center.pane .inner .bottom {   
    /*background-color: orange;*/
    height: 100%;
    width: 100%;
}

.bookLink {
	color: #333333;
}