

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #dddddd;

}

.pagebg {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_gradient3.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	padding-top: 0px;
}
.page {
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

.BoldHeading{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration; none;
	color: #303030;
}

.SelectedTab {
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #000000;
	text-decoration: none;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#555555;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#000000;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#000000;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#000000;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#555555;
}

/* GENERAL */
/* style for module titles */
.Title
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
}
.Head
{
	font-size: 19px;
	color: #FFFFFF;
	font-family: Arial;
}

.GrayHead
{
	font-size: 19px;
	color: #818181;
	font-family: Arial;
}

/* text style used for most text rendered by modules */

.Normal
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	line-height: 14.5px;
}
.Normal table td
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	line-height: 14.5px;
}


/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #5b2907;
}
.SubHeadDate {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #7aa033;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Garamond, Arial, Verdana;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #000000;
}
A.CommandButton:visited {
    text-decoration:    none;
    color: #000000;
}

A.CommandButton:active {
    text-decoration:    none;
    color: #000000;
}

A.CommandButton:hover {
    text-decoration:    none;
    color: #ff0000;
}
/* GENERIC */
H1 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #432719;
}
H2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #5881aa;
}
H3 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #432719;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #432719;
}
H5, DT {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #432719;
}
H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #432719;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #432719;
}
TH {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8px;
    font-weight:    bold;
    color: #432719;
}
/*_________________________________ Page Links _________________________________________________*/
A:link
{
	font-weight: normal;
	color: #820062;
	font-family: verdana;
	text-decoration: none;
}
A:visited {
	font-weight: normal;
	color: #820062;
	font-family: verdana;
	text-decoration: none;
}
A:active {
	font-weight: bold;
	color: #820062;
	font-family: verdana;
	text-decoration: none;
}
A:hover {
	font-weight: bold;
	color: #820062;
	font-family: verdana;
	text-decoration: none;
}
/*________________________________ End Page Links _______________________________________________*/
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Verdana, Tahoma, Arial, Helvetica;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}

/* Menu-Styles */

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border: none;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 22px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border: none;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #ffffff 1px solid;
	text-align: center;
	width: 15px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #EEEEEE;
	border: none;
	margin-left: 2px;
}

.ModuleTitle_MenuBreak
{
	border: none;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
	border: none;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border: none;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}


/*___________________________________________________________________________________________*/
/* Main Menu  -- items in the Admin and Host Menus */

/* Container for main menu - affects separators up and down */
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 30px;
}


/* Menu bar */
.MainMenu_MenuBar {
	background-color: transparent;
	height: 30px;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: verdana;
	color: #d7ded4;
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #000000;
	border: 0px;

}

/* Container for submenu */
.submenu {
	z-index: 1000;
	background-color: #313c69;
	border: 1px #d8dcf6 solid;
	margin-left: 4px;
	position: static;
	margin-top: 1px;

}
/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #a4a4a4;
	cursor: hand;
	border: 0px;

}


/*_________________________________ Solpartmenu _________________________________________________*/
.rootmenuitem
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	background-color: #336699;
	height: 30px;
	color: #ffffff;

}
.rootmenuitem TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}
.rootmenuitembreadcrumb
{
	font-family: Arial;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	height: 30px;

}
.rootmenuitembreadcrumb TD
{
	padding-left: 10px;
	padding-right: 10px;
}
.rootmenuitemselected
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	height: 30px;
	background-image: url(images/solpart-sel.jpg);
	background-repeat: repeat-x;

}
.rootmenuitemselected TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.rootmenuitemactive
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	height: 30px;
	background-image: url(images/solpart-sel.jpg);
	background-repeat: repeat-x;
}
.rootmenuitemactive TD
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

.MainMenu_MenuBreak
{
	background-image: url(images/solpart-separator.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
}

/*_________________________________ End Solpartmenu _________________________________________________*/

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}

/*_________________________________ Bottom Links, Copyright, Login, Terms _________________________________________________*/

/*________________________ Search Stuff ________________*/

#dnn_dnnSEARCH_txtSearch {
  float:left;
  width:75%;
}
.SearchSkinObject
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}
a.SearchSkinObject:link
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}
a.SearchSkinObject:hover
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}
a.SearchSkinObject:visited
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}




.links_bottom
{
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}
A.links_bottom:link
{
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}
A.links_bottom:visited {
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}
A.links_bottom:active {
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #d3d3d3;
	text-decoration: none;

}
A.links_bottom:hover {
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #d3d3d3;
	text-decoration: none;

}


.Copyright
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: none;
}
a.Copyright:link
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: none;
}
a.Copyright:visited
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: none;
}
a.Copyright:hover
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: underline;
}
.Website
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}


.Login
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
}
a.Login:link
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
}
a.Login:visited
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
}
a.Login:hover
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
}
.User
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
	padding-left: 10px;
}
a.User:link
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-image: url(images/login-separator.jpg);
	background-repeat: no-repeat;
	border: none;
	padding-left: 10px;
}
a.User:visited
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-image: url(images/login-separator.jpg);
	background-repeat: no-repeat;
	border: none;
	padding-left: 10px;
}
a.User:hover
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-image: url(images/login-separator.jpg);
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	padding-left: 10px;
}


.BlackHeader
{
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: #c8c8c8;
	text-transform: uppercase;
}
.WhiteHeader
{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.Breadcrumb
{
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:link
{
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:visited {
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:active {
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:hover {
	font-family: verdana;
	font-weight: normal;
	color:  #5b2907;
	text-decoration: underline;
	font-size: 11px;
	}


/* -------------------------- Side Menu Classes ---------------------------------- */
/* SideMenu  */
/* SideMenu  */

.MenuItem0 HR
{
  background-color: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #bec5cd; border-left: 2px dotted #bec5cd;
}

.MenuItemMouseOver0
{
  background-position: right top;
  background-color: #cccccc !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.MenuItem0
{
  font-size: 8pt; font-weight: normal; padding-bottom: 4px; padding-left: 10px;
  background-color: none; padding-top: 4px;
  border-bottom: 1px solid #bec5cd; border-left: 2px dotted #bec5cd;
}

.MenuItem0 A, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, .MenuItem0 A:Link,
.MenuItemMouseOver0 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver0 A:Hover,
.MenuItemMouseOver0 A:Visited, .MenuItemMouseOver0 A:Link
{

  padding-left: 10px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 8pt;
  color: #316594;
  padding-top: 4px;
  text-decoration: none;
  width: 100%;
}
/* End MenuItem0 */



.MenuHdr0
{
  padding-left: 5px; font-weight: bold;
  font-size: 8pt;
  color: #316594;
  background-color: none;
  border-bottom: 1px solid #bec5cd;
  border-left: 2px dotted #bec5cd;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: default;
}
.MenuItem1 HR
{
  background-color: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #bec5cd; border-left: 2px dotted #bec5cd;
}

.MenuItemMouseOver1
{
  background-position: right top;
  background-color: #cccccc !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.MenuItem1
{
  font-size: 8pt; font-weight: normal; padding-bottom: 4px; padding-left: 10px;
  background-color: none; padding-top: 4px;
  border-bottom: 1px solid #bec5cd; border-left: 2px dotted #bec5cd;
}
.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{
  text-decoration: none; font-size: 8pt;
  padding-left: 5px;
  font-weight: bold;
  color: #316594;
  padding-top: 4px; padding-bottom: 4px; cursor: pointer;
}
.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link,
.MenuItemMouseOver1 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Hover,
.MenuItemMouseOver1 A:Visited, .MenuItemMouseOver1 A:Link
{

  padding-left: 10px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 8pt;
  color: #316594;
  padding-top: 4px;
  text-decoration: none;
  width: 100%;
}

/* SideMenuLevel2  */
.MenuHdr1
{
  font-size: 8pt;
  color: #316594;
  padding-left: 10px; font-weight: bold; padding-bottom: 4px;
  background-color: none; padding-top: 4px; cursor: default;
  border-left: 2px dotted #bec5cd;
}
.MenuItem2 HR
{
  background-color: #e5e5e5;
  border-top: none;
  border-right: none;
border-bottom: 1px solid #bec5cd; border-left: 4px dotted #bec5cd;
}

.MenuItemMouseOver2
{
  background-position: right top;
  background-color: #cccccc !important;
    padding-top: 4px;
  padding-bottom: 4px;
}

.MenuItem2
{
  font-size: 8pt;
  font-weight: normal;
  color: #316594;
  padding-bottom: 4px;
  padding-left: 20px;
  background-color: none; padding-top: 4px;
  border-bottom: 1px solid #bec5cd; border-left: 2px dotted #bec5cd;
}
.MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Hover, .MenuHdr1 A:Visited, .MenuHdr1 A:Link
{
  text-decoration: none; font-size: 8pt;
  color: #316594;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 4px; cursor: pointer; display: block;
}
.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Hover, .MenuItem2 A:Visited, .MenuItem2 A:Link,
.MenuItemMouseOver2 A, .MenuItemMouseOver2 A:Active, .MenuItemMouseOver2 A:Hover,
.MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Link
{

  padding-left: 20px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 8pt;
  color: #316594;
  padding-top: 4px;
  text-decoration: none;
  width: 100%;
}

.MenuCurrentPage
{
  color: #696969;
}

.currentItemHighlight1
{
  padding-left: 0px;
  font-size: 8pt; color: #830062; font-weight: bold; width: 100%;
}

.currentHeaderHighlight0
{
  padding-left: 5px;
  font-size: 8pt; color: #830062; font-weight: bold; width: 100%;
}

.currentItemHighlight2
{
  padding-left: 15px;
  font-size: 8pt; color: #830062; font-weight: bold; width: 100%;

}

.currentHeaderHighlight1
{
  padding-left: 3px;
  font-size: 8pt; color: #830062; font-weight: bold; width: 100%;
}








/* -------------------------- Site Specific Classes ---------------------------------- */

.LogoBack
{
	background-image: url(images/logo-background.jpg);
	background-repeat: repeat-x;
}

.ContentColumn
{
	background-image: url(images/content-column.jpg);
	background-repeat: repeat-y;
}





/* ----------------------- Ben CSS NavMenu Additions 11-11-09 --------------------------*/


/* ----------------------- dnn NavMenu style ----------------------- */
/* ----------------------- main menu td ----------------------- */


.main_dnnmenu_bar
{
	cursor:pointer;
	font-size: 11px;
	background-color:transparent;
	border: none;
	padding: none;
	height: 29px;

}

main_dnnmenu_container
{
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	background-color: #336699;
	color: #ffffff;
	padding: 0 9 0 9;
	border-left: 1px solid #336699;
	border-right: 1px solid #ffffff;
	line-height: 31px;
	height: 29px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	background-image: url(images/solpart-sel.jpg);
	background-repeat: repeat-x;
	padding: 0 9 0 9;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	line-height: 31px;
	height: 29px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	background-image: url(images/solpart-sel.jpg);
	background-repeat: repeat-x;
	padding: 0 9 0 9;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	line-height: 31px;
	height: 29px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #F8FAFF;
	border: 0px;
	z-index: 1000;
	height: 25px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td, .ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #336699;
	border: 0px;
	z-index: 1000;
	height: 25px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}



/* ----------------------- SubMenu-Styles ----------------------- */

/* ----------------------- Module Title Menu ----------------------- */
.ModuleTitle_MenuContainer
{
	border: none;

}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 22px;
	background-color: Transparent;

}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #EEEEEE;
	border: none;
	margin-left: 0px;
	border: 1px solid #C0D6E5;
}

.ModuleTitle_MenuBreak
{
	border: none;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItem
{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #F8FAFF;
	z-index: 1000;
	height: 25px;
}

.ModuleTitle_MenuItemSel
{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #336699;
	z-index: 1000;
	height: 25px;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border: none;
	padding: 0 4 0 4;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border: none;
	padding: 0 0 0 4;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}