/* $Id: style.css,v 1.30 2010/07/16 21:29:37 brian Exp $

Main CSS file.

*/

body
{
  background-color : #eeeeee;
  margin : 0.5em;
  font-family : arial, helvetica, sans-serif;
  font-weight : normal;
  font-size : 11px;
  color : #333333;
}

h1, .head1 { font-size : 20px; font-weight : bold; }
h2, .head2 { font-size : 18px; font-weight : bold; } 
h3, .head3 { font-size : 14px; font-weight : bold; } 
img { border : 0px; }

hr
{
  height : 1px;
  border : none;
  background-color : #999999;
}

table, tr, td
{
  font-family : arial, helvetica, sans-serif;
  font-size : 11px;
  color : #000000;
}

input[type="text"], input[type="password"], textarea, select
{
  background-color : #ffffff;
  font-family : arial, helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
  border : 1px solid #999999;
}

input[type="file"]
{
  background-color : #ffffff;
  font-family : arial, helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
}

input[type="button"], input[type="submit"]
{
  font-family : arial, helvetica, sans-serif;
  font-size : 11px;
  color : #333333;
}

input[type="text"]:focus, textarea:focus { background-color : #ffffcc; }
input[type="password"]:focus { background-color : #ffdddd; }

.alert { color : #ff0000; }
.grey { color : #666666; }
.info { background-color : #ffffcc; }
div.info
{
  padding : 4px 4px 4px 20px;
  margin : 0px 0px 4px 0px;
  background : url('/images/icon-info.png') #ffffcc no-repeat left center;
}
.large { font-size : 13px; }
.note { color : #0000cc; }
.required { color : #ff0000; }
.small { font-size : 9px; }
.warn { background-color : #ffffcc; }
div.warn
{
  padding : 4px 4px 4px 20px;
  margin : 0px 0px 4px 0px;
  background : url('/images/icon-warn.png') #ffcccc no-repeat left center;
}

ul#add-page, ul#add-section
{
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
ul#add-page li, ul#add-section li
{
  margin:0px 0px 0px 16px;
}

.content
{
  background-color : #ffffff;
  font-size : 11px;
  margin : 0px;
  padding : 0px;
}

.content a, .mainlayout a
{
  color : #3333cc;
  text-decoration : none;
}

.content a:hover, .mainlayout a:hover
{
  color : #33cc33;
  text-decoration : none;
}

.datafooter, .datafooter td
{
  border-top : 2px solid #999999;
  text-align : center;
  font-weight : bold;
}

.dataheader td
{
  background : #d5e7ef;
  font-weight : bold;
}

.datarow1, .datarow2, td.datatable
{
  background-color : #ffffff;
  font-size : 11px;
  vertical-align: top;
}

.datarow1 a, .datarow2 a, .dataheader a, .datasection a, th a
{
  color : #3333cc;
  text-decoration : none;
}

.datarow1 a:hover, .datarow2 a:hover, .dataheader a:hover, .datasection a:hover, th a:hover
{
  color : #33cc33;
  text-decoration : none;
}

.datarowemp { background-color : #eeeeee; }

.datasection td, th
{
  background : #d5e7ef;
  font-weight : bold;
  text-align : left;
}

.datatable
{
  border : 0px;
  font-size : 11px;
}

.drag
{
 cursor: pointer;
}

.faint { color : #666666; }
a.faint { color : #9999ee; }
a:hover.faint { color : #33cc33; }

.footer
{
  background-color : #ffffff;

  font-size : 11px;
  color : #666666;
}

.footer a
{
  color : #666666;
  text-decoration : none;
}

.footer a:hover
{
  color : #000000;
  text-decoration : none;
}

.headline
{
  font-size : 11px;
  padding-bottom : 5px;
}

.hiddenbox
{
  visibility : hidden;
  display : inline;
  padding : 4px;
  margin-top : 30px;
  max-width : 680px;
  z-index : 100;
  position : absolute;
  background-color : #eeeeee;
  border : 1px solid #999999;
  color : #333333;
}

.mainlayout { background-color : #ffffff; }

.nav0
{
  display : table-cell;
  text-align : center;
  width : 80px;
}

.nav0 a:link, .nav0 a:visited
{
  color : #333333;
  text-decoration : none;
}

.nav0 a:hover 
{
  color : #0000cc;
  text-decoration : none;
}

.nav1
{
  background-color : #ffffff;
  background-repeat : no-repeat;
  color : #000000;
  width : 160px;
}

.nav1 a:link, .nav1 a:visited
{
  display : block;
  color : #000000;
  text-decoration : none;
  padding-top : 3px;
}

.nav1 a:hover
{
  color : #0000cc;
  font-weight : bold;
  text-decoration : none;
}

.nav1head
{
  color : #000000;
  font-weight : bold;
  font-size : 140%;
  border-bottom : 1px solid #000000;
  padding-bottom : 5px;
  text-align : center;
}

#nav1hot
{
  color : #0000cc;
  font-weight : bold;
}

.nav2 td
{
  font-weight : bold;
  background-color : #cccccc;
  border : 1px solid #999999;
  padding : 2px 8px 2px 8px;
  margin : 0px 2px 0px 0px;
}

.nav2 a:link, .nav2 a:visited
{
  color : #333333;
  text-decoration : none;
}

.nav2 a:hover
{
  color : #cc0000;
  text-decoration : none;
}

#nav2hot
{
  background-color : #ffffff;
}

.nosort
{
  cursor : default;
}

ul#section_pages, ul#sections
{
  list-style-type: none;
  margin: 0px;
  padding:0px;
}

.sortasc
{
  background-image : url(/js/prototype/tablekit/up.gif);
}

.sortcol
{
  cursor : pointer;
  padding-right : 20px;
  background-repeat : no-repeat;
  background-position : right center;
}

.sortdesc
{
  background-image : url(/js/prototype/tablekit/down.gif);
}

.zingupdate {
  border: 1px solid #CCCCCC;
  background: #FFFF99;
  padding: 8px 0 10px;
  width: 90px;
}

.zingupdate a { color: #325DA7 !important; text-decoration: none;}

/* Large file and image checking */

.files .file { margin-bottom: 4px; clear: both; }
.files .file .size { color: #999; margin-left: 10px; display: none; }

.files .file .plus a { display: block; float: left; padding: 0 2px; margin-right: 6px; background: transparent url(/images/icon-plus.png) no-repeat -3px -3px; width: 9px; height: 11px; }
/*.files .file .plus a:link,
.files .file .plus a:visited,
.files .file .plus a:active { color: #fff; background-color: #3d86e2; }
.files .file .plus a:hover { color: #3d86e2; background-color: #ddd; }*/
.files .file .options { display: none; }
.files .file.expand { border: 1px solid #ccc; padding: 10px; background-color: #d5e7ef; }
.files .file.expand .plus a { background-image: url(/images/icon-minus.png); }
.files .file.expand .options { display: block; margin: 14px 0 0; }
.files .file .options .preview { margin: 0 0 10px; }

/* Display for locked fields */

.locked
{
  /*background: #fdd url(/layouts/1/icons/_login.png) no-repeat center left;*/
  background-color: #fdd;
  border: 1px solid #f99;
  padding: 7px 15px;
  color: #000;
}

/* FCKE Styles */

.fcke_content { max-height: 200px; height: auto !important; height: 200px; overflow: auto; border: 1px dashed #aaa; padding: 4px; }
.fcke_holder .name { display: none; }
.fcke_holder .meta { margin-bottom: 6px; }
.fcke_holder textarea { width: 100%; }

/* Character limiting */

.counter_words,
.counter_characters { margin-right: 3px; }

/* Dashboard graphs */

.graph_table { width: 100%; clear: both; border-collapse: collapse; border-spacing: 0; }
.wrap_graph {}
.title h2 { font-size: 11px; font-weight: normal; margin: 0 0 4px; padding: 0; }
.bar,
.bar div { line-height: 0; font-size: 0; height: 8px; overflow: hidden; }
.bar { background-color: #d2d2d2; margin: 0 0 6px; }
.bar div { background-color: #325da7; }
.percentage { color: #666; float: right; }
.wrap_graph .header { /*background-color: #d5e7ef;*/ margin: 0 0 6px; border-bottom: 1px solid #2d2d2d; }
.wrap_graph .header h2 { padding: 4px 0; margin: 0; font-weight: bold; font-size: 12px; }
.graph_section_wrap { width: 99%; padding: 0; margin: 0; }
.graph_section_wrap .col { border: 1px solid #ccc; padding: 0 4px; margin: 0 0 2px; }
.bar.dual { background-color: #a7badb; }

/* Suggest */

div.suggest {
  position:absolute;
  width:250px;
  background-color: #f5f5f5;
  border:1px solid #888;
  margin:0;
  padding:0;
  z-index: 9999;
}
div.suggest ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.suggest ul li.selected { background-color: #ffb;}
div.suggest ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

select.suggest_multiselect
{
  display: block;
  margin: 10px 0;
}

/* Print-specific stuff, to make things look nicer when printed. */

@media print {

.dataheader td
{
  border-bottom : 1px solid #000000;
}

.nonprinting
{
  display: none;
}

}
