﻿/* CSS RESETS --------------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
    color: #444444;
	font-family: Arial, Verdana, Tahoma;
    font-size: 9pt;
}
img
{
    border:0;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
textarea, input, select
{
    color: #444444;
	font-family: Arial, Verdana, Tahoma;
    font-size: 9pt;
}
/* PAGE LAYOUT --------------------------------------------------------------------------*/
#headercontainer
{
	margin: 0 auto;
	width: 100%;
	height: 75px;
	background: #333 url('images/HeaderBG.jpg') repeat-x;
}
#headerleft
{
	float:left;
	margin: 0 auto;
	width: 200px;
	margin: 55px 0 0 5px;
}
#headerleft a
{
    font-size:8pt;
	color:#cccccc;
}
#headerright
{
	float:right;
	margin: 0 auto;
	width: 360px;
	height: 75px;
	text-align:right;
	background:url(images/webfresh_logo.jpg) no-repeat top right;
}
#headerright a
{
    display:block;
	width: 360px;
	height: 75px;
}
#menucontainer
{
	margin: 0 auto;
	width: 100%;
	height: 30px;
	background: #9C0 url('images/MenuItemBG.png') repeat-x;
}
#menu
{
	margin: 0 auto;
	width: 100%;
	height: 30px;
}
#menu ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li
{
	display: inline;
}
#menu ul li a
{
	float: left;
	padding: 7px 15px;
	text-decoration: none;
	color: #FFF;
	background: #transparent;
	font-weight:normal;
}
#menu ul li.active a
{
	background: #333 url('images/MenuItemActiveBG.png') repeat-x;
}
#menu ul li a:hover
{
	background: #333 url('images/MenuItemOverBG.png') repeat-x;
}
#maincontainer
{
	margin: 0 auto;
	background: #FFF url('images/MenuBorderBG.png') repeat-x;
	line-height: 150%;
	padding:0px 15px;
}
#main
{
	text-align:left;
	padding: 20px 0 20px 0;
    width: 100%;
}
/* ALTERNATING TABLE CSS ------------------------------------------------------------------------------------------*/
table.AlternatingRowTable
{
    width:950px;
    margin:5px 0;
}
table.AlternatingRowTable tr
{
    vertical-align:middle;
    line-height:25px;
}
table.AlternatingRowTable th
{
    border:none;
    background-color:#cccccc;
    color:#666666;
    border-bottom:solid 1px #999999;
    border-top:solid 1px #999999;
    padding:3px 5px 3px 5px;
}
table.AlternatingRowTable .LeftBorder
{
    border-left:solid 1px #999999;
}
table.AlternatingRowTable .RightBorder
{
    border-right:solid 1px #999999;
}
table.AlternatingRowTable tr.AlternatingRow1 td
{
    background-color:#E0FFDD;
}
table.AlternatingRowTable tr.AlternatingRow2 td
{
    background-color:#DDDDFC;
}
table.AlternatingRowTable td
{
    border:none;
    padding:5px;
    border-bottom:solid 1px #bbbbbb;
}
table.AlternatingRowTable tr.PagerRow td
{
    border:none;
    background-color:white;
    color:red;
    line-height:10px;
    padding:4px 5px 4px 5px;
    border:none;
    text-align:center;
}
table.AlternatingRowTable tr.Footer td
{
    background-color:#cccccc;
    border-bottom:solid 1px #999999;
}
table.AlternatingRowTable tr.EmptyTable td
{
    color:Red;
    border-top:dotted red 1px;
    border-bottom:dotted red 1px;
    background-color:#f9cccc;
    padding:5px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    margin-top:20px;
    margin-bottom:20px;
    line-height:12pt;
    color:red;
}
/* VIEW DATA TABLE --------------------------------------------------------------------------*/
TABLE.ViewData
{
    margin:5px 0;
}
TABLE.ViewData TR
{
    height:30px;
}
TABLE.ViewData TD.Value
{
    vertical-align:middle;
    border-bottom:solid 1px #cccccc;
}
TABLE.ViewData TD.Input
{
    vertical-align:middle;
    padding-right:25px;
}
TABLE.ViewData TD.Label
{
    border-left:solid 1px #cccccc;
    vertical-align:middle;
    padding:0 25px;
    color:#aaaaaa;
    font-style:italic;
}
TABLE.ViewData TD.Validation
{
    vertical-align:middle;
}
TABLE.ViewData TD.MergedValue
{
    border-bottom:solid 1px #cccccc;
    padding-top:5px;
    padding-bottom:10px;
    vertical-align:middle;
}
TABLE.ViewData input[type=text]
{
    height:16px;
} 
TABLE.ViewData input[type=text], input[type=text].webfresh, TABLE.ViewData textarea, TABLE.ViewData input[type=file], TABLE.ViewData input[type=password]
{
    background-color:#ddf;
    border:solid 1px #49d;
}
TABLE.ViewData textarea.Email
{
    background-color:white;
    font-family:Courier New;
}
TABLE.ViewData select
{
    border-top:solid 1px cornflowerblue;
    border-right:solid 1px cornflowerblue;
    border-left:solid 1px cornflowerblue;
    border-bottom:solid 1px cornflowerblue;
    background-color:#ddf;
}
/* SEARCHOPTIONS TABLE --------------------------------------------------------------------------*/
fieldset.SearchOptions
{
    width:936px;
    padding:0 5px;
}
fieldset.SearchOptions legend
{
    padding:0 5px;
}
div.SearchOptionsContainer
{
    width:930px;
    padding:5px 0 20px 0px;
}
div.SearchOptionsLeftColumn
{
    width:440px;
    float:left;
    clear:both;
}
div.SearchOptionsRightColumn
{
    float:left;
    width:440px;
    padding-left:30px;
    border-left:solid 1px #cccccc;
}
div.SearchOptionsItem
{
    float:left;
    clear:both;
    padding:5px 0 5px 0;
    vertical-align:middle;
    height:12pt;
}
div.SearchOptionsItem Label
{
    color:#aaaaaa;
    font-style:italic;
    cursor:pointer;
    padding-left:20px;
}
div.SearchOptionsItem input[type=text]
{
    height:16px;
} 
div.SearchOptionsItem input[type=text], input[type=text].webfresh, div.SearchOptionsItem textarea
{
    background-color:#ddf;
    border:solid 1px #49d;
}
div.SearchOptionsItem select
{
    border-top:solid 1px cornflowerblue;
    border-right:solid 1px cornflowerblue;
    border-left:solid 1px cornflowerblue;
    border-bottom:solid 1px cornflowerblue;
    background-color:#ddf;
}
/* GENERIC HTML --------------------------------------------------------------------------*/
h1
{
	font-size:150%;
	color: #4b4;
	font-weight: normal;
	margin-bottom:15px;
}
h2
{
	font-size:125%;
	text-decoration:underline;
	color: #4b4;
	font-weight: normal;
}
a
{
	color: #49D;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
.Response
{
    color:Green;
    border-top:dotted green 1px;
    border-bottom:dotted green 1px;
    background-color:#ccf9cc;
    padding:5px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    margin-top:20px;
    margin-bottom:20px;
    line-height:12pt;
}
.Error
{
    color:Red;
    border-top:dotted red 1px;
    border-bottom:dotted red 1px;
    background-color:#f9cccc;
    padding:5px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    margin-top:20px;
    margin-bottom:20px;
    line-height:12pt;
}
.buttonHomePage
{
    background:url("images/HomeGray.png");
    border-top:solid 1px blue;
    width:24px;
    height:24px;
    vertical-align:middle;
}
.buttonHomePage:hover
{
    background:url("images/Home.png");
    border-top:solid 1px red;
    vertical-align:middle;
}
.NavButton
{
    vertical-align:middle;
    height:24px;
    width:24px;
    margin:0px 1px;
    border:0px;
}
.NavButtonSmall
{
    vertical-align:middle;
    height:16px;
    width:16px;
    margin:0px 1px;
    padding:4px;
}
.NoWrap
{
    white-space:nowrap;
}
/* LOGIN --------------------------------------------------------------------------*/
body.Login
{
    background:#7AD url(images/LoginBG.gif) top left repeat-x;
}
.LoginLayout
{
    position: absolute;
    top: 50%;
    left: 50%; 
    width:500px;
    margin-left:-250px;
    margin-top:-175px;
    border:solid 1px black;
    background-color:white;
} 
.LoginContent
{
    margin: 10px 10px;
    width:480px;
}
.LoginLink
{
    margin: 20px 0 10px 0;
    text-align:center;
}
table.LoginTable
{
    width:480px;
}
table.LoginTable td.LoginSpacer
{
    width:20%;
    padding:5px 0;
}
table.LoginTable td.LoginLabel
{
    padding:5px 0;
    width:30%;
    text-align:left;
}
table.LoginTable td.LoginInput
{
    padding:5px 0;
    width:30%;
    text-align:right;
}
div.LoginContent label
{
    vertical-align:top;
    margin-left:5px;
}
.ClearBoth
{
    clear:both;
}