




div#breakout {



		border-bottom: 3px Burlywood solid;
		border-top : 3px Burlywood dotted;
		border-right : 3px Burlywood solid; 
		border-left : 3px Burlywood dotted; 
		padding: 5px; 
		margin-bottom: 0.5 em;
		
		background: #DEEDFB;
	}
	

div#breakoutmini {



		border-bottom: 3px Burlywood solid;
		border-top : 3px Burlywood dotted;
		border-right : 3px Burlywood solid; 
		border-left : 3px Burlywood dotted; 
		padding: 5px; 
		margin-bottom: 0.5 em;
		
		background: #DEEDFB;
	}
	
	



div#newsbox {

		position: relative;
		left: 0px; 
		width: 140px;
		margin: 0px;
	}

div#newsbox div {
		border-bottom: 2px Burlywood solid;
		border-top : 2px Burlywood solid;
		border-right : 2px Burlywood solid; 
		border-left : 2px Burlywood solid; 
		margin: 0px;
		padding: 5px;
				
		background: #DEEDFB;
	}

div#newsbox h5 {
		margin-top: 0px;
	}

table.potdgrid {
	border-collapse: collapse;
	}

table.potdgrid td {
	border: 1px solid #999;
	padding: 5px;
	}

table.archivegrid {
	border-collapse: collapse;
	}

table.archivegrid td {
	border: 1px solid #999;
	padding: 2px;
	}

table.scoresSummary {
	width: 600px;
}

table.scoresSummary > td {
	border: 1px solid #899;
}

table.scoresSummary th {
	border: 1px solid #acc;
	background-color: #eff;
	padding: 4px;
	font-size: 120%;
}

table.scoresSummary table.summaryMiniTable {
	width: 100%;
}

table.scoresSummary td.tableCell {
	border: 1px solid #acc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}

table.scoresSummary div.more {
	font-size: 80%;
	text-align: right;
}

table.scores {
	border-collapse: collapse;
	border: none;
	width: 310px;
	margin-left: 5px;
	margin-top: 15px;
	}

table.scores td {
	/*border: 1px solid #999;*/
	border: none;
	padding: 4px;
	}

.scores .r0 {
	background-color: #eee;
}

.scores .r1 {
	background-color: #fff;
}

.scores .r1 td, .scores .r1 td a {
	color: #222;
}



#surveyContent {
	padding: 8px;
	}
	
input#submitSurvey {
	font-size: 16px;
	width: 200px;
	}
	
div.deviceIphone
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') 0 0px repeat-x;
}

div.devicePalm
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') -13px 0px repeat-x;
}

div.deviceIpad
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') -26px 0px repeat-x;
}

div.devicePPC
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') -39px 0px repeat-x;
}

div.deviceAndroid
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') -52px 0px repeat-x;
}

div.deviceWMSP
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') -65px 0px repeat-x;
}

div.deviceWebOS
{
	display: block;
	width: 13px;
	height: 13px;
	background: url('/image/scoresdevices.png') -78px 0px repeat-x;
}

