body
{

	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
	padding: 0px 0px 0px 0px;


	
}


p,ul,td,li,.text
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
}

input, .dropDownList
{
	font-size: 11px;
/*
    border-color: #004D00;
	border-style: solid;
	border: 2px;
*/
	background: White !important;
}

/* no borders arround checkboxes/radiobuttons */
input[type="checkbox"], input[type="radio"]
{
   font-size: 11px;
   background: transparent;
   border: 0;
}

.mandatoryField
{
	background-color: #FFFFCC !important;
}

span.CheckboxInput input
{
   background: transparent;
   border: 0;
}

img
{
	border: 0;
}

.style1
{
	font-size: 18px;
	font-weight: bold;
	/* color: #009900; */
}

.style2
{
	/* color: #009900; */
	font-weight: bold;
}

.style3
{
	font-size: 10px;
	font-weight: bold;
	/*color: #009900;*/
}

a.greenlink:link, a.greenlink:visited, a.hotlink:link, a.hotlink:visited, #CategoryItem a:link, #CategoryItem a:visited
{
	/*color: #009900;*/
	text-decoration: underline;
}

a.greenlink:hover, a.hotlink:hover, #CategoryItem a:hover
{
	/*color: #555555;*/
	text-decoration: underline;
}

.StoreItemTitle
{
	color: #FFFFFF;
	background-color: #CCCC98;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
	
}

.fatLi
{
	padding-bottom: 12px;
}
li
{
	margin-left: 15px;
}

.greybox
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 3px;
}

#Title, #TitleLogo, #TitleNoLogo, .ContentTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #002900;
	min-height: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 50px;
}

.SubTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #002900;
	min-height: 10px;
	padding-top: 10px;
	margin-right: 50px;
}

.bold9
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;	
}
.newText
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
}
.newHeader
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
.TitleImage
{
	left: 2px;
	padding-bottom: 25px;
		
}

#TitleLogo
{
	background-image: url('images/title-background.jpg');
	
	background-repeat: repeat-x;
	background-position: center;
	
	padding-top: 20px; 
	width: 100%;
	padding-bottom: 0px;

	
	/*
	height: 25px;
	padding-top: 75px;
	margin-bottom: 10px;
*/
}

.GrayRow
{
	background-color: LightGray;
}

.TickBox
{
	font-weight: bold;
	font-size: medium;
	text-align: center;
}

div.TableList 
{
	margin-bottom:20px;
	padding-left:30px;
}

.BoldGreen
{
	color: #009900;
	font-weight: bold;
}

.ErrorLabel
{
	color: Red;
}

.SuccessLabel
{
	color: #009900;
}

.LoginErrorLabel
{
	color: #FF6600;
}

.SearchGridHeader
{
	white-space: nowrap;
	font-weight: bold;
}

.UserSettings
{
	background-color: #186D1A;
	padding: 10px;
	color: White;
}

.DocLink
{
}

#LoginDiv a, #LoginDiv a:visited
{
	color: White;
	text-decoration: underline;
}

.BiggerText
{
	font-size: 1.3em;
}

table.HolidayTable
{
	margin-top: 1em;
}

table.HolidayTable th
{
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color:#009900;
}

.HolidayHighlightText
{
	text-decoration: underline;
	font-weight: bold;
}

td.HolidayDate
{
	min-width: 5em;
	white-space: nowrap;
}

a.greylink
{
	color:#666666;
}
a.greylink:hover
{
	color:#009900;
}

a.whitelink
{
	color: #FFFFFF;
}
a.white:hover
{
	color: #FFFFFF;
}

img.ImageHover
{
	border:2px solid #FFFFFF;
	padding:5px;
}
img.ImageHover:hover
{
	border:2px solid #009900;
}

.SearchGridRow, .SearchGridRow td, .SearchGridPager
{
	border: silver 1px solid;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupFrame
{
	font-weight: bolder;
}

.modalPopupHeader
{
	padding: 3px;
	background-color: #006600;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-bottom-style: none;
	color: #FFFFFF;
}

.modalPopupContent
{
	background-color:White;	
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-color: Black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopupButtonBar
{
	background-color:White;	
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-style: solid;
	border-top-style: none;
	border-width: 1px;
}

.MaskedTextboxFocused
{
	background-color: #CCCC98;
}

.MaskedTextboxInvalidInput
{
	background-color: Red;
}

.WebBolHeader
{
	color: White;
	background-color: Green;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.ButtonBar
{
	margin-top: 10px;
}

.bolTextField
{
	width: 120px;
	text-align: right;
	vertical-align: middle;
}

.bolValueField
{
	width: 170px;
	text-align: left;
	vertical-align: middle;
}

.hidden
{
	display: none;
}

.newFooter
{
	text-align: center;	
	background-color: #CCCCCC;
	border: 1px solid black;
}

a.footerlink:link
{
	color: black;
	text-decoration: none;
}

a.footerlink:visited
{
	color: GrayText;
	text-decoration: none;
	
}

.rootNode
{
	font-size: medium;
}

a.leftLink, a.leftLink:visited 
{
	color:#006600;
	font-weight: bold;
}
a.leftLink:hover
{
	color:#009900;
	font-weight: bold;
	
}

.ub
{
	font-weight: bold;
	text-decoration: underline;
}

.ubt
{
	text-decoration: underline; 
	font-weight: bold; 
	text-transform: uppercase;
}
