/* need to have two body tags declared to have centering working in both IE and FF*/
body
{
	font-family: verdana,helvetica;
	font-size: 10px;
	color: #000000;
	background: #84bdf3;
}

font
{
	font-family: verdana,helvetica;
	font-size: 10px;
}

.mediumBold
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: FFFFFF;
	height: 30px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.bigBold
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: FFFFFF;
}

font.big
{
	font-family: verdana,helvetica;
	font-size: 20px;
	font-weight: bold;
}

table
{
	border: none;
	border-collapse: separate;
}

table.page
{
	border: none;
	border-width: 0px;
	border-collapse: collapse;
}

td.album
{
	background-image:url('album.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.home
{
	background-image: url('resources/home.jpg'); background-repeat: no-repeat; background-position: top left;
}


.incorrect
{
	color: #990033;
	font-weight: bold;
}

table.programinfo
{
	border: none;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-collapse: collapse;
}

td.active
{
	background-color: #FFFF00;
}

td.org
{
	background-color: #333333;
}

td
{
	font-family: verdana,helvetica;
	font-size: 10px;
	color: white;
}

td.bold
{
	color: yellow;
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: bold;
}

tr.markedrow
{
	background-color: #000000;
}

tr.oddrow
{
	background-color: #222222;
}

tr.evenrow
{
	background-color: #222244;
}

input.button
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
	border: solid 1px;
	border-color: black;
	height: 17px;
	width: auto;
}

.dimlevel
{
	font-family: verdana,helvetica;
	font-size: 8px;
	font-weight: normal;
	/*background: #84bdf3;*/
	border-width: 0px;
}

.text
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
	width: 70px;
}

.text2
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
	width: 150px;
}

.text3
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
	width: 250px;
}

.text4
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
	width: 350px;
}

textarea
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
}

input.checkbox
{
	font-family: verdana,helvetica;
	font-size: 10px;
	font-weight: normal;
}

fieldset
{
	padding: 0px;
	margin: 0px;
	position: relative;
	border: 0px;
}

.outline
{
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	padding: 10px;
}

.outline2
{
	width: 350px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}

a:link
{
	background: none;
	color: #FFFF00;
	font-size: 10px;
	font-family: verdana, helvetica;
	text-decoration: none
}

a:active
{
	background: none;
	color: #DDDDDD;
	font-size: 10px;
	font-family: verdana, helvetica;
	text-decoration: underline
}

a:visited
{
	background: none;
	color: #FFFF00;
	font-size: 10px;
	font-family: verdana, helvetica;
	text-decoration: none
}

a:hover
{
	background: none;
	color: #DDDDDD;
	font-size: 10px;
	font-family: verdana, helvetica;
	text-decoration: underline
}

.bigBold:link
{
	background: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: 000000;
	text-decoration: none
}

.bigBold:active
{
	background: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: 000000;
	text-decoration: underline
}

.bigBold:visited
{
	background: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: 000000;
	text-decoration: none
}

.bigBold:hover
{
	background: none;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: 000000;
	text-decoration: underline
}

.clear
{
	clear: none;
}

.systemwarnings
{
	background: #fff6bf url("exclamation.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 15px 20px 15px 65px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	min-height: 30px;
}

table.centerTable
{
	width: 100%;
}