/* STYLE STYLESHEET *******************************************************
This file only contains style info. For global layout info use layout.css
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LAYOUT*****************************************************/

#gl_container {
  margin:0;
  padding:0;
}
#gl_header {
 overflow:hidden;
 height: 100%;
}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  height:1%;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  height:1%;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  height:1%;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  height:1%;
}
#gl_navigation { /*the leftblocks*/
}
#gl_extra { /*the rightblocks*/
}
#gl_footer {
}

/* GLOBAL SEMANTICS ***********************************************/

a {
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  text-decoration:none;
}
a:link {
  text-decoration:none;
}
a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
}
html {
}
body {
  margin:0px;
  padding:0px;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  margin:0px;
  margin-bottom:0px;
  margin-top:5px;
  padding:5px;
}
fieldset legend {
  font-size:0.9em;
}
form {
  margin-bottom:5px;
  margin-top:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  list-style-position:outside;
  margin-left:15px;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  font-size:.75em;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  position:relative;
  right:30px;
  width:150px;
}
form fieldset div.notes h4 {
  font-size:1.3em;
  margin:0 0 5px 0;
  padding:3px 0px 2px 27px;
}
form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
}
form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
  font-weight:bold;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input,
select {
  font-size:.9em;
}
p {
  margin-top:5px;
}
select {
  font-size:.9em;
}
table {
  border:0px;
}
textarea {
  font-family:arial,verdana,tahoma,helvetica,sans-serif;
}
th {
  font-size:larger;
  font-weight:bold;
  padding-left:3px;
  text-align:left;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
}
.admin-menu-text{ /* the text below the links */
  padding:5px;
}
.admin-menu-item { /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-smalltable {
  text-align:left;
  border-spacing:1px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
  padding-bottom:2px;
}
.gl_user-menu {
  float:right;
  text-align:right;
}
/* Menus in blocks ******************************/
#Admins_Only ul,
#Topics ul,
#User_Functions ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
/* General alignment classes *********************/
.aligncenter {
  text-align:center;
}
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligntop {
  vertical-align:top;
}
.clear-left {
  clear:left;
}
.clearboth {
  clear:both;
}
.clearfix {
  display:inline-block;
}
.clearfix:after { /* clear floats by applying the clearfix class to float-encasing block !*/
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height:1%;
}
.clearfix {
   display:block;
 }
 /* End hide from IE-mac */
 .floatleft {
  float:left;
  padding:0 10px 0 0;
}
.floatright {
  float:right;
  padding:0 0 0 10px;
}
/* General formatting class***********************/
.b {
  font-weight:bold;
}
.ext-link {
  background-attachment: scroll;
  padding-right: 13px;
}
/* Blocks **************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin-bottom:15px;
}
.block-box-left ul,
.block-box-right ul { /* do not indent lists in the blocks too much */
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 15px;
  list-style: square;
  vertical-align: middle;
}
.block-box-left li,
.block-box-right li {
  margin: 0px;
  padding: 0px;
}
.block-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content,
.block-content-right,
.block-content-left {
  clear:both;
  padding-bottom:2px;
  padding-top:2px;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  border:none;
  margin-bottom:0;
  margin-left:16px;
  margin-top:0;
  padding-left:0;
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
  float:right;
  padding-bottom:4px;
  padding-top:4px;
  text-align:right;
}
.block-title {
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* Configuration ***********************************/
#ce_0 {
  padding:5px 10px 10px 10px;
  border:1px solid #eee;
}
#ce_0 tbody {
  border:1px solid #eee;
}
#ce_0 fieldset{
  border:1px solid #ccc;
}
.inputTable {
}
.inputTable td {
  padding:6px;
  margin:2px;
  vertical-align:top;
  font-size:.9em;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.subgroupselector {
  padding:5px;;
}
#bottom_buttons {
  margin-top:10px;
  margin-bottom:25px;
}
#configmenu {
  margin-top:10px;
  margin-right:25px;
}
#ce_0 legend {
  padding:0px 5px;
  border:1px solid #ccc;
  margin-left:5px;
  background:#FFFFFF;
}
#ce_0 input, #ce_0 select {
  font-size:90%;
  font-weight:bold;
}
.opt {
 color:#555555;
}
/* Comments ***********************************/
.comment {
 padding:30px 0px 0px 0px;
}
#commentbar {
  width:95%;
  margin:10px auto 25px auto;
}
input.button-comment{
  color:#666666;
  cursor: pointer;
  font-family:'trebuchet ms',helvetica,sans-serif;
  font-size:120%;
  font-weight:bold;
  background-color:#eeeeee;
  margin: 0px;
  padding: 4px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;	
  -webkit-border-radius: 3px;
}
input:hover.button-comment{
  color:#999;
}
#commentarea {
  margin:30px auto 5px auto;
  padding:0px 20px 0px 20px;
}
#comments {
  margin:20px auto 20px auto;
  width:90%;
  padding:15px 5px 25px 5px;
  background:#BBB;
  -moz-border-radius:3px;
  -khtml-border-radius: 3px;	
  -webkit-border-radius: 3px;
}
#comment-body {
  margin-top:5px;
  padding-left:3px;
}
#comment-info {
  font-size:80%;
  padding:0px 0px 5px 2px;
}
#comment-picture {
  float:right;
  border:4px solid #FFFFFF;
  background: #FFFFFF;
  min-width:75px; /* adjusts the width accordinly with your user picture width */
  max-width:150px; /* adjusts the width accordinly with your user picture width */
  min-height:75px; /* adjusts the width accordinly with your user picture height */
  max-height:150px; /* adjusts the height accordinly with your user picture height  */
  margin:24px 1px 0px 10px;
  overflow : hidden;
}
#comment-reply {
  font-size:80%;
  padding:2px 0px 15px 0px;
  clear:both;
  border-top:1px solid #AAA;
  margin-top:2px;
}
.comment-thread {
  font-size: 80%;
}
.commentbar-line1 {
  background:transparent;
  padding:0px 3px 10px 3px;
  text-align:left;
}
.commentbar-line1 b{
  color: orange;
}
.commentbar-line2 {
  background:transparent;
  text-align:left;
  padding: 3px;
}
.commentbar-line3 {
  background:#888888;
  margin:5px;
  padding:5px;
  text-align:left;
  color: white;
}
.commenttitle {
  border-top:12px solid #AAA;
  font-weight:bold;
  margin-top:5px;
  padding:4px 0px 0px 2px;
  color:#333333;
}
#contact_userform td {
 padding-left:15px;
}
/*Edit*****************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}
.fieldhelp {
  font-size:0.8em;
}
/* Footer **************************************/
#footer-copyright {
  padding:5px 2px 5px 6px;
}
#footer-copyright .footerlinks {
  float:right;
  text-align:right;
  padding-right:6px;
}
#footer-copyright .footerlinks a {
  text-decoration:none;
}
#footer-copyright .footerlinks a:hover {
  text-decoration:none;
}
#footer-rss {
  float:left;
  margin:0 5px 0 0;
  vertical-align:middle;
}
/* Forms ***************************************/
.form-description {
  display:block;
  float:left;
  font-weight:bold;
  padding-right:5px;
  text-align:right;
  width:100px;
}
.form-field {
  margin-left:105px;
  padding-bottom:5px;
}
/* Header ***************************************/
#header-site-logo-graphic { 
  z-index:90;
  position:relative;
  width:100%;
}
#header-site-logo-text {
  margin:0px 0px 0px 22px;
  padding-top:17px;
  z-index:90;
  color:#fff;
  position:relative;
  width:100%;
}
.header-logo-text {
  font:bold 40px Georgia,"Times New Roman",Times,serif;
  letter-spacing:-0.5px;
  line-height:1em;
  color:#FFF;
  text-shadow: #333 2px 2px 5px;
}
#header-site-logo-text a {
  text-decoration:none;
  color:#fff;
}
#header-site-logo-text a:visited {
  text-decoration:none;
  color:#fff;
}
#header-site-slogan {
  margin-left:20px;
  padding-top:5px;
  z-index:100;
  font: 12px 'Trebuchet MS',Tahoma,sans-serif;
  letter-spacing:0.5px;
  color:#FFFFFF;
  text-shadow: #FFF 0px 0px 3px;
}
#showsearchbox {
  z-index:100;
  position:absolute;
  top:15px;
  right:25px;
}
.header-search {
  text-align:right;
}
#header-textbox {
  background:url(images.php?img=images/bg_search.jpg) no-repeat right -22px #fff;
  margin-right:15px;
  font-weight:normal;
  width:153px;
  border:1px solid #999;
}
#header-textbox:focus {
  background:url(images.php?img=images/bg_search.jpg) no-repeat right -1px #fff;
  font-weight:bold;
  color:#666;
  width:153px;
}

/**********************************************/
.hidden {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.highlight {
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  float:right;
  font-weight:bold;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
/* Profile ************************************/
#profile-user-photo {
  margin:10px;
}
#profile-user-photo img {
border:3px solid #000;
}
.row_center td {
  text-align:center;
}
.searchauth {
  text-align:left;
}
.searchdate {
  text-align:right;
}
.searchform-box {
  height:52px;
  margin:0px;
  padding:0px 4px 0px 1px;
  text-align:right;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-size:0.9em;
}
.searchhits {
  text-align:right;
}
.searchresult-byline {
  color:green;
}
/* Stats ***************************************/
.stats-list-count {
  padding-left:5px;
  padding-right:5px;
  text-align:right;
}
.stats-header-title {
  padding-left:5px;
  padding-right:5px;
  text-align:left;
  width:90%;
}
.stats-header-count {
  padding-left:5px;
  padding-right:5px;
  text-align:left;
  width:10%;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  margin-bottom:30px;
}
.story ol, .story ul, .story li {
  list-style-position: inside !important;
}
.story-featured ol, .story-featured ul, .story-featured li {
  list-style-position: inside !important;
}
.story h1{ /* the title of a story */
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:3px;
}
.story-body { /* this is the actual content of the story */
  margin-bottom:15px;
  padding:3px;
  text-align:justify;
}
.story-body img {
margin:3px 10px;
}
.story-featured { /* the frame around all elements of a featured story */
  margin-bottom:30px;
  margin-top:10px;
}
.story-featured h1 { /* the title of a featured story */
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:3px;
}
.story-footer { /* the bottom of the story with edit-links etc */
  clear:both;
  font-size:0.85em;
  text-align:center;
}
.story-footer p{
  margin:0;
  padding:0;
}
.story-icons { /* print & mail icons in a storybox */
  float:right;
}
.story-icons a{
  margin-left:5px;
}
.story-information {
  /* the author, views and date of a story */
  font-size:0.85em;
  padding-left:3px;
  padding-bottom:3px;
}
.story-information p {
  margin:0px;
  padding:0px;
}
.story-comments-and-more {
  /* the author, views and date of a story */
  font-size:0.85em;
  text-align:center;
}
#story-trackbacks {
  margin:35px 25px;
  font-size:x-small;
}
#story-whatsrelatedandoptions {
  font-size:small;
}
#story-whatsrelated {
  margin: 10px 25px;
  float:left;
}
#story-storyoptions {
  margin: 10px 25px;
  float:left;
}
.sysmessage img {
  padding-right:10px;
  vertical-align:middle
}
#token-expirynotice {
  padding:1em;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}
#token-expirytime {
  font-weight:bold;
}
.topicoption,
.topicoption-off {
  list-style:none;
}
.warning {
  font-weight:bold;
}
.warningsmall {
}
.welcomeanddate-text {
  margin:0;
  padding:0;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  font-weight:normal;
}
.plugin th {
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
}
.pluginAltBG {
}
.pluginAltBG td {
}
.pluginCellTitle {
  font-weight:bold;
  padding:5px;
}
.pluginCellFill {
}
.pluginCellText {
  font-weight:normal;
}
.pluginHeader {
  font-weight:bolder;
  padding:3px 0 3px 0;
}
.pluginFooter, .pluginFooter td {
  }
.pluginAlert {
  font-weight:bold;
  padding:5px 15px 5px 15px;
}
.pluginInfo {
  font-weight:normal;
  padding:5px 15px 5px 15px;
}
.pluginSubTable {
  font-weight:normal;
}
.pluginSubTable th {
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
}
.pluginSolidFill {
}
.pluginTitle {
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
}
.pluginRow1, .pluginRow1 td {
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  line-height:120%;
}
.pluginLinks A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link,
a.pluginButton:visited {
  display:block;
  height:19px;
  padding-top:2px;
  text-align:center;
  text-decoration:none;
}
a.pluginButton:hover {
  display:block;
  height:19px;
  padding-top:2px;
  text-align:center;
  text-decoration:none;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    text-decoration: none;
    position: relative;
}
a.tooltip span {
    margin-left: -999em;
    position: absolute;
}
a.tooltip:hover span {
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
    box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
    font-family: Calibri, Tahoma, Geneva, sans, sans-serif;
    position: absolute; left: 2.2em; top: 2.2em; z-index: 99;
    margin-left: 0; width: 250px;
}
a.tooltip:hover img.icon {
    border: 0; margin: -15px 0 0 -51px;
    float: left; position: absolute;
}
a.tooltip img#tooltip-icon { 
    border: 0;
}
a.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0.4em;
}
span.classic     { padding: 0.8em 1em; }
span.custom      { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover   { background: transparent; }
span.classic     { background: #EEEEEC; border: 2px solid #555753; }
span.critical    { background: #F5F0F0; border: 2px solid #A40000; }
span.help        { background: #EDF0F2; border: 2px solid #204A87; }
span.info        { background: #EDF0F2; border: 2px solid #204A87; }
span.warning     { background: #FCF7EF; border: 2px solid #CE5C00; font-weight: normal; color: black; }

span.critical em { color: #A40000; }
span.help     em { color: #204A87; }
span.info     em { color: #204A87; }
span.warning  em { color: #CE5C00; }

/* End of common CSS for on-hover info feature */

#admin-editor dt#title {
  display:     block;
  font-size:   13px;
  font-weight: bold;
  position:    relative;
  top:         10px;
}

#admin-editor input#close {
  width: 150px;
}

/* Used by lib-plugin.php to display dependencies */
b.notbold { /* hack for HTML compliance inside tooltips */
  font-weight: normal;
}

b.status_red {
  display:     inline;
  color:       #a40000;
}

b.status_orange {
  display:     inline;
  color:       #b25000;
}

b.status_green {
  display:     inline;
  color:       #3d7805;
}

b.status_black {
  display:     inline;
  color:       black;
}

/* End of Common Plugin CSS */

/* Poll Plugin ***********************************/
.poll-vote,
.poll-vote-results {
  font-size:smaller;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  float:left;
  line-height:normal;
  width:100%;
  margin:0px;
}
#navcontainer a {
  float:left;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  display:block;
  float:left;
  padding:5px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background-position:100% -42px;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background-position:0% -42px;
}
#navcontainer ul {
  list-style:none;
  margin:0px;
  padding:10px 10px 0 50px;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}

/* Common CSS for on-hover tooltip feature geeklog 1.8.0 */
a.gl-tooltip {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    text-decoration: none;
    position: relative;
}
a.gl-tooltip span {
    margin-left: -999em;
    position: absolute;
    text-align: left;
    width: 250px;
}
a.gl-tooltip:hover span {
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
    box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
    font-family: Calibri, Tahoma, Geneva, sans, sans-serif;
    position: absolute; left: 2.2em; top: 2.2em; z-index: 99;
    margin-left: 0; width: 250px;
}
a.gl-tooltip:hover img.icon {
    border: 0; margin: -15px 0 0 -51px;
    float: left; position: absolute;
}
a.gl-tooltip img#gl-tooltip-icon { 
    border: 0;
}
a.gl-tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0.4em;
}
span.classic     { padding: 0.8em 1em; }
span.custom      { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover   { background: transparent; }
span.classic     { background: #EEEEEC; border: 2px solid #555753; }
span.critical    { background: #F5F0F0; border: 2px solid #A40000; }
span.help        { background: #EDF0F2; border: 2px solid #204A87; }
span.info        { background: #EDF0F2; border: 2px solid #204A87; }
span.warning     { background: #FCF7EF; border: 2px solid #CE5C00; font-weight: normal; color: black; }

span.critical em { color: #A40000; }
span.help     em { color: #204A87; }
span.info     em { color: #204A87; }
span.warning  em { color: #CE5C00; }

/* End of common CSS for on-hover info feature */

#admin-editor dt#title {
  display:     block;
  font-size:   13px;
  font-weight: bold;
  position:    relative;
  top:         10px;
}

#admin-editor input#close {
  width: 150px;
}

/* Used by lib-plugin.php to display dependencies  geeklog 1.8.0*/
b.notbold { /* hack for HTML compliance inside tooltips */
  font-weight: normal;
}

b.status_red {
  display:     inline;
  color:       #a40000;
}

b.status_orange {
  display:     inline;
  color:       #b25000;
}

b.status_green {
  display:     inline;
  color:       #3d7805;
}

b.status_black {
  display:     inline;
  color:       black;
}

.php {
    overflow:auto;
    width:500px;
    min-height:100px;
}

/* Big text area in static page editor*/
#html_content, #sp_content___Frame {
  min-height:450px;
}

