/* ================================
CSS STYLES FOR DotNetNuke - MacMe3 - 
NukedSkins 103 - by Nina Meiers - dotnetnuke@xd.com.au - 
DNN 3 & above. Modified March 17th 2005
================================

/* text style for the selected tab */ Body
{
background-color: #4B7D46;
margin-top: 2px;
height: 100%;
background-image: url(MacBG.gif);
border: 0px;
font: 10px Arial;
}

.controlpanel {
width: 100%;
background-color: #E1F9DD;
border: solid #E1F9DD 1px;

}

.BannerBackground {
/*background-image: url(bannerBG.jpg);*/
height: 100px;
}

.MainContentBG {
/*background-image: url(ContentBG.jpg);*/
background-repeat: repeat-x;
padding: 0px;
}

.LeftPane {
background-color: transparent;
padding-right: 5px;
padding-top: 8px;

/*padding:0px;*/
}

.ContentPane { 
background-color: transparent;
/*padding-left: 5px;
padding-right: 10px;
padding-top: 3px;
*/
padding:0px;
padding-left: 5px;
padding-right: 5px;
padding-top:10px;
font: 10px Arial;
}

.TopPane {
padding:0px;
padding-top:10px;
text-align: left;
}

.HeaderPane{
padding:0px;
padding-top:11px;
margin:0px;
}

.RightPane { 
background-color: transparent;
padding-right: 2px;
padding-top: 10px;
width: 240px;
}

.iframe { 
padding:0px;
}

tr.mytable1 {
border:1px solid #C1DAD7;
font-size: 12px;
}

td.mytable1 {
border:1px solid #C1DAD7;
font-size: 12px;
}



table.mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption.mytable {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Arial;
	text-align: right;
}

th.mytable {
	font: bold 11px Arial;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.mytable {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: 10px Arial;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
	font: 10px Arial;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px Arial;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 10px Arial;
	color: #797268;
}




/* text style for the selected tab */

.SelectedTab {
font-weight: normal;
font-size: 9px;
line-height: 0em;
color: #4B7D46;
font-family: Arial;
text-decoration: none;

}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration: none;
color: #4B7D46;
}

A.SelectedTab:visited {
text-decoration: none;
color:#404040;
}

A.SelectedTab:active {
text-decoration: none;
color: #4B7D46;
}

A.SelectedTab:hover {
text-decoration: underline;
color: #6F74A5;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration: none;
color: #6F74A5;
}


/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 8.5pt;
/*color: #6F74A5;*/
color: #365a32;
font-family: Arial;
text-decoration: none;
vertical-align: middle;
}

.Footer {
background-image: url(footer.gif); 
background-repeat: repeat;
height: 30px;
}


/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
/*color:#6F74A5;*/
color: #365a32;
}

A.OtherTabs:visited {
text-decoration: none;
color:#4B7D46;
}

A.OtherTabs:active {
text-decoration: none;
/*color:#6F74A5;*/
color: #365a32;
}

/* GENERAL */
/* style for module titles */
.Head {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #6F74A5;
}

/* style of item titles on edit and admin pages */
.SubHead {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #003366;
padding:0px;
margin:0px;
}

.NewsHead{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #003366;
padding:0px;
margin:0px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #6F74A5;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial;
font-size: 13px;
font-weight: normal;
}

.Links
{
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

.NormalRed
{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #6F74A5;
}

.NormalBold
{
font-family: Arial;
font-size: 11px;
font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-decoration:none;
padding:0px;
margin:0px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
text-decoration: underline;
color: #003366;
}

A.CommandButton:visited {
text-decoration: underline;
color: #003366;
}

A.CommandButton:active {
text-decoration: underline;
color: #003366;
}

A.CommandButton:hover {
text-decoration: underline;
color: #6F74A5;
}

/* GENERIC */
H1 {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #6F74A5;
}

H2 {
font-family: Arial;
font-size: 20px;
font-weight: normal;
color: 8080FF;
}

H3 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #003366;
}

H4 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #003366;
}

H5, DT {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #003366;
}

H6 {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #003366;
}

TFOOT, THEAD {
font-family: Arial;
font-size: 12px;
color: #003366;
}

TH {
vertical-align: baseline;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #003366;
}

/*
UL {
padding:0px;
margin:0px;
list-style-type: square;
}

UL LI {
padding:0px;
margin:0px;
list-style-type: circle;
}*/

/* 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:20;
background-color: Transparent;
}
/* This is add/edit/module management */
.ModuleTitle_MenuItem {
cursor: pointer; 
cursor: hand; 
color: red;
/* color: #6F74A5; original colour */ 
font-family: Arial; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal; 
border-left: white 0px solid; 
border-bottom: white 0px solid; 
border-top: white 0px solid; 
border-right: white 0px solid;
background-color: Transparent;
}

/* This is add/edit/module management */
.ModuleTitle_MenuIcon {
cursor: pointer; 
cursor: hand; 
background-color: #EEEEEE; 
border-left: #EEEEEE 0px solid; 
border-bottom: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid; 
text-align: center; 
width: 15px; 
height: 21px;
}

/* This is add/edit/module management */
.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;
}


/* This is add/edit/module management */
.ModuleTitle_MenuBreak {
border-bottom: #EEEEEE 1px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid; 
border-right: #EEEEEE 0px solid; 
background-color: #EEEEEE; 
height: 1px;
}

.ModuleTitle_MenuItemSel {

cursor: pointer; 
cursor: hand; 
/*color: #6F74A5; */
color: #365a32;
font-family: Arial; 
font-size: 9pt; 
font-weight: bold; 
font-style: normal;
background-color: transparent;
}

ModuleTitle_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #000000 1px solid; 
border-bottom: #FFFFFF 1px solid; 
border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
color: black;
}

.MenuHolder {
background-color: #E1F9DD;
}

/* Main Menu */

.MainMenu_MenuContainer {
background-color: #E1F9DD;
padding-left: 0px;
margin-left: 0px;
height: 23px; 

}
.MainMenu_MenuBreak {
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid; 
background-color: transparent; 
color: #333333; 
font-family: Arial;
font-size: 9pt; 
font-weight: bold; 
font-style: normal;

}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand; 
height: 16;
background-color: #E1F9DD;
}


.MainMenu_MenuItem {
cursor: pointer; 
cursor: hand; 
background-color: transparent; 
/*color: #6F74A5; */
color: #365a32;
font-family: Arial; 
font-size: 11px; 
font-style: normal; 
border-bottom: #505052 0px solid; 
border-top: #505052 0px solid; 
padding: 2px 5px 3px 5px;
height:22px;
}




.MainMenu_MenuIcon {
display: none;
}



/* this is the colour in the dropdown menu */


.MainMenu_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand;
background: #E1F9DD; 
filter: none;
border: 1px solid #B7B8D4;
margin-top: 1px;
padding: 1px;
}

.MainMenu_MenuItemSel {
background: #4B7D46;
cursor: pointer; 
cursor: hand; 
color: #FFFFFF; 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
font-style: normal;
border: 0;
padding: 2px 5px 3px 5px;
}

.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #505052 0px solid; 
border-bottom: #505052 0px solid; 
border-top: #505052 0px solid;
display: none;
}

.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
display: none;
}

A:link {
text-decoration: none;
color: #365A32;
}

A:visited {
text-decoration: none;
color: #365A32;
}

A:active {
text-decoration: none;
color: #365A32;
}

A:hover {
text-decoration: underline;
color: #6F74A5;
}

SMALL {
font-size: 8px;
}

BIG {
font-size: 14px;
}

BLOCKQUOTE, PRE {
font-family: arial;
}

UL {
 list-style-type: disc;
 padding-left:25px;
 padding-top:0px;
margin:0px;
}

UL LI {
list-style-type: square ;
padding:0px;
margin:0px;
}

UL LI LI {
list-style-type: disc;
}

UL LI LI LI {
list-style-type: circle;
}

OL {

}

OL LI {
list-style-type: decimal;
}

OL OL LI {
list-style-type: lower-alpha;
}

OL OL OL LI {
list-style-type: lower-arial;
}

HR {
color: dimgrey;
height:1pt;
text-align:left
}

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
color: #4B7D46;
}

.ModuleTitle_MenuBar {
cursor: pointer; 
cursor: hand; 
height: 21px;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */ 
.Message {
font-family: Arial;
font-size: 11px;
font-weight: normal;
font-size: 11px;
background-color: #eeeeee;
} 

/* style of item titles by Announcements and events */
.ItemTitle {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #365A32;
}

/* Breadcrumbs */
.Breadcrumb{
padding:0px;
margin:0px;
font-family: Arial;
font-size: 11px;
font-style: none;
text-decoration: none;
color: #6F74A5;
}


.TreeViewMenu {
	/*background-color: #dfe5f2;*/
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 1px solid;
	padding:5px;
	/*-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_LtBlue.jpg);*/
}
.Head {
   font-family: Arial;
   font-size:  12px;
   color: black;
}








