body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFCE9;
	background-image: url(skin/bgtop.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: left top;
	text-align: center;
}
#container {
	width: 914px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(skin/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}
#container-header {
	padding: 0;
	background-image: url(skin/header.jpg);
	font-size:18px;
	font-weight:bold;
	background-repeat: no-repeat;
	height: 224px;
}

#container-logo {
	float: right;
	position: relative;
	right: 0px;
	top:80px;
	width:215px;
	z-index: 3;
}

#container-name {
	float: left;
}

#container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span, #container-slogan span {
	color: #1E1A55;
}

#container-navigation {
	/*width: 670px;*/
	background-color: #45AAFF;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}
#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}
#navigation li a:hover {
	text-decoration: underline;
	background-color: #990000;
}
#container-content {
	/*width:834px;*/
	background-image: url(skin/bodytop.jpg);
	background-repeat: no-repeat;
	margin: 0;
	background-position: center top;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 100%;
	min-height: 450px;
}
#content {
	width: 630px;
	float: left;
	
}
#content ul {
	padding-left: 16px;
}
#border {
	width: 160px;
	float:right;
}
#container-footer {
	clear: both;
	background-image: url(skin/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFCE9;
	height: 52px;
}
#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #DDDDDD;
}
#container-footer a:hover {
	color: #1E1A55;
}
#footer {
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
#footer-copyright {
	float: left;
	width: 525px;
	padding-left: 30px;
	padding-top: 25px;
}
#footer-meta {
	float: right;
	text-align: right;
	width: 225px;
	padding-right: 35px;
	padding-top: 25px;
}
.clearer {
	clear: both;
}
h1.csc-firstHeader {
	font-size: 22px;
	color: #990000;
	margin: 0 0 20px 0;
	padding: 0;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	border-bottom: 1px solid #990000;
}
h1 {
	font-size: 18px;
	color: #990000;
	margin: 0 0 20px 0;
	padding: 18px 0 0 0;
	background-repeat: no-repeat;
}
h2 {
	font-size: 16px;
	color: #1E1A55;
	padding: 5px 0 5px 0;
	letter-spacing: 1px;
}
h3 {
	font-size: 14px;
	color: #1E1A55;
	padding: 5px 0 0px 0;
}
h4 {
	font-size: 14px;
	color: #1E1A55;
	padding-top: 14px;
}

#border h1 {
	font-size: 14px;
	border: none;
	color: #1E1A55;
	padding-top: 14px;
}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}
#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}
#content p {
	line-height: 19px;
	color: #333333;
	margin: 0 0 20px 0;
	text-align: justify;
}
#content p a, #border p a {
	text-decoration: none;
	color: #1E1A55;
	border-bottom: 1px dotted #1E1A55;
	padding: 2px 2px 2px 2px;
}
#content li {
	line-height: 20px;
	color: #333333;
	margin: 0;
}
#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #FFE866;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(skin/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #990000;
	font-style: italic;
	font-weight: bold;
}
#content div.csc-mailform-field label {
display: block;
float: left;
width:100px;
}
#content div.csc-mailform-field input[type=submit] {

margin-left:100px;
}
#border p {
	line-height: 14px;
	font-size: 11px;
	color: #333333;
}
#border input[type=submit] {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff1a0;
	padding: 1px 2px;
	border: 1px solid #f1d778;
	width: 160px;
	color: #990000;
	text-align: right;
}
#border input[type=text] {
	width: 154px;
	padding: 1px 2px;
	border: 1px solid #f1d778;
}
#border input[type=password] {
	width: 154px;
	border: 1px solid #f1d778;
	padding: 1px 2px;
}
#border label {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0;
}

#border div.loginusername {
	font-size: 12px;
	padding: 2px 0;
}
ul.subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 15px 0px;
	background-image: none;
	padding: 1px 2px;
}
ul.subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 20px;
	margin: 0px 0px 5px 0px;
}
ul.subnavigation li a {
	text-decoration: none;
	font-weight: bold;
	color: #1E1A55;
	border-bottom: 1px dotted #1E1A55;

}
ul.subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #990000;
	color: #990000;
}


ul.subnavigation li.level1on {
	list-style: none;
	padding: 2px 0 2px 10px;
	margin: 6px 0;
	background-color:#990000;
}


ul.subnavigation li.level1on a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
ul.subnavigation li.level1onsub {
	list-style: none;
	padding: 2px 0 2px 0px;
	margin: 6px 0 0 0;
	background-color:#990000;
}

ul.subnavigation li.level1onsub span {
	padding: 0 0 0 10px;
}

ul.subnavigation li.level1onsub a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

ul.subsubnavigation li.level2 {
	font-size: 11px;
	color:#000066;
}

ul.subsubnavigation li.level2on {
	font-size: 11px;
}

ul.subsubnavigation li.level2 a {
	color: #1E1A55;
	border-bottom: 1px dotted #1E1A55;
	padding: 0;
}

ul.subsubnavigation li.level2 a:hover {
	color: #990000;
	border-bottom: 1px solid #990000;
	padding: 0;
}

ul.subsubnavigation li.level2on a {
	color: #1E1A55;
	border-bottom: 1px solid #1E1A55;
	padding: 0;
}

ul.subsubnavigation {
	border: 1px solid #990000;
	background-color: #fff8cc;
	padding: 4px 0 6px 10px;
	margin: 0;
	display: block;
}

ul.subsubnavigation li {
	padding: 2px 0;
	margin: 0;
}

#content img {
	background-color: #FFE866;
}
#content img.spacer-gif {
	background: none;
	padding: 0;
	border: none;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}
img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
img.alignabove {
	margin: 0 0 10px 0;
}


 /*/////////////////////////////////////////////////////////////*/  



div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #FFE240;
}


 /*/////////////////////////////////////////////////////////////*/  
 
 
fieldset {
	border: none;
	padding: 0;
}

legend {
	font-size: 14px;
	color: #1E1A55;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

form {
	border: 1px dashed #FF0000;
	padding: 8px 5px;
	margin: 5px 0;
}
form div {
	padding: 2px 0;
}
.red {
	color:#FF0000;
}
.important {
	color:#FF0000;
}
.center {
	margin: 0 auto;
}

#border form {
	border: none;
	padding: 0;
	margin: 0;
}
#footer a {
	color: #696A96;
}

#participantstable img {
	background: none;
}


#participantstable th {
	font-size: 10px;
}

#participantstable {
	overflow: auto;
	width: 630px;
	padding-bottom: 16px;
}
#participantstable td.smallcellbold {
	font-size: 11px;
	font-weight: bold;
}
#participantstable td.smallcell {
	font-size: 10px;
}
#participantstable td {
	font-size: 11px;
}
#participantstable input {
	font-size: 10px;
}
#participantstable select {
	font-size: 10px;
}


 /*/////////////////////////////////////////////////////////////*/  
 
.tx-pbsurvey-pi1 div {margin-bottom: 0;}
.tx-pbsurvey-pi1 .pagenumbering {font-size: 60%; position: relative; height: 15px;}
.tx-pbsurvey-pi1 .barcontainer {background-color: #FFFFFF; border: 1px solid #000000; width: 100px; height: 15px; position: absolute; z-index: 6; right: 0px;}
.tx-pbsurvey-pi1 .bar {background-color: #CCCCFF; height: 15px; z-index: 4; position: absolute; left: 0px;}
.tx-pbsurvey-pi1 .bartext {z-index: 5; text-align: center; position: absolute; left: 0px; width: 100px; height: 15px;}
.tx-pbsurvey-pi1 .pageHeader {font-size: 150%; font-weight: bold; color: #003399;}
.tx-pbsurvey-pi1 .pageIntroduction {}
.tx-pbsurvey-pi1 .survey_item {margin-top: 20px; margin-bottom: 20px;}
.tx-pbsurvey-pi1 .itemform {}
.tx-pbsurvey-pi1 .question {font-size: 120%; font-weight: bold;}
.tx-pbsurvey-pi1 .questionNumber {width: 1px;}
.tx-pbsurvey-pi1 .questionSubtext {font-size: 11px;}
.tx-pbsurvey-pi1 .required {color: #FF0000; vertical-align: super;}
.tx-pbsurvey-pi1 .survey_error {color: #FF0000;}
.tx-pbsurvey-pi1 .additional_ver {margin-left: 20px;}
.tx-pbsurvey-pi1 .matrix {}
.tx-pbsurvey-pi1 form {border: none; padding: 0;}
.tx-pbsurvey-pi1 fieldset {border: none; padding: 0;}
.surveyrow_odd {background-color: #fff5bd;}
.surveyrow_even {background-color: #f1d778;}
.tx-pbsurvey-pi1 .matrix .columnFirst {font-weight: bold; text-align: left; padding: 2px; }
.tx-pbsurvey-pi1 .matrix .columnFirst span {font-weight: normal; font-size:11px; }
.tx-pbsurvey-pi1 .matrix .columnNext {
	
	text-align: center;
	border: 1px solid #DDDDDD;
	
}

.tx-pbsurvey-pi1 .matrix .columnNext {
	height: 20px;
}
#containerSmile{
	width: 100%;
	height: 20px;
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
	background-image: url(icons/equal.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#minusSmile{
	width: 20px;
	height: 20px;
	background-image: url(icons/sad.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
}

#plusSmile{
	width: 20px;
	height: 20px;
	background-image: url(icons/smile.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	padding: 0;
	border: 0;
	margin: 0;
}
 /*/////////////////////////////////////////////////////////////*/  
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #F1D778 none repeat scroll 0 0;
	padding: 4px;
	font-size: 10px;
}
#content td.tx-indexedsearch-icon img {
	background: none;
}
div.tx-indexedsearch-searchbox form {
	border: none;
}
div.tx-indexedsearch-browsebox li{
	padding: 4px;
	margin: 2px;
}
 /*/////////////////////////////////////////////////////////////*/  
#container-header #container-claim {
	width: 300px;
	float: left;
	padding-top: 55px;
	padding-left: 45px;
}
.style1 {
	font-size: 19px;
	color: #1E1A55;
	letter-spacing: -0.7px;
}
.style2 {
	font-size: 13px;
	color: #990000;
}
.style3 {
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.nowrap {
	white-space:nowrap; 
}
.status{
	cursor: help;
}
