/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* The skin around the whole page 
 * */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(page_background.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* The skin around the main table
 * ie. the gradient background on the sides
 * */
.tablemaster {
	height: 100%;	
	background-image: url(page_background.jpg);
	background-repeat: repeat-x;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* The left shadow border background */
.leftborder {
	width: 25px;
	height: 100%;
	background-image: url(border_left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* The right shadow border background */
.rightborder {
	width: 25px;
	height: 100%;
	background-image: url(border_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* The gray area on the top of the page */
.topborder {
	height: 27px;	
	background-image: url(border_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* The shadow top left corner */
.topleftborder {
	width: 25px;
	height: 25px;	
	background-image: url(border_top_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* The shadow top right corder */
.toprightborder {
	width: 25px;
	height: 25px;	
	background-image: url(border_top_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* The Skin around the main table, with the white border */
.skinmaster {
	width: 960px;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid; 
	border-top: 0px; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* The skin around the control panel, admin mode only */
.controlpanel {
	background-color: #ffffff;
	width: 100%;
	height: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

/* Logo */
.skinheader {
	background-color: #ffffff;
	/*width: 100%;*/
	height: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
}

/* Navigation bar */
.navigation {
	background-image: url(nav_background.jpg); 
	height: 37px;
	padding-bottom: 2px;
	padding-right: 40px;
	padding-top: 2px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	/* border bottom for tier 2 navigation */
	/*
	border-bottom: #8C8C8C 1px solid; 
	*/
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: right;
        white-space: nowrap;
}

/* Navigation for Logout Link */
.navigationLogout {
	background-image: url(nav_background.jpg); 
	height: 37px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 2px;
}

/* Content Table */
.contentTable {
	/*border-top: #FFFFFF 1px solid;*/
}

/* Left column */
.leftpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-right: #FFFFFF 1px solid;
	border-left: 0px;
	border-bottom: 0px;
}

/* Middle column */
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-right: #FFFFFF 1px solid;
	border-left: 0px;
	border-bottom: 0px;
	border-spacing: 0px;
}

/* Right column */
.rightpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-spacing: 0px;
}

/* Navigation Skin */
.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

/* Navigation Sub Menu Item */
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 3px 3px 3px 3px;	
}

/* Navigation Main Item */
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	font-family: Trebuchet MS;
	background-color: Transparent;
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding-left: 21px;
	padding-right: 21px;
    	/*padding: 10px 10px 10px 10px;*/   /*explicitly set padding for root menu items*/
}

/* Navigation Main Item - Selected */
.main_dnnmenu_selectedrootitem {
	position: relative;
	bottom: 0px;
	color: #666666; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	font-family: Trebuchet MS;
	background-color: Transparent;
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding-bottom: 7px;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #FFFFFF; 
	border-left: #8C8C8C 1px solid;
	border-top: #8C8C8C 1px solid;
	border-right: #8C8C8C 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

/*
.main_dnnmenu_itemhover {  
	background-color: #FFFFFF; 
}
*/

/*
.main_dnnmenu_itemhover td {  
	background-color: #FFFFFF; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
*/

/* Navigation Sub Menu */
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

/* Navigation Menu Break */
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

/*
.main_dnnmenu_arrow {
	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; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

*/

/* Buttons on the page */
.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: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
*/


