/* 
================================
Skin styles for DotNetNuke
================================
*/   
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  13px;
	font-weight:    bold;
	color: yellow;
}
.ControlPanel {
	width: 100%;
	height: 64px;
	background-color: black;
	font-size:  12px;
	color: yellow;
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #A2909E;
	background-image: url(all_bg.jpg);
	background-repeat: repeat-x;
}
.skinmaster {
	height: 100%;
	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;
}
.skinheader {
	color: #FFFF66;
}
.skingradient {
	background-image: url(tel.gif);
	height:30px;
	color: #FFFF66;
}
.controlpanel {
	width: 100%;
	background-color: #000000;
	color: #FFFF66;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.SkinObject {
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
A.SkinObject:link {
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.SkinObject:visited {
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.SkinObject:hover {
	text-decoration: underline;
	color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
crumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
}
a.crumbs:link, a.crumbs:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
}
a.crumbs:hover{
	text-decoration: underline;
	color: red;
}
a.crumbs:active{
	text-decoration: underline;
	color: white;
}

.MainMenu_MenuContainer {
	background-color: transparent;
	color: #FFFF66;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #FFFF66; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	cursor: hand; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: hand; 
	cursor: hand; 
	color: #FFFF66; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb 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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  16px;
   font-weight: Bold;
   color: Yellow;
}
.Normal {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
   font-weight: normal;
   color: #FFFF66;
}

.SelectedTab {
 color: #FFFF66;
 font-size: 14pt; 
 font-weight: normal; 
 font-style: normal; 
 background-color: Transparent;
 font-family: Tahoma, Arial, Helvetica; 
}

.1OtherTabs {
 color: #FFFF66; 
 font-size: 14pt; 
 font-weight: normal; 
 font-style: normal; 
 background-color: Transparent;
 font-family: Tahoma, Arial, Helvetica; 
}

/* 
================================
Skin styles for Modules
================================
*/   
.ModuleTitle_MenuBar
 {
	color: #FFFF66;
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	cursor: pointer; 
	height: 10px;
}
.ModuleTitle_MenuBar
 {
	color: #FFFF66;
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	cursor: pointer; 
	height: 50px;
}
.FileManager_Item
{
    background-color: #766472;
}
.FileManager_SelItem
{
    background-color: #9C6500;
}
.FileManager_AltItem
{
    background-color: #A2909E;
}