/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/background.gif);
	background-position:top;
	background-repeat:repeat-x; 
}

th {
	/*background-color:#CCCCCC; */
    background-color: #CCCCCC; /*#F3CB28; */
	font-weight:bold;
	font-size:12px;
}

td {
	font-weight: normal;
	font-size: 12px;
}
.menu_header {
	background-color: #006699;
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	padding-left: 5px;
}
.caption {
	background-color: #006699;
	color:#FFFFFF;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	padding-left: 5px;
}
#subhead {
	background-image:url(/images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.warning {
	color:#CC3300;
	font-weight:bold;
}

.small {
	font-size: 9px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 10px;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
}

.quesCL {
	background-color:#FFFFFF;
}
.ctaCL {
	background-color:#CCCCCC;
}

#topLeft {
	background-color:#006699;
	position: relative;
	visibility: visible;
	left: 0px;
	top: 0px;
	padding-left: 25px;
}
#topRight {
	position: absolute;
	visibility: visible;
	left: 25px;
	top: 85px;
	width: 625px;
	font-size: 10px;
}
#menu {
	position: relative;
	visibility: visible;
	left: 0px;
	top: 75px;
	font-size: 14px;
}
#details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#criteria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#report {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#closeWin {
	position: relative;
	margin-top: 50px;
	bottom: 10px;
	text-align: center;
}
#nav {
	position: absolute
	margin-top: 50px;
	margin-right: 8px;
	top: 50px;
	right: 8px;
}

#printBtn {
	margin: 0px;
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #EEEEEE;
}
.altRowOdd{
	background-color: #CCCCCC;
}


/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:0px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0;font-size: 12px;line-height: 15px;font-weight: normal;} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL dd {padding: 6px 10px 6px 0px;}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 -10% no-repeat; padding-left:26px; padding-bottom:10px; color:#000; text-decoration: none; /*red*/}
#TJK_DL dt a:visited {color:#660000; /*red*/}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {/*font-weight:bold;*/ text-decoration: none; /*red*/}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(/images/toggleDLplus.gif); height: 20px; margin: 0px 0px 0px 4px;}
#TJK_DL .DTminus a {background-image:url(/images/toggleDLminus.gif); height: 20px; margin: 0px 0px 0px 4px;}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
