/* Global Styles */
html
{
}

body
{
    font: 9pt 	verdana, arial, helvetica, sans-serif;
    color: #202012;
    line-height: 1.4em;
    padding: 30px 0px 30px 60px;
    width: 800px;
}

a
{
    color: #56653c;
    text-decoration: none;
}

a:hover, a:active
{
    color: #367e0d;
    text-decoration: underline;
}

p, ol, ul, div, span
{
    line-height: 1.4em;
}

ul
{
    list-style: disc;
    padding: 10px 0px 10px 5px;
}
ul.numbered
{
    list-style-type: decimal;
}
li
{
    margin-left: 30px;
    padding-bottom: 10px;
}
p
{
    margin: 0.5em 0em 1.5em 0em;
}

img
{
    border: none;
}

h1, h2, h3, h4
{
    color: #2B468E;
}

h1
{
    padding: 1.0em 0em 0.75em 0em;
    font-size: 150%;
    line-height: 1.5em;
}
h2
{
    font-size: 130%;
    line-height: 1.4em;
    padding: 1.0em 0em 0.5em 0em;
}

h3
{
    font-size: 120%;
    line-height: 1.3em;
    padding: 1.0em 0em 0.5em 0em;
}
h4
{
    font-size: 110%;
    line-height: 1.2em;
    font-weight: bold;
    padding: 1.0em 0em 0.5em 0em;
}
/* 
	-------------------------------------------
	Classes 
	------------------------------------------- 
*/
.THead
{
    background-color: rgb(222,225,229);
    padding: 10px;
    font-weight: bolder;
    /* color: #202012; */
}

.bordertop
{
    border-top: solid 1px;
    border-top-color: #2B468E;
}
.bordered
{
    border: solid 1px #c0c0c0;
}
.borderbottom
{
    border-bottom: solid 1px;
    border-bottom-color: #2B468E;
}
.noborder
{
    border: none;
}

.underlined
{
    text-decoration: underline;
}

.padded
{
    padding: 10px 10px 10px 10px;
}
.padleft
{
    padding-left: 10px;
}
.padright
{
    padding-right: 10px;
}
.padbottom
{
    padding-right: 10px;
}
.padsmall
{
    padding: 5px;
}

.smallText
{
    font-size: 0.9em;
}
.largeText
{
    font-size: 130%;
}
.bold
{
    font-weight: bold;
}
.red
{
    color: Red;
}
.indented
{
    padding-left: 3.5%;
}

.left
{
    float: left;
}
.right
{
    float: right;
}
.clearer
{
    clear: both;
    float: none;
}
/*

	-------------------------------------------
	Layout and Nav 
	------------------------------------------- 
*/

#pageTitle
{
	font-weight: bold;
	font-size: 14pt;
	width: 800px;
	padding: 15px 0px 18px 0px;
	margin-bottom: 30px;
	text-align: center;
}

.pageSubTitle
{
	font-weight: normal;
	font-size: 10pt;
	width: 800px;
	padding-bottom: 18px;
	padding-top: 10px;
	height: 1.5em;
	text-align: center;
}

#dayBody
{
	table-layout: fixed;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 5px;
	width: 800px;
	padding-top: 5px;
	border-collapse: collapse;
	font-weight: bolder;
}

#footer
{
	font-size: 8pt;
	text-align: right;
	width: 800px;
}
calendar
{
	font-size: 8pt;
	background-color: #f5f5dc;
}
.calendarHeader
{
	color: #333333;
	background-color: #d9df89;
}
.calendarSchTime
{
	font-weight: normal;
	font-size: 8pt;
	color: #444e0a;
}
.calendarSchTimePending
{
	font-weight: normal;
	font-size: 8pt;
	color: #ffb710;
}

P.menuList
{
	padding-left: 90px;
	font-size: 8pt;
	color: #0e0e0e;
	line-height: 2em;
}
TD.tdScheduled
{
	font-weight: bolder;
	font-size: smaller;
	color: #ffffff;
	background-color: #cc0000;
}
TD.tdPending
{
	font-weight: bolder;
	font-size: smaller;
	color: #251c0e;
	background-color: #ffe14d;
}
TD.tdAvailable
{
	font-size: smaller;
	background-color: #b0ff7e;
}
TABLE.approval
{
	font-weight: normal;
	font-size: 8pt;
	background-color: transparent;
}
INPUT.flatInput
{
	border-top-style: none;
	border-bottom: 1px solid;
	border-right-style: none;
	border-left-style: none;
}

STRONG
{
	font-weight: 600;
	font-size: larger;
}
.Navigation
{
	border-right: #5d0000 1px solid;
	border-top: #5d0000 1px solid;
	padding-bottom: 8px;
	border-left: #5d0000 1px solid;
	padding-top: 8px;
	border-bottom: #5d0000 1px solid;
	background-color: #e3e3d4;
}
.NavItem
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
}
#login
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 7pt;
	top: 10px;
	left: 640px;
	padding-bottom: 5px;
	text-transform: uppercase;
	padding-top: 5px;
	font-family: helvetica;
	position: absolute;
	text-align: right;
}

#calendar
{
	table-layout: fixed;
	font-weight: normal;
	font-size: 8pt;
	border-collapse: collapse;
}

.instruction
{
	font-weight: normal;
	font-size: 0.8em;
	width: 800px;
	padding-bottom: 18px;
	padding-top: 10px;
	text-align: left;
}
SELECT
{
	font-size: 1.0em;
	border-top-style: none;
	border-bottom: 1px solid;
	border-right-style: none;
	border-left-style: none;
}
