body 
{
	margin: 0 0 0 0;
	border: 0 0 0 0;
	/*background-color: #232323;*/
	background-image: url(images/PageBackground.jpg);
	background-repeat: repeat; 
	font-family: Verdana, Arial, MS Sans Serif ;
	font-size: 10pt;
	font-style:normal;
	color: #575757;
}
.MainContent
{
	background-image: url(images/ContentBackground.jpg);
}
.formlbl
{
	font-weight:bold;
	font-size: 9pt;
	font-family: MS Sans Serif, Verdana, Arial;
	color: #363636;
}
.formtext
{
	font-weight:normal;
	font-size: 8pt;
	font-family: MS Sans Serif, Verdana, Arial;
}
.PageTitle
{
	color:#363636;
	font-family: Times New Roman, Arial;
	font-size: 14pt;
	font-weight: bold;
	height: 25px;
	border-bottom: solid 1px Black;
}
.AreaTitle
{
	color: #363636;
	font-family: Calibri, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
    border-bottom: solid 1px Black;
}
.MenuBackground
{
	background-image: url(images/headerBg.jpg);
}

.tableReverse
{
	background-color: #000000;
	color: White;
	font-weight:bold;
	background-image: url(images/headerBG.jpg);
	padding: 5px 5px 5px 5px;
}
a
{
	color: #4360aa;
	text-decoration: none;
}
a:link
{
    color: #4360aa;
    text-decoration: none;
    float: left;
}
a:visited
{
	color: #4360aa;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}

/* MENU SECTION */
/* telerikenu Plain skin */

.telerikenu
{
	background: #ececec url('images/MenuItemBackground.gif') repeat-x;
	border-right: solid 1px #bbbbbb;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #666666;
	padding: 0px 0px 0px 0px;
}

.telerikenu_Default 
{
	background: #ececec url('images/MenuItemBackground.gif') repeat-x;
	border-left: solid 1px #bbbbbb;
	height: 20px;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #666666;
	padding: 0px 0px 0px 0px;
}

.telerikenu_Default a
{
	line-height: 20px;
	text-decoration:none;
	color: #666666;
	padding-left: 5px;	
	padding-right: 5px;
}

.telerikenu_Default a:hover
{
	background: #e6e6e6;
	color: #000000;
}

.telerikenu_Default_Drop
{
	border: solid 1px #bbbbbb;
	border-right: 1px;
	border-bottom: 1px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #666666;
}

.telerikenu_Default_DropItem
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
.telerikenu_Default_DropItem a
{
	color: #666666;
	text-decoration: none;
}
.telerikenu_Default_DropItem a:hover,
.telerikenu_Default_Drop a:hover
{
	color: #000000;
}

.telerikenu_Default_DropHover
{
	background: #e6e6e6;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color: #000000;
	width:100%;
}
.HeaderLeft
{
	background-image: url(images/HeaderLeft.png);
}
.HeaderRight
{
	background-image: url(images/HeaderRight.png);
}
.HeaderTopMiddle
{
	background-image: url(images/HeaderTopMiddle.png);
}
.Footer
{
	background-image: url(images/FooterBackground.png);
}
#MenuLinks ul {
    margin-top: 15px;
    margin-bottom: 50px;
    list-style-type: none;
    width: 700px;
    float: left;
}
#MenuLinks li {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.GCMSPageTitle
{
 background-color: #efefef;
 font-family: Cambria , Arial, Verdana, Helvetica;
 font-weight: bold;
 font-size: 14pt;
 color: navy;
 border: solid 1px black;
 padding: 2px 2px 2px 2px;
 margin: 1px 1px 1px 1px;
 width: 100%;
}