﻿body 
{
	margin: 0px;
}

h3
{
	font-size: 16px;
	line-height: 18px;	
}

#PageHeader
{
	/*
	width: 798px;
	
	*/
	width: 378px;
	height: 141px;
	padding-left: 400px;
	padding-right: 20px;
	
	background-image: url(images/design_page_header.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color: Gray;
	font-size: 12px;
	font-style:italic;
	letter-spacing: 1px;
}

#PageMenu
{
	float: none;
	clear: both;
	width: 798px;
	height: 34px;
	
	padding-top: 9px;
	
	background-image: url(images/design_menu.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.PageMenu_Item
{
	float: left;
	margin-left: 20px;
	color:#E1F8CE;
}

.PageMenu_Item a:link,
.PageMenu_Item a:visited
{
	color:#E1F8CE;
	text-decoration: none;	
}

.PageMenu_Item a:hover
{
	color:#E1F8CE;
	text-decoration: underline;	
}

#PageContent
{
	width: 798px;
	
	background-image: url(images/design_pagecontent.gif);
	background-repeat: repeat-y;
	}

#PageContent_LeftColumn
{
	
	width: 306px;
	margin-left: 16px;
	
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size: 11px;
	line-height: 14px;
	color: #4F8032;
	text-align: left;
}

#PageContent_LeftColumn a
{
	color: 	#235B04;
}

#PageContent_RightColumn
{
	
	width: 471px;
	padding-left: 5px;
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size: 11px;
	line-height: 14px;
	color: #727272;
	text-align: left;
}

#PageContent_RightColumn p
{
	text-align: justify;	
}

#PageContent_RightColumn a
{
	color: 	#235B04;
}

#PageContent_RightColumn ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: disc;
	
}


#PageContent_RightColumn li
{
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
}


.RightColumnTextBox
{
	width: 451px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	text-align: left;
	
	background-image: url(images/design_textbox_right.png);
	background-repeat:no-repeat;
	background-position: top;
}

.LeftColumnTextBox
{
	width: 286px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	text-align: left;
	
	background-image: url(images/design_textbox_left.png);
	background-repeat:no-repeat;
	background-position: top;
}

#PageFooter
{
	width: 798px;
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size: 10px;
	color: silver;
}

#PageFooter a
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size: 10px;
	color: silver;
}

.DefaultTable
{}

.DefaultTable td
{
	border: 1px solid 	#E4E4E4;
}

.divLoggedUserInfo
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color: Red;
	font-size: 11px;
}

.divLoggedUserInfo a
{
	color: Red;	
}

.ErrorNote
{
	 font-weight: bold;
	 color: Red;	
}


.DataGrid
{}

.DataGrid_Header
{
	background-color: #BFE2A4;	
	color: 	#235B04;
	 font-weight: bold;
}

.DataGrid_AlternatingItem
{
	background-color: #E3E3E3;
}
