body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 180px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #4D4DFF;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 180px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #F2F2F2;
text-align: center;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 180px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.container{
	border: 1px solid gray;
	width: 98%;
	max-height: 500px;
	background-color: #F9FFE5;
	margin-top: 1em;
	clear: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	text-align: center ;
}


TABLE 
{
 border-color: 555679;
}
th
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

td
{
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
}

input
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.WhiteHeader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: white;
}

.HeaderText{
	font-family : Arial, Helvetica, sans-serif
	font-size : 11px;
	font-weight : bold;
	color:white;
}

A{
	top: 10px;
	text-decoration: none;
	color:#000080;
	font-weight : bold;
}
A:hover{
	text-decoration: underline;
	color:#FFDF00;
}
A:active{
	text-decoration: underline;
	color:#FFDF00;
}
.logout{
	text-align: center;
	top: 20px;
}

.logout A{
	text-decoration: none;
	color:#CCCCCC;
}
.logout A:hover{
	text-decoration: underline;
	color:#CCCCCC;
}

