/*##########   HTML SECTION   ##########*/
body
{
	background: #cccccc no-repeat center top;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
div#application
{
	width: 1000px; /* 900px */
	background-color: #ffffff;

	margin-top: 0px; /* 1px */
	margin-bottom: 0px; /* 50px */
	margin-left: auto; /* auto/0px */
	margin-right: auto; /* auto/0px */

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
/*##########   HEADER SECTION   ##########*/
div#header-section
{
	background: #ffffff;
}
div#header-row-left
{
	float: left;
	width: 320px;
	padding-left: 10px;
	padding-top: 10px;
}
div#header-row-center
{
	float: left;
	width: 340px;
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
div#header-row-right
{
	float: left;
	width: 320px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
}
/*##########   NAVIGATION SECTION   ##########*/
div#navigation-section
{
	width: 980px;
/*	background-color: #ffffff; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #ff0000; */
}
ul#main-nav-list
{
	list-style: none;
	display: inline;
}
ul#main-nav-list li
{
	float: left;
	background-color: #0000ff;
	color: #000000;
	height: 20px;
	/* padding-top: 4px; */
}
ul#main-nav-list a
{
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	/* font-weight: bold; */
}
ul#sub-main-nav-list
{
	list-style: none;
	display: inline;
}
ul#sub-main-nav-list li
{
	float: left;
	background-color: #00ff00;
	color: #000000;
	height: 20px;
}
ul#sub-main-nav-list a
{
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
	font-size: 12px;
	/* font-weight: bold; */
}
li#sub-main-nav-date
{
	float: right;
	background-color: #00ff00;
	color: #000000;
	height: 20px;
}

/*##########   MAIN SECTION   ##########*/
div#main-section
{
	width: 980px;
	height: 300px;
/*	background: #e8e8e8; */
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	min-height:600px;
	height:auto !important;
	height:600px; 
	font-size: 11px;
}
/*##########   FOOTER SECTION   ##########*/
div#footer-section
{
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #a8a8a8;
}
/*##########   MISC.   ##########*/
input, select, textarea
{
	font-family:inherit;
	font-size:inherit;
}
div#clear-float
{
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.assessmentTable
{
	border-width: .5px;
	border-style: solid;
	border-color: #000000;
}
.assessmentLabel
{
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
}
.assessmentDetail
{
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #000000;
	font-size: 12px;
}
.assessmentSubCatLabel
{
	background-color: #bfbfbf;
	color: #000000;
	font-weight: bold;
}
.onePixel
{
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
/*##########   TOOLTIP   ##########*/
/*##########   http://www.careerbless.com/services/css/csstooltipcreator.php   ##########*/
a[bubbletooltip]:link, a[bubbletooltip]:visited
{
	text-decoration: none;
	position: relative;
	color : red;
}
a[bubbletooltip]:before
{
	content: "";
	position: absolute;
	border-top: 21px solid #cccccc;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	visibility: hidden;
	top: -20px;
	left: -12px;
}
a[bubbletooltip]:after
{
	position: absolute;
	content: attr(bubbletooltip);
	color: #ffffff;
	font-weight:bold;
	top: -35px;
	left: -26px;
	white-space: nowrap;
	background: #cccccc;
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius: 6px;
	visibility: hidden;
}
a[bubbletooltip]:hover:before, a[bubbletooltip]:hover:after
{
	visibility: visible;
	-moz-transition: visibility 0s linear .3s;
}
/*##########   TOOLTIP   ##########*/
/*##########   http://css-tricks.com/bubble-point-tooltips-with-css3-jquery/   ##########*/
.tooltip, .arrow:after
{
	background: black;
	border: 2px solid white;
}
.tooltip
{
	pointer-events: none;
	opacity: 0;
	display: inline-block;
	position: absolute;
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	font-stretch: condensed;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
}
.arrow
{
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow:after
{
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
	-moz-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
	box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
}
.tooltip.active
{
	opacity: 1;
	margin-top: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
}
.tooltip.out
{
	opacity: 0;
	margin-top: -20px;
}


