﻿body {
	background: #9fa9b3 url(images/page-bg.jpg) repeat-x;    
}
h1, h2, h3, h4, h5, h6
{
	font-family: georgia;
	font-weight: normal;
}
h1
{
	font-size: 150%;	
}
h2
{
	font-size: 140%;
}
h3
{
	font-size: 130%;
}
h4
{
	font-size: 120%;
}
h5
{
	font-size: 110%;
}	
h6
{
	font-size: 105%;
}
.top-left
{
    background: url(images/top-left-corner.gif);
    height: 9px;
    font-size: 2px;
    margin: 5px 9px 0 0;
}

.top-right
{
    float: right;
    margin-top: -9px;
    background-image: url(images/top-right-corner.gif); 
    height: 9px; 
    width: 9px;
    font-size: 2px;
}

.bottom-left
{
    background-image: url('images/bottom-left-corner.gif');
    height: 9px;
    font-size: 2px;
    margin-right: 9px;
}

.bottom-right
{
    background-image: url('images/bottom-right-corner.gif');
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 9px;
    font-size: 2px;
    margin-top: -9px;
}

.containing-box:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#page
{
	background-color: #fff;
    margin: 0;
    font: 77% "Lucida Grande", verdana, sans-serif;
}

#contentwrapper
{
    clear: both;
    margin: 0 5px;
    padding: 10px 0;
	background: url(images/dot.gif) repeat-x;
   
}

form
{    
    margin: 0;
}
#content
{
    margin: 0 5px;  
    background-color: #fbfaf4;  
    
}

#content .formLayoutTable
{
	/*border: solid 1px #edebe5;*/
	background: #fbfaf4;  
}
#content .formLayoutTable td
{
    vertical-align: middle; 
       
}
#content .formLayoutTable td.ControlLabelTop
{
    vertical-align:Top;
	text-align:right;
	padding: 0.2em;
	font-weight:bold;
    white-space:nowrap;
}
#content .formLayoutTable td.ControlLabel
{
    vertical-align:middle;
	text-align:right;
	padding: 0.2em;
	font-weight:bold;
    white-space:nowrap;
}
#content .formLayoutTable td.WrapControlLabel
{
    vertical-align:middle;
	text-align:right;
	padding: 0.2em;
	font-weight:bold;
}
#content .formLayoutTable td input
{
    margin-right:0;
}
#content textarea
{
    font: normal 1em "Lucida Grande", verdana, sans-serif;
    width: 20em;
    height: 4em;
}
#content select
{
    font: normal 1em "Lucida Grande", verdana, sans-serif;
}
#content input
{
    font: normal 1em "Lucida Grande", verdana, sans-serif;
}
#content .LargeTextArea
{
    font: normal 1em "Lucida Grande", verdana, sans-serif;
    width:20em;
    height:6em;
}
/*----------- General Styles ---------------*/
.fullwidth
{
	width: 100%;
}
.fit
{
	white-space: nowrap;
}
TD.centrefit
{
	text-align: center;	
	white-space: nowrap;
}
INPUT.DateInput
{
	width: 73px;
}
INPUT.TimeInput
{
	width: 40px;
}
.LongTextBox
{
    width: 25em;
}

/*----------- Print Page Styles ---------------*/

#content .printTable {
    border-collapse: collapse;
    width:100%;
}

#content .printTable th {
    color: black;
    align-items: center;
}

#content .printTable td, .printTable th {
    border: 1px solid #000;
}

/*----------- Homepage Header title style ---------------*/

.LogoTitle 
{
    font-family:Arial !important;
}