html, body {
	height: 100%;
	font: 14px Georgia, serif;
	margin: 0px;
	padding: 0px;
}
body {
	background: #F6EFBE url(../images/mainbg.gif) repeat-y top center;
}
h1,h2,h3,h4,ul,li {
	margin: 0px;
	padding: 0px;
}
a	{
	/*text-decoration: none;*/
	color: #094fa3;
	/*background: url(/images/link_underline.gif) repeat-x bottom;*/
}
hr	{
	height: 1px;
	color: #fff;
	border: 1px solid #fff;
}

#maincontainer {	
	min-height: 100%;
	_height: 100%;
	position: relative;
	margin: auto;
	width: 740px;
	padding: 0px 8px 0px 9px;
}

#header {
	height: 104px;
	width: 740px;
	background: #FFDF32 url(../images/logo_public.gif);
	position: relative;
}
#header h1 {
	display: none;
}

#headerlinks {
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 5px;
	text-align: right;
	font-style: italic;
}
#headerlinks a {
	color: #994708;
	text-decoration: none;
	background: none;
}

#footer {
	width:  740px;
	position: relative;	
	background-color: #FFDF32;
	font-size: 10px;
	height: 40px;
	margin: -40px auto 0px auto;
	clear: both;
}
#footer a {
	color: #994708;
	text-decoration: none;
	background: none;
}
#footer #copyright {
	float: left;
	font-size: 9px;
	margin-left: 2px;
	padding-top: 8px;
}
#footer #links {
	float:  right;
	text-align: right;
	padding: 4px 5px;
	font-size: 12px;
}

#content {
	padding-bottom: 50px;
}
	
.floatclear {
	clear: both;
	height: 0px;	
	font-size: 0px;
	overflow: auto;
	display: block;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

/* Form styling */
form *{
	margin: 0px;
	padding: 0px;
	font: 14px Georgia, serif;
}
form.hcb_form {
	margin: 0px;
}
/* I don't know why but without this IE looks like crap  */
form.hcb_form input { 
	border-width: 2px;
}
form.hcb_form * {
	padding: 0px;
	margin: 0px;
}
* html form.hcb_form {
	height: 1px;
}
form.hcb_form fieldset {
	border: none;
	display: inline-block;
}
form.hcb_form legend  {

	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
form.hcb_form div.desc {
	margin-left: 210px;
	font-size: 11px;
}
form.hcb_form div.desc_label {
	margin-top: -15px;
	margin-left: 235px;
}
form.hcb_form div.desc_label_nomargin {
	margin-top: -15px;
	margin-left: 20px;
}
form.hcb_form fieldset fieldset p.desc {
	margin-left: 0px;
}
form.hcb_form div.msg {
	margin-left: 210px;
	width: 350px;
	background: #FFFFE1 url(../images/exclamation.gif) no-repeat 15px 10px;
	border: 1px solid #839D80;
}
form.hcb_form div.msg p{
	margin-left: 0px;
	padding: 10px 10px 10px 40px;
	font-size: 12px;
}
form.hcb_form div.msg img{
	float:left;
	margin-right: 10px
}
form.hcb_form label, form.hcb_form .label  {
	float: left;
	clear: both;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
form.hcb_form .label {
	margin-top: 9px;
}
form.hcb_form fieldset fieldset label.rightside {
	float: right;
	width: 450px;
	_width: 435px;
	display: inline;
	padding: 0px;
	text-align: left;
}
form.hcb_form fieldset fieldset input.checkbox {
	float: left;
}
form.hcb_form fieldset ol  {
	margin: 0;
	padding: 0;
	list-style: none;
}	
form.hcb_form fieldset li {
	clear:both;
	padding: 5px 0px;
	margin: 0px;
}

form.hcb_form fieldset li.hidden {
	display: none;
}
form.hcb_form fieldset fieldset  {
	margin: 5px 0px;
	width: 470px;
}	 
form.hcb_form label, form.hcb_form .label { 
	width: 200px; /* Width of labels */
}
form.hcb_form fieldset fieldset label {
 	margin-left: 210px; 
}
form.hcb_form li.rightalign {
	text-align: right;
}
form.hcb_form input.submit {
	margin-left: 210px;
	padding: 0px 5px;
	background: #fbcc30;
	border-bottom: 2px solid #994708;
	border-right: 2px solid #994708;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	overflow:visible;
}
form.hcb_form input.submit_nomargin {
	padding: 0px 5px;
	_height: 18px;
	background: #fbcc30;
	border-bottom: 2px solid #994708;
	border-right: 2px solid #994708;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	overflow:visible;
}
form.hcb_form p {
	margin-left: 190px;
	text-align: left;
	padding: 0px;
}
form.hcb_form fieldset fieldset label.rightside { 
	margin: 0px; 
}
form.hcb_form input.setwidth, form.hcb_form textarea.setwidth, form.hcb_form select.setwidth { 
	width: 350px;
}
/*\*//*/ form.hcb_form legend { display: inline-block; } /* IE Mac legend fix */

form.hcb_form .fieldError {
	float: left;
}
form.hcb_form .fieldError input {
	background: #EDB7B7;
}
form.hcb_form .fieldError textarea {
	background: #EDB7B7 url(../images/form_linebg_dark.gif);
}
form.hcb_form div.error {
	clear:  both;
	margin-left: 210px;
	font-size: 11px;
	color: #9d0a0e;
}

form.hcb_form div.note {
	clear:  both;
	padding: 10px;
	font-size: 11px;
	color: blue;
	margin-left: 200px;
}

div.overview_item div.note {
  margin-left: 100px;
}

form.hcb_form fieldset fieldset div.error {
	margin-left: 0px;
}
form.hcb_form input:focus, form.hcb_form select:focus {
	background-color: #fefae2;
	color: #000;
}
form.hcb_form textarea:focus {
	background: #fefae2 url(../images/form_linebg.gif);
}
form.hcb_form textarea {
	background: #fff url(../images/form_linebg.gif);
}
form.hcb_form div.aligned {
	padding: 5px 5px 5px 210px;
}

form.hcb_form .notes_field {
  margin: 10px 5px;
}

/* margin override */
form.hcb_form div.nomargin {
	margin: 0px;
}



.generalError {
	color: #9d0a0e;
}
/* Error highlighter 
.formError {
	margin: 0px 20px 10px 20px;
	padding: 10px;
	background: url(../images/boxredtopbg.gif);
	border-bottom: 1px solid #3b5735;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
*/
.TODO {
	border: 1px solid blue;
}
.TODO:before {
	font-weight: bold;
	content: 'Internal Notes for TWG: ';
}