﻿*
{
  margin: 0px;
  padding: 0px;
}

a:link, a:visited {
	color: #0186A7;
	text-decoration: none;
	}

a:hover, a:focus { text-decoration: underline; }

body
{
  background-color: #F4F4E8;  
  font-family: Verdana;
  font-size: 12px;
  color: #666666;
}

div#divPage
{
  text-align: center;
  width: 960px;
  margin: auto;  
}

div#div1
{
  min-height: 14px;
  max-height: 14px;  
}

div#divSubHeader
{
	font-family:"Trebuchet MS", Verdana; 
	font-weight:normal; 
	font-size:10px; 
	color:#777755; 
	text-transform:uppercase;
	letter-spacing:1px;
  background-image: url(media/subheader_bg.jpg);  
  height: 33px;
  text-align: left;
  padding-left: 15px;
  padding-top: 17px;
  margin: 0px;
}

div#divSubHeader a
{
  color: #669999;
  text-decoration: none;  
}

div#divSubHeader .selected
{
  color: inherit;
  font-weight: bold;  
}

div#divMain
{
  margin-left: 19px;
  margin-right: 19px;  
  margin-bottom: 9px;
  text-align: left;
}

h1
{
  margin-left: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #993333;
  font-size: 14px;
  font-weight: bold;
}

div#divHorizLine
{
  background-image: url(media/hor_div.png);
  max-height: 2px;  
  min-height: 2px;
  margin-bottom: 9px;
}

div#divFooter
{
  margin-top: 15px; 
}

div.box
{
  border: solid 1px #B3B340;  
  padding: 10px;
}

div.helpBubble
{
  position: absolute;
  display: none;
  border: solid 1px #999999;
  background-color: #FFF0BB;
  padding: 5px 5px 5px 5px;
  max-width: 250px;
  font-weight: normal;
}

table, tr, td, th
{
  border: none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

td.tdVertLine
{
  width: 1px;
  background-image: url(media/vert_div.png);
}

h4
{
  font-size: 12px;
  font-weight: bold;
}

h4.fieldTitle {margin-top: 25px;}

input, select, textarea
{
 border: solid 1px #B1B13A;
	padding: 3px; 
}

input.standard
{
 width: 270px;
}

td.tdSelectedStep
{
  background-color: #336666;
  padding: 2px 6px 5px 6px;
  color: White;
  font-weight: bold;
  vertical-align: middle;
}

td.tdStep
{
  padding: 2px 6px 5px 6px;
  vertical-align: middle;
}

table.tableSteps
{
  margin-bottom: 20px;
}

img {border: none;}


.buttons
{
  text-align: right;
  margin-top: 10px;
}

div#description
{
  border: solid 1px black;
  padding: 15px;
  display:none;
  float:right; 
  width:270px;
}

div.affiliationHeader
{
  background-color: #E1E2BA;
  padding: 10px;
  padding-top: 12px;
  margin-bottom: 2px;
  margin-top: 5px;
  font-weight: bold;
}

div.affiliationBody
{
  background-color: #EBECC2;
  padding: 10px;
  margin-bottom: 15px;
}

div.affiliationMember
{
  margin-bottom: 10px;  
}

div.errorBox
{
  padding: 16px 20px 16px 20px;
  background-color: #B3B340;  
}

div.error
{
  color: #993333;
  font-weight: bold;
  margin-bottom: 7px;
}

li.errorText
{
  color: #FFFFFF;
  margin-left: 15px;
}

.fieldControl
{
  margin-top: 5px;  
}

.field
{
  margin: 0px;
  height: 14px;
}

td.qFieldTitle
{
  vertical-align: middle;
}

td.qField
{
  vertical-align: middle;
}

table.questionnaire td
{
  padding: 2px;  
}
