/* 
================================
Skin styles for DotNetNuke - For DotNetNuke 3 -  XDSMEdia Green - Nina Meiers dnn3@xd.com.au
================================
*/   

.pagemaster {
	width: 100%;
	height: 673px;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	background-image: url(skinhome.jpg);
	background-repeat: no-repeat;
	BORDER-RIGHT: transparent 0px solid; 
	BORDER-TOP: transparent 0px solid; 
	BORDER-LEFT: transparent 0px solid; 
	BORDER-BOTTOM: transparent 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}

.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg);*/
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	height: 75px;
	background-color: transparent;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 0px;
}
.leftpane {
 	width: 33%;
	padding-left: 56px;
	padding-top: 40px;
}
.contentpane {
	HEIGHT: 412px;
	BORDER-RIGHT: #FFFFFF 0px solid; 
	BORDER-TOP: #FFFFFF 0px solid; 
	PADDING-LEFT: 0px; 
	OVERFLOW: auto; 
	BORDER-LEFT: #FFFFFF 0px solid; 
	WIDTH: 518px; 
	SCROLLBAR-SHADOW-COLOR: #DF3B20; 
	SCROLLBAR-ARROW-COLOR: #ffffcc; 
	BORDER-BOTTOM: #FFFFFF 0px solid; 
	SCROLLBAR-DARKSHADOW-COLOR: #DF3B20; 
	SCROLLBAR-BASE-COLOR: #DF3B20; 
	BACKGROUND-COLOR: transparent;
}
.overflow {
	width: 67%;
	height: 412px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 104px;
}
.rightpane {
	background-color: transparent;
	width: 165px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
}
.bottompane {
	width: 100%;
	height: 100px;
	background-color: transparent;
	padding-left: 250px;
	padding-right: 4px;
	padding-top: 1px;
	background-repeat: no-repeat;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 270px
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 36px;
	font-size: 11pt; 
	background-color: transparent; 
	font-family:Verdana;
	color: #000000;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	border:0px solid transparent; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana; 
	height: 36px;
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
	}
.MainMenu_MenuIcon {
	background-color: #C1C1C1; 
	border-left: 0px solid #C1C1C1; 
	border-bottom: 0px solid #C1C1C1; 
	border-top: 0px solid #C1C1C1; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 11pt; 
	text-align: center; 
	width: 15px; 
	height: 36px; 
	font-family: Verdana;
}
.MainMenu_SubMenu {
	background-color: #C1C1C1; 
	z-index: 1000; 
	cursor: pointer; 
	height: 36px;
	font-size: 11pt; 
	cursor: hand; 
	color: #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C1C1C1, Direction=135, Strength=3); font-family:Verdana 
}
.MainMenu_MenuBreak {
	height: 36px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #DF3B20; 
	font-family: Verdana; 
	height: 36px;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #A9A9A9 none; 
    color: #FFFFFF;
    font-family:Verdana; 
    font-size: 10pt;
    font-weight: normal;
}
.Head   {
    font-family: Verdana;
    font-size:  12pt;
    font-weight:  bold;
    color: #DF3B20;
    forecolor: #DF3B20;
}
.MediaTabs {
	font-weight: bold;
    font-size: 8.5pt;
    color: #DF3B20;
    font-family: Verdana;
    text-decoration: none;
}
    
a:link.MediaTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #DF3B20;
    font-family: Verdana;
    text-decoration: none;
}

a:visited.MediaTabs  {
    font-weight: bold;
    font-size: 8.5pt;
    color: #DF3B20;
    font-family: Verdana;
    text-decoration: none;
}

a:active.MediaTabs   {
    font-weight: bold;
    font-size: 8.5pt;
    color: #DF3B20;
    font-family: Verdana;
    text-decoration: none;
}

a:hover.MediaTabs    {
    font-weight: bold;
    font-size: 8.5pt;
    color: #DF3B20;
    font-family: Verdana;
    text-decoration: none;
}
a:link {
	color: #DF3B20;
	text-decoration:underline;
}
a:visited {
	color: #DF3B20;
	text-decoration:underline;
}
a:hover {
	color: #DF3B20;
	text-decoration:underline;
}
a:active {
	color: #DF3B20;
	text-decoration:underline;
}


