
body {
  font-family:Arial, Helvetica, sans-serif;
  background:#383f41;
  color:#414042;
  font-size:12px;
  border:0;padding:0;margin:0;
}
#container  {
  position:relative;
}

#header {
  background:#333;
  height:100px;
}
#header_inner, #banner_inner, #footer_inner, .nav_inner {
  width:960px;
  margin:0 auto;  
}
#contentcontainer {
  background:#e6e7e8;
  padding:30px 0 30px 0;
}
#home{
  width:930px;
  margin:0 auto 30px auto;
  background:url(/images/bg_home.gif) repeat-y;
  z-index:102;
}
#content{
  background:#fff;
  border:30px solid #d1d3d4;
  width:930px;
  margin:0 auto;
}
#contentright {
  margin:30px;
}
#contentright p em {
  font-size:14px;
  font-style:normal;
  line-height:24px;
}
#contentleft {
  float:left;
  width:200px;
  margin:30px 0 30px 30px;
}
#contentleft p {
  font-size:10px;
  color:#6D6E71;
  line-height:16px;
  margin:10px 0;
}
#contentleft img {
  border:8px solid #333;
  margin:0;
}
#contentauthor {
  clear:both;
  background:#2f3739;
  border-top:6px solid #22292b;
  color:#fff;
  height:32px;
  padding:4px 30px 0 30px;
}
#banner {
  border-top:12px solid #272b2e;
  border-bottom:8px solid #bcbdc0;
  color:#fff;
  height:240px;
  background:#383f41;
  position:absolute;
  top:170px;
  width:100%;
}

ul#nav {
    list-style:none;
    height:20px;
    padding: 75px 0 0 6px;
    margin:0;
  float:right;
}
ul#nav li {
    float:left;
    position:relative;
    margin:0;
}
ul#nav li ul {
    position:absolute;
    display:none;
    top:25px;
  left:0;
    background:#ccc;
    list-style:none;
    padding:5px 0;
    min-width:200px;
    margin:0;
}
ul#nav li:hover ul {
    display:block;
}
ul#nav li a {
    float:left;
    display:block;
    padding:7px 9px 3px 9px;
  color:white;
    text-decoration:none;
}
ul#nav li a:hover, ul#nav li.open a {
    color:#18bce3;
}
ul#nav li ul li {
    float:none;
    padding:5px 10px;
    margin:0;
}
ul#nav li ul li a {
    height:auto;
    float:none;
    color:black;
    padding:0 0 5px 0;
    text-decoration:none;
}
ul#nav li ul li a:hover {
    color:#fff;
}
#footer {
  border-top:15px solid #809397;
  color:#fff;
}
#sitemap {
  background:url(/images/bg_sitemap.gif) repeat-y;
}
#copyright {
  clear:both;
  margin:30px 0;
  text-align:center;
  color:#aaa;
  font-size:9px;
  background:#383F41;
  padding:10px;
}

div.home {
  border:30px solid #E6E7E8;  
}

div.homecol {
  float:left;
  width:280px;
  margin:0 45px 0 0;
}
div.homecol.last {
  margin:0;
}
div.homecol p {
  font-size:11px;
  line-height:16px;
  margin:10px 0;
  color:#414042;
}
div.homecol .form_button  {
  float:right;
  display: block;
  background: url(/images/register_kickoff_button.png) no-repeat;
  height:22px;
  width:225px;
}
div.homecol span {
  display:none;
}
div.homecol .registration_form  {
  padding-top:2px;
  float:right;
}
div.registration_form p label {
  display:block;
  float:left;
  width:70px;
}
div.registration_form p input {
  width:70px;
  border: 1px solid #ccc;
  height:15px;
  width:180px;
}

#header_inner a span {
  display:none;
}
h1  {
  padding-bottom:10px;
}
#banner h3 {
  margin:20px 0 10px 0;
  font-size:30px;
}
#banner h3 span {
  color:#1C75BC;
}
#banner p {
  font-size:11px;
  line-height:18px;
  margin:0;
}
#banner img {
  float:right;
  border:8px solid #333;
  margin: 5px 0 0 40px; 
}
p.bannerbutton {
  float:right;
  background:url(/images/bg_banner_button_end.gif) left no-repeat;
}
p.bannerbutton a {
  margin:0 0 0 21px;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  padding:6px 30px 0 5px;
  height:23px;
  background:url(/images/bg_banner_button.gif) right no-repeat;
  display:block;
}
p.bannerbuttonlight {
  float:right;
  background:url(/images/bg_banner_button_end_light.gif) left no-repeat;
}
p.bannerbuttonlight a {
  margin:0 0 0 21px;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  padding:6px 30px 0 5px;
  height:23px;
  background:url(/images/bg_banner_button_light.gif) right no-repeat;
  display:block;
}
#footer h4 {
  text-align:center;
  margin:20px;
  text-transform:uppercase;
  font-size:26px;
}
#footer dl {
  width:140px;
  float:left;
  margin:5px 23px 5px 23px;
}
#footer dl dt {
  text-align:center;
  font-size:12px;
  color:#A7A9AC;
  font-weight:bold;
}
#footer dl dd {
  display:list-item;
  list-style:disc;
  font-size:10px;
  margin:5px 5px 5px 20px; 
}
#footer dl dd a {
  text-decoration:none;
  color:#fff;
}
#footer dl dd a:hover {
  text-decoration:underline;
}
p {
  margin:20px 0;
  line-height:22px;
}
#contentauthor p {
  float:left;
  margin:0;
  font-size:12px;
}
#contentauthor p.comments {
  float:right;
}
#contentauthor p.comments a {
  display:block;
  color:#BCBEC0;
  text-decoration:none;
  background:url(/images/bg_p_comments.gif) left no-repeat;
  padding:0 0 0 30px;
}
#contentauthor p a:hover {
  text-decoration:underline;
}

.clear {
  clear:both;
  visibility:hidden;
  height:1px;
}

fieldset  {
  border: 1px solid lightgray;
}

table tr.odd {
  background:#efefef;
}
table tr.even {
}

td {
  border-spacing:0px;
  padding:3px;
}
th  {
  text-decoration:underline;
  text-align:left;
}
table {
  border:1px solid lightgray;
  width:100%;
}

table.profile tr { vertical-align: top }
table.profile td { padding: 0 10% }
table.profile { padding-top: 35px }

ul.profile { margin: 0; padding: 0; list-style-type: none }
ul.profile li { margin: 1em 0 }

.highlight  {
  background-color: #FFFF55;
}

.new  {
  color:white;
  background-color: gray;
  padding:3px;
}
.pending {
  color:white;
  background-color: black;
  padding:3px;
}
.accepted {
  color:white;
  background-color: green;
  padding:3px;
}
.negotiating {
  color:white;
  background-color: orange;
  padding:3px;
}
.rejected {
  color:white;
  background-color: red;
  padding:3px;
}
.summary_node_main  {
  background-color:#efefef;
  padding:5px;
  border: 1px solid lightgray;
  margin-bottom:2px;
  font-weight:bolder;
}
.summary_node, .summary_node_data {
  background-color:#efefef;
  padding:5px;
  border: 1px solid lightgray;
  margin-bottom:2px;
  font-weight:bolder;
}
.summary_node_data  {
  background-color:white;
}
.summary_node span, .summary_node_data span, .summary_node_main span {
  display:inline;
  float:left;
}
.summary_node_main span {
  width:400px;
}

div.homecol span {
  display:none;
}
div.homecol .registration_form  {
  padding-top:2px;
  float:right;
}
div.registration_form p label {
  display:block;
  float:left;
  width:70px;
}
div.registration_form p input {
  width:70px;
  border: 1px solid #ccc;
  height:15px;
  width:180px;
}
#header_inner a.logo {
  margin:40px 0 0 0;
  float:left;
  display:block;
  height:55px;
  width:270px;
  background:url(/images/bg_h1.png) no-repeat;  
}
#header_inner a span {
  display:none;
}
h1  {
  padding-bottom:10px;
}
#banner h3 {
  margin:20px 0 10px 0;
  font-size:30px;
}
#banner h3 span {
  color:#1C75BC;
}
#banner p {
  font-size:11px;
  line-height:18px;
  margin:0;
}
#banner img {
  float:right;
  border:8px solid #333;
  margin: 5px 0 0 40px; 
}
p.bannerbutton {
  float:right;
  background:url(/images/bg_banner_button_end.gif) left no-repeat;
}
p.bannerbutton a {
  margin:0 0 0 21px;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  padding:6px 30px 0 5px;
  height:23px;
  background:url(/images/bg_banner_button.gif) right no-repeat;
  display:block;
}
p.bannerbuttonlight {
  float:right;
  background:url(/images/bg_banner_button_end_light.gif) left no-repeat;
}
p.bannerbuttonlight a {
  margin:0 0 0 21px;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  padding:6px 30px 0 5px;
  height:23px;
  background:url(/images/bg_banner_button_light.gif) right no-repeat;
  display:block;
}
#footer h4 {
  text-align:center;
  margin:20px;
  text-transform:uppercase;
  font-size:26px;
}
#footer dl {
  width:140px;
  float:left;
  margin:5px 23px 5px 23px;
}
#footer dl dt {
  text-align:center;
  font-size:12px;
  color:#A7A9AC;
  font-weight:bold;
}
#footer dl dd {
  display:list-item;
  list-style:disc;
  font-size:10px;
  margin:5px 5px 5px 20px; 
}
#footer dl dd a {
  text-decoration:none;
  color:#fff;
}
#footer dl dd a:hover {
  text-decoration:underline;
}
p {
  margin:20px 0;
  line-height:22px;
}
#contentauthor p {
  float:left;
  margin:0;
  font-size:12px;
}
#contentauthor p.comments {
  float:right;
}
#contentauthor p.comments a {
  display:block;
  color:#BCBEC0;
  text-decoration:none;
  background:url(/images/bg_p_comments.gif) left no-repeat;
  padding:0 0 0 30px;
}
#contentauthor p a:hover {
  text-decoration:underline;
}

.clear {
  clear:both;
  visibility:hidden;
  height:1px;
}

fieldset  {
  border: 1px solid lightgray;
}

table tr.odd {
  background:#efefef;
}
table tr.even {
}

a { color: #000;text-decoration:none; }
a:visited { color: #666; }
a:hover {color:#000;text-decoration:underline;}

#content a { color: blue; padding: 2px 0; text-decoration: underline }
#content a:visited { color: blue; }
#content a:hover { color:#000; text-decoration: none; background-color: blue; color: white }

td {
  border-spacing:0px;
  padding:3px;
}
th  {
  text-decoration:underline;
  text-align:left;
}
table {
  border:1px solid lightgray;
  width:100%;
}


.highlight  {
  background-color: #FFFF55;
}

.new  {
  color:white;
  background-color: gray;
  padding:3px;
}
.pending {
  color:white;
  background-color: black;
  padding:3px;
}
.accepted {
  color:white;
  background-color: green;
  padding:3px;
}
.negotiating {
  color:white;
  background-color: orange;
  padding:3px;
}
.rejected {
  color:white;
  background-color: red;
  padding:3px;
}
.summary_node_main  {
  padding:5px;
  margin-bottom:2px;
  font-weight:bolder;
}
.summary_node, .summary_node_data {
  padding:5px;
  margin-bottom:2px;
}

#messageTable {
  width: 217px;
  height: 180px;
  border: 1px solid #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Account view */

.account_table table {
  border: 0 !important;
}

.account_table_head td {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background-color: #bbb;
}
.account_table_body {
  border: 2px solid #000;
  padding: 0 20px;
  background-color: #ddd;
  padding-top: 10px;
}
.field_value {
  background-color: #fff;
  border: 1px solid #000;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
