﻿body 
{
	font-family:Tahoma;
	font-size:9pt;
	color:#383838;
	line-height:20px;
	height:100%;
	padding:0px;
	margin:0px;
	border:none;
}

html,
form
{
      margin:0;
      padding:0;
      height:100%;
      border:none
}

a
{
	color:#999C40;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a:visited
{
}

/*******************************/

.TopBar
{
	border-bottom:solid 6px #F0CD30;
}

.Empty
{
	visibility:hidden;
}

.Header
{
	background-image:url(HeaderTile.ashx);
}

.HeaderTable
{
	width:100%;
	height:101px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

.HeaderTable td
{
	background-image:url(HeaderTile.ashx);
	padding:0px;
}

.MenuTable td
{
	background-image:none;
	font-size:8pt;
	line-height:16px;
}

.LogoTd
{
	width:300px;
}

.MenuTd
{
	width:550px;
}

.PageRow
{
}

.Footer
{
	/*position:absolute;*/
	/*bottom:0px;*/
	margin:2px;
	color:Gray;
	padding:2px;
	font-size:8pt;
	text-align:center;
}

/*********************************/

.MenuItem
{
	width:120px;
}

/************************************/

.MainTable
{
	height:100%;
	width:100%;
	empty-cells:show;
}

.MainTable td
{
	border-collapse:collapse;
	padding:0px;
	vertical-align:top;
}

.LeftGutter
{
	background-color:#EAEBD9;
	color:#EAEBD9;
	text-align:right;
}

.RightGutter
{
	background-color:#EAEBD9;
	color:#EAEBD9;
}

.GutterTop
{
	height:100px;
	background-image:url(HeaderTile.ashx);
}

.GutterSecond
{
	background-image:url(GutterTopTile.ashx);
	background-position:top;
	background-repeat:repeat-x;
	height:150px;
}

.Page
{	
	width:900px;
}

.PageContainer
{
	background-image:url(PageTopTile.ashx);
	background-position:top;
	background-repeat:repeat-x;
}

.PageTitle
{
	padding-bottom:24px;
	font-size:22pt;
	color:#F0CD30;
}

.PageTitleEdit
{
	font-size:22pt;
	width:95%;
	color:#F0CD30;
	border:dotted 1px #cecece;
	margin-bottom:24px;
}

.NewsItem
{
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom: dotted 1px #cecece;
}

.PageContent
{
	padding:24px;
}

.PageSubTitle
{
	font-size:12pt;
	color:#999C40;
}

.PageSubTitleSub
{
	color:#939393;
}

.PageSection
{
	padding-top:6px;
	text-align:justify;
}

.SidebarTitle
{
	font-size:12pt;
	color:#999C40;
}

.SidebarSection
{
	padding-top:6px;
	text-align:justify;
	color:#646464;
	font-size:8pt;
}

.GridTable
{
	width:100%;
}

.GridTable thead td
{
	background-color:#EAEBD9;
	padding:2px;
}

.GridTable td
{
	padding:2px;
	border-bottom:solid 1px #EAEBD9;	
}

.Modal
{
	width:620px;
	background-color:White;
	border:solid 1px #cecece;
}

.ModalHeader
{	
	font-weight:bold;
	background-color:#EAEBD9;
	padding:2px;
	padding-left:4px;
	border-bottom:solid 1px #cecece;
}

.ModalFooter
{
	border-top:solid 1px #cecece;
	background-color:#F2F2F2;
	padding:2px;
	text-align:right;
}

.ModalContent
{
	padding:4px;
}

.ModalBackground
{
	background-color:Black;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.Textbox
{
	font-family:Calibri;
	font-size:8pt;
	padding:2px;
	width:500px;
}

.Button
{
	font-family:Calibri;
	font-size:8pt;
	font-weight:bold;
}

/******************************/

.InputLabel
{
	display:block;
	font-weight:bold;
	border-bottom: solid 1px #cecece;
	margin-bottom:12px;
	margin-top:12px;
}

.InputTable
{	
	border:none;
	border-collapse:collapse;
	width:100%;
}

.InputTable td
{
	padding:4px;
	border-bottom: dotted 1px #cecece;
}

.InputTable thead
{
	font-size:7pt;
	font-weight:bold;
}

.InputTableRowAlternate td
{
	background-color:#F5FAE8;
}

.TextBox
{
	width:200px;
	font-family:Tahoma;
	font-size:8pt;
}