/* Messages and Warnings */

.help {
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  font-size: 0.9em;
  color: #666666;
  background: #ffffff;
}

.more-help-link {
  margin-bottom: 10px;
  font-size: 1.0em;
  text-align:right;
}

.messages {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 0.9em;
  background: #beffd2;
}

div.warning {
  padding: 10px;
  margin: 10px 0;
  padding-left: 44px;
  color: #ff0000;
  background: #ffdddd url(../images/admin/warning.png) 10px no-repeat;
}

/* Definition Lists */

dl {
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #dddddd;
}

dt {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  background: #d7d7d7 url(../images/admin/dt-bg.png) repeat-x top;
  border: 1px solid #dddddd;
}

dt:hover {
  background: #dddddd;
  border: 1px solid #cccccc;
}

#page-wrapper dt a {
  padding: 10px;
  display: block;
  color: #333333;
}

dd {
  margin: 0;
  padding: 10px;
  display: block;
  font-size: 0.85em;
  background: #ffffff url(../images/admin/dd-bg.png) repeat-x top;
  border: 1px solid #dddddd;
  border-top: 0;
  border-bottom: 0;
}

.profile dt {
  font-size: 1.0em;
}

.profile dl, .profile dt , .profile dd {
  margin: 0 0 0;
}

.profile h3 {
  font-weight: bold;
  padding-bottom: 10px;
}

#content-display-overview-form {
  overflow: scroll;
}

dl.multiselect {
  border: 0;
  margin: 0 0;
}

dl.multiselect dt {
  display: block;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  background: 0;
  border: 0;
}

dl.multiselect dd {
  margin: 0;
  padding: 10px;
  display: block;
  font-size: 0.85em;
  background: 0;
  border: 1;
  border-top: 0;
  border-bottom: 0;
  border-width:0 0;
}

#node-admin-buttons {
  padding-left: 20px;
}

.container-inline {
  margin-bottom: 15px;
}

/* Admin Panel */

.compact-link {
  text-align: right;
}

#page-wrapper .compact-link a {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 0.85em;
  color: #333333;
  border: 1px solid #bbbbbb;
  background: #ffffff url(../images/admin/dd-bg.png) repeat-x top;
}

.compact-link a:hover {
  background: #ffffff;
}

div.admin-panel h3 {
  padding: 10px;
  font-size: 1.4em;
  font-weight: bold;
  color: #111111;
  background: url(../images/style1/trans-dark.png);
}

div.admin-panel .description {
  padding: 0px 10px 10px 10px;
  font-size: 0.85em;
  color: #111111;
  background: url(../images/style1/trans-dark.png);
  text-align: right;
}

div.admin-panel {
  margin: 0;
  padding: 0px 0px 0px;
}

div.admin .left, div.admin .right {
  float: left;
  width: 49.9%;
  margin-left: 0;
}

div.admin .left div.admin-panel {
  margin-right: 10px;
}

div.admin .right div.admin-panel {
  margin-left: 10px;
}

div.admin-panel .body {
  padding: 0 0px 0px 0px;
}

div.admin-panel ul {
  padding: 10px;
  margin: 10px 0 20px 0;
  background: #ffffff url(../images/admin/dd-bg.png) repeat-x top;
  border: 1px solid #dddddd;
}

div.admin-panel .item-list ul {
  text-align: left;
}

/* Tabs */

#page-wrapper ul.primary {
  border-bottom: 0px solid #dddddd;
  border-collapse:collapse;
  height:auto;
  line-height:normal;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0 0 10px 0;
  margin: 0;
  white-space:nowrap;
}

#page-wrapper ul.primary li a {
  background: #ffffff url(../images/admin/tab.png) repeat-x bottom;
  color: #333333;
  font-size: 1.5em;
  border-style:solid solid solid;
  border-width: 1px;
  height: auto;
  font-weight: bold;
  margin-right: 0em;
  padding: 5px 10px;
  text-decoration:none;
  border-color:#dddddd #dddddd #dddddd;
}

#page-wrapper ul.primary li a:hover {
  background: #ffffff url(../images/admin/tab-hover.png) repeat-x bottom;
  color: #ffffff;
  border-color:#666666 #666666 #666666;
}

#page-wrapper ul.primary li.active a {
  color: #333333;
  border-color:#999999 #999999 #999999;
  border-style:solid;
  border-width:1px;
  background: #ffffff url(../images/admin/tab-active.png) repeat-x top;
}

#page-wrapper ul.primary li.active a:hover {
}

#page-wrapper ul.secondary {
  border-bottom: 0px solid #BBBBBB;
  border-collapse:collapse;
  height:auto;
  line-height:normal;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 10px 0px;
  padding:0 0 10px 0;
  white-space:nowrap;
}

#page-wrapper ul.secondary li {
  padding: 0 0;
  border-right: 0px solid #CCCCCC;
}

#page-wrapper ul.secondary li a {
  background: #ffffff url(../images/admin/tab.png) repeat-x bottom;
  color: #333333;
  font-size: 0.85em;
  border-style:solid solid solid;
  border-width: 1px;
  height: auto;
  margin-right: 0em;
  padding: 2px 10px;
  text-decoration:none;
  border-color:#dddddd #dddddd #dddddd;
}

#page-wrapper ul.secondary li a:hover {
  background: #ffffff url(../images/admin/tab-hover.png) repeat-x bottom;
  color: #ffffff;
  border-color:#666666 #666666 #666666;
}

#page-wrapper ul.secondary li.active a {
  color: #333333;
  border-color:#999999 #999999 #999999;
  border-style:solid;
  border-width:1px;
  background: #dddddd;
}

/* Tables */

table {
  width: 100%;
  overflow: scroll;
  border: 2px solid #ffffff;
  border-collapse: collapse; 
}

thead th {
  padding: 5px;
  font-size: 1.0em;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #999999;
  background: #333333 url(../images/admin/help-bg.png) repeat-x top;
}

thead th a {
  color: #ffffff;
}

tr.odd, tr.even {
  background: #d7d7d7 url(../images/admin/td-even-bg.png) repeat-x top;
}

tr.warning {
  background: #fffeaa;
}

tr.region-empty {
  background: #c1c1c1 url(../images/admin/td-empty-bg.png) repeat-x top;
}

tr {
}

td {
  padding: 10px; 
  border-bottom: 1px solid #999999;
}

td.region {
  color: #333333;
  background: #ffffff url(../images/admin/dd-bg.png) repeat-x top;
}

td.version {
  font-size: 0.85em;
}

td.description {
  font-size: 0.85em;
  background: #ffffff url(../images/admin/desc.png) repeat-x bottom;
}

td label {
  font-weight: bold;
  font-size: 1.0em;
}

#blocks tr.region-message {
  color:#333333;
}

#blocks td.region {
  font-weight:bold;
  font-size: 1.2em;
}

.update table.version td {
  padding: 10px;
  background: #fffeaa;
}

/* Form Elements */

form {
}

.form-item {
  margin: 10px 0;
}

.node-form label {
  padding-bottom: 10px;
  font-size: 1.2em;
  color: #333333;
}

.form-submit {
  margin-top: 10px;
  margin-bottom:10px;
  padding: 5px;
  font-size: 0.85em;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #ffffff url(../images/admin/dd-bg.png) repeat-x top;
  cursor:pointer;
}

.form-submit:hover {
  background: #ffffff;
}

.form-text, .form-textarea, .form-select {
  padding: 3px;
  border: 1px solid #cccccc;
  font-family: inherit;
  font-size: 1.0em;
  background: #ffffff url(../images/admin/textarea.png) top repeat-x;
}

#edit-name {
  width: 120px;
  padding-left: 23px;
  background: #ffffff url(../images/user.png) 3px 50% no-repeat;
}

#edit-pass {
  width: 120px;
  padding-left: 23px;
  background: #ffffff url(../images/key.png) 3px 50% no-repeat;
}

.teaser-checkbox {
  margin-top: 10px;
}

div.teaser-button-wrapper  {
  padding-right:0;
}

.resizable-textarea .grippie {
  padding: 0 2px;
  border-color:#dddddd;
  border-right:1px solid #cccccc;
  border-style:solid;
  border-width:0 1px 1px;
}

/* User Login Form */

#user-login-form {
  color: #666666;
  font-size: 0.9em;
}

#user-login-form .item-list ul {
  text-align: center;
}

#user-login-form .item-list ul li {
  background: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #dddddd;
  background: #f9f9f9;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 30px; /* LTR */
  background: url(../images/admin/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  padding-left: 30px;
  background: url(../images/admin/menu-collapsed.gif) no-repeat 0% 50%;
}

/* Theme Settings */

h2.themeshark {
  margin: 10px 0 0 0;
  padding: 10px;
  padding-left: 150px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  background: #333333 url(../images/admin/ts-logo.png) 10px 50% no-repeat;
}

.themeshark-settings .form-item {
  padding: 10px 0;
}

.post-settings .form-item {
  padding: 0 0;
}

.theme-info h2 {
  font-size: 1.0em;
}

.theme-info .description {
  font-size: 0.8em;
}

#system-themes-form td {
  padding: 5px;
}

/* Misc */

.ok {
  color: #111111;
}

.block-region {
  background-color:#ffffff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom:0px;
  margin-top:0px;
  padding:3px;
  text-align: center;
  border: 2px dashed #333333;
}

.wysiwyg-toggle-wrapper {
  text-align: right;
}

.wysiwyg-toggle-wrapper a {
  font-weight: bold;
  font-size: 0.8em;
}