
/*
  =======================================================================

   File:         global.css
   Author:       Park Lane IT [Takis Diakoumis]
   Description:  Default style sheet.
   Date:         $Date: 2006/05/24 00:53:15 $
   Version:      $Revision: 1.2 $

  =======================================================================
*/

body,p,div,dl,li,select,input,textarea,blockquote {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

body,th,td,p,div,dl,li,select,input,textarea,blockquote {
  font-size: 12px;
}

a:link,a:visited,a:hover,a.p:link,a.p:visited,a.p:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #000000;
}

h2 { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px; 
   color: #000000; 
   font-weight: bold
   margin: 0px;
   padding: 0px;
}

h3 { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px; 
   color: #FFFFFF;
   margin: 0px;
   padding: 0px;
   font-weight: bold
}

input,select,textarea {
  width: 300px;
}

.timesheet_table {
   border-style: solid;
   border-width: 0px 0px 1px 1px;
   border-color: #808080;
   margin-top: 0;
   margin-bottom: 0;
   background-color: #ECEDF3;
}

.timesheet_table td {
   border-width: 1px 1px 0px 0px;
   border-style: solid;
   border-color: #808080;
}

.outline_table {
   border-style: solid;
   border-color:  #808080;
   margin-top: 0;
   margin-bottom: 0
}

.outline_table td {
   border-style: none;
}

.blank_table {
   border-width: 0px 0px 0px 0px;
   border-style: solid;
   border-color: #000000;
   margin-top: 0;
   margin-bottom: 0
}

.blank_table td {
   border-style: none;
}

.table_header_labels { 
   background-color: transparent;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #FFFFFF; 
   font-weight: bold
}

.table_results { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: #000000
}

A.table_results:link, A.table_results:visited{
   font-family: Arial, Helvetica, sans-serif;
   background-color: transparent;
   font-size: 12px; 
   text-decoration: none;
   font-weight: normal;
   color : #000000;              
}
        

A.table_results:hover {
   font-family: Arial, Helvetica, sans-serif; 
   background-color: transparent;
   font-size: 12px; 
   text-decoration: underline;
   font-weight: normal;
   color : #000000;
}

.menu_bar { 
   background-color: transparent;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px;
   letter-spacing: 1px;
   color: #000000
}

A.menu_bar:link, A.menu_bar:visited {    
   background-color: transparent;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   text-decoration: none;
   font-weight: normal;
   color : #000000;              
}
        
A.menu_bar:hover { 
   background-color: transparent;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   text-decoration: underline;
   font-weight: normal;
   color : #000000;
}

.error_table {
   border-style: solid;
   border-color: #CC0000;
   margin-top: 0;
   margin-bottom: 0
}

.error_table td {
   border-style: none;
}

.error-heading { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px; 
   color: #CC0000; 
   font-weight: bold;
}

.error-text { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: lighter;
   color: #CC0000
}

A.error-text:link, A.error-text:visited {    
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   text-decoration: none;
   font-weight: lighter;
   color : #CC0000;              
}

A.error-text:hover { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   text-decoration: underline;
   font-weight: lighter;
   color : #CC0000;
}

LI.error-text {    
   font-family: Arial, Helvetica, sans-serif;
   list-style-type: none;
   font-size: 12px; 
   text-decoration: none;
   font-weight: lighter;
   color : #CC0000;              
}

.message-text { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: lighter;
   color: #000000
}

A.message-text:link, A.message-text:visited {    
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   text-decoration: none;
   font-weight: lighter;
   color : #000000;              
}
        
A.message-text:hover { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   text-decoration: underline;
   font-weight: lighter;
   color : #000000;
}


.w { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;    
}

A.w:link, A.w:visited {
   font-family: Arial, Helvetica, sans-serif;
   background-color: transparent;
   font-size: 12px; 
   text-decoration: none;  
   color : #000000;              
}

A.w:hover {
   font-family: Arial, Helvetica, sans-serif; 
   background-color: transparent;
   font-size: 12px; 
   text-decoration: underline;   
   color : #000000;
}

.box{
width: 12px;
}