/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #E9E9E9;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 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: #203556;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: #203556 1px solid;
	border-left: #203556 1px solid; 
	border-bottom: #203556 1px solid; 
	border-top: #203556 1px solid; 
	BACKGROUND-IMAGE: url(control.jpg);
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 185px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 0px;
	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;
}
.MainMenu_MenuContainer {
	border-bottom: #BFBFBF 0px solid; 
	border-left: #BFBFBF 0px solid; 
	border-top: #BFBFBF 0px solid; 
	border-right: #BFBFBF 0px solid;  
	background-color: #FFFFFF; 
}
.rootMenuItem TD { 
	background-color: transparent;
	width: 150px; 
	color: #6B6B6B; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: #BFBFBF 1px solid; 
	border-left: #BFBFBF 0px solid; 
	border-top: #BFBFBF 0px solid; 
	border-right: #BFBFBF 0px solid;
	background-image: url(arrow.gif);
	background-repeat:no-repeat;
	background-position: right center; 
} 
.rootmenuitemselected TD { 
	background-color: #ffffff;
	width: 150px; 
	color: #1D3D78; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: #BFBFBF 1px solid; 
	border-left: #BFBFBF 0px solid; 
	border-top: #BFBFBF 0px solid; 
	border-right: #BFBFBF 0px solid;
	background-image:url(arrow.gif);
	background-repeat:no-repeat;
	background-position: right center; 
} 
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 0px solid; 
	border-top: #CAD5EA 0px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #3D3D3D; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FFFFFF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #EEEEEE; 
	cursor: pointer; 
	cursor: hand; 
	color: #1D3D78; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, 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; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #4E4E4E;
	text-transform: uppercase;
}
.SubHead    {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #1D3D78;
}
.SubSubHead {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #3D3D3D;
}
.Normal
{
    font-family: Arial;
    font-size: 11px;
	color: #6B6B6B;
    font-weight: normal;
}
.NormalBold
{
    font-family: Arial;
    font-size: 11px;
	color: #3D3D3D;
    font-weight: normal;
    font-weight: bold
}
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
A:link  {
    text-decoration:    none;
    color:  #91B4F4;
}
A:visited   {
    text-decoration:    none;
    color:  #91B4F4;
}
A:active    {
    text-decoration:    none;
    color:  #91B4F4;
}
A:hover {
    text-decoration:    underline;
    color:  #0A2D70;
}


A.skins:link  {
    text-decoration:    none;
    color:  #6B6B6B;
}
A.skins:visited   {
    text-decoration:    none;
    color:  #6B6B6B;
}
A.skins:active    {
    text-decoration:    none;
    color:  #6B6B6B;
}
A.skins:hover {
    text-decoration:    none;
    color:  #91B4F4;
}


HR {
    color: #eeeeee;
    height:1pt;
	width: 100%;
    text-align:left
}
.skindcmsfooter   {
	height: 8px;
    background-image: url(footerbg.gif);
}
.skindcmscopyright   {
	font-family: Arial;
    font-size: 11px;
    font-weight: normal;
	color:  #6B6B6B;
}

a.menuLogin:link  {
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    color: #6B6B6B;
}
a.menuLogin:visited {
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    color: #6B6B6B;
}
a.menuLogin:active {
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    color: #1D3D78;
}
a.menuLogin:hover {
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    color: #1D3D78;
}
.bordertable { 
	border-top: #BFBFBF 0px solid;
	border-left: #BFBFBF 0px solid; 
	border-bottom: #BFBFBF 1px solid; 
	border-right: #BFBFBF 1px solid; 
}
.bordertable td{ 
	border-top: #BFBFBF 1px solid;
	border-left: #BFBFBF 1px solid; 
	border-bottom: #BFBFBF 0px solid; 
	border-right: #BFBFBF 0px solid;  
} 
.footer1   {
	font-family: Arial;
    font-size: 9px;
    font-weight: normal;
	color:  #fffffe;
	visibility: hidden;
}

/*   STYLES FOR SITEMAP   */
/* Appplied to the parent UL element for the index */
.PageList {
	font-family: Arial;
    font-size: 11px;
	color: #6B6B6B;
    font-weight: normal;
}

/* Appplied to nested UL elements */
.PageList ul {
	font-family: Arial;
    font-size: 11px;
	color: #6B6B6B;
    font-weight: normal;
	line-height: 13px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: bold;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}

