body, th, td, div, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4 {  font-family: Verdana,Arial, Helvetica, Sans-Serif;  }

body {
	color: #000;
	margin-top:0px;
	background: #dfe3ea;
	backgruond: #DEE3EF
}



h1 {
	font-size: 20px;
	color: #333333;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	padding: 0px;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
}


h3 {
	font-size: 11px;
	color: #333333;
}


p {
	margin-left:0px;
}

p.after-head {
	padding-top:0px;
	margin-top:0px;
}




ul, ol, li, p, div { font-size: 11px }

li { margin-bottom:6px; margin-top:6px; }
li p { padding-bottom: 0em; padding-top: 0em; margin-top:0px; margin-bottom:4px; }

div { margin-left: 8px; }


table {
	border-collapse: collapse;
	margin-bottom: 12px;
	}

th { font-size: 11px; }

td {
	font-size: 11px;
	background:#E6EAD8;
	background:#ebebee;
	margin-top:0px;
	border: 1px solid #000;
	vertical-align:top;
}

td p { font-size: 11px; padding-bottom: 0em; padding-top: 0em; margin-bottom:4px; margin-top:0px;}




table, tr, td {
	background: transparent;
	border: 0px;
}
div.pagination {
	margin-bottom:12pt;
}



/*****************************************************
** Page Layout
******************************************************/


#menus {
	position: absolute;
	right:0px;
	top:0px;
	width:175px;
	margin-left:0px;
	padding-top:30px;
	}

#maincontent {
	margin-left: 12px;
	margin-right:209px;
	padding-top:30px;
	}



/*********************************************************
** Sections
**********************************************************/

.section {
	margin-top:16px;
	margin-left:0px;
	width:100%;
}

.section-icon {
	display:block;
	float:left;
	background: url(../shared/arrow.gif) no-repeat;
	height:16px;
	width:16px;
	text-decoration:none;
	cursor:hand;
}	

.section-head {
	float:left;
	margin-left:8px;
}

.section-short-desc {
	display:inline;
}

.section-long-desc {
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

a.more {
	color: #808080;
	font-weight:800;
	text-decoration:none;
	cursor:hand;
	}

a.more:hover {
	text-decoration:underline;
	}
	

.section-content {
	display:none;
	width:100%; height:auto;
	padding:0px;
	margin-top:16px;
	margin-bottom:0px;
	margin-left:24px;
/*	background: #D6DFF5;*/
}

.section-content1 {
	display:none;
	width:100%; height:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:24px;
}






/*********************************************************
** Sidebars
**********************************************************/

a.sidebar {
	color: #31a431;
	font-weight:bold;
	font-size:11px;
	cursor:help;
}

a.sidebar:hover {
	text-decoration:underline;
	cursor:help;
	
}

div.sidebar {
	display:none;
	cursor: hand;
	margin-top: 12px;
	margin-right:0em;
	margin-left: 0em;
	margin-bottom:12px;
	padding: 8px;

	border-left: 8px solid #808080 ;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}


div.sidebar img {
	margin-left: 24px;
}


/* 
Images that need to be changed when the background color of the page changes.
Implemented in this way so any theme can be printed with the same result
(an image with white text doesn't print that well--white on white, right?)
*/
#snapshots_blacktext {
	display:block;
}

#snapshots_whitetext {
	display:none;
}

#problemsweredetected_blacktext {
	display:block;
}

#problemsweredetected_whitetext {
	display:none;
}


/*****************************************************
** Menus
******************************************************/

/* The container div must specify a width and height, or you'll 
get a left corner floating up against the preceding right corner.
*/

.menu-container {
	margin-bottom:16px;
	width: 175px;
	height: 10px;
	padding-left:10px;
}


/* Menu header ******************************/

.left-corner {
	display:block;
	float:left;
	background: url(./left-corner.gif) no-repeat;
	height:25px;
	width:3px;
	padding:0px;margin:0px;
}

.middle {
	display:block;
	float:left;
	background: #fff url(./middle.gif) no-repeat right;
	width:128px;
	height:25px;
	padding:0px;margin:0px;
}

div.middle div {
	margin-top:4px;padding-left:4px;
	font-weight:800;
	color: #215DC6
}

.button-hide {
	display:block;
	float:left;
	background: url(./up.gif) no-repeat #295CCD;
	height:25px;
	width:20px;
	cursor: hand;
	padding:0px;margin:0px;
}

.button-show {
	display:block;
	float:left;
	background: url(./down.gif) no-repeat #295CCD;
	height:25px;
	width:20px;
	cursor: hand;
	padding:0px;margin:0px;
}

.right-corner {
	display:block;
	float:left;
	background-image: url(./right-corner.gif);
	background-repeat: no-repeat;
	height:25px;
	width:3px;
	padding:0px;margin:0px;
}


/* Menu choices ******************************/

.choices {
	display:block;
	background: #CDDBDA;
	width: 154px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding-bottom:0px;
	padding-top:16px;
	margin-left:0px;margin-top:0px;padding-left:8px;
}



.choice {
	width:120px;
	margin-top: 0px;margin-bottom:8px;
}


.choice a {
	display:block;
	float:left;
	color: #215DC6;
	font-size:10px;
	text-decoration:none;
	font-weight:300;
	cursor:hand;
}


.choice a.choice-text {
	padding-top:2px;
	padding-left:8px;
}


input.check {
	margin-right:4px;
	color: #CCCCCC;
}

label {
	color: #215DC6;
	font-size:10px;
	font-weight:300;
	margin-left:8px;
	vertical-align:100%;
	
}


/*********************************************************
** Operations
**********************************************************/

.operation {
	margin-top:16px;
	margin-left:0px;
	width:100%;
}


.operation-icon {
	display:block;
	float:left;
	cursor:hand;
}


.operation-text {
	float:left;
	margin-left:8px;
	padding-top:8px;
}


.operation-title {
	display:inline;
	margin-bottom:0px;
	padding-bottom:0px;
}

.operation-title a {
	text-decoration: none;
	font-size: 11px;
	color:#000000;
	font-weight:bold;
}
.operation-desc {
	padding-top:0px;
	margin-top:0px;
}

