/* Custom font face?

@font-face
{
  font-family: droid-sans;
  src: url(https://static.zingstudios.com/fonts/droid-sans.ttf);
}
*/

a
{
  color: #33c;
  text-decoration: none;
}

body
{
  background-color: #eee;
  margin: 0.5em;
  font: 8pt arial, helvetica, sans-serif;
  color: #333;
}

h1, .head1 { font-size: 160%; font-weight: bold; }
h2, .head2 { font-size: 140%; font-weight: bold; }
h3, .head3 { font-size: 120%; font-weight: bold; }
img { border: 0px; }

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

table, tr, td
{
  font: 8pt arial, helvetica, sans-serif;
  color: #333;
}

input[type="text"], input[type="password"], input[type="number"], textarea, select
{
  background-color: #fff;
  font: 8pt arial, helvetica, sans-serif;
  color: #333;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 4px;
}

input[type="file"]
{
  background-color: #fff;
  font: 8pt arial, helvetica, sans-serif;
  color: #333;
}

input[type="button"], input[type="submit"]
{
  font: 8pt arial, helvetica, sans-serif;
  color: #333;
  border-radius: 4px;
  background-color: #eee;
  cursor: pointer;
  white-space: nowrap;
}

input[type="number"], input.number { text-align: right; }
input[type="text"]:focus, textarea:focus { background-color: #ffc; }
input[type="password"]:focus { background-color: #fdd; }
input[type="text"][disabled] { color: #666; background-color: #eee; }

.alert { color: #f00; }
.grey { color: #666; }
.info { background-color: #ffc; }
div.info
{
  padding: 8px 8px 8px 20px;
  margin: 4px 0;
  background: url('/images/icon-info.png') #ffc no-repeat left center;
  border: 1px solid #dd8;
  border-radius: 4px;
}
.large { font-size: 120%; }
.note { color: #00c; }
.required { color: #f00; }
.small { font-size: 85%; }
.warn { background-color: #ffc; }
div.warn
{
  padding: 8px 8px 8px 20px;
  margin: 4px 0;
  background: url('/images/icon-warn.png') #fcc no-repeat left center;
  border: 1px solid #d88;
  border-radius: 4px;
}

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;
}

.collapsible_header
{
  background: #eee;
  font-weight: bold;
  text-align: left;
  padding: 4px;
  border-bottom: 1px solid #333;
}

#content
{
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px;
  background-color: #fff;
  clear: both;
}

.content
{
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

.content a:hover, .mainlayout a:hover
{
  color: #3c3;
}

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

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

.datarow1, .datarow2, td.datatable
{
  background-color: #fff;
  vertical-align: top;
}

.datarow1 a, .datarow2 a, .dataheader a, .datasection a, th a
{
  color: #33c;
}

.datarow1 a:hover, .datarow2 a:hover, .dataheader a:hover, .datasection a:hover, th a:hover
{
  color: #3c3;
}

/*
.datarow1:hover, .datarow2:hover
{
  background-color: #eee;
}
*/

.datarowemp { background-color: #eee; }

.datasection td, th
{
  background: #eee;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #333;
}

.datatable
{
  border: 0px;
}

.drag
{
 cursor: pointer;
}

.faint { color: #666; }
a.faint { color: #99e; }
a:hover.faint { color: #3c3; }

#login
{
  text-align: right;
  padding-right: 5px;
  font-size: 90%;
  margin-top: 8px;
  color: #666;
}

#login a
{
  color: #666;
}

#header
{
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  background-color: #fff;
}

img#banner
{
  max-height: 40px;
}

#headline
{
  height: 56px;
}

#headline .head2
{
  padding-top: 4px;
}

#headline .desc
{
  padding-bottom: 4px;
}

#headline img
{
  float: left;
  padding-right: 6px;
}

.hiddenbox
{
  visibility: hidden;
  display: inline;
  padding: 4px;
  margin-top: 30px;
  max-width: 700px;
  z-index: 100;
  position: absolute;
  background-color: #eee;
  border: 1px solid #999;
  border-radius: 4px;
  color: #333;
}

.mainlayout { background-color: #fff; }

#topright
{
  float: right;
  vertical-align: middle;
  margin-top: -34px;
}

#topnav div
{
  display: inline;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px;
  margin: 5px;
  font-size: 110%;
}

#topnav div:hover
{
  background-color: #eee;
}

#topnav a
{
  color: #333;
}

.mainnav
{
  background-color: #fff;
  background-repeat: no-repeat;
  color: #333;
  width: 160px;
}

.mainnav a:link, .mainnav a:visited
{
  display: block;
  color: #333;
  padding-top: 3px;
  margin-left: 19px;
  text-indent: -19px;
}

.mainnav a:hover
{
  color: #00c;
  font-weight: bold;
}

.mainnavhead
{
  color: #333;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  text-align: center;
}

#mainnavhot
{
  color: #00c;
  font-weight: bold;
}

#navtabs
{
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
  clear: both;
}

#navtabs div
{
  display: inline;
  font-weight: bold;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding: 2px 8px 2px 8px;
  margin-right: 4px;
  margin-bottom: 2px;
}

#navtabs a:link, #navtabs a:visited
{
  color: #666;
}

#navtabs a:hover
{
  color: #333;
}

#navtabhot
{
  background-color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

#navtabhot a
{
  color: #333 !important;
}

#navigation
{
  margin-top: 10px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}

#navigation a
{
  display: inline;
  color: #333;
  padding: 3px 5px 3px 0;
  margin: 3px 0;
}

#navigation a:hover
{
  background-color: #eee;
}

.nosort
{
  cursor: default;
}

ul#section_pages, ul#sections,
ul#section_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);
}

/* 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: 8pt; }
/*.files .file .plus a:link,
.files .file .plus a:visited,
.files .file .plus a:active { color: #fff; background-color: #48e; }
.files .file .plus a:hover { color: #48e; 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: #333;
}

/* Calendar widget */

div.calendar.popup {
	z-index: 999;
}

/* 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 { margin: 0 0 4px; padding: 0; }
.bar,
.bar div { line-height: 0; font-size: 0; height: 8px; overflow: hidden; }
.bar { background-color: #ddd; margin: 0 0 6px; }
.bar div { background-color: #35a; }
.percentage { color: #666; float: right; }
.wrap_graph .header { /*background-color: #def;*/ margin: 0 0 6px; border-bottom: 1px solid #222; }
.wrap_graph .header h2 { padding: 4px 0; margin: 0; font-weight: bold; }
.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: #abd; }

/* Suggest */

div.suggest {
  position:absolute;
  width:250px;
  background-color: #eee;
  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 #333;
}

.nonprinting
{
  display: none;
}

}

/* Fix problem with wkhtmltopdf repeating table headers across pages */

tr
{
  page-break-inside: avoid;
}
