/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #FFD429;
	width: 100%;
	z-index: 0;
}

/****** CENTER STYLES ******/
center.main {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 0px;
  z-index: 0;
  height: 100%;
}

/****** LINK STYLES ******/
a { 
  font-weight: bold;
  background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}
a:visited {
  font-weight: bold;
  background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}	
a:hover {
  font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
	color: #0033CC;
	z-index: 0;
}

a.bold {
  font-weight: bold;
}
a.white { 
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}	
a.white:hover {
	color: #FFFFFF;
}


/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  border: 0px solid #CBCDCC;
  width: 435px;
  height: 100%;
  background-color: #EFEFE6;
}
table.full_frame {
  width: 100%;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.form {
  width: 100%;
}
table.auth_form {
  width: 300px;
}
/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.highlight {
  color: #CC0000;
}
span.normal {
  font-weight: normal;
  color: #333333;
}
span.red {
  color: #CC0000;
}


/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  width: 135px;
  z-index: 0;
}
select.custom_small {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  width: 40px;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #333333;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 100%;
}
input.file {
  border: 1px solid #333333;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 50px;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.thumb {
  border: 1px solid #333333;
  margin-top: 2px;
  float: right;
  display: inline;
}

/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.error {
  width: 100%;
  background-color: #0033CC;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  font-size: 9pt;
  margin-bottom: 10px;
}
p.error_item {
  padding-left: 20px;
  padding-bottom: 3px;
  color: #CC0000;
}
p.pop_header {
  font-weight: bold;
  color: #0033CC;
  text-align: left;
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 12pt;
}

/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.pop_wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: middle;
  height: 100%;
}
td.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  vertical-align: middle;
  height: 100%;
}
td.content {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
td.pop_title {
  color: #0033CC;
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}
td.pop_description {
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 16px;
}
td.formprompt {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  font-weight: bold;
  color: #333333;
  text-align: right;
  width: 160px;
}
td.formprompt_large {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  vertical-align: top;
  font-weight: bold;
  color: #333333;
  text-align: left;
  width: 100%;
}
td.formfield {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 12px;
  padding-right: 20px;
  width: 100%;
}
td.form_buttons {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  width: 100%;
}
td.authform_reg_prompt {
  font-weight: bold;
  padding-right: 20px;
  padding-bottom: 5px;
  width: 100px;
}
td.authform_reg_field {
  padding-bottom: 5px;
  width: 100px;
}
td.pop_content {
  padding-left: 35px;
  padding-right: 35px;
}
td.pop_close {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}


/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.formspacer {
  padding-left: 40px;
}
div.pop_text {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}



