/*
Small Business Office Management and Processing System (SBOMPS)
Copyright(C) 2006-2008 Graham Philips
SBOMPS is licensed under the GNU General Public License.
Please See license.html or http://www.gnu.org/licenses/gpl.txt for the full license
If there are problems, see http://sourceforge.net/projects/sbomps/ for support.

SBOMPS comes with ABSOLUTELY NO WARRANTY
  
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.
*/

/* Page Layout declarations */

td.layoutheadertop {height: 5px;
    background: #1e61bc url('/images/layout/headertop.gif') repeat fixed 0px 0px;
    padding: 0px;}
    
td.layoutheadertimetopleft {height: 5px;
    width: 5px;
    background: #1398ed url('/images/layout/headertimetopleft.gif') repeat;
    padding: 0px;}

td.layoutheadertimetop {height: 5px;
    background: #1398ed url('/images/layout/headertimetop.gif') repeat fixed 0px 0px;
    padding: 0px;}

td.layoutheaderline {background-color: #1e61bc;
    height: 50px;
    padding: 0px 0px 0px 15px;
    vertical-align: middle;}

h1.layoutheaderline {color: #fff;
    font-family: tahoma, arial, sans-serif;
    font-size: 14pt;
    font-weight: 800;
    vertical-align: middle;
    text-align: justify;}

td.layoutheaderuseroptions {background-color: #1e61bc;
    height: 50px;
    width: 250px;
    padding: 0px;
    vertical-align: middle;
    color: #fff;
    font-family: tahoma, arial, sans-serif;
    font-size: 9pt;
    text-align: center;}
    
td.layoutheadertimeleft {width: 5px;
    background: #1398ed url('/images/layout/headertimeleft.gif') repeat;
    padding: 0px;}

td.layoutheadertime {background-color: #1b81cf;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    line-height: 12pt;}
    
span.headercurrenttime {color: #fff;
    font-family: tahoma, arial, sans-serif;
    font-size: 8pt;
    font-weight: 400;
    text-align: center;}

td.layoutheaderbottom {height: 5px;
    background: #235cdb url('/images/layout/headerbottom.gif') repeat;
    padding: 0px;}
    
td.layoutheadertimebottomleft {height: 5px;
    width: 5px;
    background: #1398ed url('/images/layout/headertimebottomleft.gif') repeat;
    padding: 0px;}

td.layoutheadertimebottom {height: 5px;
    background: #1398ed url('/images/layout/headertimebottom.gif') repeat fixed 0px 0px;
    padding: 0px;}

td.layoutheaderdivideline {height: 3px;
    background: #1398ed url('/images/layout/headerdivideline.gif') repeat fixed 0px 0px;
    padding: 0px;}

td.layoutheaderwelcomeline {height: 25px;
    background: #009c46;
    padding: 0px 0px 0px 15px;
    vertical-align: middle;
    text-align: left;}

td.layoutheaderversionstamp {height: 25px;
    background: #009c46;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
    text-align: right;}

span.layoutheaderwelcomeline {color: #fff;
    font-family: tahoma, arial, sans-serif;
    font-size: 8pt;
    font-weight: 800;}

td.layoutnavigationa {background-color: #194b8f;
    width: 200px;
    vertical-align: top;
    text-align: justify;
    padding: 7px;}
    
span.layoutnavigationa {color: #fff;
    font-family: tahoma, arial, sans-serif;
    font-size: 9pt;
    text-align: center;
    line-height: 13pt;}

td.layoutnavigationaside {width: 7px;
    background: #b04 url('/images/layout/navigationaside.gif') repeat;
    padding: 0px;}
    
td.mainbody {background-color: #eee;
    padding: 15px;}
    
table.mainpanel {padding: 1em;
    border: 1px solid #aaa;
    margin: 0px;}

td.mainpanel {background-color: #fff;
    padding: 0px 8px 0px 8px;}

td.layoutfooterline {height: 3px;
    background: #ecebde url('/images/layout/footerline.gif') repeat;
    padding: 0px;}

/* Generic button styles */

tr.button {cursor: hand;
	cursor: pointer;}

td.buttonleft {padding: 0em;
	height: 19px;
	width: 10px;
    background: url(/images/buttons/button_left.gif) top left;}

td.buttonright {padding: 0em;
	height: 19px;
	width: 10px;
    background: url(/images/buttons/button_right.gif) top left;}

td.buttonmiddle {padding: 0em;
    height: 19px;
    background: url(/images/buttons/button_middle.gif) repeat-x top left;}