/* 
================================
Skin styles for DotNetNuke
================================
*/   

.ShadowRight
{
background-image:url(shadowright.png);
background-repeat:repeat-y;width:15px; height:100%;
}
.ShadowLeft{
background-image:url(shadowleft.png);
background-repeat:repeat-y;width:12px; height:100%;
}

.ShadowBottom
{
background-image:url(http://www.spacube.co.za/Portals/_default/Skins/spacube2/shadows/shadowbottom.gif); background-repeat:repeat-x;
}
.ShadowRightSmall
{
background-image:url(http://www.spacube.co.za/Portals/_default/Skins/spacube2/shadows/shadowright.gif); background-repeat:repeat-y; background-position:left
}

.ShadowBottomRight
{
background-image:url(http://www.spacube.co.za/Portals/_default/Skins/spacube2/shadows/shadowbottomright.gif);
height:5px; width:5px; background-repeat:no-repeat;
}
.ShadowTopRight
{
background-image:url(http://www.spacube.co.za/Portals/_default/Skins/spacube2/shadows/shadowtopright.gif);
height:5px; width:4px; background-repeat:no-repeat;
}

.ShadowBottomLeft
{
background-image:url(http://www.spacube.co.za/Portals/_default/Skins/spacube2/shadows/shadowbottomleft.gif);
height:5px; width:4px; background-repeat:no-repeat;
}

.BottomShadow
{
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.spacube.co.za/Portals/_default/Skins/spacube2/bottomshadow.png',sizingMethod='scale');width:795px; height:5px;
}


.MenuShadow
{
FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.spacube.co.za/Portals/_default/Skins/spacube2/menushadow.png');width:837px; height:7px;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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:30px;
}
.controlpanel {
	width: 100%;

}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	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:33px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 10pt; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
	height:33px;
	padding-left:3px; padding-right:3px;
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 

	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 24px;
	display:None;
}
.MainMenu_SubMenu {
 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	background-color:#dcc386;
	border:1px solid #ebddbb;

}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: ffffff; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal;
	height: 33px;
	padding-left:3px; padding-right:3px;
		background-color:aa946c;
}
.MainMenu_MenuArrow {

	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #a38c6b none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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_LtBlue.jpg);
}
.News .Head {
   font-family: Arial, Helvetica;
   font-size:  22px;
   font-weight: normal;
   color: #787162;
}
.Head {
   font-family: Arial, Helvetica;
   font-size:  35px;
   font-weight: normal;
   color: #787162;
}


