/* This is the default CSS*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-top:5px;
	}

td, th, p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

h1 { font-size:140%;}
h2 { font-size:130%;}
h3 { font-size:120%; }
h4: { font-size:110%;}
a:link {color:#330099; font-weight:800;}
a:hover {background-color:#FFFFFF; color:#000000;}
a:visited {color:#660066;}


#contentcontainer { overflow:auto; background-color:#FFFFFF; width:100%;}
#leftcolumn { width: 22%; float:left; height:100%; text-align: right;}
#middlecolumn { width: 76%; float:right; }
#exchangemodule { background-color:#FFFFFF; margin-right:20px;}


.button {background-color:#009933; color:#FFFFFF; padding:2px; font-weight:bold;}
.alert { color:#FF0000; font-weight:bold;}
.tableband { color: #FFFFFF; font-weight: bold; background-color:#009933; font-size: 100%; text-align:left;} 
.tableband a:link { color: #FFFFFF; text-decoration:underline;} 
.tableband a:visited { color: #FFFFFF; text-decoration:underline;}
.tableband a:active { color: #FFFFFF; text-decoration:underline;}
.tableband a:hover { color: #FFFFFF; text-decoration:underline;}
.box {border:solid; border-color:#000000; border-width:1px; border-top:#009933; border-top-width:10px; border-top-style:solid; padding:5px; margin-bottom:10px;}
.indent20 {
	margin-right: 20px;
	margin-left: 20px;
}

#bookmarks { width:250px; float:right; border:solid; border-color:#000000; border-width:1px; border-top:#009933; border-top-width:10px; border-top-style:solid; padding:10px; margin-left:10px;}

.evenrow {background-color:#FFFFFF;}
.oddrow {background-color: #EBEBEB;}

/*For the Module navigation buttons */
#navlist ul{padding-left:0; margin-left:0; font-size:100%;}
#navlist ul li { display: inline; }
#navlist ul li a { padding: 0.4em 0.6em; background-color: #009933; color: #FFFFFF; font-weight:bold; text-decoration: none; }
#navlist ul li a:hover { color: #FFFFFF; font-weight:bold; text-decoration:underline;}

UL.left {
  margin-left:0.3em;
  line-height: 2em;
  font-weight: bold;
  }