/* 
======================
Skin styles for CENIT
======================
*/   

.pagemaster {
	width: 100%;
	/*height: 100%;	*/
	background-color: white;
}
.skinmaster {
	height: 100%;
	background-color: white;
	BORDER-left: #70232b 1px solid; 
	BORDER-top: #70232b 1px solid; 
	BORDER-bottom: #70232b 1px solid; 
	BORDER-right: #70232b 1px solid; 
}
.skinbackground {
	background-color: white;
	border: 0;
	padding: 0;
}

/* Padding runt topp-logon */
.skinheader 
{
	padding: 0px 0px 0px 0px;
}

.skingradient {
	HEIGHT: 25px;
	BACKGROUND-IMAGE: url(gradient_Red.jpg);
}
.controlpanel {
	width: 100%;
	background-color: #D8D8D8;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 7px;
}
.contentpane {
	width: 55%;
	height: 100%;
	background-color: transparent;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
}
.rightpane {
	width: 30%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	padding-bottom: 7px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	vertical-align: bottom;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: hand;
	height: 15px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #70232b 0px solid; 
	border-bottom: #70232b 1px solid; 
	border-top: #70232b 1px solid; 
	border-right: #70232b 0px solid;
	cursor: hand; 
	background-color: Transparent;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.MainMenu_MenuIcon {
	background-color: #70232b; 
	border-left: #70232b 1px solid; 
	border-bottom: #70232b 1px solid; 
	border-top: #70232b 1px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #70232b;  
	z-index: 1000; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}

/* CSS class used for the root level menu item separator */
.MainMenu_MenuBreak {
	height: 1px;
	border: 0;
	background-color: Transparent; 
}

/* Menu Item CSS Class for mouse-over */
.MainMenu_MenuItemSel {
	cursor: hand; 
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #70232b; 
	color: #bc9d87;
	text-decoration: none; 
	/*height: 25px;*/
}

/* CSS Class used for root menu items when they are the active tab */
.MainMenu_MenuItemActive {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent; 
	color: #bc9d87;
	text-decoration: none; 
}

.MainMenu_MenuArrow {
	border-right: #70232b 1px solid; 
	border-bottom: #70232b 1px solid; 
	border-top: #70232b 0px solid;
	font-family: webdings; 
	font-size: 0pt;
	color: #70232b;  
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 0pt; 
	color: #70232b;
	cursor: hand;
	padding-right: 5px;
	color: Black;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: white;
	border: 0;
	/*BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; */
}
.TreeViewMenu_Header {
	/*BACKGROUND-IMAGE: url(gradient_LtGray.jpg);*/
}

/* Title Site Navigation hidden */
.MenuHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 0pt;
    height: 0;
    color: white;
}

.Branscher
{
	color: White;
	border: 0;
	border-width: 0;
	text-decoration: none;
	margin: 0;
	padding: 4px 0 0 0;
}	

#border
{
	BORDER: #D8D8D8 1px solid;
	padding: 4px;
}