/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #738dc1;
}
.skinmaster {
	height: 100%;
	background-color: #738dc1;
}
.skinheader {
	background-image: url(Gigaframe_grassy_logo.gif);
	height: 100px;
	border: 1px solid #000000;
}
.skingradient {
	background-image: url(/gfe/images/gfe_template_r11_c2.gif); 
	height: 30px;
	border: 1px solid #000000;
}
.skinfooter {
	background-image: url(/gfe/images/gfe_template_r11_c2.gif); 
	height: 30px;
	border:solid 1px #000000;
}
.SkinObject {
	color:#FFFFFF;
}
.SkinObject a {
	color:#FFFFFF;
}
#dnn_dnnBREADCRUMB_lblBreadCrumb a {
	color:#FFFFFF;
}
#dnn_dnnSEARCH_cmdSearch {
	color: #FFFFFF;
}
#dnn_dnnLOGIN_hypLogin {
	color: #FFFFFF;
}
#dnn_dnnUSER_hypRegister {
	color: #FFFFFF;
}
#dnn_dnnPRIVACY_hypPrivacy
{
	color: #FFFFFF;
}
#dnn_dnnTERMS_hypTerms
{
	color: #FFFFFF;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.MainMenu_MenuContainer 
{
	width:175px;
	background-color: transparent;
}
.MainMenu_MenuContainer table
{
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: #003399;
}
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	background-color: transparent;
	width:175px;
	height:18px;
	font:bold 11px/16px arial,helvetica,sans-serif;
	background:lightgrey;
}
.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width:0px;
	height:18px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	width:175px;
	height:18px; 
}
.MainMenu_MenuBreak {
	height: 1px;
	background:blue;
}
.MainMenu_MenuItemSel {
	background-color: #aaaaaa; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	width:175px;
	height:18px;
	font:bold 11px/16px arial,helvetica,sans-serif;
}
.MainMenu_MenuArrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	height:18px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

