td {
		font-family:Verdana, Arial, sans-serif;
		font-size:0.8em;
}

.input { 
        background: #DDDDDD; 
	border: solid 1px black;
  	font: Arial, Helvetica, sans-serif;
  	font-size: 9px;
}
.submit { 
        background: #DDDDDD; 
	border: solid 1px black;
  	font: Arial, Helvetica, sans-serif;
  	font-size: 9px;
}

	.dojoDialog {
		background : #eee;
		border : 1px solid #999;
		-moz-border-radius : 5px;
		padding : 4px;
	}
	
	form {
		margin-bottom : 0;
	}

	/* group multiple buttons in a row */
	.box {
		display: block;
		text-align: center;
	}
	.box .dojoButton {
		float: left;
		margin-right: 10px;
	}
	.dojoButton .dojoButtonContents {
		font-size: medium;
	}


body { 
	margin: 0px; 
	font-family:Verdana, Arial, sans-serif;
	font-size:0.8em;
}
body .dojoTooltip { color: blue; }

	.formQuestion {
		background-color:#d0e3f5;
		padding:0.3em;
		font-weight:900;
		font-family:Verdana, Arial, sans-serif;
		font-size:0.8em;
		color:#5a5a5a;
	}
	.formAnswer {
		background-color:#f5eede;
		padding:0.3em;
		margin-bottom:1em;
	}
	.pageSubContentTitle {
			color:#8e8e8e;
			font-size:1em;
			font-family:Verdana, Arial, sans-serif;
			margin-bottom:0.75em;
	}
	.small {
		width: 5.5em;
	}
	.medium {
		width: 10em;
	}
	.long {
		width: 20em;
	}

	span.invalid, span.missing {
		display: inline;
		margin-left: 1em;
		font-weight: bold;
		font-style: italic;
		font-family: Arial, Verdana, sans-serif;
		color: #f66;
		font-size: 0.9em;
	}

	.errorMessage {
		font-weight:bold;
		font-family:Arial, Verdana, sans-serif;
		color:#ff0000;
		font-size:0.9em;
	}
	.warningMessage {
		font-weight:bold;
		font-family:Arial, Verdana, sans-serif;
		color:#ff9900;
		font-size:0.9em;
	}
	.noticeMessage {
		font-weight: normal;
		font-family:Arial, Verdana, sans-serif;
		color:#663;
		font-size:0.9em;
	}


		.tt { border-bottom: 1px dotted black; cursor: pointer; }


.tableout {
	border-collapse: collapse;
	background-color: #FAF0E6;
}


.tableout .defaultlineclass {
	FONT-SIZE: 12px; 
 	BACKGROUND-COLOR:#dddddd;
	COLOR: #000000; 
	FONT-FAMILY: Arial,Helvetica,Geneva,Sans Serif; 
	#FONT-WEIGHT: bold; 
	border: 1px solid black;
	TEXT-DECORATION: none;

	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
	padding-top:4px;
}

.tableout .stadiumtext {
	border: 1px solid black;
	FONT-SIZE: 12px;
 	BACKGROUND-COLOR:#FFFFFF;
	COLOR: #000000; 
	FONT-FAMILY: Arial,Helvetica,Geneva,Sans Serif; 
	TEXT-DECORATION: none;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
	padding-top:4px;
}

.headline {
	FONT-SIZE: 12px;
	COLOR: #000000; 
	FONT-FAMILY: Arial,Helvetica,Geneva,Sans Serif; 
	font-weight:bold;
	font-size:1.3em;
}

