/*
	Knowledge Tracker KTS domain Sytles
*/
@import url(/kts/css/kts_site.css);

/*
	Page setup
*/
#body01 {
	background-color: #DCDCD1;
}
#questionnaireLayout {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}
#pageLayout, #pageLayoutHeader, #pageLayoutFooter {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#pageLayout {
	background-image: url(/domain/kts/images/general/content_bg.gif);
}
#pageLayoutHeader {
	background-image: url(/domain/kts/images/general/content_bg_header.gif);
	height: 16px;
}
#pageLayoutFooter {
	background-image: url(/domain/kts/images/general/content_bg_footer.gif);
	height: 16px;
}
#pageColumn {
	width: 740px;
	margin-left: 20px;
	padding-top: 4px;
}
#header {
	width: 740px;
	height: 79px;
	background-color: #194747;
	border-bottom: 1px solid #808080;
}
#headerLogo {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
#sidebar {
	width: 150px;
	background-color: #4C7070;
}
#sidebar a {
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 144px;
	background-color: #4C7070;
	border-bottom: 1px solid #808080;
}
#sidebar a:link, #sidebar a:visited {
	color: #DDDDDD;
}
#sidebar a:hover {
	background-color: #937070;
	color: #FFFFFF;
}
#sidebar .spacer {
	height: 25px;
	border-bottom: 1px solid #808080;
}
#pageContent {
	width: 580px;
	margin-top: 10px;
}
#footer {
	color: #999999;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
}
#titleGraphic {
	position: relative;
	margin-left: 11px;
	margin-bottom: -50px;
}
#tagLine {
	position: absolute;
	left: 385px;
	top: 40px;
}
#loginPod {
	left: 450px;
	top: 140px;
}
#processing {
	margin-top: 150px;
	margin-left: 195px;
}
#mediaPod {
	margin-top: 120px;
	margin-left: 50px;
}

/*
	Links
*/
a:link, a:visited {
	color: #194747;
}
a:hover {
	color: #937070;
}
td a:link, td a:visited {
	color: #194747;
}
td a:hover {
	background-color: #937070;
	color: #FFFFFF;
}

/*
	Questionnaire Styles
*/
#frame {
	width: 790px;
	margin-top: 5px;
	background-image: url(/domain/kts/images/frame/frame_background.gif);
}
#frameHeader {
	background-image: url(/domain/kts/images/frame/frame_header.gif);
	height: 127px;
}
#frameFooter {
	background-image: url(/domain/kts/images/frame/frame_footer.gif);
	height: 40px;
}
#frameTitle {
	top: 59px;
	left: 180px;
	width: 500px;
	height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#frameCounter {
	top: 59px;
	left: 694px;
	width: 82px;
	height: 36px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#frameText {
	width: 690px;
	margin-left: 50px;
	margin-top: 20px;
}
.numericSelector {
	width: 14px;
	height: 30px;
	margin-top: -25px;
}

/*
	Question Navigation
*/
#navButtons {
	width: 690px;
	height: 30px;
	margin-top: 30px;
	margin-left: 50px;
}
#cancelButton {
	left: 0px;
}
#mediaButton {
	left: 295px;
}
#backButton {
	left: 495px;
}
#nextButton {
	right: 0px;
}

