/* 
    Document   : amanee
    Created on : June 5, 2006, 10:25 PM
    Author     : efendi.hassan
    Description:
        Purpose of the stylesheet follows.
*/
/* body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input,select,option {
    font-size:11px;
}

.small {
	font-size: 9px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.mayaLabel {
	font-style: normal;
	color: #333333;
}

.bannerBox {
	font-style: normal;
	padding: 3px;
	position: absolute;
	top: 10px;
	right: 87px;
	background-color: #FFFFFF;
	width: 100px;
	height: 120px;

}

.loginBox {
	font-style: normal;
	padding: 3px;
	border-width: thin;
	border-style:solid;
	position: absolute;
	top: 130px;
	right: 13%;
	background-color: #FFFFFF;
	width: 280px;
	height: 230px;
	border-color: #3366CC;
}

.loginButton{
	font-style:normal;
	height:20px;
	margin-left: 168px;
}

.loginDescription{
	font-style:normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
}

.rememberMe{
	font-style:normal;
	margin-left: 15px;
}

.backgroundBox {
	font-style: normal;
	padding: 3px;
	position: absolute;
	top: 145px;
	left: 10%;
	width: 80%;
	height: 150px;
	border-bottom-style:solid;
	border-bottom:thick;
	background-color:#4A7ECB;
	border-bottom-color: #FFFFFF;
}

.backgroundBottomBox {
	font-style: normal;
	padding: 3px;
	position: absolute;
	top: 305px;
	left: 10%;
	background-color: #BBD1EC;
	width: 80%;
	height: 20px;
	border-style:none;	
	background-color:#BBD1EC;
}

.normalBody {
	color:#000000;
}

.footer {
	font-size: 9px;
	color:#003399;
}

.figureAmount {
	color:#000000;
}

.quadraw {
	font-weight:bold;
	color:#00CC00;
}

.moduleTitle {
	font-size: 14px;
	font-weight:bold;
	color:#333399;
}

.help {
	color:#6666FF;
	text-align:left;
	margin-left: 37px;
	border-bottom-style: dotted;
	border-bottom-width:thin;
	font-style: normal;
	font-weight: bold;
}

.alertMessage {
	color:#FF0000;
	text-align:center;
	margin-left: 0px;
}

.announcementBox {
	font-style: normal;
	padding: 3px;
	position: absolute;
	top: 361px;
	left: 10%;
	width: 290px;
	height: 130px;
	background-color:#FFFFFF;
}

.companyBox {
	font-size: 11px;
	text-align:center;
	color:#6666FF;
	font-style: normal;
	padding: 3px;
	position: absolute;
	top: 377px;
	right: 97px;
	background-color: #FFFFFF;
	width: 80%;
	height: 51px;
}

.infoBox {
	text-align:justify;
	text-indent:inherit;
	color:#6666FF;
	font-style: normal;
	padding: 3px;
	position: absolute;
	top: 360px;
	right: 13%;
	background-color: #FFFFFF;
	width: 280px;
	height:128px;
	border-width: thin;
	border-style:solid;
	border-color: #3366CC;
}

.announcementHeaderText {
	font-style:normal;
	font-weight:bolder;
	font-size: large;
	color:#0066CC;
}

.infoHeaderText {
	font-style:normal;
	font-weight:bolder;
	font-size: medium;
	color:#000099;
}

.link {
	font-size: 11px;
	color:#6666FF;
	text-align:left;
	border-bottom-style: dotted;
	border-bottom-width:thin;
}

/* menu */
#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-family:Arial,Verdana,Tahoma, Helvetica, sans-serif;
}
#mainlevel-nav li {
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	margin: 0;
	width: auto !important;
 	width: 15%;
	font-size: 11px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
	border-bottom:none;
	font-weight:bold;
	text-transform:uppercase;

}
#mainlevel-nav li a {
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #2E5C88;
	background: transparent;
}
#mainlevel-nav li a:hover {
	color: #CCCCCC;
}
#active_menu {
	color: #666666;
	
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #003366;
	font-weight: bold;
	text-indent:15px;
	width: 100%;
	text-decoration: none;
	background:#93B4DB;
	height:18px;
	border-bottom:1px solid #999999;
	font-size:11px;	text-transform:uppercase;
}
a.mainlevel:hover {
	color: #ffffff;
	background:url(../opmisV6/web/images/tambah.png) #FF9900 no-repeat 1px 3px;
	text-indent:15px;border-bottom:1px solid #FF6600;
	height:18px;
}
table.moduletable {
	padding: 5px 0px 5px 0px;
	width: 100%;
	margin-bottom:5px;
}
table.moduletable th {
	color: #ffffff;
	text-align: left;
	width: 100%;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #2E5C88 ;
	border-bottom:1px solid #000066;
	text-transform:uppercase;
	height:18px;
}
table.moduletable li {
	border-bottom:1px solid #cccccc;
}
table.moduletable ul {
	padding: 0px;
}
table.moduletable td {
	padding-top:0px;
	font-weight: normal;
}
table.moduletable td a{
	font-weight: bold;
}

/* header info */
.header {
	background:url(../opmisV6/web/images/armanee_logo.png) no-repeat;
	background-position:right;
	top: 10px;
	height:100px;
	margin-bottom:0px;
	width: 80%;
	left: 10%;
	position: absolute;
}

.mainbody{
	font-style: normal;
	padding: 3px;
	border-width: thin;
	border-style:solid;
	position: absolute;
	background-color: #FFFFFF;
	border-color: #3366CC;
	text-align:left;
	padding-left:10px;
}
.cellFigure1 {
	background-color: #D2D2D2;
	/*text-align:right;*/
        font-weight:bold;
}
.cellFigure2 {
	background-color: #FFFFFF;
	/*text-align:right;*/
	font-weight:bold;
}
.cellHeader {
	background-color: #6699CC;
	background-position: center;
	height: 1px;
	width: 1px;
	padding:1px;
	border-width:1px;
	border-style:solid;
	text-align:center;
	font-weight:bold;
}
.rowHeader{
	background-color: #4e4a4a;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066CC;
	height:24px;
        padding:5px;
}
.todayRow {
	background-color: #f2efef;
	text-align:center;
	font-weight:bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066CC;
        height:24px;
        padding:5px;
}
.todateRow {
	background-color: #e3dfdf;
	text-align:center;
	font-weight:bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066CC;
	border-bottom-style:solid;
	border-bottom-width:thin;
        height:20px;
        padding:5px;
}
.confirmRow1 {
	background-color: #FFFFCC;
}
.confirmRow2 {
	background-color: #FFCC99;

}

.TableSeparate {
	background-color: #FFFFFF;

}

.leftColumn {
    padding-left:10px;
}

#pagenav li a:link, #pagenav li a:visited {
	position: relative;
	width: 50%;
	padding: 14px 8px;
	text-decoration: none;
	z-index: 100;
	font-size:14px;
	font-weight:bold;
}

#pagenav li {
	float: left;
	line-height: 35px;
	padding: 0 9px 0 5px;
	zoom: 1;
	margin: 0;
}

#pagenav li a:hover, #pagenav li.current_page_item a:link, #pagenav li.current_page_item a:visited  {
	position: relative;
}

#pagenav li a:hover span.left, #pagenav li.current_page_item span.left  {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 43px;
	margin-left:-5px;
}

#pagenav li a:hover span.right, #pagenav li.current_page_item span.right  {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 43px;
	margin-right:-5px;
}

#pagenav li a:link, #pagenav li a:visited {
	color: #eee;
}

#pagenav li a:hover {
	color: #eee;
}

#pagenav li a:hover, #pagenav li.current_page_item a:link, #pagenav li.current_page_item a:visited  {
	background: url(http://www.espek.com.my/opmisV2/images/top-nav-tile.png) repeat-x left bottom;
}

#pagenav li a:hover span.left, #pagenav li.current_page_item span.left  {
	background: url(http://www.espek.com.my/opmisV2/images/top-nav-left.png) no-repeat left bottom;
}

#pagenav li a:hover span.right, #pagenav li.current_page_item span.right  {
	background: url(http://www.espek.com.my/opmisV2/images/top-nav-right.png) no-repeat left bottom !important;
}

/* Cat Nav */

#menu {
	background:url(http://www.espek.com.my/opmisV2/images/cat-nav.gif) no-repeat top left;
	width:730px;
	height:38px;
	z-index: 999;
	position: relative;
        
}


#catnav, #catnav ul {
	padding: 0;
	margin: 0 15px;
	list-style: none;
	line-height: 1;
	width:730px;
	z-index: 999;
	position: relative;
        
}

#catnav a {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	z-index: 100;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#catnav li {
	float: left;
}
#catnav li:hover {
	background:#979797;
}

/* Style drop down list */

#catnav li ul { position: absolute; width: 282px; left: -999em; margin:0; }
#catnav li ul li {	border: 1px solid #ccc; border-width:0 1px 1px; background: #7e7e7e; z-index: 15; position: relative; }
#catnav li ul li:hover { background: #979797; }
#catnav li ul li a { line-height: 35px; font-size: 12px; color: #fff; width: 200px; }
#catnav li ul ul {	margin: -36px 0 0 180px;  border-top: 1px solid #ccc; }
#catnav li ul ul li a { line-height: 35px; }
#catnav li ul li ul li a {	border-width:0 1px 1px 0px; }
#catnav li:hover ul, #catnav li.sfhover ul { left: auto; }
#catnav li:hover ul ul, #catnav li.sfhover ul ul { left: -999em; }
#catnav li:hover ul, #catnav li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul { left: auto; }
#catnav li:hover, #catnav li.hover { position: static; } /* IE7 Fix */
