/*
 * standard.css - Standard Poseidon stylesheet.
 *
 * :tabSize=4:indentSize=4:noTabs=false:
 * :folding=explicit:collapseFolds=1:
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the 
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/*{{{ Elements*/
a:link
{
   color: #660000;
   text-decoration: underline;
}

a:visited
{
   color: #660000;
   text-decoration: underline;
}

a:hover
{
   color: #ff9900;
}
 
blockquote
{
   background: #E7F5FF;
   border: 1px dotted #000000;
   color: #000000;
   font-size: 10px;
   line-height: normal;
   padding: 3px;
}
 
body
{
   background: #ffffff;
   color: #000000;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px;
}

input
{
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

pre
{
   font-size: 10px;
   line-height: normal;
}

select
{
   border: 1px solid #000000;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

textarea
{
   font-size: 11px;
}
/*}}}*/
/*{{{ Classes*/
/*{{{ Comment classes*/

/*}}}*/
/*{{{ Form classes*/
.button
{
   background: #efefef;
   border: 1px solid #afafaf;
   color: #000000;
   cursor: pointer;
}

   .button:hover
   {
      background: #f5f5f5;
      border: 1px solid #000000;
   }

.checkbox
{
   margin-bottom: 0px;
}
   
.formHeader
{
   background: #f9f9f9;
   color: #000000;
   font-weight: bold;
   padding-right: 3px;
   text-align: right;
}

.formField
{
   line-height: normal;
}

.formSubmit
{
   text-align: right;
}

.formTip
{
   font-size: 10px;
   line-height: normal;
}

.text
{
   border: 1px solid #afafaf;
}

   .text:hover
   {
      border: 1px solid #000000;
   }
   
.longText
{
   border: 1px solid #afafaf;
   width: 300px;
}

   .longText:hover
   {
      border: 1px solid #000000;
   }
/*}}}*/
/*{{{ Generic table classes*/

.header
{
   border-bottom: 1px solid #ff9900;
   font-weight: bold;
   margin-top: 25px;
   width: 250px;
}

.imageLeft
{
   border: 1px solid #000000;
   float: left;
   padding: 1px;
   margin: 5px;
   margin-left: 1px;
}
   
.imageRight
{
   border: 1px solid #000000;
   float: right;
   padding: 1px;
   margin: 5px;
   margin-right: 1px;
}
   
.infoBox
{
   background: #ffffff;
   border: 1px solid #000000;
   color: #000000;
   display: none;
   font-size: 9px;
   line-height: normal;
   max-width: 250px;
   padding: 2px;
   position: absolute;
   text-align: justify;
   z-index: 1;
}

.infoLink
{
   border-bottom: 1px dotted #006699;
}
   
.logo
{
   text-align: center;
}

.mainbar
{
   left: 200px;
   padding: 3px;
   position: absolute;
   width: 500px;  
}

.mainBody
{
}

.pagerLeft
{
   float: left;
   position: relative; 
}

   .pagerLeft a:link
   {
      color: #000000;
   }
      
   .pagerLeft a:visited
   {
      color: #000000;
   }
   
   .pagerLeft a:hover
   {
      color: #ff9900;
      text-decoration: underline;
   }

.pagerRight
{
   float: right;
   position: relative;
}

   .pagerRight a:link
   {
      color: #000000;
   }
      
   .pagerRight a:visited
   {
      color: #000000;
   }

   .pagerRight a:hover
   {
      color: #ff9900;
      text-decoration: underline;
   }
/*}}}*/
/*{{{ Sidebar menu classes*/
.sidebar
{
   height: 100%;
   left: 10px;
   line-height: 14px;
   position: absolute;
   top: 10px;
   width: 170px;
}

   .sidebar a:link
   {
      color: #000000;
   }
   
   .sidebar a:visited
   {
      color: #000000;
   }
   
   .sidebar a:hover
   {
      color: #ff9900;
   }

.sidebox
{
}

.sideboxtitle
{
   color: #660000;
   font-weight: bold;
   margin-bottom: 5px;
}

/*}}}*/
/*}}}*/
