@charset "utf-8";

/* primary layout */

html {color:#ffffff; background-color:#000000;}

body {margin: 0px 0px 0px 0px; border: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width:100%;}

.wrapper {margin: 0px auto 20px auto; width: 900px; background-image: url(images/logo.jpg);
	background-position: 0 0; background-repeat:no-repeat;}

.header {height:160px;}
.header h1 {padding: 30px 0px 0px 130px;}

.main {color: #000000; background-color: #ffffff; padding: 10px;}

.leftcol {width: 150px; float: left; margin-right: 10px;}
.rightcol {width: 700px; margin: 0; padding-left: 5px; padding-bottom: 10px; float: left; height: 1%}
/* holly hack for peekaboo bug */

.clear {clear: both;}

.login {color: #000000; margin: 20px; text-align: center;}

hr {border:none; margin-top:10px; height:5px; background-color: #006600;}

a, a:link, a:visited {color: #000000;}

/* navigation */

.navstack
	{
	margin: 20px 0px 0px 0px; 
	padding: 0px 10px 0px 10px;
	width: 105px;
	text-align:center;
	vertical-align:middle;
	}

.navstack ul
	{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	vertical-align:middle;
	}

.navstack ul li
	{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	vertical-align:middle;
	}

.navstack ul li a:link, .navstack ul li a:visited
	{
	color:#ffffff;
	display: block; 
	text-transform:uppercase;
	text-decoration: none; 
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	background-position:center center;
	}

.navstack ul li a:hover
	{
	text-decoration: underline;
	}


.tabgroup
	{
	width: 100%;
	margin-top:5px;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: #006600 5px solid;
	}

.tabon
	{
	width: 105px;
	height: 22px;
	background-image:url(images/tabdark.png);
	background-repeat:no-repeat;
	text-align: center;
	color: #ffffff;
	}

.tabon a:link, .tabon a:visited 
	{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	}

.tabon a:hover 
	{
	color: #ffffff;
	text-decoration: underline;
	font-style: normal;
	}

.tablive
	{
	width: 105px;
	height: 22px;
	background-image:url(images/tablight.png);
	background-repeat:no-repeat;
	text-align: center;
	color: #000000;
	}

.tablive a:link, .tablive a:visited
	{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	}

.tablive a:hover
	{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	}

.tab
	{
	width: 105px;
	height: 22px;
	background-image:url(images/tablight.png);
	background-repeat:no-repeat;
	text-align: center;
	color: #555555;
	}

.tab a:link, .tab a:visited
	{
	color: #555555;
	text-decoration: none;
	font-style: normal;
	}

.tab a:hover
	{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	}


.button td
	{
	height: 25px;
	width: 105px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight:bold;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	background-position:center center;
	border:0px solid #ffffff; /* required to force ie7 to display background on submit buttons */
	}

.button a:link, .button a:visited 
	{
	color: #ffffff;
	text-decoration: none;
	}

.button a:hover 
	{
	text-decoration: underline;
	}


/* additional elements */

th, td {vertical-align: top;}

input[type="submit"], input[type="reset"]
	{
	height: 25px;
	width: 105px;
	color: #ffffff;
	font-weight: bold;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#ffffff;
	border:0px solid #ffffff; /* required to force ie7 to display background on submit buttons */
	}

.pager, .pager a:link, .pager a:visited, .pager a:hover
	{
	font-weight: bold;
	text-align: left;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:10px;
	}


.calendar
	{
	width: 300px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	table-layout:fixed;
	}

.calendar th 
	{
	vertical-align:middle;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	border-bottom:none;
	color:#000000;
	}

.calendar td
	{
	vertical-align:middle;
	border: thin solid #191970;
	}

.calendar a
	{
	text-decoration: none;
	font-style: normal;
	color: #191970;
	}


.search {width:100%; margin-top:10px; table-layout:fixed;}
.search th {text-align:left; border-bottom: thin solid #000000;}

.list {width:100%; margin-top:10px; table-layout:fixed;}
.list th {text-align:left; border-bottom: thin solid #000000;}

.detail th {border-bottom:thin solid #dddddd; padding-right:10px; text-align:left; width:200px;}
.detail td {border-bottom:thin solid #dddddd; width: 300px;}
.detail textarea, .detailbox {background-color:#dddddd; height:100px; width:300px;}

.entry th {text-align:left;	padding-right: 10px;}
.entry input, .entry select, .entry textarea {background-color:#ffffff;}
.entry input[type="text"], .entry input[type="password"], .entry select {width:300px;}
.entry textarea {height:200px; width:300px;}

.error {width:100%; padding:5px; border:thin solid #191970;}

.highlight {background-color:#ffd700;}

.oddrow {background-color:#ddffdd;}

