/************************************** 
Defaults 
**************************************/

body {
  font-family: Arial;
  font-size: 10pt;
  /*background-color: white;*/
}

td {
  font-family: Arial;
  font-size: 10pt;
}
a:link.menu { 
	color: #FFFFFF;
}
a:visited.menu { 
	color: #FFFFFF;
}
a:hover.menu { 
	color: #FFFFFF;
}
a:active.menu { 
	color: #FFFFFF;
}

/***************************************
Capsule 
***************************************/

table.capsule {
  /*background-color: #FFFFFF;*/
  width: 750px;
  padding: 0px;
}
tr.capsule {
}
td.capsule {
  padding: 0px;
}

/***************************************
Content 
***************************************/

font.copyright {
  font-size: 7pt;
  font-weight: bold;
}

body.printerfriendly {
  font-family: Arial;
  font-size: 10pt;
  background-color: #FFFFFF;  
}

table.content {
  width: 75%;
  padding: 0px;
}
tr.content_header {
}
td.content_header {
}
tr.content_title {
}
td.content_title {
  font-weight: bold;
  font-size: 14px;
}
td.content_menu {
  text-align: center;
  width: 100 px;
  vertical-align: top;
  background-color: #000000;
}
tr.content_body {
}
td.content_body {
  vertical-align: top;
  text-align: left;
  width: 750px;
  padding: 6px;
}
table.list_body {
  width: 750px;
}
tr.list_body {
}
td.list_body {
  border: 1px solid #18ADE7;
  vertical-align: top;
  text-align: center;
}
td.listheader {
  font-weight: bold;
}
td.fields_capsule {
  text-align: left;
}
td.fields {
  vertical-align: top;
  text-align: center;
}
td.types {
  text-align: left;
}
table.mail_form {
  border: 1px solid #18ADE7;
}
td.mail_form {
  background-color: #18ADE7;
  color: #000000;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 2px;
}
td.mail_form_data {
  text-align: left;
}
tr.content_footer {
}
td.content_footer {
}
td.docs {
  font-size: 12px;
}
td.upload_file {
  text-align: left;
}

td.menustyle {
  background-color: #000000;
}

/*****************************
  Equipment Page
*****************************/
table.trail {
}
td.trail {
  font-size: 12pt;
  font-weight: bold;
}

/*****************************
  Listing Page
*****************************/
table.listing_maintitle {
}
td.listing_maintitle {
  font-size: 12pt;
  font-weight: bold;
}
table.listing {
  /*border: 1px solid #18ADE7;*/
  width: 100%;
}
td.listing_title {
  /*background-color: #18ADE7;*/
  color: #3366CC;
  font-weight: bold;
  /*text-align: center;*/
  font-size: 12pt;
  /*width: 35%;*/
  /*padding: 2px;*/
}
td.listing_subtitle1 {
  /*background-color: #18ADE7;*/
  /*color: #000000;*/
  font-weight: bold;
  /*text-align: center;*/
  font-style: italic;
  /*padding: 2px;*/
}
td.listing_data {
  text-align: left;
  vertical-align: top;
}
table.equipment {
  width: 95%;
}

/*****************************
  Equipment Page
*****************************/

table.equip_cat {
  width: 100%;
}
td.equip_cat {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background-color: #18ADE7;
  color: #000000;
  padding: 5px;
}
table.equip_data {
  width: 80%;
}
td.equip_data_title {
  background-color: #18ADE7;
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 35%;
  padding: 2px;
}
td.equip_data {
  vertical-align: middle;
  text-align: left;
}
table.equip_desc {
}
td.equip_desc_title {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background-color: #18ADE7;
  color: #000000;
  padding: 5px;
}
td.equip_desc_data {
  text-align: left;
}
table.equip_footer {
}
td.equip_footer {
  text-align: left;
  font-size: 8pt;
  font-style: italic;
}
table.equip_moreinfo {
}
td.equip_moreinfo {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
}

/*****************************
  Notice
*****************************/

table.notice {
  width: 145px;
  border: 2px solid #18ADE7;
  vertical-align: top;
  text-align: left;  
  background-color: #FFFFFF;
}

td.notice_header {
  color: #18ADE7;
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
}

td.notice_msg {
  color: #18ADE7;
  
  text-align: left;
  font-size: 8pt;
}


