﻿/* 
======================================================
                 CONTAINER.CSS FOR SIYAKHANA
======================================================
*/
.contentPane {
}
.rowColour {
	height: 25px;
}
.contGreenBG{
	border-bottom: 1px green solid;
	border-top: 1px green solid;
	height: 25px;
	padding: 0px 0px 0px 25px;
	background-image:url('contgreen.gif');
	background-position:left top;
	background-repeat: no-repeat;
	background-color:white;
}
.contGreen250 {
	height: 25px;
	padding: 0px 0px 0px 25px;
	background-image:url('contgreen_250px.gif');
	background-position:left top;
	background-repeat: no-repeat;
	background-color:white;
}
.contGreen530 {
	height: 25px;
	padding: 0px 0px 0px 25px;
	background-image:url('contgreen_530px.gif');
	background-position:left top;
	background-repeat: no-repeat;
	background-color:white;
}
.contWhite530 {
	height: 25px;
	padding: 0px 0px 0px 25px;
	background-image:url('contwhite_530px.gif');
	background-position:left top;
	background-repeat: no-repeat;
	background-color:white;
}
.rowImageblank {
	height: 20px;
	background-color: #ffffff;
}

.contblankleft {
	padding: 0px 0px 0px 15px
}
.ModuleTitle_MenuItem TD {
	/*TD if menu is using tables*/
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 0px 3px 3px 0px;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0px 1px 1px 0px;   /*explicitly set padding for sub-menus */
}
.ModuleTitle_MenuBreak {
	background-color: #EEEEEE;
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

