/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}

.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.leftpane {
	width: 100px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 100px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
}

/****************  Main Menu Style  ****************/
.MainMenu_MenuContainer {
	height: 26px;
	width: 760px;
	BACKGROUND-COLOR: #848484;
	padding-left: 0px;
	padding-top: 0px; /*if I change this to 6 it looks good in Firefox but not in IE 
			  (IE adds the 6px to every menu item in the root not just the top)*/
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	border: none;
}
.MainMenu_MenuItem {
	border: none;
	BACKGROUND-COLOR: #848484;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF; 
	height: 26px;
}
.MainMenu_MenuItem TD {
	/*border-top: #FFFFFF 1px solid;*/
}
.MainMenu_MenuIcon {
	border: none;
	BACKGROUND-COLOR: #CCCCCC;
}
.MainMenu_SubMenu {  
	z-index: 1000; 
}
.MainMenu_SubMenu .MainMenu_MenuItem {
	height: 21;
	font-weight: normal;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	height: 21;
	font-weight: normal;
}
.MainMenu_SubMenu TD {
	border: none;
	}
.MainMenu_MenuBreak {
	height: 1px;
	BACKGROUND-COLOR: transparent;
	border: none;
}
.MainMenu_Separator {
	height: 0px;
	border: none;
}
.MainMenu_MenuItemSel {
	BACKGROUND-COLOR: #333366;
	color: white; 
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	height: 26px;
}
.MainMenu_MenuArrow {
	border: none;
}
.MainMenu_RootMenuArrow {
	border: none;
}
/**************************************************/

.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:  normal;
    color: #333333;
}

/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #6B7EA1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #6B7EA1;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #6B7EA1;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #6B7EA1;
	text-decoration: none;
}

/* Search */
.mySearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6B7EA1;
}
A.mySearch:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6B7EA1;
	text-decoration: none;
}
A.mySearch:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6B7EA1;
	text-decoration: none;
}
A.mySearch:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6B7EA1;
	text-decoration: underline;
}
A.mySearch:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6B7EA1;
	text-decoration: none;
}

