/***[ defaults ]***/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

body, p, td {
  cursor: default;
}

td { text-align: left; vertical-align: top; }

body, p, td, input, textarea, select, li, ul, ol, font {
  font-family: Arial, "Trebuchet MS", Verdana;
  font-size: 11px;
}

label {
  cursor: hand;
  cursor: pointer;
}

h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}


/***[ layout ]***/
table.page {
  width: 1000px;
  margin: 0px;
  padding: 0px;
}

td.menuLeft {
 text-align:top;
  width: 200px;

  padding-right: 15px;
}

table.menuLeft {
  padding-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  
}

td.menuItemLeft {
  padding: 0px;
  padding-left: 5px;
  text-align: right;
  color: #626466;
  font-size: 10px;
  padding-top:5px;

}

td.menuTop {
  height: 22px;
  border-left: 1px solid #f7931d;
  background-color: #bfc3c7;
}

table.menuTop {
  height: 22px;
}

td.menuItem, td.menuItemActive, td.menuItemLast, td.menuItemLastActive {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #6c6e70;
  border-right: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: hand;
  cursor: pointer;
}

td.menuItemActive {
  color: #000000;
  background-color: #f7931d;
}

td.menuItemLast {
  border-right: 0px;
  background-image: url('../images/menuLast.gif');
  background-color: #bfc3c7;
  width: 110px;
}

td.menuItemLastActive {
  color: #000000;
  width: 110px;
  border-right: 0px;
  background-image: url('../images/menuLastActive.gif');
  background-color: #bfc3c7;
}

td.body {
  width: 100%;
  height: 100%;
  vertical-align:top;
}

table.body {
  width: 100%;
  height: 100%;
}

td.spacerTop {
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}

td.textBlock {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
  
  line-height: 17px;

  color: #343537;
  
  border-left: 1px solid #f7931d;
  background-color: #bfc3c7;
  
  vertical-align: top;
}

td.imageRight {
  vertical-align: bottom;
  background-color: #bfc3c7;
  width: 161px;
}

td.disclamer {
  background-color: #bfc3c7;
  border-left: 1px solid #f7931d;

  vertical-align: bottom;
  height: 100%;
}

table.disclamer {
  width: 100%;
  font-size: 10px;
  height: 18px;
  line-height: 13px;
  padding: 0px;
  margin: 0px;

  padding-left: 10px;
  vertical-align: middle;
  background-color: #f7931d;
}

a.disclamer:hover {
  text-decoration: underline;
}

td.tableHeader {
  color: #000000;
  background-color: #f7931d;
  vertical-align: middle;
  font-size: 10px;
  padding: 5px;
}

td.highlite {
  color: #000000;
  font-weight: bold;
  padding-top: 5px;
}

td.registrant {
  font-size: 10px;
  vertical-align: top;
  padding-left: 5px;
  line-height: 12px;
}

a, a:active, a:visited {
  color: #0b0b0b;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.menuItemLeft, a.menuItemLeft:active, a.menuItemLeft:visited {
  color: #626466;
  font-size: 10px;
  text-decoration: none;
}

a.menuItemLeft:hover {
  text-decoration: underline;
}

a.disclamer, a.disclamer:active, a.disclamer:visited {
  font-size: 10px;
  color: #010101;
  text-decoration: none;
  line-height: 16px;
}

a.disclamer:hover {
  text-decoration: underline;
}

.inlogDrop{
    position:relative;
    width:90px;
    background-color:#6C6E70;
    border:0px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    height: 22px;


}

#dropdown{
  border:1px solid #ffffff;
  padding-top:10px;
  background-color:#6C6E70;
  margin-left:476px;
  display:none;
  position:absolute;
  float:right;
  z-index:2;
  }

#dropdown a{
    width:300px;
    background-color:#6C6E70;
    border:0px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:12px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    height: 21px;
    display:block;
    text-decoration:none;
    padding-top:4px;
}

#dropdown a:hover{
    width:300px;
    background-color:#F7931D;
    border:0px;
    color:#000000;
    font-weight:bold;
    font-size:12px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    height: 21px;
    display:block;
    text-decoration:none;
    vertical-align:middle;
        padding-top:4px;
}