/* 
================================
Skin styles for DotNetNuke
================================
*/   

body { 
	background-color:#000066;
	background-image:url(bground.gif);
}
.skinmaster {
	width:95%;
	background-color: #ffffff;
	border:6px #000000 solid;
}
.skinheader {
	width:100%;
	border:0px;
}
.skinmenu {
	background-color:#ffffff;
	height:100%;
	width:150px;
	border:0px;
}
.skinbread {
	background-image:url(barbutwhimi.jpg);
	height:29px;
	border:0px;
}
.skinbread .SkinObject, .skinbread A.SkinObject:link, .skinbread A.SkinObject:visited, .skinbread A.SkinObject:active {
	color:#003366;
	font-weight:normal;
}
.skinbread A.SkinObject:hover {
	background-color:#99ffcc;
}
.skinlinks {
	background-color:#ffffff;
	height:29px;
	border:0px;
}
.skinlinks .SkinObject, .skinlinks A.SkinObject:link, .skinlinks A.SkinObject:visited, .skinlinks A.SkinObject:active {
	color:#003366;
	font-weight:normal;
	padding-left:6px;
	padding-right:6px;
}
.skinlinks A.SkinObject:hover {
	background-color:#99ffcc;
}
.skindata {
	width:100%;
	border:0px;
/*
	background-image:url(smiwater2.jpg);
	background-attachment:fixed;
*/
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 190px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 180px;
	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;
}
.undermenu {
	width:100%;
	border:0px;
}

.skinfooter {
	background-image:url(frbo.jpg);
	height:28px;
	width:100%;
	border:0px;
}
.skinfooter .SkinObject, .skinfooter A.SkinObject:link, .skinfooter A.SkinObject:visited, .skinfooter A.SkinObject:active {
	color:#003366;
	font-weight:normal;
}
.skinfooter A.SkinObject:hover {
	background-color:#99ffcc;
}


/* Main Menu */
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer{ width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuItem {
    color: #000000;
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
    border: 1px #ffffff solid;
    border-width: 0px 0px 1px 0px;
}
.MainMenu_MenuItemSel{
/*    background-color:#ffffff;  */
}
.MainMenu_MenuIcon{
    display:none; 
}
.MainMenu_MenuArrow{
    display:none; 
}
.MainMenu_RootMenuArrow{
    display:none;
}
.MainMenu_MenuBreak{
    display:none; 
}
.MainMenu_SubMenu{
}    
.RootMenuItem TD{ 
	color:#000000; 
	background-image:url(barbutwhimi.jpg);
	font-family:Arial, Helvetica;	font-weight:bold; font-size:12px;
	padding:0px 10px 0px 10px;
	height:30px;
}
.RootMenuItemSelected TD{
	color:#ffffff;
	background-image:url(barbutrubmi.jpg);
	font-family:Arial, Helvetica;	font-weight:bold; font-size:12px;
	padding:0px 10px 0px 10px;
	height:30px;
}
.RootMenuItemBreadcrumb TD{
	color:#ffffff; 
	background-image:url(barbutrubmi.jpg);
	font-family:Arial, Helvetica;	font-weight:bold; font-size:12px;
	padding:0px 10px 0px 10px;
	height:30px;
}
.SubMenu{
	border:0px #ffffff solid;
	padding:0px; margin-top:0px; margin-left:3px;
	background:#e6e6e6;
}
.SubMenuItemSelected{
	color:#ffffff;	
	background:#7f1351;
	font-family:Arial, Helvetica;	font-weight:bold; font-size:12px;
	padding:2px 10px 2px 10px;
	border:1px #ffffff solid; border-width:0px 0px 1px 0px;
}
.SubMenuItemBreadcrumb{
	color:#000000;	
	font-family:Arial, Helvetica;	font-weight:bold; font-size:12px;
	padding:2px 10px 2px 10px;
	border:1px #ffffff solid; border-width:0px 0px 1px 0px;
}
span.RootMenuLeft
{
    background: url(mbmenu.gif) no-repeat left center;
}
.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; 
	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_LtGray.jpg);
}





