﻿/* 
	author: Luka Cvrk (www.solucija.com)
	project: Open Source Web Design contest, Theme: Fall (Autumn)
*/

/* {START CSS BARBECUE} */

/* Piers */


body {
	margin: 0px; 
	padding: 0px; 
	font-size: 100%;
	color: #fff;
	height:auto !important;
	background:url(images/bg.jpg) repeat-x bottom left #6c0007;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	scrollbar-arrow-color:  #fff;
	scrollbar-base-color: #9c9127;
	scrollbar-dark-shadow-color: #5d5d17;
	scrollbar-track-color: #7e7418;
	scrollbar-face-color: #9c9127;
	scrollbar-shadow-color: #b4ac5b;
	scrollbar-highlight-color: #b4ac5b;
	scrollbar-3d-light-color: #b3a954;
	
	-moz-scrollbar-arrow-color:  #fff;
	-moz-scrollbar-base-color: #580008;
	-moz-scrollbar-dark-shadow-color: #490309;
	-moz-scrollbar-track-color: #580008;
	-moz-scrollbar-face-color: #990000;
	-moz-scrollbar-shadow-color: #490309;
	-moz-scrollbar-highlight-color: #490309;
	-moz-scrollbar-3d-light-color: #490309;
}
html {
	scrollbar-arrow-color:  #fff;
	scrollbar-base-color: #9c9127;
	scrollbar-dark-shadow-color: #5d5d17;
	scrollbar-track-color: #7e7418;
	scrollbar-face-color: #9c9127;
	scrollbar-shadow-color: #b4ac5b;
	scrollbar-highlight-color: #b4ac5b;
	scrollbar-3d-light-color: #b3a954;
	
	-moz-scrollbar-arrow-color:  #fff;
	-moz-scrollbar-base-color: #580008;
	-moz-scrollbar-dark-shadow-color: #490309;
	-moz-scrollbar-track-color: #580008;
	-moz-scrollbar-face-color: #990000;
	-moz-scrollbar-shadow-color: #490309;
	-moz-scrollbar-highlight-color: #490309;
	-moz-scrollbar-3d-light-color: #490309;
}

/* LINKS */
a, a:active, a:visited, a:link, a.Normal, a.Normal:active, a.Normal:visited, a.Normal:link, .Normal a, .Normal a:active, .Normal a:visited, .Normal a:link, a.CommandButton, a.CommandButton:active, a.CommandButton:visited, a.CommandButton:link, .CommandButton a, .CommandButton a:active, .CommandButton a:visited, .CommandButton a:link, .SubHead a, .SubHead a:active, .SubHead a:link, .SubHead a:visited, a.SubHead, a.SubHead:active, a.SubHead:link, a.SubHead:visited { 
	color: #ccc;
	text-decoration:underline;
}

tr.FileManager_Item td a.Normal, tr.FileManager_AltItem td a.Normal	{
	color: #000;
}

a:hover, a.Normal:hover, .Normal a:hover, a.CommandButton:hover, .CommandButton a:hover, .SubHead a:hover, a.SubHead:hover { 
	color: #ccc;
	text-decoration:none;
}
.SubHead {
	color:#add8e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.SubHeadDate {
	color:#add8e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#logo {
	position:absolute;
	width:300px;
	height:80px;
	margin:30px 0px 0px 30px;
}
#logo h1 {
	display:none;
}
/*img {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/img1.png',sizingMethod=scale);
}*/

/* HEADINGS */
strong{
	COLOR: #fff;  TEXT-DECORATION: none;}
strong A { COLOR: #ccc;  TEXT-DECORATION: none }
strong  A:hover { COLOR: #ccc; TEXT-DECORATION: underline}

H1 {
	font-size:130%;
	COLOR:#fff;
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:140%;
	font-weight:bold;
}
H2 {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE:110%;
	PADDING-BOTTOM: 1px;
	COLOR: #fff;
	PADDING-TOP: 1px;
	LETTER-SPACING: 1px;
	TEXT-ALIGN: left;
	background-image: none;
	background-repeat: no-repeat;
	
}
.img {
	position:absolute;
	margin:20px 0px 0px 20px;
	width:300px;
	height:70px;
}
.image {
	border:0px solid #ccc;
	padding:3px;
	margin:5px;
}

b { COLOR: #fff;  TEXT-DECORATION: none;
	PADDING-BOTTOM: 2px;
 }
b A { COLOR: #ccc;  TEXT-DECORATION: none }
b  A:hover { COLOR: #fff; TEXT-DECORATION: underline}


/* PARAGRAPH */
p { 	
	/*color: #fff; */
	line-height:120%; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	background-color: inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:120%; 
}

table{
	/*color:#fff;*/
}

ul, li, li{
	COLOR: #fff;
	font-weight:normal;
	list-style:circle;
}

/*-------------------------
DIVS IN ORDER OF APPEARANCE 
-------------------------*/

/* WRAP, HOLDS EVERYTHING TOGETHER */
#Wrapper {
	margin: 0px auto; 
	padding: 0px; 
	width: 844px; 
	color:#990000;
	background-repeat:repeat-y;
	background-position:30px 0px;
	margin-left:auto;
	margin-right:auto;
	height:auto !important;
	font-size:0.9em;
}

.clear {
	width:100%;
	font-size: 1px !important;
	line-height: 1px !important;
	height:1px !important;
	clear:both;
}

.middlepane{
	margin: 0px auto; 
	padding: 0px; 
	width: 806px; 
	color:#990000;
	margin-left:17px;
	margin-right:17px;
	}

#wrapper{
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#990000;
	background-repeat:repeat-y;
	background-position:0px 0px;
	float:center;
}

#sider { 
	margin: 0px; 
	padding: 0px; 
	width: 860px;
	margin: 0px 0px 0px 0px ;
	/*height:100%;*/
	/*height:auto !important;
	min-height: 100%;
	max-height: 100%;*/
}


#header { 
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px; 
	margin-right:0px;
/*	padding: 55px 0 0 100px; */
	background-color: inherit;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color:#570009;
	height: 152px;
	width:100%;
	color: #919FAE;
	font-weight: bold;
	font-size: 1.3em;
}


/* HORIZONTAL MENU */
#hmenu { 
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	width:100%;
	height:23px;
	background: #9B9127 url(images/navbar.jpg) no-repeat top left;
	/*text-align:center;*/
}

.toplinks {
	font-weight:bold;
	color: #ccc;
	width:171px;
	height:50px;
	margin-left:auto;
	padding-top:62px;
}

/* LEFT COLUMN */
#left_column {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 213px;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-color:#990000;
	/*height:100%;*/
}

#left_column p { 
	color: #828482; 
	padding: 7px; 
	margin: 0px;
	background-color: inherit;
}


/* MAIN MENU (LEFT) */
#menu {
	background-color:#590004;
	width:212px;
}

.AddresspaneMain {
	font-weight: bold;
	color: #ffffff;
	vertical-align:top;
	width:100%;
	float:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(images/down_image_new.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:213px;
	height:269px;
	margin-left:0px;
}
.Addresspane {
	color: #ffffff;
	vertical-align:top;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-weight:normal;
}

.Addresspane p{
	color:#FFFFFF;
}

.Addresspane b{
	color:#FFFFFF;
	font-weight:bold;
}

.Addresspane strong{
	color:#FFFFFF;
	font-weight:bold;
}

.Addresspane a{
	color:#CCCCCC;
	vertical-align:top;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-weight:normal;
}
.Addresspane a:hover{
	font-weight: bold;
	color: #ffffff;
	vertical-align:top;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
	text-align:left;
	font-weight:normal;
	text-decoration:underline;
}
.Address {
	font-weight: bold;
	color: #ffffff;
	vertical-align:top;
	width:100%;
	float:left;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#86020F;
	width:213px;
	margin-left:5px;
}
#menu a {
	display: block;
	line-height: 20px;
	padding: 0px 0px 0px 4px;
	color: #353F49;
	background: #FFFFFF;
}

#menu a:hover {
	background: #353F49;
	color: #FFF;
}

/* LINK TITLE - visible on hover */
/*.underline {
	border-bottom: 1px dotted #74879A;
}
*/
.white { 
	color: #FFF; 
	background-color: inherit;
	background: url(images/menudivider.gif);
	background-repeat: no-repeat;
	background-position: center left; 
	padding: 0px 0px 0px 8px; 
}


#right_column {
	/*float: right;*/
	/*margin: 0px 15px 0px 0px;*/
	/*background-image:url(images/back_img.jpg);
	background-repeat:repeat-y;*/
	width:580px;
	padding: 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	vertical-align:top;
	/*height:100%;*/
	float:right;
	clear:right;
 }
 
#RightPaneMain {
	width:590px;
	padding:0px;
	margin:0px;
	float:right;
	height:615px;
	/*background:url(images/rightbg.jpg) top left;*/
	overflow-y:auto;
	/*overflow-x:hidden;*/
	overflow-x:auto;
 }

/* MAIN ARTICLES */
.main_article {
	margin: 0px 0px 2px 0px; 
	padding: 0px 30px 8px 0px; 
}

.main_article p {
	padding: 3px 8px 0px 4px;
}

/* THE FOLLOWING SHORT ARTICLES */
.other { 
	margin: 0px 0px 0px 0px;
}

.other p { 
	padding: 5px; 
	color: #808080;
	background-color: inherit;
}

/* LEFT SHORT ARTICLE */
.left { 
	
	width: 44%;  
	float: left; 
	background: #eee url(images/greybg.gif) repeat-x top left; 
	padding: 5px;
	color: #808080; 
}

/* RIGHT SHORT ARTICLE */
.right {  
	float: left; 
	width: 44%; 
	background: #FDF7DF url(images/yellowbg.gif) repeat-x top left; 
	/*border-left: 2px solid #FFF; */
	padding: 5px; 
	color: #808080;
}

/* FOOTER */

#footer { 
	width: 100%;
	background: url(images/ftbar.jpg) no-repeat top left;
	text-align: center; 
	color: #6C6A6A;
	height:23px;
	font-weight:bold;
	line-height:23px;
	text-align:center;
	font-size:0.8em;
}
#footer2 { 
	width: 100%;
	text-align: center; 
	color: #6C6A6A;
	height:23px;
	line-height:23px;
	font-weight:bold;
}
#footer a { 
	color: #6C6A6A;
	font-size:0.8em;
	text-decoration:none;
	word-spacing:0px;
}
#footer a, #footer a:active, #footer a:link, #footer a:visited, a.links, a.links:active, a.links:link, a.links:visited { 
	color: #6C6A6A;
	font-size:0.8em;
	text-decoration:none;
}

#footer a:hover { 
	color: #6C6A6A;
	font-size:0.8em;
	text-decoration:none;
}

#ContentMain {
	background:url(images/contentbg.jpg) no-repeat top left;
	overflow-x:hidden;
	/*color:#fff;*/
}
.contentbg-top {
	background:url(images/contentbg-top.jpg) no-repeat top left;
	width:100%;
}
.contentbg-mid {
	background:url(images/contentbg-mid.jpg) repeat-y top left;
	width:100%;
}
.contentbg-bot {
	background:url(images/contentbg-bot.jpg) no-repeat bottom left;
	width:100%;
}
.content {
	/*color:#fff;*/
	padding-bottom:5px;
	padding-left:7px;
	padding-right:20px;
	padding-top:10px;
}
.content .Normal, .content td, .content div, .content p {
	color:#FFFFFF;
}
.Searchpane {
	font-weight: bold;
	color: #000000;
	text-align:center;
	vertical-align:middle;
	width:213px;
	height:25px;
	padding: 0px;
	padding-bottom:5px;
	padding-top:5px;
	float:left;
}


#LeftPaneMain {
	float:left;
	width:216px;
	color:#FFFFFF;
}
.leftbg-top {
	background:url(images/leftbg-top.jpg) no-repeat top left;
	width:100%;
}
.leftbg-mid {
	background:url(images/leftbg-mod.jpg) repeat-y top left;
	width:100%;
}
.leftbg-bot {
	background:url(images/leftbg-bot.jpg) no-repeat bottom left;
	width:100%;
}
.leftcontent {
	margin:10px 0px 0px 0px;
}
/* {END BARBECUE} */


.loud1 {
	width: 100%;
	height: 100%;
}
.loud2 {
	width: 90%;
}
.loud3 {
	float: left;
	width: 25%;
}
.loud1 .loud4 {
	float: left;
	width: 55%;
}
.loud5 {
	float: left;
	width: 20%;
}
.loud7 {
	width: 20%;
	float: right;
}
.loud1 .loud6 {
	float: left;
	width: 25%;
}


#leftcolumn{
float: left;
width: 213px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*  links  */

#menutop {
	display:block;
	width: 130px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	color:#ccc;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration:none;
	padding-top:5px;
	float:left;
	text-align:center;
}

#menutop1 {
	display:block;
	width: 190px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	color:#ccc;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration:none;
	padding-top:5px;
	float:left;
	text-align:center;
}

#menutop1 a{
	display:block;
	width: 190px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	color:#ccc;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration:none;
}

#menutop1 a:hover{
	display:block;
	width: 190px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	color:#990000;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration:none;	
}
#menutop a{
	display:block;
	width: 130px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	color:#ccc;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration:none;
}

#menutop a:hover{
	display:block;
	width: 130px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	color:#990000;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration:none;	
}
#menutopimg {
	display:block;
	width: 12px;
	margin: 1px 0 1px 0 !important;
	margin: 0;
	float:left;	
}


.lefttxt{
	width:20%;
}

.righttxt{
	width:80%;
	float:right;
}
.Head {	
	color:#ccc;
}
.Help, div.Help, .Help span {
	color:#6c0007;
}
.download_broucher, a.download_broucher {
	background:url(images/download_broucher.gif) no-repeat top left;
	width:170px;
	height:31px;
	display:block;
	margin:10px;
}
.download_specific, a.download_specific {
	background:url(images/download_specifications.gif) no-repeat top left;
	width:200px;
	height:31px;
	display:block;
	margin:10px;
}
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #43494D;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:center; 
	line-height:40px;
	padding:12px 12px 12px 12px;
	margin-right:1px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-size: 13px; 
	font-weight:bold;
	text-align:center;
	line-height:40px;
	padding:12px 12px 12px 12px;
	background:url(../images/menu_hover.gif) repeat-x top left;
	margin-right:1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 13px;
	line-height:40px;
	padding:12px 12px 12px 12px;
	background:url(../images/menu_hover.gif) repeat-x top left;
	margin-right:1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}
/*--------- dnn menu style ----------*/
/* main menu td *//*
.main_dnnmenu_bar 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size: 12px; 
	height:23px;
	line-height:23px;
	background-color:transparent;
}

.main_dnnmenu_rootitem  
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px; 
	font-weight:bold;
	text-align:center; 
	line-height:23px;
	padding:5px 30px 5px 30px;
}

.main_dnnmenu_rootitem_hover {
	line-height:23px;
	padding:5px 30px 5px 30px;
	background:#000000;
	color: #ffffff;
}
.main_dnnmenu_rootitem_hover td
{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:bold;
	text-align:center; 
	background:transparent;
}

.main_dnnmenu_rootitem_selected 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px; 
	font-weight:bold;
	text-align:center; 
	line-height:23px;
	padding:5px 30px 5px 30px;
	background:#000000;
}

.main_dnnmenu_submenu 
{
	background:#000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

.main_dnnmenu_submenu td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:noraml;
	text-align:left;
	height:20px;
	line-height:20px;
}

.main_dnnmenu_item {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:noraml;
	text-align:left; 
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
.main_dnnmenu_itemhover, .main_dnnmenu_itemselected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:noraml;
	text-align:left; 
	text-decoration:none;
	background:#570008;
	padding:0px 5px 0px 5px;
}
.main_dnnmenu_itemselected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:noraml;
	text-align:left; 
	text-decoration:none;
	background:#570008;
	padding:0px 5px 0px 5px;
}
.main_dnnmenu_item td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:noraml;
	text-align:left; 
	text-decoration:none;
	background:transparent;
	padding:0px 5px 0px 5px;
}
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px; 
	font-weight:noraml;
	text-align:left;
	padding:0px 5px 0px 5px;
}

.main_dnnmenu_break
{
	height: 2px;
}
*/
/**********  ***********/

.MainMenu_MenuContainer
{
     border: 0px solid green;
     background-color: tranparent;
	 width:700px;
	 margin-left:80px;
}
table.MainMenu_MenuContainer {
	/*margin-left:100px;*/
	 width:700px;
}
.MainMenu_MenuBar
 {
    cursor: pointer;
    height: 23px;
}
.MainMenu_MenuItem
{
    cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-color: #000;
	color:#FFFFFF;
	border:0px;
    height: 23px;
}
.MainMenu_SubMenu {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: black;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	color:#FFFFFF;
	border:0px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-color: #000;
	color:#FFFFFF;
	border:0px;
    height: 23px;
}
.MainMenu_RootMenuItem, .MainMenu_RootMenuItem td
{
    border: solid 0px purple;
    background-color: transparent;
	color:#000000;
    font-weight: bold;
	padding:0px 20px 0px 20px;
} 
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemActive td
{
    border: solid 0px purple;
    background-color: #000;
    height: 23px;
	color:#FFFFFF;
    font-weight: bold;
	padding:0px 20px 0px 20px;
}
.MainMenu_RootMenuItemSelected, .MainMenu_RootMenuItemSelected td
{
    border: solid 0px purple;
    background-color: #000;
    height: 23px;
	color:#FFFFFF;
    font-weight: bold;
	padding:0px 20px 0px 20px;
}
.MainMenu_RootMenuItemBreadcrumb, .MainMenu_RootMenuItemBreadcrumb td
{  
    background-color: #000;
    height: 23px;
	color:#FFFFFF;
    font-weight: bold;
}
.MainMenu_SubMenuItemActive
{
    border: solid 0px purple;
    background-color: #570008;
    height: 23px;
	color:#FFFFFF;
	font-weight:normal;
	border:0px;
}
.MainMenu_SubMenuItemSelected
{
    border: solid 0px purple;
    background-color: #570008;
    height: 23px;
	color:#FFFFFF;
	font-weight:normal;
	border:0px;
}
.MainMenu_MenuArrow
{
    display: none;
}.MainMenu_RootMenuArrow
{
    display: none;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 0px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 0px solid; 
    border-right: #EEEEEE 0px solid;
    background-color: #000;
	border:0px;
	border:none;
}.MainMenu_MenuIcon
{
    display: none;
}

/**************************/

tr.ModuleTitle_MenuItem, tr.ModuleTitle_MenuItem td, tr.ModuleTitle_MenuItem td span {
	color:#000000 !important;
}

.RadEDropDownTable, table.RadEDropDownTable, .RadEDropDownTable tr, .RadEDropDownTable td, .RadEDropDownFont, table.RadEDropDownFont, .RadEDropDownFont tr, .RadEDropDownFont td, .ContentElement, div.ContentElement, .ContentElement table, .ContentElement tr, .ContentElement td {
	background-color:#9b9127 !important;
}
.RadEDropDownOff, table.RadEDropDownOff, .RadEDropDownOff tr, .RadEDropDownOff td, .RadEDropDownOff div, .RadEDropDownOff span, .RadEDropDownOffOver, table.RadEDropDownOffOver, .RadEDropDownOffOver tr, .RadEDropDownOffOver td, .RadEDropDownOffOver div, .RadEDropDownOffOver span, .RadEDropDownOn, table.RadEDropDownOn, .RadEDropDownOn tr, .RadEDropDownOn td, .RadEDropDownOn div, .RadEDropDownOn span, .RadEToolText, td.RadEToolText, .RadEModule, div.RadEModule, .RadEModule span {
	color:#9b9127 !important;
}
.RadEContentContainer, td.RadEContentContainer {
	height:400px !important;
}

tr.DataGrid_AlternatingItem, .DataGrid_AlternatingItem, .DataGrid_AlternatingItem td, tr.DataGrid_AlternatingItem td {
	color:#000000;
}