body {
background-color: #fff;
color: #000;
font-family: aerial, verdana, "times new roman";
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
}

#menu{
position: fixed;
top: 0;
bottom: 0; 
left: 10px;
width: 150px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #444444;
color: white;
padding-top: 80px;
}

#content{
position: absolute;
top: 0; 
margin-left: 170px; /*Set left value to WidthOfFrameDiv*/
padding-right: 20px;
bottom: 0;
background: #fff;
width: 750px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}



#logo {
margin-top: 10px;
margin-right: 10px;
float: right;
}

p {
font-size: 0.8em;
}

h1 { 
color: #E70A0A;
border-bottom: 1px solid #000;
font-size: 1.3em;
}

h2 { 
color: #666666;
font-size: 1.1em;
}

#menu a {
color: #fff;
display: block;
padding: 5px;
width: 80px;
text-decoration: none;
}

#menu a.active, #menu a:hover {
color: #E70A0A;
font-weight: bold;
text-decoration: none;
}

.form p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 200px; /*width of left column containing the label elements*/
height: 1%;
font-size: 0.9em;
}

.form label{
color: #666666;
float: left;
margin-left: -200px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.form textarea{
width: 250px;
height: 100px;
}


table
					{
					width: 100%;
					border-collapse:collapse;
					margin-bottom: 50px;
					margin-top: 20px;
					}

th
					{
					background: #6699CC;
					color: #fff;
					text-align: left;
					padding-left: 10px;
					height: 30px;
					border-bottom: 2px solid #ffffff;					
					}

td.slider { background-color: #fff;
padding: 0px; }

td
					{
					border-bottom: 2px solid #ffffff;
					color: #000;
					text-align: left;
					padding-top: 4px;
					padding-bottom: 4px;
					padding-left: 10px;
					padding-right: 10px;
					background-color: #AEC7DF;
					}		
