div.analysisScroll{
	margin: 3px 3px 3px 3px;
	overflow: auto;
	background-color: #ffffff;
}
div.scrollExplanationPage{
	margin: 3px 3px 3px 3px;
	overflow : auto;
	height: 500px;
	background-color: #f8f8d8;
}
body.homepage-styled-body{
	background-color: #FFFFFF;
	margin: 0.6em;
}
table.homepage-styled-table{
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: #E4E4E4;
}
th.homepage-styled-th{
	border-width: 2px;
	padding: 2px 10px 2px 10px;
	border-style: solid solid none solid;
	border-color: black;
	background-color: #CAFF70;
	-moz-border-radius: 20px 20px 0 0;
}
td.homepage-styled-td{
	border-width: 1px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black;
	background-color: #FAF0E6;
}
td.qNoOverRedImage{
    background-image:  url(appimages/buttons/red.gif);
    background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 22px;
	height: 22px;
}
td.qNoOverGreenImage{
    background-image:  url(appimages/buttons/green.gif);
    background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 22px;
	height: 22px;
}
td.qNoOverGrayImage{
    background-image:  url(appimages/buttons/gray.gif);
    background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 22px;
	height: 22px;
}
td.qNoOverBlueImage{
    background-image:  url(appimages/buttons/blue.jpg);
    background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 22px;
	height: 22px;
}

table.calStyle { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; font-size:11.5px; background-color:#ffffff; }
table.calStyle th, table.calStyle td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding: 0.3em .3em; vertical-align:top; }
table.calStyle th { background:#e8e0d5; font-weight:bold; }

font.home-txt{
	font-size:13px; 
	font-weight:normal; 
	font-style:normal; 
	font-family:Arial;
}
font.home-hdr{
	font-size:16px;
	font-weight:normal;
	font-family:Arial narrow;
	font-style:normal;
	color:#333333;
	line-height:1.5em;
}
font.home-testtabletxt{
	font-size:12px; 
	font-weight:normal; 
	font-style:normal; 
	font-family:Arial;
	color:#646464
}
font.qod-txt{
	font-size:13px; 
	font-weight:normal; 
	font-style:normal; 
	font-family:Arial;
}
/** === for the tabbed pane === **/
#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0em;
	font: bold 15px Verdana;
	border-bottom: 0px;
}
#tablist li{
	list-style: none;
	display: inline;
}
#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border-bottom: none;
	background: #aac445;
	color: #FFFFFF;
}

.boxy {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	margin-top:20px;
}
.boxy_header {
	background:#eeeeee none repeat scroll 0 0;
	height:28px;
	padding:5px 12px 0;
}
.boxy_header li{
	float:left;
	font-size:1.1em;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin:0 5px 0 0 !important;
	padding:5px 9px !important;
}
.boxy_header li a{
	color:#101010;
}
.boxy_header_selected{
	background:white none repeat scroll 0 0;
	border-color:#cde1ec #cde1ec;
	border-style:solid solid none solid;
	border-width:1px 1px 0 1px;
	font-weight:bold;
	height:18px;
}
.boxy_body{
	background:white none repeat scroll 0 0;
	border:1px solid #cde1ec;
	display:none;
	margin:0 3px 3px;
	padding:6px 15px 15px;
}
.boxy_body li{
	border-top:1px dotted #C4C4C4;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:6px 0 0 0 !important;
}
.boxy_body li a{
	color:#2E2E2E;
}
.boxy_body li a:hover{
	color:#2E2E2E;
}
.boxy_header_link{
	cursor:pointer;
}
.boxy_body li div{
	text-align:right; 
	font-size:14px;
	color:#999;
	margin-top:-4px;
}


ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	height:37px;
}
ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 0 6px 0;
	background: transparent url(img/tabs/tabs_left.gif) left top no-repeat;
}
ul.tabs li a {
	border-width: 0px;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 13px 10px 7px 0;
	background: transparent url(img/tabs/tabs_right.gif) right top no-repeat;
	color: #777777;
	cursor: pointer;
}