body{
	background: url('images/body_bkg_default.png') repeat-x;
font-family: Tahoma;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	border:1px solid #7994cb; height: 100%;
	background-color: #f3f5fa;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-:3px 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;

}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.Head {
   font-family: Tahoma;
   font-size:  12px;
   font-weight: bold;
   color: #333333;
}
/*__ SolPart Menu ___*/
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.ModuleTitle_MenuItemSel {background-color: transparent;color:white;}
.MainMenu_MenuItemSel {background-color: transparent;vertical-align: middle;}

.MainMenu_MenuItem{
	color:#000000;	font-size:11px;	font-weight:normal; font-family: tahoma;
	padding:2px 2px 2px 2px;
	border:1px #ff9c03 solid; border-width:1px 1px;
	vertical-align: middle;
	background:#fdcb38;
	height:20px;
	_height:20px;
}
.submenuitembreadcrumb{
	color:#93173b;
	font-size:11px;
	font-weight:normal;
	font-family: tahoma;
	padding:2px 2px 2px 2px;
	border:0px #DFDCDC solid;
	background:#ff9c03;
	line-height:0px;
	    border-color :White;
border:1px #ff9c03 solid; border-width:1px 1px;
	height:20px;
	_height:20px;
}
.submenuitemselected{
	color:#93173b;
	font-size:11px;
	font-weight:normal;
	font-family: tahoma;
	padding:2px 2px 2px 2px;
    border-color :White;
border:1px #ff9c03 solid; border-width:1px 1px;
	background:#ff9c03;
	height:20px;
	_height:20px;
}
.submenu{
	color:#93173b; font-size:11px; font-weight:normal;
		padding:2px 2px 2px 2px;
	height:20px;
	_height:20x;

}
.rootmenuitem TD{ 
	color:#000000; font-size:11px; font-weight:normal;
	font-family: tahoma;
	padding:2px 22px 2px 2px;	
    background-image:url(images/meno.jpg); 
	background-repeat:no-repeat;
	height:30px;
	_height:30px;
	border:1px;
	vertical-align: middle;
}
.rootmenuitemselected TD {
	color:#000000; font-size:11px; font-weight:normal;
	font-family: tahoma;
	padding:2px 22px 2px 2px;	
	background:#ff9c03;
	background-image:none;
	background-repeat:no-repeat;
	height:30px;
	display:table-cell;
	vertical-align: middle;
}
.rootmenuitembreadcrumb TD{
	color:#000000; font-size:11px; font-weight:normal;
	font-family: tahoma;
	padding:2px 22px 2px 2px;
	background:#ff9c03;
	background-image:none;
	background-repeat:no-repeat;
	height:30px;
	_height:30px;
	display:table-cell;
	vertical-align: middle;
}
.MainMenu_MenuBreak{display:none; }
.NoRepeat
{
	background-repeat:repeat-x;
}










/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#HouseMenuNav{
		text-align:right;
	direction:rtl;
		font-family: tahoma;
			font-size: 10px;
			margin-right:0px !important;


}
#HouseMenuNav ul { /* all lists */
	margin: 0;
	padding: 0px 0px 0px 0px  !important;
	border: solid 1px #A3C8DE;
	list-style-type: none;
	list-style: none;
	float: right;
	width: 174px;
	/*background: transparent;*/

}

#HouseMenuNav li { /* all list items */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	list-style: none;
	position: relative;
	float: right;
	width: 172px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 174px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	line-height : 18px;
	border-bottom: solid 1px #A3C8DE;

}

#HouseMenuNav li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	/*margin-right: 0px;
	_margin-right: 172px;*/
	margin-top: -21px;
	border: solid 1px #A3C8DE;
	z-index: 999;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	left: -9999px;
	z-index: 999;
}

#HouseMenuNav a {
	display: block;
	width: 172px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 166px;
	_width: 100%; /* width recognized by IE only to handle box model issues */
	/* end hack */
	color: #333;
	font-weight: 600;
	text-decoration: none;
	background-color: #C8DFE1;
	padding: 1px 4px 2px 4px;
	/*opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

#HouseMenuNav li a:hover {
	color: #E3F0EA;
	background-color: #A3C8DE;
}

#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li.sfhover ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul ul {
	left: -9999px;
}

#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	right:174px !important;
	z-index: 999;
}

#HouseMenuNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	right:174px;
	z-index: 999;
}

#HouseMenuNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	right:174px !important;
	z-index: 999;
}

#HouseMenuNav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	right:174px;
	z-index: 999;
}

#HouseMenuNav li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	right:174px !important;
	z-index: 999;
}

#HouseMenuNav li:hover ul { /* lists nested under hovered list items */
	left: auto;
	right:154px !important;
	z-index: 999;
	background-color:red;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}
.b2{border-top:1px #600 solid;
}



