/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
	width: 100%;
	height: 100%;
	background-image: url(pgBg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #662d91;
	padding-top: 10px;	
}

.pageslave
{
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}
.skinmaster {
	height: 100%;
	background-color: Transparent; 
}
.skinslave {
	height: 100%;
	background-color: #a186be;
	background-image: url(pgMiddleCenter.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.skinheader 
{
	padding-bottom: 0px;
	white-space:nowrap;

}
.menu
{
	margin-top: 0px;
}
.menuCenter
{
	background-image: url(menuTopCenter.png);
	background-position: top left;
	background-repeat:repeat-x;
	height: 31px;
}
.search
{
	background-image: url(menuTopCenter.png);
	background-position: top left;
	background-repeat:repeat-x;
	padding-bottom: 1px;
}
.menuBottom
{
	width: 100%;
	height: 15px;
	background-image: url(menuBottom.png);
	background-position: top left;
	background-repeat: repeat-x;	
}
.topLeft
{
	width: 31px;
	height: 44px;
	background-image: url(pgTopLeft.png);
	background-position: top left;
	background-repeat: no-repeat;	
}
.topCenter
{
	height: 44px;
	background-image: url(pgTopCenter.png); 
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;		
}
.topRight
{
	width: 31px;
	height: 44px;
	background-image: url(pgTopRight.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.leftShadow
{
	background-image: url(pgLeft.png);
	background-position: top left;
	background-repeat:repeat-y;	
}
.rightShadow
{
	background-image: url(pgRight.png);
	background-position: top right;
	background-repeat:repeat-y ;	
}

.middleLeft
{
	background-image: url(pgMiddleLeft.png);
	background-position: bottom left;
	background-repeat:no-repeat ;
	height: 158px;	
}
.middleRight
{
	background-image: url(pgMiddleRight.png);
	background-position: bottom right;
	background-repeat:no-repeat ;
	height: 158px;	
}
.bottomLeft
{
	width: 30px;
	height: 50px;
	background-image: url(pgBottomLeft.png);
	background-position: top left;
	background-repeat: repeat-y;	
}
.bottomCenter
{
	height: 50px;
	background-image: url(pgBottomCenter.png); 
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;		
}
.bottomRight
{
	width: 30px;
	height: 50px;
	background-image: url(pgBottomRight.png);
	background-position: top right;
	background-repeat: repeat-y;
}
.controlpanel {
	width: 100%;
	background-color: #a186be;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane {
	width: 190px;
	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: 190px;
	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;
}
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 12px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, Sans-Serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 2px 3px 2px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, Sans-Serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #dddddd; 
}

.main_dnnmenu_itemhover td {  
	background-image: url(menuSelect.png);
	background-position: left top;
	background-repeat: repeat-x; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	margin-left: 6px;
	width: 150px;
	background-color: #fefefe;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3); 
	padding:  1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #c8e3f1 none; 
  color: #000000;
  font-family: Arial, Helvetica, 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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight: bold;
   color: #000000;
}
.SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d1d1d;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.SearchTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100px;
}
.SkinObject
{
	font-weight: normal;
	font-size: 11 px;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #dddddd;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #ffffff;
}


img
{
	border: none;

}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: none;
	color: #662d91;
}

A:active
{
	text-decoration: none;
	color: #003366;
}






