
table {
	border-collapse: collapse;
}

tr {
	vertical-align: center;
}

td {
	padding: 0px;
	text-align: left;
}

table.incell {
	padding: 0px;
}

td.group-start {
	height: 50px;
}

td.group-start p {
	background-color: rgb(220, 220, 220);
	
}

td.group-end {
	height: 10px;
}



/* This is used in answers_per_page_fancy. */
td.answer {
	width: 600px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

span.enabled-text {
	color: black;	
}


span.disabled-text {
	color: #ccc;	
}

input.disabled-ctrl {
	background-color: #ccc;

}
input.enabled-ctrl {
	background-color: #fff;
}

/*
 *
 * Everything below this line is from UVI's style sheet (more or less)
 *
 *
 */
html body {
 	 margin-left: 15px;
  	background-color : #FFF;
}

html, body, .DefaultFont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color : #000;
}

* {
  font-size: 1em;
}

img {
  border: 0;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

TABLE#topNaviContainer {
	BORDER-TOP: #999 1px solid;
	WIDTH: 780px;
	BORDER-BOTTOM: #999 1px solid;
	BACKGROUND-COLOR: #f0f0f0;
	MARGIN-BOTTOM: 10px;
	MARGIN-TOP: -3px;
	MARGIN-LEFT: -15px;
}

.footer {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #333;
	LINE-HEIGHT: normal;
	FONT-STYLE: normal;
	TEXT-ALIGN: center;
	FONT-VARIANT: normal;
}

.GrayBorders {
	BACKGROUND: #999;
}

.BottomFooter
{
	BORDER-TOP: solid 1px #999999;
	WIDTH: 780px;
	MARGIN-LEFT: -15px;
}

.ButtonsBottom 
{
	margin-top: 15px;
	margin-bottom: 15px;

}

.ButtonsTop
{
	margin-bottom: 15px;
}
span.topLine {
	border-top: 1px solid #999;
	padding-top: 2px;
}


a:link{
  color: #a81d00;
  text-decoration: underline;
}
a:visited {
  color: #58595b;
}
a:hover{
	color : #821701;
	 text-decoration: underline;
}

h1,h2,h3,h4 {
	font-weight: bold;
	color: #000000;
}

h1 {
  	font-size: 14px;
  	margin-top: 15px;
}

h2 {
    	/*font-size: 1.1em;*/
  	font-size: 14px;
}

h3 {
    /*font-size: 1.1em;*/
  	font-size: 14px;
 	 margin-top: 0;
  	font-weight: normal;
	text-transform: uppercase;		
	letter-spacing: 1px	
}

h4 {
  	font-size: 12px;
}

h1, h2, h3, h4 {
  margin-bottom: 0.5em;
}

td.BoxHeader {
	height: 10px;
	background-color: #ccc;
}

td.grayBorder {
	padding: 0px;
	width: 1px;
	background-color: #999
}

td.AnswerBoxFooter {
	height: 7px;
	background-image: url("../common/AnswerBoxFooter.gif");
	width: 752px;
}

td.QuestionBoxFooter {
	height: 7px;
	background-image: url("../common/QuestionBoxFooter.gif");
}

/* title is used on the results-page*/
td.title {
	padding: 5px;
	font-weight: bold;
	width: 365px;
	background-color: #fafafa;
}

/* content is used on the results-page*/
td.content {
	padding: 5px;
	width: 365px;
	vertical-align: top;
	background-color: #fafafa;
}
td.content2 {
	padding: 5px;
	width: 740px;
	vertical-align: top;
	background-color: #fafafa;
}

td.qNum {
	width: 50px;
	text-align: right;
	vertical-align: center;
	border-top-width: 1px;
	border-top-color: #999;
	border-top-style: none;
	background-color: #f0f0f0;
}

td.question {
	width: 641px;
	border-top-width: 1px;
	border-top-color: #999;
	border-top-style: none;
	padding: 8px;
}

td.user_help {
	width: 33px;
	padding: 5px;
}

td.checkbox {
	width: 25px;
	text-align: left;
	vertical-align: top;
}

td.checkboxText {
	width: 610px;
}

td.radio {
	width: 25px;
	text-align: left;
	vertical-align: top;
}

td.radioText {
	width: 610px;
}


.ingresstext { 
	margin-top: -10px;
	width: 700px;    // normal body text
}

.helptext { 
	width: 450px;    // narrow help-text in pop-up window
}


/* Used on the front page, if browser doesn't support enough javascript. */
div.serviceDenied {
	width: 700px;
	padding: 10px;
	background-color: yellow;
	border: 3px solid red;
}

A.searchLink:link {
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}

A.searchLink:visited {
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}

A.searchLink:hover {
	TEXT-DECORATION: none;
}

A.searchLink:active {
	TEXT-DECORATION: none;
}
