
.errorText {
   color: #ee2222;
}

.tight {
   height: 5px;
}

table.auto_table
{  margin:10px;
   border: 1px solid #777777;
   border-collapse:collapse;
}


.logo {
   font-weight:bold;
   color: #ffffff;
   font-size:20;
}


a.top_bar:link    {color:#aaaaaa;}
a.top_bar:visited {color:#aaaaaa;}
a.top_bar:hover   {color:#aaaaaa;}
a.top_bar:active  {color:#aaaaaa;}

.inset {
   margin: 10px; 
   border:solid #bbbbbb 1px; 
   background-color: #e8e8e8;
}

.top_bar {
   color: #ffffff;
   background-color: #444444;
}

.author {
   color: #777777;
   font-style: italic;
}

.indenter {
float: left; clear:left; margin-top: 5; border: solid thin purp le;
} 

.content { background-color: #ddffdd;float: left; margin: 0px; padding: 6px; border: none; }

html {
   border: 0 none;
   height:100%;
   margin:0;
   max-height:100%;
   padding:0;
 } 
body{
  font-family: 'Copse', Geneva,Helvetica,Arial,sans-serif;
  min-width: 550px;
  margin:0;
  background-color: #ffffff;
  border: 0 none;
  color: #000000;
/*  font: 13px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;*/
  height: 100%;
  max-height: 100%;
  padding:0;
 }

.quote {
  font-style: italic;
}

.text_box {
  font: 13px 'Courier new', monospace;
}

.icon {
   float: left;
   padding: 0px 2px 0px 2px;
   width: 16px;
}

.pick_tools_public {
   border-top: 3px solid #800;
   border-left: 3px solid #800;
   border-right: 3px solid #800;
   border-bottom: none;
   padding: 3px 5px 3px 5px;
   background-color: FFcccc;
   position:relative;
   top: 3px;
   float:left;
   clear:left;
}

.pick_tools_private {
   border-top: 3px solid #080;
   border-left: 3px solid #080;
   border-right: 3px solid #080;
   border-bottom: none;
   padding: 3px 5px 3px 5px;
   background-color: ccffcc;
   position:relative;
   top: 3px;
   float:left;
   clear:left;
}

.pick_content_public {
   border-top: 3px solid #800;
   border-left: 3px solid #800;
   border-right: 3px solid #800;
   border-bottom: 3px solid #800;
   background-color: FFcccc;
   float:left;
   clear:left;
}

.pick_content_private {
   border-top: 3px solid #080;
   border-left: 3px solid #080;
   border-right: 3px solid #080;
   border-bottom: 3px solid #080;
   background-color: ccffcc;
   float:left;
   clear:left;
}

.pick_content_add_bar {
   border-top: 3px solid #444;
   border-left: 3px solid #444;
   border-right: 3px solid #444;
   border-bottom: 3px solid #444;
   background-color: cccccc;
}


.leftBar {
   border-top:1px solid #2B334F;
   border-right:1px solid #ACACAC;

   display:block;
   overflow-x:hidden;
   overflow-y:auto;
   padding:0;
   max-height:100%;

   background-color:#E4EBF7;
/*   bottom:19px;*/ /* for footer */
   bottom: 10px;
   left:0;
   position:absolute;
   top:91px;
   width: 95;
}

.add_bar_picked {
   height: 10px;
   background-color: 0000ff;
}

.add_bar_unpicked {
   height: 10px;
   background-color: ffffff;
}

.contents {
left: 96;
min-width:320px;
/*bottom: 10px;*/
/*   bottom:19px;*/ /* for footer */
overflow:auto;
padding-left:1em;
position:absolute;
right:0;
/*top:91px;*/
z-index:1;
}

.full_width{
left: 0;
min-width:320px;
border-top:1px solid #2B334F;
bottom: 10px;
/*   bottom:19px;*/ /* for footer */
overflow:auto;
padding-left:1em;
position:absolute;
right:0;
top:91px;
z-index:1;
}

.img_pad {
 padding: 11px;
 /*border-width: 13px;
 border-style: groove groove groove groove;*/
}

.item_hover {
   float: left; 
   background-color: #0000ff;
   color: #ffffff;
   position:absolute;
   Z-index:2;
   display:none;
}

.item_normal {
   background-color: ffffff   color: 000000}

.item_private {
   background-color: ccffcc;
   border: 3px solid #080;
}

.item_public {
   background-color: FFcccc;
   border: 3px solid #800;
}

.item_guest {
   background-color: ffffff}

.item_cut_copy {
   background-color: FFFF00}

.item_picked_private {
   background-color: aaffaa;
   border: 3px solid #080;
}

.item_picked_public {
   background-color: FFaaaa;
   border: 3px solid #800;
}

/* Stuff for the 'gear' popup menu */
.yui-skin-sam .yuimenuitemlabel {
   background-color: #ffffff;
   color: #000000;
}

.yuimenu a:link {
   color: #000000;
   background-color: #ffffff;
}
.yuimenu a:hover {
   color: #ffffff;
   background-color: #229922;
}

.popup_color {
   background-color: #ffffff;
   color: #000000;
}
.yuimenuitemlabel-hassubmenu {
   background:url(img/arrow_closed_dark.gif) right center no-repeat;
}

.yuimenuitemlabel .yuimenuitemlabel-selected .yuimenunav .yui-skin-sam .yuimenuitem-hassubmenu .yuimenuitem .yuimenuitemlabel-hassubmenu-selected {   
   background:url(img/arrow_closed_dark.gif) right center no-repeat;
   background-color: #ffffff;
}

.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
//???        width: 100%; 

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.5;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.5;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.5;
}


