body {
	color: black;
	background-color: #000077;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom:20px;
	margin-right:20px;
	font-family: Tahoma;
}

table td {
	vertical-align: middle;
	font-size: 14px;
}

table.roster td {
	vertical-align: middle;
	font-size: 11px;
}

table.trans{
  width : 100%;
}

table.trans td{
  font-size: 11px;
}

table.trans th{
  font-size: 11px;
}


table#banner{
   padding : 20px;
   background-color:#000077;
   margin:7px 7px 7px 7px;
   width:99%;
   font-size:200%;
   font-color:white;
}

table#main {
    background-color:white;
    width:100%;
}

table#main td.block{padding:10px;}

table.nav{
   width:100%;
}

table td.message{font-color:red;}

table.table{
    background-color:#FFFFCC;
	border-top: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	border-right: 10px solid #666666;
	border-bottom: 10px solid #666666;
}

table.roster{
    background-color:#FFFFCC;
	border-top: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	border-right: 10px solid #666666;
	border-bottom: 10px solid #666666;
}

table.login{
   width:40%;
}

table.access{
   width:70%;
}


table.tasks{
  width:60%;
}

h1 {}
h2 {}
h3 {}
h4 {
	font-size: 11px;
}
h5 {}

a {color: #666666; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color: #FF0000;}

input {
    background-color:white;
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
}

table.button {width:50%;}
table.button input{width:60px;}

select {
    background-color:white;
	font-size: 14px;
    color:#000000;
    border: 1px solid #000000;
}

select#month{
  width:80px;
}

select#day{
  width:40px;
}

select#year{
  width:60px;
}


textarea {
background-color:white;
font-family: Tahoma;
font-size: 14px;
width:90%;
}

th {background-color: #666666; color: #FFFFFF; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}

th a{
	color: #FFFFFF;
}
th a:hover{
	color: #CCCCCC;
}

td#center th {color: #FFFFFF; vertical-align: middle;}
td#center {padding: 10px 3px 1px 3px;}

td#center div.block {
	margin-top:10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding:10px;
	color: #000000;
}

submit{ width : 100px}

table.button
{
    width: 100px;
	font-size: 10px;
	background-color:#FFFFFF;
	color: #000000;
	margin-bottom: 1px;
	margin-top: 10px;
}

table.button td{
    text-align:center;
}

table#footer {
    width:100%;
	text-align: center;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background-color: #e7e5e2;
}

table#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}

table#footer a:hover {
	color: #999999;
	text-decoration: none;
}

