html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}

pre  
{
	background: #eeeeee;
	border: 1px solid #888888;
	font: normal 12px Courier !important;
	color: black;
	padding: 1em;
	white-space: pre;
}

textarea
{
	background-color: #f6f6f6;
	font: normal 14px Arial;
}

select, input
{
	font: normal 14px Arial;
}

#page
{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#page a
{
	color: #000000;
	text-decoration: none;
}

#header
{
	background-color: #BBD5FF;
	border-bottom: 1px solid #6666FF; 
	width: 100%;
	float: left;
}

#logo
{
	margin: 0;
	padding: 5px 0 5px 10px;
	width: 90px;
	float: left;
}

#title
{
	margin: 0;
	padding: 0; 
	float: left;
}

#navigation
{
	clear: left;
	margin: 0;
	padding: 0 0 0 100px;
	list-style: none;
	border-bottom: 1px solid #dddddd;
}

#navigation a:hover
{
	color: #0000FF;
}

#menu ul
{
	-webkit-padding-start: 0;
	margin: 0;
	padding: 0; 
}

#menu li
{
	position: relative; 
	float: left;
	display: block;
	padding: 15px 20px 15px 0;
	margin: 0;
	font: bold 14px Helvetica;
}

#action
{
	padding: 15px 20px 15px 760px;
	margin: 0;
	font: bold 14px Helvetica;
}

#content
{
	clear: left;
	margin: 0;
	padding: 10px 0 0 100px;
	display: table-cell;
}

#footer
{
	clear: left;
	margin: 100px 0 0 0;
	padding: 0 0 0 100px;
	background-color: #eeeeee;
	border-top: 1px solid #999999;
	font: normal 12px Arial;
	color: #333333;
}

#footer a
{
	color: #333333;
	text-decoration: none;
}

#footer a:hover
{
	color: #0000FF;
}

#copyright
{
	float: left;
	padding: 15px 20px 15px 0;
}

#facebook
{
	float: left;
	margin: 0 0 0 100px;
}

#contact
{
	padding: 15px 20px 15px 740px;
}

#alphaBar
{
	font: normal 16px Arial;
	color: #666666;
	border-bottom: 1px solid #666666;
	display: block;
	margin: 0 0 10px;
	padding: 1px 0 0 4px;
	font-variant: small-caps;
}

#alphaBar a
{
	margin: 0;
	padding: 1px 4px 0 4px;
	text-decoration: none;
}

#alphaBar a:link, 
#alphaBar a:visited
{
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}

#alphaBar a:hover, 
#alphaBar a:focus
{
	color: #FFFFFF !important;
	background-color: #666666;
	text-decoration: none;
}

#alphaBar a:link.selectedChar, 
#alphaBar a:visited.selectedChar, 
#alphaBar a:hover.selectedChar, 
#alphaBar a:focus.selectedChar
{
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 1px 4px 0 4px;
}

#toolBar
{
	font: normal 14px Arial;
	color: #000000;
	border-bottom: 1px solid #000000;
	display: block;
	margin: 0 0 10px;
	padding: 1px 0 0 4px;
}

#toolBar a
{
	margin: 0;
	padding: 1px 13px 0 13px;
	text-decoration: none;
}

#toolBar a:link, 
#toolBar a:visited
{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

#toolBar a:hover, 
#toolBar a:focus
{
	color: #FFFFFF !important;
	background-color: #666666;
	text-decoration: none;
}

#toolBar a:link.selectedChar, 
#toolBar a:visited.selectedChar, 
#toolBar a:hover.selectedChar, 
#toolBar a:focus.selectedChar
{
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 1px 13px 0 13px;
}

.StandardTable th 
{
	font: bold 14px Arial;
	padding: 4px 10px 2px 6px;
	text-align: left; 
}

.StandardTable td
{
	margin: 0px;
	padding: 4px 10px 2px 6px;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	height: 20px;
}

.BareTable th
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.BareTable td
{
	margin: 0;
	padding: 0;
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.heatMapTable th
{
	font: bold 14px Arial;
	text-align: center;
}

.heatMapTable td
{
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.toolListTable
{
	border-top: 1px solid #95B1E0;
	border-left: 1px solid #95B1E0;
	border-right: 1px solid #95B1E0;
}

.toolListTable th
{
	font: normal 16px Arial;
	color: #FFFFFF;
	background: #1F6099;
	text-align: left;
	margin: 0px;
	padding: 3px 10px 3px 6px;
	vertical-align: bottom;
	border-bottom: 1px solid #95B1E0;
}

.toolListTable th a
{
	color: #FFFFFF !important;
}

.toolListTable td
{
	margin: 0px;
	padding: 4px 10px 4px 6px;
	border-bottom: 1px solid #95B1E0;
	vertical-align: top;
}

.toolListTable table.noborder { border: 0; }
.toolListTable td.noborder { border: 0; }
.toolListTable .rowOdd { background: #DFEFD1; }
.toolListTable .rowEven { }
.toolListTable .centered { text-align: center; }
.toolListTable img { border: none; }

.toolFormTable th
{
	font: bold 14px Arial;
	text-align: left;
	margin: 0px;
	padding: 6px 10px 6px 6px;
	height: 20px;
}

.toolFormTable td
{
	margin: 0px;
	padding: 6px 10px 6px 6px;
	border-top: 1px dotted #999999 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	height: 20px;
}

.toolFormTable td.noborder 
{ 
	border: 0 !important; 
}

.calendarTable
{
	border-top: 1px solid #999 !important;
	border-right: 1px solid #999 !important;
}

.calendarTable th
{
	font: normal 14px Arial !important;
	color: #000 !important;
	background: #FFF !important;
	text-align: center !important;
	margin: 0px !important;
	padding: 2px 4px 4px 8px !important;
	vertical-align: bottom !important;
	border-bottom: 1px solid #999 !important;
	border-left: 1px solid #999 !important;
}

.calendarTable td
{
	font-size: 14px !important;
	margin: 0px !important;
	padding: 5px 1px 4px 2px !important;
	border-left: 0  !important;
	border-top: 0  !important;
	border-bottom: 1px solid #999 !important;
	border-left: 1px solid #999 !important;
	text-align: center !important;
	vertical-align: top !important;
}

.calendarTable a
{
	text-decoration: none !important;
	color: #000 !important;
}

.calendarHilite
{
	background: #666 !important;
}	

.calendarHilite a
{
	color: #FFF !important;
}	

.infoMessage
{
	padding: 15px !important;
	border: 1px solid yellow;
}

.errorMessage
{
	padding: 15px !important;
	border: 1px solid #c00;
	color: #c00;
}

.requiredField
{
	font-size: 20px;
	color: red;
	font-weight: bold;
	vertical-align: top;
}

.attention
{
	color: red !important;
	font-weight: bold !important;
}

.footnote
{
	margin-top: 50px;
	font-size: 12px !important;
}

.textFieldBackground
{
	background-color: #f6f6f6;
}

.top
{
	vertical-align: top;
	padding-top: 12px !important;
}

.screenshot
{
	border: 1px solid black;
	margin: 0 10px 15px 0;
}

.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/resources/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/resources/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

