/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/ 
/* background color for the content part of the pages */
Body
{
    background-color: white;
    height: 100%;    
    }
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid;
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    font-weight: bold;
    font-size: 8.5pt;
    color: #E86610;
    font-family: Verdana,Arial,Thaoma;
    text-decoration: none;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}
/* text style for the body tab */
.pagemaster {	
	background-color: #ffffff;
}
.skinmaster 
{
	background-color: #ffffff;
	BORDER-RIGHT: #E86610 1px solid; 
	BORDER-LEFT: #E86610 1px solid; 
}
.skinmasterPrint
{
	background-color: #ffffff;
	BORDER-RIGHT: #F60400 1px solid; 
	BORDER-LEFT: #F60400 1px solid; 
}
.LeftPane  {
	font-family: Verdana,Arial,Thaoma;
	font-size: 8.5pt;
	padding: 34 0 0 30;
	background: url(img_tree.jpg) no-repeat left top;
}
.RightPane  {
	font-family: Verdana,Arial,Thaoma;
	font-size: 8.5pt;
	padding: 0 13 0 13;
	background: #C04200;
}
.ContentPane  { 
	font-family: verdana,Arial,Thaoma;
	color: #cc0088;
	font-size: 8.5pt;
	padding: 15 15 15 15;
	border-top: solid 1px #E86610;
	border-left: solid 1px #E86610;
	border-right: solid 1px #E86610;
}
.copyright
{
	font-family: Verdana,Arial,Thaoma;
	font-size: 8.5pt;
	color: #000000;
}
.currentDate, a.Hostname
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #000000;  
}

ul li   {
}

ul li li    {
}

ul li li li {
}

ol li   {
}

ol ol li    {
}

ol ol ol li {
}
/* styles fuer die linkliste*/
.Linklist, a.linklist,  a.linklist:link, a.linklist:active, a.linklist:visited
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #005AA9;
	text-decoration: none;
}
a.linklist:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #005AA9; 
	text-decoration: underline;
}
/*style fuer die allgemeine linkdefinition*/
A:link, A:visited, A:active 
{
	font-size: 8.5pt;
	color: #14039C;
	text-decoration: none;
}
A:hover 
{
	font-size: 8.5pt;
	color: #14039C;
	text-decoration: underline;
	/*background-color: #E4F3F6;*/
}.breadcrumbTD {
    color: #ffffff;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
	background: #107349;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active  {
    color: #ffffff;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
}
A.breadcrumb:hover    {
    color: #ffffff;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: underline;
}
/* text style for the selected tab */
.SearchTD {
    color: #000000;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
	background: url(hg_search.gif) repeat-x left top;
}
.SearchTab, A.SearchTab:link, A.SearchTab:visited, A.SearchTab:active {
    color: #000000;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
}
A.SearchTab:hover    {
    color: #14039C;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
}
/* text style for the unselected tabs */
.OtherTabs, A.OtherTabs:link, A.OtherTabs:active, A.OtherTabs:visited {
    color: #ffffff;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
}
A.OtherTabs:hover   {
    color: #14039C;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: underline;
	/*padding: 1px 3px 2px 3px;
	background-color: #FF9900;
	border: solid 1px #4E5ED7;*/
}
.LoginTab, A.LoginTab:link, A.LoginTab:visited, A.LoginTab:active  {
	color: #000000;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
}
A.LoginTab:hover    {
    color: #14039C;
	font-size: 8.5pt;
	font-weight:normal;
	font-family: Verdana,Arial,Thaoma;
	text-decoration: none;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:Verdana, sans-serif; 
    font-size: 8.5pt;
    color:#000000;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active  {
    color:#000000;
}
A.CommandButton:hover    {
    color:#F60400;
}
/* button style for standard HTML buttons */
.StandardButton     {
    font-family:Verdana, sans-serif; 
    font-size: 8.5pt;
    font-weight: normal;
}
/* GENERAL style for module titles */
.TitelBox
{
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
.Head   {
	font-size: 13px;
	font-weight: bold;
	color: #E86610;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Verdana, sans-serif; 
    font-size:  8.5pt;
    font-weight: normal;
    color: #E86610;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 8.5pt;
    color: #000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:Verdana, sans-serif; 
    font-size: 8.5pt;
    font-weight: normal;
}
.NormalRed
{
    font-family:Verdana, sans-serif; 
    font-size: 8.5pt;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family:Verdana, sans-serif; 
    font-size: 8.5pt;
    font-weight: bold
}		 
/* GENERIC */
H1  {
    font-size: 130%;
	color: #E86610;
	font-weight: bold;
}
H2  {
    font-size: 130%;
	color: #000000;
	font-weight: bold;
}
H3  {
    font-size: 115%;
	color: #E86610;
	font-weight: bold;
}
H4  {
    font-size: 115%;
	color: #000000;
	font-weight: bold;
}
H5, DT  {
    font-size: 105%;
	color: #E86610;
	font-weight: bold;
}
H6  {
    font-size: 100%;
	color: #E86610;
	font-weight: normal;
}
HR {
	color: #BBC3D8;
	height: 1px;
	border: solid 1px #BBC3D8;
}
/************************************************************************************************************* 
This uses 2.1.2 Solpart Menu Options. Classes MUST be set in xml or ASCX file to display correctly  on page.
************************************************************************************************************ */
.ActiveRootTab TD{
	line-height: 22px;
	color: #F60400;
	font-family: Verdana,Arial,Thaoma;
	font-size: 8.5pt; 
	font-weight: normal; 
	height: 22px;
}
.BreadcrumbRootTab TD{
	line-height: 22px;
	color: #F60400;
	font-family: Verdana,Arial,Thaoma;
	font-size: 8.5pt; 
	font-weight: normal; 
	height: 22px;
}
.SubActiveRootTab TD{
	cursor: hand; 
	color: #F60400; 
	font-family: Verdana,arial, Tahoma;
	font-size: 8.5pt; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	height: 22px;
}
.MainMenu_MenuContainer {
	color: #000000;
	background-color: Transparent;
	height: 22px; 
}
.MainMenu_MenuBar {
	color: #000000;
	height: 22px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #000000; 
	font-family: Verdana,arial, Tahoma;
	font-size: 8.5pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
	height: 22px;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #ffffff; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid;
	text-align: center;
	width: 15px;
	height: 22px;
	/*display: none;*/
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #ffffff;
	color: #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	/*border ueber den ganzen menue bereich*/ 
	border-bottom: #37504D 1px solid; 
	border-left: #37504D 1px solid; 
	border-top: #37504D 1px solid; 
	border-right: #37504D 1px solid;
}
.MainMenu_MenuItemSel 
{
    background-color: White;
	cursor: hand; 
	color: #F60400; 
	font-family: Verdana,arial, Tahoma;
	font-size: 8.5pt; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	height: 22px;
}
.SubMainMenu_MenuItemSel 
{
    background-color: White;
	cursor: hand; 
	color: #ff0066; 
	font-family: Verdana,arial, Tahoma;
	font-size: 8.5pt; 
	font-weight: normal; 
	font-style: normal;
	border-right: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	height: 22px;
}
.MainMenu_MenuBreak {
	border-bottom: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-top: #ffffff 1px solid;  
	border-right: #ffffff 1px solid; 
	background-color: #ffffff; 
	height: 22px;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	color: #000000;
	font-size: 8.5pt; 
	cursor: hand; 
	border-right: #6E8282 0px solid; 
	border-bottom: #6E8282 0px solid; 
	border-top: #6E8282 0px solid;
	border-left: #6E8282 0px solid;
	height: 22px; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: white;
	font-size: 8.5pt; 
	cursor: hand;
	border-right: #6E8282 0px solid; 
	border-bottom: #6E8282 0px solid; 
	border-top: #6E8282 0px solid;
	border-left: #6E8282 0px solid;
	height: 22px;
}
/*
########################################
NT FORUMS STYLES BEGIN
########################################
*/
.afgrid
{
    background-image: none;
    background-color:#ffffff;
    border:#76767B 1px solid;
    font-size: 8.5pt;
    margin-bottom: 6px;
}
.afgroupheader
{
    background-image: none;
    background-color: #76767B;
    color: #ffffff;
    font-size: 8.5pt;
}
/* 1. Zeile Header vom den einzelnen Foren */
.afgrouprow
{
    background-image: none;
    background-color: #76767B;
    color: #ffffff;
    font-size: 8.5pt;
}
/*2.zeile - feldbeschreibung - forum, posts, replies usws*/
.afheader
{
    background-color: #0069B8;
    color: #ffffff;
}
/*3. zeile mit den einzelnen foren*/
.afforumrow
{
    background-color: #ffffff;
    font-size: 8.5pt;
}
.afsubgrid
{
}
.aflastpost
{
}
.afcrumb
{
}
.afcol1
{
}
.afsubject
{
}
.af_lastpost
{
}
/*
########################################
Event Modul STYLES BEGIN
########################################
*/
.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: #ffffff 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: #ffffff 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 1px solid;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: #ffffff 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 400px;
	height: 400px;
}
.EventTitle
{
	font-weight: bold;
	font-size: 8.5pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: #F60400;
	text-align: center;
}
.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: #ffffff;
	background-color: #F60400;
	text-align: center;
}
/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #ffffff !important;
	padding-top: 0px;
}
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #ffffff !important;
	padding-top: 0px;
}
.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #999999;
}
.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}
.EventDay a, .EventDay a:visited, .EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}
.EventWeekendDay
{
	background-color: whitesmoke;
}
.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}
/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray;
}
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
}
.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	
/*
########################################
STYLES FILEMANAGER BEGIN
########################################
*/
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}
/*
########################################
STYLES WIZARD FRAMEWORK BEGIN
########################################
*/
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8.5pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
/*
########################################
STYLES HELP MODUL BEGIN
########################################
*/
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 8.5pt;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
    
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

