/* General Elements */
/* ---------------------------------------------------------------- */

body {
	background-image: none;
	text-align: center;
	}
a:link {
	color: #10007B;
	}

/* Headings */
/* ---------------------------------------------------------------- */

h1 {
	background-color: #004E6C;
	}
#frame #page #pageName, #popupName {
	font-size: 150%;
	color: #950B12;
	background-color: transparent;
	margin: 0 -16px 0.6em -16px;
	}

/* Forms */
/* ---------------------------------------------------------------- */

input.text {
	border: 1px solid #7F9DB9;
	}
input.text:focus, textarea.text:focus {
	background-color: #EBF5FF;
	border: 1px solid #004E6C;
	}

/* Page Structure */
/* ---------------------------------------------------------------- */

#frame {
	width: 755px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}
/* branding part always gives problems in IE */
#pageStartUserControl_branding {
	border: none;
	}
#pageStartUserControl_branding div {
	display: none;
	}
#pageStartUserControl_header {
	font-family: "Lucida Sans Unicode",verdana,sans-serif;
	color: #000000;
	background: #ffffff url(images/cansi_banner.jpg) top left no-repeat;
	padding-top: 170px;
	}
#pageStartUserControl_header.notabs {
	padding-bottom: 0;
	border-bottom: none;
	}
#pageStartUserControl_sysNav {
	position: absolute;
	right: 10px;
	top: 178px;
	z-index: 10;
	line-height: 22px;
	font-family: "Lucida Sans Unicode",verdana,sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #10007B;
	margin: 0;
	padding: 0;
	}
#pageStartUserControl_sysNav #loggedIn {
	visibility: hidden;
	}
#pageStartUserControl_sysNav strong {
	font-weight: normal;
	color: #10007B;
	}
#pageStartUserControl_sysNav #pageStartUserControl_actions, #pageStartUserControl_sysNav #pageStartUserControl_actions a {
	color: #666666;
	}
#pageStartUserControl_licenseeBranding {
	display: block;
	background-color: #10007B;
	margin: 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #e0e0e0;
	}
#pageStartUserControl_header h1 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 5px;
	}
#pageStartUserControl_header h1 a {
	text-decoration: none;
	color: #ffffff;
	}
#pageStartUserControl_licenseeBranding img {
	display: none;
	}
#page {
	width: 100%;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
	background: #ffffff url(images/page_back.gif) repeat-y 50% 0;
	}
* html #page {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	}
.assessment #page {
	background-image: none;
	border-bottom: none;
	}
* html .assessment #page {
	border-bottom: none;
	}
#content {
	float: left;
	width: 518px;
	margin: 0;
	padding: 10px 21px 10px 16px;
	border: none;
	}
/* override hack to get IE with dotted border \*/
* html #content {
	width: 555px;
	w\idth: 518px;
	padding-left: 16px;
	background-image: none;
	}
/* */
.assessment #content {
	width: 723px;
	padding-right: 16px;
	}
#sidebar {
	float: left;
	width: 170px;
	margin: 0;
	padding: 26px 15px 10px 15px;
	border: none;
	}
#adminNavUserControl_adminNav {
	border-bottom-color: #004E6C;
	}
#pageview {
	font-size: 150%;
	margin: -0.3em 0 0 0;
	padding: 1px 0 0 25px;
	border-top: 1px solid #e0e0e0;
	}

/* Tabs */
/* ---------------------------------------------------------------- */

#pageStartUserControl_tabsUserControl_tabs {
	font-family: "Lucida Sans Unicode",verdana,sans-serif;
	font-size: 85%;
	font-weight: normal;
	background-color: #d0d0d0;
	margin: 0;
	padding: 0;
	}
* html #pageStartUserControl_tabsUserControl_tabs {
	z-index: -1;
	}
/* z-index not fixed in IE7 */
*:first-child+html #pageStartUserControl_tabsUserControl_tabs {
	z-index: -1;
	}
#pageStartUserControl_tabsUserControl_tabs strong {
	font-weight: normal;
	}
#pageStartUserControl_tabsUserControl_tabs ul {
	margin: 0;
	padding: 0 0 0 4px;
	}
#pageStartUserControl_tabsUserControl_tabs li {
	text-align: center;
	background-image: none;
	margin: 0;
	padding: 2px 3px 4px 0;
	border-bottom: none;
	}
#pageStartUserControl_tabsUserControl_tabs li a {
	width: 95px;
	color: #666666;
	background-color: #f0f0f0;
	background-image: none;
	padding: 5px;
	border: 1px solid #a0a0a0;
	}
#pageStartUserControl_tabsUserControl_tabs > ul li a { width: 95px; }
#pageStartUserControl_tabsUserControl_tabs li.current a {
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #666666;
	}
#pageStartUserControl_tabsUserControl_tabs li a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #666666;
	}

/* Menu */
/* ---------------------------------------------------------------- */

#menuUserControl_menu {
	margin: 20px 0 10px -15px;
	}
#menuUserControl_menu strong {
	font-weight: normal;
	}
#menuUserControl_menu li {
	font-weight: normal;
	margin: 0 0 4px 0;
	border: none;
	}
#menuUserControl_menu li a {
	background-color: transparent;
	padding: 5px 10px 5px 20px;
	color: #666666;
	border: 1px solid #b0b0b0;
	border-left: none;
	}
#menuUserControl_menu li.current a {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-left: none;
	}
#menuUserControl_menu li a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-left: none;
	}

/* Feedback */
/* ---------------------------------------------------------------- */

/* Data Grid */
/* ---------------------------------------------------------------- */

/* Items */
/* ---------------------------------------------------------------- */

#itemPanel .child h3, #reportPanel .report h3, #certificationPanel .certification h3 {
	color: #10007B;
	}
#itemPanel .child h3 a, #reportPanel .report h3 a, #certificationPanel .certification h3 a {
	color: #10007B;
	}

/* Content */
/* ---------------------------------------------------------------- */

#uploadProgress #progressBar {
	background-color: #009CD9;
	}

/* Resources */
/* ---------------------------------------------------------------- */

/* Reports */
/* ---------------------------------------------------------------- */

/* Assessment Engine */
/* ---------------------------------------------------------------- */

.assessment #nav {
	margin-left: -16px;
	margin-right: -16px;
	}
.assessmentEnd #innercontent {
	font-size: medium;
}
/* Tan hack to fix broken box model in IE 5.x */
* html .assessmentEnd #innercontent {
	font-size: small;
	f\ont-size: medium;
	}
.assessmentEnd #innercontent h2, .assessmentEnd #innercontent h3 {
	font-size: medium;
	background-color: transparent;
	margin: 4px 0 0.3em 0;
	padding: 0;
	border: none;
}
/* Tan hack to fix font size specifications in IE 5.x */
* html .assessmentEnd #innercontent h2, * html .assessmentEnd #innercontent h3 {
	font-size: small;
	f\ont-size: medium;
	}
	
/* Other */
/* ---------------------------------------------------------------- */

.required {
	color: #10007B;
	}
