/* CSS definition file containing sitestyle stylesheets */
body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #039;
	background-color: #FFF;
	background-image: url( "../assets/images/vertback6.gif" );
	background-repeat : repeat-x;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	scrollbar-face-color:#0063A5;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color:#EEE;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selectors */
}
/* Contains entire page - fills browser */
#pageContainer {width: 100%; height: 100%; margin: 0; padding: 0;}
#header {width: 100%; height 100px; margin: 0; padding: 0;}
#leftContainer {width: 149px; height: 100%; margin: 0; padding: 0; float: left;}
#mainContent {height: 100%; margin: 0; padding: 0; clear: none;}
#sidebar {height: 100%; margin: 0; padding: 0; float: right; clear: none;}

/* Header container */
.cxl #header {
	width: 100%;
}

/* Content container */
.cxl #content {
	width: 100%;
}

/* Footer container */
.cxl #footer {
	width: 100%;
}

/* Corexcel logo position */
.cxl #logo {
	position: absolute;
	left: 4px;
	top: 6px;
	float: left;
	width: 170px;
}

/* Centered Hackersafe Logo */
.cxl #hackersafe {
	display: block;
	position: relative;
	width: 115px;
	margin: 20px auto 0px auto;
}

/* Top right links */
.cxl #topLinks {
	position: absolute;
	float: right;
	top: 0px;
	right: 15px;
	width: 185px;
	text-align: center;
	padding: 0px;
	font-size: 11px;
}

/* Navigation panel */
.cxl #navigate {
	background-color: #0063A5;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 149px;
	height: 700px;
	display: block;
	font-size: 12px;
	color: #FFF;
	text-shadow: #666666;
	text-align: left;
	font-weight: bold;
	font-stretch: semi-expanded;
}

.navheader {
	text-indent: 5px;
	text-shadow: #666666;
}

.navlink {
	text-indent: 8px;
}

p, pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #039;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* Normal blue text gray bottom border extending width of container */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #039;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	clear: both;
	border-bottom: 1px solid #999;
	margin-bottom: 3px;
}

/* Gray subtitle text for H1 header */
.h1sub {
	color: #999;
	font-size: 12px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	margin-top: 14px;
	margin-bottom: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	clear: both;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background-color: #FF0;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	list-style-type: decimal;
	list-style-image: none;
	clear: both;
	background-image: none;
}

ul {
	list-style: url(assets/images/bulletred.gif);
	text-align: left;
	list-style-position: outside;
	color: #039;
	font-size: 13px;
	padding-left: 4em;
}


.TextObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #039;
	font-weight: normal;
	font-style: normal;
}
.TextNavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	color: #FFF;
	background-color:#0063A5;
	position:static;
	padding-left:13px;
}
.leftnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	color: #0F0;
	background-color:#0063A5;
	position:static;
	padding-left:13px;
}
/* For smaller links centered */
.smalllinkc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 0px;
}

.redBold {
	color: #FF0000;
	font-weight: bold;
}

.blackBold {
	color: #000000;
	font-weight: bold;
}

.linkRed {
	color: #FF0000;
	text-decoration: underline;
}

/* Black heading for error pages */
.errorDocHD {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

/* Bolded blue question format for error pages */
.errorQuestion {
	text-align: left;
	color: #039;
	font-weight: bold;
	font-size: 15px;
}


/* class for red links */
a.red_link {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000; text-decoration: underline;}

/* course_title classes for training_materials.php */ 

a.course_title {font-size: 14px; color: #000000; font-weight: bold;}

a.course_title:visited {font-size: 14px; color: #FF0000; font-weight: bold;}

a.course_title:hover {font-size: 14px; color: #000000; font-weight: bold; background-color: #FFFF00;}

/* bottom_link class */

a.bottom_link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003399;}

a.bottom_link:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003399;}

a.bottom_link:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003399; background-color: #FFFF00;}

