/* Research Database Management System (RDMS)
 ' Copyright(C) 2008 Graham Philips
 ' RDMS 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/rdms/ for support.
 '
 ' RDMS 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: #235cdb 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: #235cdb;
    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: #235cdb;
    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: #12a5f4;
    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;}

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;
    text-align: center;}

td.layoutnavigationa {background-color: #6e89dd;
    width: 170px;
    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: #6e89dd url('/images/layout/navigationaside.gif') repeat;
    padding: 0px;}
    
td.mainbody {background-color: #fff;
    padding: 15px;}
    
table.mainpanel {padding: 1em;
    border: 1px solid #ddd;
    margin: 0px;}

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

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

