﻿/* Set Defaults */
@import url("yui_base.css");
html {
   font-size: 62.5%;
}
/* End Defaults */

/* Core Layout Styles */
html,
body
{
   margin:0;
   padding:0;
   height:100%;
}
#container
{
	min-height:100%;
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
#header
{
	height: 185px;
}
#body
{
   padding-bottom:43px;   /* Height of the footer */
}
#content
{
	margin-right: 208px;
	padding: 10px;
	min-height: 420px;
}
#menu
{
	width: 208px;
	position: absolute;
	z-index: 1;
	top: 185px;
	right: 0;
	bottom: 43px;
	padding-top: 2px;
}
#footer
{
   position:absolute;
   bottom:0;
   width:100%;
   height:43px;   /* Height of the footer */
   z-index: 5;
}

/* Appearance Styles */
#container
{
	z-index: 0;
	border-left: solid 1px #092344;
	border-right: solid 1px #092344;
	background-color: #fdfcfa;
}
#header
{
	background-image: url(images/header-tile.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerShadow
{
	height: 10px;
	position: absolute;
	top: 185px;
	left: 0;
	right: 0;
	background-image: url(images/header-shadow.png);
	background-repeat: repeat-x;
	z-index: -2;
}
#content
{
	
}
#contentHeading
{
	background-image: url(images/heading.png);
	background-repeat: no-repeat;
	width: 785px;
	height: 41px;
	padding-top: 8px;
	padding-left: 16px;
}
#footerSpacer
{
	height: 140px;
	width: 100px;
	float: right;
}
#menu
{
	background-color: #d4cfc9;
	font-size: 0.8em;
}
#login
{
	margin: 16px;
	text-align: right;
}
#newUser
{
	margin: 24px;
	font-size: 1.1em;
}
#footer
{
	background-image: url(images/footer-tile.png);
	background-repeat: repeat;
}
#footerPic
{
	background-image: url(images/footer-pic.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 43px;
	width: 349px;
	height: 222px;
}
#footerText
{
	color: #f3f3f3;
	font-size: 0.85em;
	margin-top: 16px;
	margin-left: 16px;
}

div.menuHeader
{
	height: 26px;
	background-image: url(images/menu-header.png);
	background-repeat: repeat-x;
}
hr.menuLine
{
	border-width: 1px;
	border-color: #eee;
	margin-left: 15%;
	margin-right: 15%;
}

div.grad
{
	background-color: #ddd;
	position: fixed;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* IE-only gradient */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dddddd,endColorStr=#dddddd);
}
img.grad
{
	width: 100%;
	height: 100%;
	z-index: -9;
	position: absolute;
}

body
{
	font-family: Verdana;
}
h1
{
	font-size: 1.5em;
	font-variant: small-caps;
	color: #333333;
	font-weight: bold;
	font-family: Garamond;
	letter-spacing: 1px;
}
h5
{
	font-weight: bold;
}
p
{
	margin-bottom: 8px;
}
a:link
{
	color: #333;
	text-decoration: none;
}
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.homeLink
{
	color: #efefef;
	font-weight: bold;
}
input, select
{
	margin-top: 4px;
	margin-bottom: 4px;
}
span.login
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #273b56;
}
#login input
{
	width: 100px;
}

input[type="submit"].stealth
{
	position: absolute;
	right: 5000px;
}
iframe.stealth
{
	display: none;
}
td
{
	padding-left: 8px;
	padding-right: 8px;
}
fieldset
{
	border: solid 1px #505050;
	padding: 10px 20px 10px 20px;
	margin-right: 15px;
}
div.colLeft
{
	width:45%;
	display: inline-block;
}
div.colRight
{
	width: 45%;
	display: inline-block;
}
fieldset input[type="checkbox"]
{
	margin-left: 16px;
}
select.inputSize
{
	width: 154px;
}
