input#user_password {
 padding: 4px 2px;
}

div#forum div.crumbs {
 margin-top: -10px;
 margin-bottom: 10px;
}

div#forum h2#topic-title {
 margin: 0;
}

div#twoCol .contentbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:5px;
width:196px;
float:right;
margin-left:10px;
}

body .greyBox .colContent {
 margin-right: 0;
 margin-top: 0;
 width:580px;
}

.greyBox .colNav li ul#tabs li {
 background: none;
 padding: 5px;
 padding-left: 10px
}

.greyBox .colNav li ul#tabs li a {
 font-size: 11px;
}

.greyBox .colNav li.selected {
 background-image: none;
 background-color: #fefefe;
}

/* SUBMENU **********************/
/********************************/

ul#submenu {
  float: right;
  margin: 0;
  padding: 0;
}

ul#submenu li {
  font-size: 11px;
  text-decoration: none;
}

ul#submenu li {
  float: left;
  list-style-type: none;
  padding: 0 4px;
}

ul#submenu li:first-child  {
  border: none;
}


/* CHARTS *******************/
/****************************/

.chart {
  border: solid 1px #dddddd;
  height: 250px;

  margin: 10px 0;
}

.chart_controls {
  text-align: center;
  padding: 10px;
}

.chart_controls .next, .chart_controls .previous {
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 4px;
}

.chart_controls .next {
  background-image: url(/images/next.png);
  background-position: right center;
  padding-right: 16px;
  margin-left: 5px;
}

.chart_controls .previous {
  background-image: url(/images/previous.png);
  background-position: left center;
  padding-left: 16px;
  margin-right: 5px;
}

.chart_controls form {
  display: inline;
}

/* KEYS ************************/
/*******************************/

dl.key_container {
  background: #f2f2f2;
  border: solid 1px #eeeeee;
  margin: 20px 0;
}

dl.key_container dt {
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding: 0 5px;
}

dl.key_container dd {
  padding: 0 5px;
}

dl.key_container dd.key {
  background: #f8f8f8;
  border-top: solid 1px #eeeeee;
  font-family: monospace !important;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
}



/*************************************/
MESSAGES
/*******************************************************/
div.messageDetails dl {
  padding: 0;
  clear: both;
  font-size: 13px;
}

div.messageDetails dt{
  width: 28%;
  float: left;
  margin: 0 0 0 0;
  padding: 1%;
  font-weight: bold;
}

div.messageDetails dd {
  float: left;
  width: 66%;
  margin: 0 0 0 0;
  padding:1%;
}

div.messageDetails {
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}

div.messageDetails, div.messageContent {
  clear: both;
  margin-bottom: 20px;
}


div.messageContent {
  padding: 5px;
  border: #ccc;
  margin-top: 20px;
  background: #ffffcc;
  clear: both;
}


/* 
FLASH MESSAGE
**************************************************/

div.flash {
  padding: 1px;
  margin-bottom: 0px;  
}

div.flash p {
  position: relative;
  background: #ffffcc;
  color: black;
  margin: 0;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;

}

div.flash p span {
  position: absolute;
  right: 20px;
  font-size: 9px;
  color: #aaaaaa;
}


div.flash p span:hover {
  color: #333333;
  cursor: pointer;
}



/*TABLES ********/
/****************/
table td, table th {
  vertical-align: top;
  text-align: left;
  padding: 2px;
}
table.list, table.data {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3px;
}
table.data th {
  border-bottom: 2px solid #333;
  font-size: 14px;
}
table.data tr.odd {
  background: #EDF3FE;
}
table.data td {
  border-bottom: 1px solid #ccc;
}

/* BUBBLES **********************/
/********************************/

div.narrow_dashboard_bubble  ul, div.dashboard_bubble  ul {
  list-style: none;
}

div.dashboard_bubble, div.wide_dashboard_bubble ul {
  list-style: none;
}

div.dashboard_bubble, div.wide_dashboard_bubble, div.narrow_dashboard_bubble {
  border: 1px solid  #CCCCCC;
  padding: 10px;
  margin-bottom: 10px;
  background: transparent url(/images/whitelabel/long_bg.png) repeat-x scroll 0 0;
}

div.dashboard_bubble {
  width: 275px;
}

div.wide_dashboard_bubble {
  width: 450px;
}

div.narrow_dashboard_bubble {
  width: 200px;
}

/*PLANS TABLE******************/
/******************************/

table#contracts_table {
  position: relative;
}
table#contracts_table tr td.thhead {
  padding-top: 0;
  padding-right: 0;
  margin: 6px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;  
}
table#contracts_table td.thhead h3 {
  margin-top: 0;
  padding-right: 16px;
  padding-top: 20px;
  background:transparent none repeat scroll 0 0;
  color:black;
  font-size:1.6em;
}
table#contracts_table td.selected strong {
  background: white url(../images/contracts_table_bg.gif) repeat-x scroll left bottom;
  background: #e0e0e0;
  padding: 3px;
}
table#contracts_table td.contract_name {
  width: 200px;
}
table#contracts_table, table#contract_table {
  width: 100%;
  border-collapse: collapse;
  color: black;
}
table#contract_table {
  width: 450px;
  margin-bottom: 20px;
}
table#contracts_table tr, table#contract_table tr {
  border-bottom: 1px solid #e0e0e0; 
}
table#contracts_table td, table#contract_table td  {
  text-align: center;
  padding: 7px;
}

table#contracts_table tr td.thhead {
  background-color:#589FEE;
}


/* Wiki *******************/
.wiki_pages_widget {
  width: 170px;
  padding: 5px;
  background: #CCCCCC;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 float: right;
 margin-left: 10px;
}

.wiki_pages_widget ul {
  margin: 5px 0 10px 20px;
}

div#wiki div.left {
  width: 590px;
}