/* 
    Document   : styleSheet.css
    Created on : October 19, 2006, 2:14 PM
    Author     : Phillip R. Cargo
    Description:
        Provides Style for all the pages within the application
*/

/* Header / Top Nav  */
BODY.topFrame {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.topFrame A:link, .topFrame A:visited, .topFrame A:active {
	color: #fff;
}
.topFrame A:hover {
	color: #ccc;
}


/* Content Area  */
BODY.mainFrame {
	background-color: #fff;
	font-family: sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
        font-weight: bold;
}


/* Left Frame Style - Nav/TOC */
BODY.leftFrame {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.leftFrame A:link, .leftFrame A:visited, .leftFrame A:active {
	text-decoration: none;
	color: #000;
	}
.leftFrame TABLE.header, DIV.header {
    font-weight: bold;
    color:#ffffff;
    /* background-image: url( 'images/toc_back.jpg' ); */
    /* height: 32px; */
}
.leftFrame TABLE.sectionHeader, DIV.sectionHeader {
    font-weight: bold;
    /* background-image: url( 'images/title_back.jpg' ); */
    /* height: 20px; */
    cursor: hand;
}
.leftFrame TABLE.section, DIV.section {
    cursor: hand;
}
.leftFrame A:hover {
	text-decoration: underline; color: red;
}
.leftFrame TABLE {
	border: 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 0px;
}
.leftFrame TR.title, .leftFrame .headerText {
	font-size: small;
}
.leftFrame TR.highlight {
	background-color: #eee;
}
.leftFrame checkBox {
	vertical-align: top;
	width: 16px;
}

.leftFrame TD.highLightOn {
    background: url(images/section_back_on.jpg);
    background-color: #fff;
}

.leftFrame TD.highLightOff {
    background: url(images/section_back.jpg);
    background-color: #E9EEF4;
}



/* Report */
BODY.report {
	background-color: #fff;
	font-family: sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
.report TABLE {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}
.report H1 {
	font-size: small;
}
.report TR.title {
	font-size: x-small;
	background-color: Gray;
}
.report TH {
	font-size: small;
	background-color: #cccccc;
	padding-right: 10px;
	padding-left: 10px;
}
.report TD {
	padding-right: 10px;
	padding-left: 10px;
	font-size: x-small;
}
.report TD.completed {
	text-align: center;
}
