/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* NEVO STYLES */
/* background color for the site  */
.nevo_sitebg {
  background-color: #6EB789;
}
/* background color for the date  */
.nevo_datebg {
  background-color: #076A2C;
}
/* text style for the date  */
.nevo_date {
	color: white;
	font-size: 12px;
}
/* text style for the date  */
.nevo_dateleft {
	background: white;
}
/* text style for the menu separator  */
.nevo_menusep {
	color: #076A2C;
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px;
	font-weight: bold;
}
/* background color for the right pane  */
.nevo_sidebg {
  background-color: #F9D16C;
}
/* background color for the banner pane  */
.bannerpane_left {
  padding-left: 20px;
  padding-top: 10px;
  background-color: #97d6ae;
}
.bannerpane_right {
  padding-right: 20px;
  padding-top: 10px;
  background-color: #97d6ae;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}
.contentpane {
	background-color: white;
	padding: 0 10px 10px 0;
	width: 100%;
  height: 100%; 
}
/* background color for the side pane  */
.sidepane {
	background-color: white;
	padding: 10px;
	width: 190px;
	height: 100%;
}
.sidepane2 {
	background-color: white;
	padding: 10px;
	width: 190px;
}
/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head {
   font-family: Trebuchet MS, Verdana, Helvetica;
   font-size:  10pt;
   font-weight: bold;
   color: #5d5d5d;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 13px;
	  color: #000000;
}
table {
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 13px;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
/* site title */
H1  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 26px;
	font-weight: bold;
	color: white;
	margin: 0;
}
/* site subtitle */
H2  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 18px;
	color: #076A2C;
	font-style: italic;
	margin: 0;
}
/* page title */
H3  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.nevo_pagetitle  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
}
/* page title 2 */
H4  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #989898;
	margin: 0;
}
.nevo_pagetitlegrey  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #989898;
}
/* small title */
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
}
/* x-small title */
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
}
.nevo_xsmall  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
}

TFOOT, THEAD    {
}

TH  {
}

/* LINKS */
A:link {
    text-decoration: underline;
    color: #003366;
}
A:visited {
    text-decoration: underline;
    color: #003366;
}
A:active {
    text-decoration: underline;
    color: #003366;
}
A:hover {
    text-decoration: underline;
    color: #ff0000;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

/* LIST */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* Login-Logout */ 
.SkinObject {
    font-size: 9px;
    color: #6F3010;
    font-family: Arial;
    text-decoration: none;
    vertical-align: middle;
}
A.SkinObject:link {
    text-decoration: none;
    color: #6F3010;
}
A.SkinObject:visited {
    text-decoration: none;
    color: #6F3010;
}
A.SkinObject:active {
    text-decoration: none;
    color: #6F3010;
}
A.SkinObject:hover {
    text-decoration: underline;
    color: #6F3010;
}

/* text style for the copyright */ 
.copyright {
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	vertical-align: middle;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
	height: 25px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-style: normal; 
	border: none; 
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #b593c3; 
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 14px; 
	font-style: normal;
	border: none; 
	background-color: transparent;
}
.MainMenu_MenuBreak {
	border: none;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: white; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: white;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuArrow {
	border-right: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

