body, th, td, div, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4 {  font-family: Verdana,Arial, Helvetica, Sans-Serif;  }

body{ 
	color: #ffffff; 
	margin-top:0px;
/*
	background: url(./keys.gif) no-repeat bottom right #6375D6;
*/
	background: #6375D6;
	z-index:0;
	background-attachment:fixed;
}


h1 {
	font-size: 20px;
	color: #D6DFF5;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-size: 11px;
	color: #D6DFF5;
	font-weight:bold;
	padding: 4px;
	margin-top:11px;
	margin-left:0px;
	padding-left:0px;
}



h3 {
	font-size: 12px;
	color: #ffffff;
}

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;
	margin-top:0px;
	border: 1px solid #000000;
	vertical-align:top;
}

td p { font-size: 11px; padding-bottom: 0em; padding-top: 0em; margin-bottom:4px; margin-top:0px;}


a {
   color: #D6DFF5;
}



/*****************************************************
** Page Layout
******************************************************/


	#menus {
		position: absolute;
		left:0px;
		top:0px;
		background: url(./left-background.gif) no-repeat #6375D6;
		width:175px;
		height:1000px;
		height:100%;
/*		width:21px; */
		border:0px dotted #fff;
		margin-left:0px;
		padding-top:10px;
		}

	#maincontent {
		z-index:-1;
   		margin-left: 200px;
   		margin-right:12px;
		border-left:0px solid #5E6FC5;
		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;
	color:white;
}

.section-long-desc {
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

a.more {
	color: #D6DFF5;
	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:8px;
	margin-bottom:0px;
	margin-left:24px;
/*	background: #D6DFF5; */
}

.section-content1 {
	display:none;
	width:100%; height:auto;
	padding:0px;
	margin-top:8px;
	margin-bottom:0px;
	margin-left:24px;
/*	background: #6375D6; */
}


/*********************************************************
** Sidebars
**********************************************************/

a.sidebar {
	color: #9bea9c;
	font-weight:bold;
	font-size:11px;
	cursor:help;
	text-decoration:none;
}

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 #ebebee;
	border-top: 1px solid #ebebee;
	border-bottom: 1px solid #ebebee;
	border-right: 1px solid #ebebee;

}


div.sidebar img {
	margin-left: 24px;
}

/* Images that need to be changed when the background color of the page changes */

#snapshots_blacktext {
	display:none;
}

#snapshots_whitetext {
	display:block;
}

#problemsweredetected_blacktext {
	display:none;
}

#problemsweredetected_whitetext {
	display:block;
}


/*****************************************************
** 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;
}


/* 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: #D6DFF7;
	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%;
	
}


/*********************************************************
** Tasks
**********************************************************/


.green-gear-icon {
	display:block;
	float:left;
	background: url(./green-gear.gif) no-repeat;
	height:36px;
	width:36px;
	text-decoration:none;
	cursor:hand;
}	


.task {
	margin-top:16px;
	margin-left:0px;
	width:100%;
}


.task-icon {
	display:block;
	float:left;
	cursor:hand;
}


.task-text {
	float:left;
	margin-left:8px;
	padding-top:8px;
}


.task-head {
	display:inline;
	font-size: 11px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

.task-head1 {
	display:block; float:left;
	position:relative;top:-4px;
	font-size: 11px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:8px;
	margin-left:8px;
}

.task-desc {
	padding-top:0px;
	margin-top:0px;
}

/*********************************************************
** Styles for table containing "help and support center"
**********************************************************/

table#hsc td {
	background:transparent;
	}
	
a.helptopic {
	color: white;
	text-decoration:none;
}

a.helptopic:active {
	color: black;
}

a.helptopic:visited {
	color: white;
}

a.helptopic:hover {
	text-decoration:underline;
	}










