/* CSS Document - Sample Stylesheet */
/* Copyright 2005 Ashton Services, Inc. (SSD) */

/* Presentational Divs */

body {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p {
	color: #000;
	font: Times New Roman, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 1em 0px;
}

ul {
	margin-top: 0px;
}

ul, li {
	color: #666666;
	font: small/1.2em Times New Roman, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #4b7dc2;
	text-decoration: none;
}

a:hover, a:active {
	color: #737373;
	text-decoration: underline;
}

/* Structural Divs */

#page {
	background-color: #EFFCA0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 15px;
	position: relative;
}

/* Header Styles */

#page-header {
	font: small Times New Roman, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header-top h1 {
	padding: 0px;
	margin: 0px;
}

#header-links {
	clear: both;
	float: left;
}
	
#header-links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-links li {
	display: inline;
	width:100%;
	margin: 0px;
	padding: 7px 7px 7px 7px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	overflow: auto;
}

#header-links li a:link, #header-links li a:visited {
	color: #777;
	text-decoration: none;
}
	
#header-links li a:hover, #header-links li a:active {
	color: #385d92;
	background-color: #EEEEEE;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
}

/* Content Area Styles */

#page-content {
	background-color: #ffffff;
	width: 100%;
	clear: both;
	height: 350px;
}

#content-data {
	padding: 10px;
	background: #ffffff;
	height: 100%;
}

#content-data h1 {
	margin: 0px 0px 7px 0px;
	color: #385d91;
	font: bold large Times New Roman, Helvetica, sans-serif;
	padding: 0px;
}

#content-data h2 {
	margin: 0px 0px 7px 0px;
	color: #385d91;
	font: bold 14px Times New Roman, Helvetica, sans-serif;
	padding: 0px;
}

#content-data a:link, #content-data a:visited {
	text-decoration: none;
}

#content-data a:hover, #content-data a:active {
	text-decoration: underline;
}

/* Sidebar Styles */

#content-sidebar {
	width: 160px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
	height: 100%;
	background-color: #EEEEEE;
}

/* SubNav */

#sidebar-subnav {
	clear: both;
	width: 160px;
	margin: 0px;
	padding: 0px;
	font: small Times New Roman, Helvetica, sans-serif;
}

#sidebar-subnav a, #sidebar-subnav a:visited {
	color: #2f4090;
	text-decoration: none;
}

#sidebar-subnav a:hover {
	color: #6091cb;
	text-decoration: none;
}

#sidebar-subnav ul {
	position:relative;
	width:auto;
	list-style: url(../img/bullet.gif) none outside;
	font-family: Times New Roman, Helvetica, sans-serif;
	clear: both;
	padding:5px;
	margin:5px 0px 10px 15px;
	}

#sidebar-subnav li {
	padding:4px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dashed #AAAAAA;
}

#sidebar-search {
	width: 150px;
	clear: both;
}

#sidebar-search input {
	font-size: 12px;
	margin-top: 2px;
}

#subnav2 {
	margin: 0px;
	padding: 0px;
}

#subnav2 ul, #subnav2 li {
	list-style: square outside;
	margin-left: 5px;
	padding: 2px;
	border: 0px;
}

#subnav2 a, #subnav2 a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#subnav2 a:hover, #subnav2 a:active {
	font-size: 11px;
	color: #6091cb;
	text-decoration: none;
}

/* Footer Styles */

#page-footer {
	width: 100%;
	height: 15px;
	background: #CCDD88;
	border-top: 1px solid #b3b3b3;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer-data {
	font: x-small Times New Roman, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 4px;
}

/* Survey Component Styles */
.SurveyQuestion					{}
.SurveyQuestion .Question		{font-weight: bold; font-size: 12px}
.SurveyQuestion .AnswerSet		{padding-top: 4px}
.SurveyQuestion .AnswerSet form {margin:0px; padding:0px}
.SurveyQuestion .Results		{}

#ResultTable				{border: 1px solid #000000; background-color: #FFFFE8; margin-top: 7px; padding: 5px}
.ResultRow					{padding-bottom:10px}
.ResultRow .ResultBar 		{float: left; background-color: #FF0000}
.ResultRow .ResultNumbers 	{float: left}
.ResultRow .ResultLabel		{font-weight: bold; color: #FF0000; font-size: 10px}
	
/* Functions  for use in the Preview*/

#Functions {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#Functions ul, #Functions li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#Functions a:link, #Functions a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #003366;
	border-bottom: 4px solid #999999;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#Functions a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
}
