﻿body 
{
	width: 350px;
    height: 100%;
    margin: 0;
    vertical-align: center;
    font-size: 12px;
    font-family: verdana;
}

div#header
{
	margin-left: 0px;
}

div#content 
{
   width: 780px;
   margin-left: 100px;
   margin-right: 100px; 
}

label:after 
{
	content: ": "
}

label
{
	float: left;
	width: 120px;
  	font-weight: normal;
  	padding-left: 5px;
}

input, textarea, select 
{
	width: 250px;
    margin-bottom: 5px;
	clear: right;
}

input#submitbutton, #ctl00_MainContent_submitbutton 
{
	width: 90px !important;
	margin-left: 155px !important;
}

br.clear 
{
	clear: left;
}

#warningmsg {
	margin-left: 120px;
	padding: 5px;
	color: #628da4;
	align: center;
}

#formdiv {
    /* position: absolute; */
    left: 50%;
    top: 40%;
    width: 600px;
    height: 260px;
/*    margin-top: -106px;
    margin-left: -181px; 
    border: 1px solid #000000; */
    font-weight: normal;
    font-size: 11px;
    color: #434951;
    font-family: Verdana, Arial;

}

#welcomediv {
    background: url('images/table-title-image.gif');
    font-weight: bold;
    font-size: 11px;
    color: #434951;
    font-family: Verdana, Arial;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
}

#txtOutput, #ctl00_MainContent_txtOutput {
	text-align: center;
	font-size: 10px;
}

table#timetable 
{
   border-collapse: collapse;
}

table#timetable td 
{
   border: 1px solid #434951;
   width: 120px;
}

table#timetable tr.upcoming td 
{
   color: #c3c1c1;
}

table#timetable tr.current td 
{
   color: #434951;
}

table#timetable tr.done td {
   color: #434951;
   text-decoration: line-through;
}

table#timetable tr td.fullcol {
   color: #FF0000;
   text-decoration: none;
   text-align: middle;
}
