/* 
================================
Skin styles for DotNetNuke
================================
*/   
@media print {
  * {
  background-color: white !important;
  background-image: none !important;
/*  filter: none !important; */
    }
}

.pagemaster {
 	width: 100%;
	height: 100%;
	background-color: White; /*#d7eaff;*/
  /*  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF000000', EndColorStr='#FF009933'); */

}
.skinmaster {
	height: 100%;
	background-color: White; /*#d7eaff;*/
	width: 100%
	
/*	BORDER-RIGHT: #eeeeee 1px solid; 
	BORDER-TOP: #eeeeee 1px solid; 
	BORDER-LEFT: #eeeeee 1px solid; 
	BORDER-BOTTOM: #eeeeee 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */

}

.skinback 
{
	background-color: black;	
}

.skinheader 
{
	height: 100px;
	background-color: black;
	vertical-align:top;

}
.skingradient 
{
	background-color: silver;
	/* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cccaca', EndColorStr='#FFFFFFFF'); */
	HEIGHT:22px;
	vertical-align: top;
	text-align: center;
}

.skincopyright
{
	HEIGHT:20px;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 6pt; 
	font-weight: lighter; 
	font-style: normal; 
	background-color: Transparent;
	text-align:center;
	background-color: silver;

	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFFFF', EndColorStr='#cccaca'); */

}

.controlpanel {
	width: 100%;
	background-color: #A5DFB1;
}

.header 
{

}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane 
{
	width: 175px;
	background-color: white;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 1px;
	border-right: 1px;
	border-right-color: #ededed;
	border-right-style: inset;

}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/********* USED FOR SOLPARTMENU **********/
.MainMenu_MenuContainer {
	background-color: transparent; 
	margin-left: 10px;
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #e3e2e2 0px solid; 
	border-bottom: #e3e2e2 1px solid; 
	border-top: #e3e2e2 1px solid; 
	border-right: #e3e2e2 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #e3e2e2; 
	border-left: #e3e2e2 1px solid; 
	border-bottom: #e3e2e2 1px solid; 
	border-top: #e3e2e2 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #e3e2e2; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=6); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Silver; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #e3e2e2 1px solid; 
	border-bottom: #e3e2e2 1px solid; 
	border-top: #e3e2e2 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: Black;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
		color: Black;

}
/*****************************************/


.StandardButton     {
    background: #23A53E none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: transparent;
	/*  BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	margin-bottom: 5px;
	margin-left: 2px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px */
	
}
.TreeViewMenu_Header {
}
.Head   {
    font-family: Times, Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: black;
}


/********** USED FOR LINKIMAGE CONTROL *****************/

.linkimage_image
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.linkimage_image_description
{
	color: Black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2;
	font-family: Times, Tahoma, Arial, Helvetica;
	
}

.linkimage_list_cell
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/********** END LINKIMAGE CONTROL *****************/
