/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%; 
}

tr, td {
  vertical-align: top;
  }
  
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/bg/light_body.gif) repeat-y top center;
  background-color: #b1caee;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 150%;
  color: #333;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 2px solid #efefef;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
  border-bottom: 1px solid #efefef;
  padding: 0 0 5px 0;
}

h3, h4, h5, h6 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
  border-bottom: 1px solid #B3BED3;
  padding: 5px 0 0 0;
}

p {
  margin: 2px 0 10px 0;
  }
  
/* Needed to horizontally pad in a coloured container */
.horzPad, 
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #D59F49;
}

a:hover {
  color: #A59579;  
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn\'t correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}

blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* If you\'re finding the input elements get pushed down, increase the width */
label {
  float: left;
  vertical-align: top;
  width: 100px; 
  font: bold 10px verdana, arial, sans-serif;
  margin: 0 5px 0 2px;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #666;
  background: #EEE;
  border: 1px solid #CCC;
  /*float: left;*/
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}


/*Forms defaults*/
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(/preview/images/bg/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(/preview/images/bg/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}

.checkboxAreaUnchecked {
	background:url(/preview/images/bg/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(/preview/images/bg/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(/preview/images/bg/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(/preview/images/bg/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(/preview/images/bg/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/preview/images/bg/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/preview/images/bg/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	font-weight:bold;
	padding:2px 5px;
	/*margin: 0 15px 0 0;*/
	cursor:pointer;
	background: #F7F2DB;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Misc*/
label
{
float: left;
text-align: right;
display: block;
}

.submit input
{
margin-left: 150px;
}

fieldset
{
text-align: left;
border: 1px solid #781351;
/*background-color:#F0ECDA;*/
}

legend
{
color: #fff;
background: #E78C54;
border: 1px solid #781351;
padding: 2px 6px;
}

.message_box{
	font-weight: bold;
	color: #006600;
	margin: 3px 0px 3px 0px;
	padding: 5px;
	border: 1px #006600 solid;
	background-color: #FFFFCC;
}

.error_box{
	font-weight: bold;
	color: #CC0000;
	margin: 3px 0px 3px 0px;
	padding: 5px;
	border: 1px #CC0000 solid;
	background-color: #FFFFCC;
}