/*
* Name           : Modern
* Author         : Luqman Shariffudin
* Version        : 2.0
*/

/*--GENERAL--*/
body{
	font-family: "Lucida Grande",Tahoma,sans-serif !important;
	font-size: 8pt;
	background-color: #f5f5f5;
}
table{
	border-collapse: collapse;
}
a{ color: blue; }
select{ border: 1px solid #B9B9B9; }
input{ font-family: inherit; }

/*--HEADER--*/
#header{
	background-color: #3B6C8E;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 50px !important; /*overwrite layout properties*/
	border-bottom: 4px solid #225C7C;
}
#hide-sidebar,
#hide-topbar{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 16px;
	line-height: 54px;
	height: 50px;
	background: #4681AA url('images/hide_sidebar_icon.png') no-repeat center center;
	cursor: pointer;
	border-bottom: 4px solid #3B7692;
}
#hide-sidebar:hover,
.topMenuDiv:hover{
	background-color: #6BA5CE;
	border-bottom: 4px solid #5395B4;
}
#logo{
	background: url('images/logo.png') no-repeat;
	width: 100px;
	height: 36px;
	position: absolute;
	top: 8px;
	left: 43px;
}
.topMenuDiv{
	text-align: center;
	position: absolute;
	background-color: #4681AA;
	height: 38px;
	padding: 6px 10px;
	top: 0;
	border-bottom: 4px solid #3B7692;
}
.topIcon{
	background-image: url('images/top_icons.png');
	background-repeat: no-repeat;
	width: 37px;
	height:38px;
}
#topLogoutLinkIcon{ background-position: -74px 0px; }
#topHomeLinkIcon  { background-position: 0px 0px; }
#topDateIcon      { background-position: -37px 0px; float:right;}
#topLogoutLink{
	right: 0;
	background-position: center right;
}
#topHomeLink{
	right: 57px;
	border-right: 1px solid #3B7692;
}
#topTime{
	right: 115px;
	border-right: 1px solid #3B7692;
}

/*--SIDEBAR--*/
#sidebar{
	background-color: #E6E6E6;
	margin-top: 54px;
}
#sidebarBG{
	width: 250px;
	background-color: #E6E6E6;
}

/*Profile Block*/
#profileBlock{
	padding: 8px;
	background-color: #696969;
	float: left;
	width: 234px;
	color: #FCFCFC;
}
.profileImageBlock{
	float: left;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #C2C2C2;
	margin-right: 5px;
}

/*search*/
.searchMenuBlock{
	clear: both; /*IE fix*/
	padding: 9px;
	background-color: #d3d3d3;
	text-align: center;
	border-bottom: 1px solid #bdbdbd;
}
.searchMenuBlock input{
	border: none;
	padding: 5px;
	width: 222px;
	font-family: inherit;
	background: #ffffff url('images/search-icon.png') no-repeat right center;
}
#menu_suggestions{
	max-width: 400px !important;
	margin-left: 0 !important;
	border: 3px solid #B6BABE;
	box-shadow: #888 0px 3px 4px !important;
	-webkit-box-shadow: #888 0px 3px 4px !important;
	-moz-box-shadow: #888 0px 3px 4px !important;
	z-index: 99;
}
#menu_suggestions table{
	width: 100%;
	text-align: left !important;
}
#menu_suggestions table th,
#menu_suggestions table td{
	padding: 5px;
}
#menu_suggestions table th.listingHead{
	background-color: #E7E7E7;
}

/*side menu list*/
ul.sideMenuList{
	padding: 0;
	list-style-type: none;
	margin: 0;
}
ul.sideMenuList li a{
	display: block;
	padding: 8px;
	color: #2b2b2b;
	text-decoration: none;
}
ul.sideMenuList li a.noChild.menuActive{
	font-weight: bold;
	color: #6F6F6F;
	text-decoration: underline;
}
ul.sideMenuList li a.hasChild{
	font-weight: bold;
}
ul.sideMenuList.menuLevel1 > li > a.hasChild{
	background-color: #DADADA;
}
ul.sideMenuList.menuLevel1{
	max-width: 250px;
}
ul.sideMenuList.menuLevel1 a:hover{
	text-decoration: none;
}
ul.sideMenuList li a.noChild:hover{
	text-decoration: underline;
}

/* side menu icons*/
ul.sideMenuList.menuLevel1 li > a{
	padding-left: 30px;
	background-position: 8px 7px;
}
ul.sideMenuList.menuLevel2 li > a{
	padding-left: 51px;
	background-position: 30px 7px;
}
ul.sideMenuList.menuLevel3 li > a{
	padding-left: 71px;
	background-position: 50px 7px;
}

/*--TOPMENU--*/
#topMenuBar{
	background-color: #DFDFDF;
	height: 35px;
	position: absolute;
	top: 54px;
	left: 0;
	right: 0;
}
ul.topMenuList ul{display: none;}
ul.topMenuList li:hover > ul{display: block;}
ul.topMenuList ul{position: absolute; left:-1px; top:98%; background-color: #DFDFDF; z-index: 1000; border: 1px solid #b4b4b4; box-shadow:0px 0px 2px #b4b4b4;}
ul.topMenuList ul ul{position: absolute;left:98%;top:0;}

ul.topMenuList,
ul.topMenuList ul {
	margin: 0;
	list-style:none;
	padding: 0;
	float: left;
}
ul.topMenuList ul{
	min-width: 180px;
}
ul.topMenuList li{
	display:block;
	float: left;
}
ul.topMenuList.menuLevel1 > li > a{
	border-right: 1px solid #CACACA;
	line-height: 35px;
	padding: 11px 8px 11px 28px;
}
ul.topMenuList li a{
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	padding: 7px 8px 7px 28px;
}
ul.topMenuList ul li{
	float: none;
	/*border-bottom: 1px dotted #33618B;*/
}
ul.topMenuList li:hover{
	position:relative;
}
ul.topMenuList li a:hover{
	position:relative;
	background-color: #D3D3D3;
}
ul.topMenuList ul li a{
	display: block;
}

/* top menu icons*/
ul.topMenuList.menuLevel1 > li > a{
	background-position: 8px 9px;
}
ul.topMenuList ul a{
	background-position: 8px 6px;	
}



/*--CONTENT--*/
#content.withSideBar{
	position: absolute;
	top: 54px;
	left: 250px;
	right: 0;
	padding: 15px;
}
#content.withTopMenu{
	position: absolute;
	top: 120px;
	left: 15px;
	right: 15px;
}
#breadcrumbs{
	background-color: #E6E6E6;
	padding: 7px;
	text-shadow: 1px 1px 1px #FFF;
	color: #6B6B6B;
}
#content > h1{
	font-family: Arial,sans-serif;
	font-weight: lighter;
	font-size: 25px;
}
#content .tableContent{
	width: 100%;
	border: 1px solid #215B88 !important;
	background-color: #ffffff;
}
#content .tableContent th{
	background-color: #3B6C8E;
	padding: 8px;
	text-align: left;
	color: #EEE;
	font-size: 12px;
}
#content .tableContent th.listingHead{
	background-color: #608EB3;
	border: 1px solid #215B88;
}
#content .tableContent td{
	padding: 4px;
	border: 1px solid #cccccc;
}

/*--OTHERS--*/
.inputButton{
	border: none;
	background-color: #467CAF;
	padding: 5px 10px;
	color: #FFF;
	font-family: inherit;
	font-size: 11px;
}
.inputButton:hover{
	background-color: #99C4EC;
}
#content.lov{
	position: static !important;
}
.notification{
	position: fixed;
	right: 15px;
}
.notificationError{
	padding: 10px;
	background-color: #FFC7C7;
	border-bottom: 2px solid #DA9A9A;
}
#bottom{
	margin-top: 15px;
	border-top: 1px solid #CACACA;
	padding: 10px 0;
	font-size: 7pt;
	color: #8D8D8D;
}
#languageSelector{
	z-index: 2;
}
.contentButtonFooter{
	text-align: right;
}