/* This file contains definitions for all the common style elements used by classware */

/* Style definitions of all 'id' attributes used within classware */



/* Style definitions of all 'class' attributes used within classware */



/* Style definitions of all HTML elements used within classware */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

form{
	display: inline;
}

input.infoCenterTextBox {
	background-color: #FFFFFF;
	height: 25px;
	width: 105px;
	margin-left: 5px;
	border: 1px solid #414141;
	margin-top: 5px;
}


table {
	/*cellspacing: 0px;
	cellpadding: 0px;*/
	FONT-SIZE: 9pt;

}


h1 {
	font-size: 11pt;
	color: #474646;
	font-weight: bold;
	margin-top: 0px; 
	margin-bottom: 5px
}

h3 {
	font-size: 9pt;
	color: #474646;
	font-weight: bold;
	margin-top: 0px; 
	margin-bottom: 8px
}

.darkRedErrorMessage
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #762222;
	font-weight: bold;
	text-align:center;

}

textarea
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
