/* 
================================
Skin styles for DotNetNuke - For DotNetNuke 3
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #eae7d1;
}
.skinmaster {
	height: 100%;
	background-color: #eae7d1;
	/*BORDER-RIGHT: #1E5589 1px solid; 
	BORDER-TOP: #1E5589 1px solid; 
	BORDER-LEFT: #1E5589 1px solid; 
	BORDER-BOTTOM: #1E5589 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}

.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:22px;*/
}
.controlpanel {
	width: 100%;
	background-color: #f1efe1;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newspanel {
	background-color: #f1f0e0;
	padding: 10px 5px;
	width:160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:28px;
	color: transparent;
}

.RootMenuItem TD{
	cursor: pointer;
	cursor: hand;
	color: #516300;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	border: 0px solid #006600;
	height:28px;
}
.RootMenuItemSelected TD{ 
	background-image: url(rootmenu_sel.gif);
	background-repeat:repeat-x;
	cursor: pointer; 
	cursor: hand; 
	color: #3e2400; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height:28px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #516300;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color:transparent;
	border: 0px solid #006600;
}
.MainMenu_MenuIcon {
	border-left: 0px solid #ccd5a6;
	border-bottom: 0px solid #ccd5a6;
	border-top: 0px solid #ccd5a6;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
	background-color: #ccd5a6;
}
.MainMenu_SubMenu {
	background-color: #ccd5a6; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}


.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-image: url(submenu_sel.gif);
	background-repeat: repeat-x; 
	cursor: pointer; 
	cursor: hand; 
	color: #3e2400; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: 0px solid; 
	border-bottom: 0px solid; 
	border-top: 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #516300;
	
}
.StandardButton     {
    background-color: #78900f; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #F5F5F5;
	BORDER-RIGHT: #1E5589 1px solid; 
	BORDER-TOP: #1E5589 1px solid; 
	BORDER-LEFT: #1E5589 1px solid; 
	BORDER-BOTTOM: #1E5589 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: #333333;
}

/* Custom Tags */

/* Main Header */
.HeaderBackground {
	background-color: transparent;
	width: 795px;
	height: 120px;
}

.SearchArea {
	padding-right:20px;
}

.SearchAreaText {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
}
A.SearchAreaText:link  {
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A.SearchAreaText:active  {
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A.SearchAreaText:visited  {
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A.SearchAreaText:hover {
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.Headerpict01 {
	background-image: url(main_01.jpg);
	background-repeat:no-repeat;
	width: 15px;
	height: 72px;
}

.Headerpict02 {
	background-image: url(main_02.jpg);
	background-repeat:no-repeat;
	width: 158px;
	height: 72px;
}
.Headerpict03 {
	background-image: url(main_03.jpg);
	background-repeat:no-repeat;
	width: 298px;
	height: 72px;
}
.Headerpict04 {
	background-image: url(main_04.jpg);
	background-repeat:no-repeat;
	width: 324px;
	height: 72px;
}
.Headerpict05 {
	background-image: url(main_05.jpg);
	background-repeat:no-repeat;
	width: 15px;
	height: 48px;
}
.Headerpict06 {
	background-image: url(main_06.jpg);
	background-repeat:no-repeat;
	width: 158px;
	height: 48px;
}
.Headerpict07 {
	background-image: url(main_07.jpg);
	background-repeat:no-repeat;
	width: 298px;
	height: 48px;
}

.Headerpict08 {
	background-image: url(main_08.jpg);
	background-repeat:no-repeat;
	width: 324px;
	height: 48px;
}

.Headerpict09 {
	background-image: url(main_09.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width: 14px;
	height: 29px;
}

.Headerpict10 {
	background-image: url(main_10.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 10px;
	height: 29px;
}



/* Repeat Background colour on menu so it expands with tabs */
.MenuBG {
	background-image: url(cocomenu_bg.jpg);
	height: 29px;
	background-repeat: repeat-x;
}

/*Page background - shadow effect on two sides*/

.PageBackground {
	background-image: url(pg_bg.gif);
	background-repeat:repeat-y;
	padding: 0px 10px 0px 15px;
}	
.cocograin {
	background-image: url(cocowood.jpg);
	background-repeat:repeat-x;
	height: 22px;
}

/* Curved section on footer that cannot be repeated */
.Footer {
	background-image: url(footer_bg.jpg);
	background-color: #f1f0e0;
	height: 20px;
	background-repeat: repeat-x;
	background-position:bottom;
	
}

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs {
	 font-weight: bold;
    font-size: 8.5pt;
    color: #516300;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.MediaTabs:link {
    text-decoration:  none;
    color:#516300;
}

A.MediaTabs:visited  {
    text-decoration:    none;
    color:#7e9710;
}

A.MediaTabs:active   {
    text-decoration:    none;
    color:#516300;
}

A.MediaTabs:hover    {
    text-decoration:    none;
    color:#3e2400;
}



