.pagemaster {
	width: 100%;
	height: 100%;	
}
.skinmaster {
	height: 100%;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px 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: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {

	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {

	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


h2,th {
	font-family: Verdana;
	color: #000000;
}


ol.loweralpha li
	{
	list-style-type: lower-alpha;
	}

================================
Skin styles for DotNetNuke - RN
================================
*/
/* main menu height */
.MainMenu_MenuBar {
	height: 16px;
}
/* submenu items normal */
.MainMenu_MenuItem {
	color: #003366; 
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	border-left: #D6CDBA 0px solid; 
	border-bottom: #D6CDBA 0px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #D6CDBA 0px solid;
	height: 14px;
}
/* submenu items icon */
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #D6CDBA;
	border-left: #D6CDBA 0px solid; 
	border-right: #D6CDBA 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 1px solid; 
	text-align: center;
	width: 1; 
	height: 16px;
}
/* submenu */
.MainMenu_SubMenu {
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#FFFFFF' , Direction=135, Strength=1);
	background-color: #D6CDBA;

}
/* submenu items mouseover */
.MainMenu_SubMenuItemSel {
    background-color: #CCCC99;
    color: #003366;
    font-size: 10px;
    font-family: Verdana;
    font-weight: normal;
	border-top: #FFFFFF 1px solid;
}
/* submenu items child arrow */
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	color: #8A713D; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #D6CDBA 0px solid;
	border-right: #D6CDBA 0px solid; 
	border-bottom: #D6CDBA 0px solid; 
	border-top: #FFFFFF 1px solid;
	padding-left: 5px;
}
/* main menu child arrow *
.MainMenu_RootMenuArrow
{
    display: none;
}
/* main menu normal */
.MainMenu_RootMenuItem TD{
	color: #FFFFFF;
    font-weight: bold;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
}
/* main menu mouseover & click */
.MainMenu_RootMenuItemSel {
    background-color: #00B4BB;
}
.MainMenu_RootMenuItemSel TD{
    color: #FFFFFF;
	font-weight: bold;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    border-top: 2px #00B4BB solid;
    border-bottom: 2px #00B4BB solid;
}
.MainMenu_MenuBreak
{
    border-top: 1px #00B4BB solid;
    border-bottom: 1px #00B4BB solid;
    width: 1px;
}
/* breadcrumb CSS */
.breadcrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 7pt;
	}
	A.breadcrumb:link {
    text-decoration: none;
	color: #888888;
	}
	A.breadcrumb:visited {
    text-decoration: none;
	color: #888888;
	}
	A.breadcrumb:active {
    text-decoration: none;
	color: #888888;
	}
	A.breadcrumb:hover {
    text-decoration: underline;
	color: #888888;
	}

/* skin object CSS */
