/* 
================================
Skin styles for DotNetNuke
================================
*/   

* {
	padding:		0;
	margin:			0;
}

body {
	background-image: url(/Portals/_default/Skins/Corporate/images/bg.jpg);
	background-color: #FF4702;
}

/* Footer */

.standardButton{
	text-transform:uppercase;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.footerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink, a.footerText:link, a.footerText:active, a.footerText:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerText:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

/* Register and Login Links */
a.registerLink, a.registerLink:visited, a.registerLink:link, a.registerLink:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.registerLink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	font-weight: bold;
	text-decoration:none;
}

a.SkinObject:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

a.SkinObject:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.SkinObject{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.SearchTextBox{
	height: 17px;
	width: 100px;
	background-color: #333333;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.SearchTextButton, a.SearchTextButton:link, a.SearchTextButton:active, a.SearchTextButton:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.SearchTextButton:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
	color: #FF3300;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}

.SearchTextBox{
	border: 1px solid #FF0000;
}

.controlpanel {
	background-color: #CCCCCC;
}
.toppane {
	background-color: transparent;
	padding: 3px;
}
.leftpane {
	background-color: transparent;
	padding: 3px;
}
.contentpane {
	background-color: transparent;
	padding: 3px;
}
.rightpane {
	background-color: transparent;
	padding: 3px;
}
.bottompane {
	background-color: transparent;
	padding: 3px;
}


/*  MAIN MENU STYLES  */


.MainMenu_MenuContainer {
	background-color: #000000;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
	height: 20px;
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #000000;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	border: none;
	padding: none;
}
.MainMenu_MenuBreak {
	height: 20px;
}
.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF3300; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF;
}

/*  MAIN MENU STYLES END  */


a.StandardButton, a.StandardButton:link, a.StandardButton:hover {
   color: #FFFFFF;
   font-family: Verdana, sans-serif; 
   font-size: 12px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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(../Copy of Australia the Gift/gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
