﻿body 
{
	background-color: white;
	margin: 0px;
	color: #787878;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt; 
}

#LeftMenu 
{
 background-image: url(../../images/TemplateImages/Left-Menu-Background.png);
 background-repeat: repeat-y;
 }

#LeftMenu ul
{
 font-family: Tahoma, Verdana, Arial;
 font-size: 8pt;
 margin: 0px 0px 0px 7px;
 PADDING: 0 0 0 0;
 width: 160px; 
 list-style: none;
 display: block;
 white-space: normal;
 }
 
#LeftMenu li
{
 font-family: Tahoma, Verdana, Arial;
 font-size: 8pt;
 margin: 5px 0 0 7px;
 padding: 3px 0px 0px 0px;
 border-top: solid 1px silver;
 width: 140px;
 list-style: none; /*url(../../images/TemplateImages/Bullet.png);*/
  }

#TitleBar
{
  background-image: url(../../images/TemplateImages/PageTitleBackground.png);
  background-repeat: no-repeat;
  height: 42px;
  width: 720px;
  margin: 0px auto 0px auto;
}
.PageTitle
{
  margin: auto 0px auto 60px;
  font-weight: bold;
  font-family: Arial, Helvetica, Calibri;
  font-size: 16px;
  color: #969696;
  padding: 9px 0px 0px 65px;
}

a
{ 
	text-decoration: none;
	color: #4377b4;
}
a:hover
{
	text-decoration: underline;
	color: green;
}


.ContentArea
{
    background-image: url(images/background.jpg); 
    background-repeat: repeat-x; 
    width: 730px; background-color: White;
}

.ContentHeader
{
    background-image: url(images.contentheader.jpg); background-repeat: no-repeat;
}



/* Menu Stufff */
/* MENU SECTION */
/* RadMenu Plain skin */

.RadMenu
{
	background: url('images/Menu/MenuBackground.jpg') repeat-x;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #efefef;
	padding: 0px 2px 0px 0px;
	height: 30px;
	}

.RadMenu_Default
{
/*	border-left: solid 1px #4e7191;
	border-right: solid 1px #071730;*/
	font-size: 11px;
	font-family: Verdana, Calibri, Arial;
	color: #bcbcbc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.RadMenu_Default a
{
	line-height: 30px;
	text-decoration:none;
	color: #efefef;
	padding-left: 10px;	
	padding-right: 10px;
}

.RadMenu_Default a:hover
{
	color: #cecfff;
	text-decoration: underline;
}

.RadMenu_Default_Drop
{
	border: solid 1px #343434;
	border-right: 1px;
	border-bottom: 1px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #121212;
}

.RadMenu_Default_DropItem
{
	background: #14335b;
	border-top: solid 1px #466894;
	border-bottom: solid 1px #343434;
	text-align: left;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
.RadMenu_Default_DropItem a
{
	color: #efefef;
	text-decoration: none;
}
.RadMenu_Default_DropItem a:hover,
.RadMenu_Default_Drop a:hover
{
	color: #cecfff;
}

.RadMenu_Default_DropHover
{
	background: #466894;
	font-weight: normal;
	width:100%;
}
