body
{
  font-size: 0.75em; /* 12pt */
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 16px;
  /*	color: #666;*/
}

textarea, .textInput
{
  border: 1px solid #999;
}

h3
{
  margin: 0;
  padding: 8px 0;
}

.format_preview
{
  margin: 0 16px 0 0;
}

#tabs
{
  width: 880px;
  height: 48px;
  padding: 0 0 0 14px;
}

.tab
{
  float: left;
  margin: 16px 0 0 4px;
  cursor: pointer;
}

.tab span
{
  float: left;
  height: 22px;
  padding: 10px 20px 0 4px;
  background-image: url('/images/design/tab-bg.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  color: #999;
}

.tab span a, .tab span a:hover
{
  color: #999;
  text-decoration: none;
}

.active span
{
  background-image: url('/images/design/tab-bg-active.jpg');
  color: #fff;
}

.tab.active span a
{
  color: #fff;
}

#panelWrapper
{
  width: 920px;
}

#message
{
  float: left;
  width: 460px;
}

#rename
{
  width: 300px;
  float: left;
  margin: 0 16px 0 0;
  padding: 6px 0 0 0;
}

.panel
{
  width: 854px;
  padding: 0 16px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
}

.panel hr
{
  height: 1px;
  border: 1px solid #999;
  border-bottom: none;
}

.panel h3
{
  margin: 0;
  padding: 8px 0 0 0;
  color: #333;
}

#panel-middle_column, #panel-right_column
{
  float: left;
  margin: 0 0 0 16px;
}

#panel-middle_column
{
  width: 208px;
}

#panel-middle_column li h3
{
  display: inline;
}

#panel-right_column
{
  width: 278px;
}

.panelWrapper
{
  width: 890px;
}

.editTextColumn
{
  /*float: left;*/
  display: block; /*added to try to fix IE6 layout problems*/
  overflow: hidden; /*added to try to fix IE6 layout problems*/
  width: auto; /* originally 448px -- edited out to try to fix IE6 layout problem */
}

.msgStatus
{
  width: 32px;
  height: 16px;
  border: 1px solid #999;
  text-align: center;
}

.msgStatus.warning {
  background: red;
}

.msg_controls
{
  float: left;
  width: 460px;
}

.nav_buttons 
{
  clear: left;
}

.panel_buttons
{
  float: right;
  margin: 0 0 0 16px;
}

.info
{
  margin: 0 0 0 8px;
  vertical-align: text-bottom;
}

.toolbarLink
{
  float: right;
  width: 99px;
  height: 26px;
  padding-top: 6px;
}

.suggestion-text {
  float: right;
  padding-right: 8px;
  font-size: .95em;
  margin-top: 10px;
}

.formats_block {
  /*	width: 235px;*/
}

#formats {
  padding-bottom: 1em;
}

#formats li
{
  height: 4em;
  padding: 4px 0;
  float: left;
  width: 50%;
  display: inline-block; /*added to try to fix IE6 layout problems*/
  overflow: hidden; /*added to try to fix IE6 layout problems*/
}

.listIndent
{
  padding-left: 36px;
}

.completed
{
  background-image: url('/images/design/icon_check.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

.info
{
  margin: 0 0 0 8px;
  vertical-align: text-bottom;
}

.meta_data {
  width: 210px;
}

.meta-block {
  color: #999;
  line-height: 1.8em;
  width: 457px; 
  padding: 10px; 
  border: #999 solid 1px; 
  margin-bottom: 10px;
}

.uses {
  width: 257px;
  padding: 10px; 
  background-image: url('/images/design/uses-new-bg.gif');
  background-repeat: no-repeat;
  background-color: #F8B95A;
  margin: 0 0 10px 0px;  
  padding-left: 65px;
  border: #EFCC95 solid 1px;
}

.inline { display: inline; }
.baseline { vertical-align: bottom; }
.text-bottom { vertical-align: text-bottom; }
.noborder { border: none; }
.border-top { border-top: 1px solid #999; }
.border-right { border-right: 1px solid #999; }
.border-bottom { border-bottom: 1px solid #999; }
.border-left { border-left: 1px solid #999; }
.border-all { border: 1px solid #999;}
.float-left { float: left; }
.float-right { float: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear { clear: both; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }
.displaynone { display: none; }
.gray { color: #333; }

.summary { font-size:1.2em; margin-top: 50px; }


#edit_account_link_container{
  padding-top: 20px;
}

#inline_account_form #errorExplanation {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}


.form_help_text {
  border: 1px solid #ccc;
  padding: 10px;
}

#panelActivityWrapper
{
  width: 920px;
}

#panelActivityWrapper h1 {
  color:#7c5339;       
  text-align:center;
}

#panelActivityWrapper h1 strong {
  color:#231f20;       
}


#activities
{
  width: 880px;
  padding: 0 30px 0 14px;
}

.hidden_toolbar span.name
{
  float: left;
  width: 820px;
  height: 22px;
  padding: 10px 20px 0 0px;
  background-image: url('/images/design/activity_bg.jpg');
  background-position: top right;
  background-repeat: repeat-x;
  color:#ffffff;
  font-size: 1.4em;
}

.hidden_toolbar span#hideacct
{
  background-image: url('/images/design/activity_hidden_bg.jpg');
}

.activity span a { color: #fff; }

.activity div.name
{
  display:inline-block;
  float: left;
  width: 820px;
  height: 22px;
  padding: 10px 20px 0 0px;
  background-image: url('/images/design/activity_bg.jpg');
  background-position: top right;
  background-repeat: repeat-x;
  color:#ffffff;
  font-size: 1.4em;
}

.activity div .account_name a {
  color:#ffffff;
}

.activity div .account_name {
  display:inline-block;
  width: 415px;
  color:#ffffff;
  zoom:1; *display: inline; _height: 30px;
  vertical-align: top;
}

.activity div .stars {
  display:inline-block;
  padding-right: 10px;
  font-size: 80%;
  zoom:1; *display: inline; _height: 30px;
}

.activity div .stars span, .activity div .stars span strong {
  vertical-align: top;
}

.activity div .hidelink {
  display:inline-block;
  color:#ffffff;
  font-size: 80%;
  width: 35px;
  text-align: right;
  zoom:1; *display: inline; _height: 30px;
  vertical-align: top;
}
.activity div .hidelink a {
  color:#ffffff;
  font-size: 80%; 
}


.activity_section {
  float:left;
  padding:0;
  margin:0 0 10px 0; 
  width: 868px;
  border-right: 2px solid #b2b2b2;
  border-left: 2px solid #b2b2b2;
}

.activity-col { 
  float:left; padding:0; 
  margin:0 5px; 
  width:160px; 
  padding:0;
  text-align: center;
}

.activity-col.right-border {
  border-right: 2px solid #231f20;
}

img.gchart {
  padding-top: 5px;
}

#unhide_all {
  float: right;
  font-size: 80%;
}

.no-border {
  border: 0;
}

.activity h3 {
  padding:5px 0;
  text-align:center;
  color: #231f20;
 }

 .activity h4 {
   padding:5px 0;
   text-align:center;
   color: #8e181b;
 }

 .activity h5 {
   padding:0;
   text-align:center;
 }

 .activity h5 a {
   color: #dea859;
 }

 .activity-table {
   margin:0 0 10px 0;
   text-align:center;
   vertical-align:top;
   table-layout:auto;
   border-right: 2px solid #231f20;

}

.activity-table.noborder {
  border-right: 0;

}
.activity-table tr th.specific  {
  padding 0;
  margin 0;
  border-bottom-width:0;
  border-bottom-style:none;
  text-align:center;
  color: #927765;
}

.activity-table tr td.specific  {
  padding 0;
  margin 0;
  border-bottom-width:0;
  border-bottom-style:none;
  text-align:center;
  color: #927765;
}

.activity-table caption  {
  padding:5px 0;
  text-align:center;
  font-size:1em;
  font-weight:bold;
  color: #8e181b;
}

.hidden_activities {
  margin-top: 40px;
} 

.usage h1 {
  padding:0;
}

.usage h2 {
  padding:0;
  margin:10px 0 10px 0; 
  font-size: 1.6em;
  color: #6d4a32;
}

.usage h2 strong {
  color: #040404;
}

.usage_section {
  float:left;
  padding:0;
  margin:10px 0 10px 0; 
  width: 868px;
}

.usage_section h2 {
  clear: both;
}

.usage_section .left_col {
  border:0;
  float:left; padding:40px 20px 20px 20px;
  margin:0; 
  width:330px;
  height: 300px;
  overflow: auto; 
}

.usage_section .right_col {
  border:0;
  float:left; padding:10px; margin:0; 
  width:470px; 
}

.usage_section .right_col h3 {
  color:#8e181b;
  float:left; padding:0 0 0 20px;
}

.summary_table {
  margin:0;
  text-align:center;
  table-layout:fixed;
}

.summary_table td.name, .summary_table th.name {
  text-align: left;
  width: 300px;
  overflow:hidden; white-space: nowrap; text-overflow: ellipsis;
}
#downloads.summary_table th.name, #downloads.summary_table td.name {
  width: 200px;
}

.doc_table {
  margin:0;
  text-align:center;
  table-layout:auto;
  border-collapse: collapse;
}


.doc_table tr th {
  border-bottom-width:0;
  border-bottom-style:none;
  text-align:left;
  color:#8e181b;
  padding: 5px;
  cursor: pointer;
}

.doc_table tr td {
  border-bottom-width:0;
  border-bottom-style:none;
  text-align:left;
  color: #927765;
  padding: 2px;
}

.doc_table tr.title th {
  background-color: #666;
  color:#fff;
}

.doc_table td.date, .doc_table td.number, .doc_table th.date, .doc_table th.number {
  text-align: center;
}

.doc_table th.url {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}

.doc_table th.number.last {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.chart-column { 
  float:left; padding:0; margin:0 5px 0 5px; 
  width:160px; 
  height:160px; 
  text-align: center;
}
.chart-column div.loading {
  text-align: center;
  padding-top: 2em;
}
.chart-column.jqplot-target div.loading {
  display: none;
}
.usage_welcome {
  padding: 0;
  margin:10px 0px; 
}

.usage_welcome #stars {
  display:inline-block;
  vertical-align:top;
  padding: 0;
}

.usage_welcome .col-left { 
  float:left; padding:0;
  margin:0 10px 0 0;
}

.usage_welcome .col-center { 
  float:left;
  margin:0 10px 0 0;
  padding:80px 0 0 0; 
}

.usage_welcome .col-right { 
  float:left; 
  padding:50px 0 0 20px; 
  margin:0 0px 0 0;
}

.usage_welcome .col-right p { 
  text-align:center;
  font-size: 1.4em;
  color:#8e181b;
  font-weight:bold;

}

.ui-widget { font-family: Helvetica, Arial, Verdana, sans-serif; }
.ui-dialog-content, .ui-widget-content { background-color: #fff !important; }
.ui-widget-header { background: #f1b760; }
.ui-widget-overlay { background: #666; }

.ui-autocomplete-loading { background: white; }
.ui-menu .ui-menu-item a { display: inline; }
.ui-menu.ui-widget-content, .ui-menu-item { background: #eee; }
.ui-menu .ui-menu-item a.ui-state-hover { font-weight: normal; text-decoration: none; color: #900; background: transparent; border-width: 0; margin:0; }
.ui-state-hover a, .ui-state-hover a:hover { color: #900; text-decoration: none; }
#accounts_index .ui-menu .ui-menu-item { padding-bottom: 5px;}

.clippy { float: left; margin-right: 5px; position: relative; display: none; }
.clippy img { vertical-align: bottom; }

