/* Main CSS */

body { 
 height: 100%;
 background-color:#222222;
 font-family:'Helvetica';
 font-size:10pt;
}

h1,h2,h3,h4,h5,h6,p {
 color:#000000;
 font-family:'Helvetica';
}
h1 { font-size:24pt; }
h2 { font-size:20pt; }
h3 { font-size:15pt;  }
h5 { font-size:8pt; }
h6 { font-size:6pt; }
h4,p { font-size:10pt; }

img {
 padding:0px;
 border:0px;
}

table { border:0px; border-spacing:0px; }

tr { padding:0px; border:0px; }

td { padding:0px; border:0px; }

.maintable {
 font-family:'Helvetica';
 font-size:10pt;
 height:100%;
 width:100%;
}

.innertable {
 font-family:'Helvetica';
 font-size:10pt;
 height:100%;
 width:100%;
}

.content-tab {
	color:#000000;
	background-color:#888888;
}

.banner-tab {
 background-color:#660000;
 text-align:center;
 font-family:'Helvetica';
 font-size:10pt;
}

.nav {
 height:25px;
 vertical-align:top;
 background-color:#000000;
 color:#00FF00;
 font-family:'Helvetica';
 font-size:10pt;
}

.sidebar {
 background-color:#666600;
 width:120px;
 vertical-align:top;
 text-align:center;
 font-family:'Helvetica';
 font-size:10pt;
}

.mainnav {
 height:42px;
 vertical-align:top;
 background-color:#3333FF;
 color:#00FF00;
 font-family:'Helvetica';
 font-size:10pt;
}

.conclusion {
 border:2px dashed #80FF00;
 padding:5px;
 vertical-align:top;
 background-color:rgba(128, 255, 0, 0.2);
 font-family:'Helvetica';
 font-size:10pt;
}

.note {
 border:2px dotted #FFAA00;
 padding:5px;
 vertical-align:top;
 background-color:rgba(255, 170, 0, 0.2);
 font-family:'Helvetica';
 font-size:10pt;
}

.warn {
 border:double #FF0000;
 padding:5px;
 vertical-align:top;
 background-color:rgba(255, 0, 0, 0.2);
 font-family:'Helvetica';
 font-size:10pt;
}

.dir {
 border:2px solid #008080;
 padding:5px;
 vertical-align:top;
 background-color:rgba(0, 128, 128, 0.2);
 font-family:'Helvetica';
 font-size:10pt;
}

.newlist {
 font-family:'Helvetica';
 font-size:10pt;
margin-left:50px;
}

.footer { color:#FFFFFF; }
