/**
 * Tabs ===============================================================
 */
  div.tabs {
  	font-family:"Lucida Grande",Verdana,sans-serif;
  	margin-bottom:10px;
  	height:30px;
  }
  
  div.tabs ul.tabs { 
  font-size:11px; 
 	}

  div.tabs ul.tabs li {
    float:left;
    padding-right:1px;
    padding-bottom:0px;
    }

  div.tabs ul.primary {
    line-height:30px;
    padding:0px;
    /*float:right;*/
    margin:5px 5px 0px 0px;
    border:none;
    }

  div.tabs ul.primary li a {
    text-transform:uppercase;
	margin:0px;
    color:#333;
    background:#ddd;

    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    }

  div.tabs ul.tabs li a,
  div.tabs ul.tabs li a:hover,
  div.tabs ul.tabs li.active a,
  div.tabs ul.tabs li.active a.active {
    float:left;
    padding:0px 15px;
    font-size:1.1em;
    }

  div.tabs ul.tabs li a:hover { background:#eee; }
  div.tabs ul.primary li.active a,
  div.tabs ul.primary li.active a.active { background:#fff; margin:0px;border-bottom:none; }

div.tabs ul.secondary {
  float:none;
  clear:both;
  font-size:11px;
  padding:12px;
  line-height:20px;
  overflow:hidden;
  border:1px solid #bbb;
  background:#fff;
  margin:0px;
  }
  div.help {
  margin:0px;
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
  padding:20px;
  }

  div.tabs ul.secondary li { border:none; padding:0px 8px 0px 2px }
  div.tabs ul.secondary li a { color:#05a; }

  div.tabs ul.secondary li a,
  div.tabs ul.secondary li a:hover,
  div.tabs ul.secondary li.active a,
  div.tabs ul.secondary li.active a.active {
    padding:0px 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    }

  div.tabs ul.secondary li.active a,
  div.tabs ul.secondary li.active a.active {
    color:#fff;
    background:#666;
    border-bottom:0px;
    }

/* Overriding Drupal theme forms for editing content */
form#node-form,
form#user-login,
form#user-register,
form#user-pass,
form#user-profile-form,
form#block-admin-display-form {
  border:1px solid #ccc;
  padding:20px;
  margin:0px 0px 10px;

  background:#fff;
  margin-top:-1px
}

html.js div.fieldset,
html.js div.fieldset.collapsed {
  border:1px solid #ccc;
  padding:9px;
  margin:0px 0px 10px;

  background:#f8f8f8;
  }
  
form#node-form div#edit-body-wrapper,
form#node-form div#edit-title-wrapper {
  padding:0px 0px 10px;
  margin:0px 0px 10px;
  }

html.js div.fieldset div.fieldset { 
	background:#fff;
}
html.js div.fieldset div.fieldset div.fieldset {
	background:#f8f8f8;
}

html.js div.fieldset.collapsed div.fieldset-wrapper {
	display:none;
}

html.js div.fieldset h2,
html.js div.fieldset.collapsed h2,
html.js div.fieldset.collapsible h2 {
	display:block;
  	font-family:"Lucida Grande",Verdana,sans-serif;
  	font-weight:normal;
}

html.js div.fieldset h2, 
form#node-form div.form-item label {
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

form#node-form div.form-item label {
	padding:4px 0px 6px;
}


html.js div.fieldset.collapsed h2 a,
html.js div.fieldset.collapsible h2 a {
	color:#0055AA;
	text-decoration:none;
	padding-left:0px;
	background:transparent;
}

html.js div.fieldset.collapsible div.fieldset-wrapper {
	padding-top:22px;
}

form#node-form a#switch_oFCK_1,
form#node-form .textarea-identifier {
	display:block;
	padding-bottom:10px;
}
form#node-form div.fieldset ul.tips {
	padding-left:2em;
} 
form#user-profile-form div.fieldset div#edit-name-wrapper {
	padding-top:12px;
}
table#blocks {
	width:100%;
}
table#blocks td {
	padding:6px;
}

form input.teaser-button,
form input.form-submit {
  cursor:pointer;
  padding:2px 10px;
  color:#FFF;
  text-align:center;
  font-weight:normal;
  font-family:"Lucida Grande",Verdana,sans-serif;
  border:1px solid #ccc;
  border-bottom:1px solid #aaa;
  background:url(../images/sprite.png) 0px 0px repeat-x;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  font-size:1.1em;
  }








body.drag {
  cursor: move;
}
form table {
  width: 100%;
  font-size: 0.75em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}
form table td,
form table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}
form tr.even,
form tr.odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}
form tr.odd {
  background: #fff;
}
form tr.drag {
  background: yellow;
}
form tr.drag-previous {
  background: #ffb;
}
form table th {
  font-size: 0.75em;
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}
form table th.active {
  background: #bdbeb9;
}
form table th a {
  display: block;
  position: relative;
}
form table th.active img {
  position: absolute;
  top: 3px;
  right: 3px;
}
form table td.active {
  background: #e9e9dd;
}
form table tr.odd td.active {
  background: #f3f4ee;
}
form table tr.selected td.active,
form table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}
form table.system-status-report tr {
 border-bottom: 1px solid #bebfb9;
}
form table.system-status-report tr.ok td {
  background-color: #dfd;
}
form table.system-status-report tr.info td {
  background-color: #bdf;
}
form table.system-status-report tr.warning td {
  background-color: #ffd;
}
form table.system-status-report tr.error td {
  background-color: #fdd;
}



#user-login-form {
	text-align: left;
}
input.form-text,
select.form-select {
	background: #FFF;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E8E8E8 #F0F0F0 #F8F8F8;
    border-style: solid;
    border-width: 2px;	padding:5px;
	font-size:0.875em; /* 14px */
}
.fieldset-content {
	padding-top:10px;
}