/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body {
  font-size: 85%;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FAFAD2;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #800000 1px solid; 
	/*border-top: #23a53e 1px solid; */
	border-left: #800000 1px solid;
	/*border-bottom: #23a53e 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
  width: 728px; 
}
#dnn_ControlPanel {
  background-color: #EEE8AA;
}
.skinheader {
  background-color: #EEE8AA;
  height: 60px;
}
#dnn_dnnLOGO_hypLogo { 
  height: 60px; 
}
#dnn_dnnLOGO_imgLogo {
}
.skingradient {
	/*background-image: url(gradient_DkGreen.jpg); */
  background-image: none;
  height:30px;
  background-color: #EEE8AA;
  border-top: #800000 1px solid;
  border-bottom: #800000 1px solid;
}
.skingradient .skingradient {
  border-top: none;
  border-bottom: none;
}
.skinobject {
  color: #2F4F4F;
}
#dnn_dnnCOPYRIGHT_lblCopyright {
}

.controlpanel {
	width: 100%;
	background-color: #a5dfb1;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 528px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	/* width: 175px; */
        width: auto;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #84d094 0px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 1px solid; 
	border-right: #84d094 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	/* font-size: 9pt;  */
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #84d094; 
	border-left: #84d094 1px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #84d094; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #64c278; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	/* font-size: 9pt; */
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #84d094 1px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 0px solid;
	font-family: webdings; 
	/* font-size: 10pt;  */
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	/* font-size: 10pt;  */
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
  background: #23a53e none; 
  color: #ffffff;
  font-family:Verdana, sans-serif; 
  /* font-size: 11px; */
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #a5dfb1;
	border-right: #23a53e 1px solid; 
	border-top: #23a53e 1px solid; 
	border-left: #23a53e 1px solid; 
	border-bottom: #23a53e 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_MidGreen.jpg);
}
.Head   {
   font-family: Tahoma, Arial, Helvetica;
   /* font-size:  18px; */
   font-weight: normal;
   color: #333333;
}


/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_green {
	width: 100%;
	background-color: #a5dfb1;
        border: none;
	/* border-right: #23a53e 1px solid; 
	border-top: #23a53e 1px solid; 
	border-left: #23a53e 1px solid; 
	border-bottom: #23a53e 1px solid;  */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_green {
	/* background-image: url(gradient_MidGreen.jpg); */
  background-image: none;
  border-bottom: #800000 1px solid
}
.containerrow2_green {
	background-color: #ffffff;
}

HR.containermaster_green {
  background-color: #2F4F4F;
}

/* 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 {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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   {
  color: #2F4F4F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  color: #2F4F4F;
  font-size: 1.0em;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  color: #2F4F4F;
  font-size: 1.0em;
}

/* text style used for most text rendered by modules */
.Normal
{
  font-size: 0.85em;
}

/* 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 */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
  font-size: 1.0em;
}

/* 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 {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}



#dictionary { text-align: left; }









