/* 
================================
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-right: 40px;
	padding-top: 4px;
}

.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 {
	width: 318px;
	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;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuContainer td
{
	padding-right: 15px;
}

.MainMenu_MenuBar
{
	padding: 0;
	margin: 0;
	width: 100%;
	cursor: pointer;
	background-color: Transparent;
}

.MainMenu_RootMenuItem, .MainMenu_RootMenuItem td
{
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	valign: middle;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: transparent;
}
.MainMenu_RootMenuItemSel, .MainMenu_RootMenuItemSel td
{
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	valign: middle;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 7px;
	background-color: transparent;
}
.MainMenu_RootMenuItemActive, .MainMenu_RootMenuItemActive td
{
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	valign: middle;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
	background-color: #ffffff;
	border-top:  #8C8C8C 1px solid;
	border-left:  #8C8C8C 1px solid;
	border-right:  #8C8C8C 1px solid;
}

.MainMenu_MenuIcon
{
	/*
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
	*/
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.MainMenu_MenuArrow
{
	/*
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
	*/
}

.MainMenu_RootMenuArrow
{
	/*
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	*/
}


