/* 
================================
Skin styles for DotNetNuke
================================
*/
body {
	background-image: url('images/tail-center.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.pagemaster {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.skinmaster {
	height: 100%;
	width: 900px;
}
.skinmenu_fa {
	height: 109px;
	direction: rtl;
}
.skinmenu_en {
	height: 109px;
	direction: ltr;
}
.skinheader {
	background-image: url('images/header.gif');
}
.SkinLogos {
	width: 900px;
	height:300px;
}
.logo {
	width: 550px;
	height: 169px;
	background: url(images/HMSLogo.gif) no-repeat 0 0;
	cursor: pointer;
	position: relative;
	float: left;
	left: 30px;
	top: 20px;
}
.Kangaroos {
	width: 400px;
	height: 188px;
	background: url(images/Kangaroos.png) no-repeat 0 0;
	position: absolute;
	float: left;
	left: 470px;
	top: 130px;
}
.skinheader_2 {
	background-image: url('images/header_2.gif');
	background-repeat: no-repeat;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.skin_c11 {
	background-image: url('images/skin_c11.gif');
	width: 20px;
	height: 20px;
}
.skin_c13 {
	background-image: url('images/skin_c13.gif');
	width: 20px;
	height: 20px;
}
.skin_c21 {
	background-color: #670001;
}
.skin_c23 {
	background-color: #670001;
}
.skin_c31 {
	background-color: #670001;
}
.skin_c33 {
	background-color: #670001;
}
.toppane {
	width: 100%;
	background-color: #670001;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.leftpane {
	width: 0px;
	background-color: #670001;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 620px;
	background-color: #670001;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane_fa {
	width: 220px;
	background-color: #670001;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane_en {
	width: 220px;
	background-color: #670001;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: #670001;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
/*****************Solpart Menu************************/
/*Main Menu*/
.Solpart_RootMenu_Container {
	/*Menu Container CSS Class -menucontainercssclass(MainMenu_MenuContainer) */
	background-image: url('images/menu_back.gif');
	height: 40px;
}
.Solpart_RootMenu_MenuBar {
	/*Menu Bar CSS Class -menubarcssclass(MainMenu_MenuBar) */
    cursor: pointer;
	height: 40px;
}
.Solpart_RootMenu_Item_Normal {
	/*Menu Item CSS Class -menuitemcssclass(MainMenu_MenuItem)*/
	font-family: Tahoma;
	font-size: small;
	text-align: right;
}
.Solpart_RootMenu_Item_MouseOver1 {
	/*CSS Class used for root menu items when they moused-over -rootmenuitemselectedcssclass()*/
		background-color: #a6a332;
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
}
.Solpart_RootMenu_Item_MouseOver2 {
	/*CSS Class used for root menu items when they moused-over -menuitemselcssclass()*/
		background-color: #a6a332;
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
}
.Solpart_RootMenu_Item_Selected {
}
.Solpart_RootMenu_Item_BreadCrumb {
}
/*Sub Menu*/
.Solpart_SubMenu_Container {
	/*SubMenu CSS Class -submenucssclass(MainMenu_SubMenu)*/
	background-color: #fcd702;
}
.Solpart_SubMenu_Item_Normal {
}
.Solpart_SubMenu_Item_MouseOver {
	/*CSS Class used for sub menu items when they moused-over -summenuitemselectedcssclass()*/
		background-color: #a6a332;
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
}
.Solpart_SubMenu_Item_Selected {
}
.Solpart_SubMenu_Item_BreadCrumb {
}
.Solpart_SubMenu_Icon {
	/*Menu Icon CSS Class menuiconcssclass-MainMenu_ManuIcon*/
		width: 0;
}



