body {
    	height: 100%;
    	margin: 0;
    	vertical-align: center;
    	font-size: 14px;
    	font-family: verdana;
}

div#IEHACK {
	text-align: center;
}

div#container {
	width: 960px;
	text-align: left;
  	margin-left: auto;
   	margin-right: auto;
}

label:after {
	content: ": "
}

label   {
        float: left;
        width: 120px;
        font-weight: normal;
        padding-left: 5px;
}

input, textarea, select {
        width: 250px;
        margin-bottom: 5px;
	clear: right;
}

textarea {
        width: 250px;
        height: 50px;
}

.InputError {
	background-color: #FFAFAF;
}

.NoInputError {
	background-color: #FFFFFF;
}

#btnUploadTheFile {
        width: 90px;
	margin-left: 155px;
}

br.clear {
        clear: left;
}

#warningmsg {
	margin-left: 120px;
	padding: 5px;
	color: #628da4;
	align: center;
}

#formdiv {
    	left: 50%;
    	top: 40%;
    	width: 700px;
    	height: 260px;
    	font-weight: normal;
    	font-size: 14px;
    	color: #434951;
    	font-family: Verdana, Arial;
	margin-left: 130px;
}

#theform {
    	width: 500px;
	margin: 0 auto;
}

#welcomediv {
    background: url(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 {
	text-align: center;
	font-size: 10px;
}

table.timetable {
   border-collapse: collapse;
}

table.timetable td {
   border: 1px solid #434951;
   width: 150px;
}

table.timetable th.module {
   width: 250px;
}

table.timetable td.module {
   width: 250px;
}

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: center;
}

.nosession {
	text-align: center;
}