/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffcc;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
}
.skinmaster {
	height: 100%;
	background-image: url(bar_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	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 {
}
.Breadcrumb {
	line-height: 30px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	background-image: url(cocon_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
}
	
padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 300px;
	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: 175px;
	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;
}

/* -------------------------   */
/* Menu Items for InventuaMenu */
/* -------------------------   */
/* Styles for left vertical menu: */




.MenuHdr1 { 
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	background-image: url(link_sub.png);
	background-position: left;
	background-repeat: no-repeat;
}

.MenuItem1 { 
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	font-color: #e2801c;
	background-image: url(link_sub.png);
	background-position: left;
	background-repeat: no-repeat;
}

.MenuItemMouseOver1 { 
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	background-image: url(link_sub.png);
	background-position: left;
	background-repeat: no-repeat;
}
.MenuHdr0 { 
	line-height: 20px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica;
	font-size: 15px; 
	font-weight: bold; 	
	background-image: url(link_base.png);
	background-position: left;
	background-repeat: no-repeat;  
}

.MenuItem0 { 
	line-height: 20px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica;
	font-size: 15px; 
	font-weight: bold;
	font-color: #e2810c; 	
	background-image: url(link_base.png);
	background-position: left;
	background-repeat: no-repeat;  
}

.MenuItemMouseOver0 { 
	line-height: 20px; 
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica;
	font-size: 15px; 
	font-weight: bold; 	
	background-image: url(link_base.png);
	background-position: left;
	background-repeat: no-repeat;  
}

.inventua_sidemenu {
	
	spacing: 2px;
	}
.comment { font-size: 7pt; padding-left: 250px; }

