﻿/*
Style Sheet for DavidWeb

	Green: 8fb686
	Blue: 95a9cf

*/
body.site
{
	background-color: White;
	margin: 0;
	font-family:Georgia;
	color:#708090;
}

body.login
{
	background-color:White;
	margin: 0;
	font-family:Georgia;
}

img.logoImage
{
left:10px;
top: 2px;
position:absolute;
}

#WebLogin
{
	left: 90px;
	top: 60px;
	position:relative;
}


input.loginButton
{
	
}
#topBar
{
	background-color: #8fb686;
	height:32px;
	width:1150px;
	margin-top:60px;
	vertical-align:middle;
	font-style:italic;
}

#middleBar
{
	width:1150px;
}

#bottomBar
{
	background-color: #95a9cf;
	height:32px;
	width:1150px;
	position:relative;
	top: -100px;
	
}

#siteBottomBar
{
	background-color: #95a9cf;
	height:32px;
	width:1150px;
	position:relative;
}


.loginStatus
{
	float:right;
	margin-right: 10px;
	margin-top:8px;
	overflow-x:auto;
}
a.blue:hover
{
	color:#95a9cf;
	text-decoration: underline;
}

a.blue:visited
{
	color:#95a9cf;
}

#menuArea a.blue:hover
{
	text-decoration:underline;
}

#menuArea a.blue
{
	color:#95a9cf;
	text-decoration:none;
}

.link
{
	font-size: 10pt;
}

.blue
{
	color:#95a9cf;
}

.green
{
	color: #8fb686;
}

.menu
{
	font-size: 16pt;
	font-style:italic;
	margin-left:-5px;
}

.menuImage
{
}

.instructions
{
	color:#708090;
}

a.white:hover
{
	color:White;
}

a.white:visited
{
	color:White;
}

a.white
{
	color:White;
}

.internalLink
{
	font-size:10pt;	
	font-style:italic;
}

.white
{
	color:White;
}

.copyright
{
	color:Black;
	margin-top:0.2em;
	text-align: right;
	padding-right: 10px;
	font-size:8pt;
	font-weight:lighter;
	font-style: italic;
	float:right;
	overflow-x:auto;
}
#loginContent
{
	background-image:url(images/LoginBackground.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:491px;
	width:1150px;
}

#menuArea
{
	margin-top: 30px;
	margin-left: 1em;
	height:150px;
	float:left;
}
#contentArea
{
	padding-right: 180px;
	margin-left:180px;
	margin-bottom: 30px;
	background-image:url(images/bothfeet.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	min-height:400px;
}

h1.title
{
	text-align: right;
	font-size:18pt;
	font-style:italic;
	font-weight: bolder;
	color:#95a9cf;
	position:relative;
	left:180px;
	overflow-x:auto;
}

h2.title
{
	font-size:12pt;
	color:#95a9cf;
	text-decoration: underline;
}

h3.title
{
	font-size:10pt;
	color:#8fb686;
	text-decoration:none;
	margin-left:20px;
}

.grid
{
	margin-left: 10px;
}

.grid, alternatingRow
{
}

.grid A
{
	color: #8fb686;
}

.gridHeader
{
}

.supplyList
{
	margin: 0;
	padding: 0;
}

.supplyList Label
{
	margin-right: 25px;
}

.profileTable
{
	width:500px;
}

.profileTable tr td:first-child
{
	text-align:right;
	width: 150px;
}

.hidden
{
	display:none;
}

.changePassword
{
	margin-left: 100px;
	margin-bottom: 0px;
}

.changePasswordButton
{
}
