BODY			{
	color: Black;
	font-size: 8pt;
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	float: center;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
}

A, A:link, A:visited {
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
}

A:hover, A:active {
	color:#FF0000;
}

.container	{
	width: 760px;
	position: relative;
	text-align: center;
	border: 1px solid #aeaeae;
	background-color: white;
	background: repeat-y url(/images/sidebar-left.png) left #ffffff;
}

.containertitle {
	background-color: white;
	color: #9900FF;
	font-weight: bold;
	font-size: 10pt;
	width: 760px;
	clear: both;
}

.containermenu {
	width: 159px;
	float: left;
	border: solid #aeaeae;
	border-width: 0px 1px 0px 0px;
}

.containermain {
	background-color : white;
	font-size: 8pt;
	width: 580px;
	float: right;
	text-align:left;
	padding: 5px 10px 5px 10px;
	border: solid #aeaeae;
	border-width: 1px 0px 0px 0px;

}

.containerfooter {
	background-color: green;
	color: green;
	width: 760px;
	clear: both;
	border: solid #aeaeae;
	border-width: 1px 0px 0px 0px;
}

input, select {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	font-size:8pt;
}

.small {
	font-size:7pt;
}

.maintable {
        background-color : white;
        border-style : solid;
        border-width : 1px;
        border-color : black;
        font-size: 8pt;
}

.titletable {
        background-color: white;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        color: #9900FF;
        font-weight: bold;
        font-size: 10pt;
}

.menutable {
        background-color: #CCCCFF;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.contenttable {
        background-color: white;
        border-style: solid;
        border-width: 0px;
        border-color: black;
        padding: 5px;
}

.footertable {
        background-color: #CC0000;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        color: White;
}

.adminbar {
	background-color: #FF9999;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: red;
	text-align: right;
	clear:both;
}

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 00px;
	width: 159px;
	float: left;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #aeaeae;
}

#navcontainer li {

}

#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 1px solid #aeaeae;
	background: repeat-x url(/images/menu-normal.png);
	text-align: left;
	font-size: 9pt;
}

#navcontainer a:hover {
	color: #ffffff;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	border-top-style: none;
}

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-indent: 20px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover {
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	background: #cccccc;
}

#navcontainer ul ul #current{
	text-shadow: 0px 1px 0px #ffffff;
	color: #333333;
	background: #cccccc;
}

#navcontainer ul ul .currentAncestor {
	background: #ebebeb;
	text-shadow: none;
}

#navcontainer #current {
	background: repeat-x url(/images/menu-over.png);
}

#navcontainer .currentAncestor {
	background: repeat-x url(/images/menu-over.png);
}

#navcontainer a:hover {
	background: url(/images/menu-over.png) repeat-x;
}

#navcontainer ul ul .currentAncestor{
	color: #007ef3;
}
.oufuture	{
	background-color: #FFCCCC;
}
.oucurrent	{
	background-color: #FFFF66;
}
.oucomplete	{
	background-color: #CCFFCC;
}
.outotal	{
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
