/*  This template was created by Mantis-a [http://www.mantisa.cz/]. For more templates visit Free website templates [http://www.mantisatemplates.com/]. */



/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
width: 100%;
/*text-align: center;*/
font:12px/17px Arial, Helvetica, sans-serif;
color:#333;
background:#DBE8F9;
min-width: 850px;
padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */

}
table, tr, td, button {
font:12px/12px Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
padding:1 1 1 1;
/*vertical-align:middle;*/
}

td.head{ 
background-color:#005E85; 
}

label {    
//font-size: 11px;
font-size: 120%;
padding-left: 1px;
text-indent: -15px;
}

th {
font-family:verdana;
font-size:13px;
color:navy;
font-weight: bold;
text-align: left;
padding:5 10 5 10;
//background-color:#B3E7FF;
/*background-color:#DBE8F9;*/
}
input, textarea, select {
font:12px/12px Arial, Helvetica, sans-serif; 
padding:0;
vertical-align:middle;
}

a:link, a:visited {
color: #00598D;
text-decoration: underline;
/*font-weight: bold;*/
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
line-height: 1.9;
margin-bottom: 7px;
}

p.text-content:first-letter {
font-size: 1.4em;
font-weight: bold;
line-height: 0.9;
color: #202020;
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
font: 2.6em  Georgia, "Times New Roman", Times, serif;
margin: 0 0 10px 40px;
border-bottom: 1px solid #4C8CA6;
width: 55%;
padding: 15px 0 5px 0;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
/*color: #FFFFFF;*/
color:#0000FF;
/*border-left: 3px solid #FFAE20;*/
padding-left: 14px;
margin: 12px 0 0 40px;
font-weight: bold;
}

h3 {
color: #00598D;
font: 1.7em Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
background: url('../img/h3-bg.gif') no-repeat 0 50%;
padding-left: 35px;
margin: 18px 0 10px 0;
}

h4 {
font-size: 1em;
background-color: #005E85;
color: #FFFFFF;
background-position:inherit;
/*letter-spacing: 1px;
border: 2px solid #FFFFFF;*/
margin-top: 0px;
padding: 6px 10px;
text-align:center;
}

h5 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #FFFFFF;
border-left: 3px solid #FFAE20;
padding-left: 14px;
margin: 12px 0 0 40px;
}

ul {
list-style-type: none; 
}
/* Site wrapper */

#wrapper {
width: 850px;
margin: 0 auto 80px auto;
position: relative;
background-color: #FFFFFF;
display: table; /* margin-bottom for FF   (?) */
text-align: left;
}


/* Header */

#header {
margin: 0 auto;
height: 157px;
width: '100%';
position: relative;
background: #004E6C url('../img/header-bg.gif') repeat-x 0 0;
border-top: 4px solid #003042;
border-bottom: 1px solid #46A0CA;
}

#header-arrow {
position: absolute;
top: 0;
right: 50px;
background: url('../img/header-arrow.gif') no-repeat 0 0;
width: 148px;
height: 105px;
}


/* Menu */

#menu {
/*width: 850px;*/
width: 100%;
margin: 0 auto;
/*background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;*/
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li.first a {
margin-left: 1.6em;
display: inline;
}

#menu li a {
float: left;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-size: 0.9em;
line-height: 33px;
margin: 0 0.5em;
padding: 0 1em;
}

#menu li a:hover {
/*text-decoration: underline;*/
color: #B1EEFF;
/*font-weight: bold;*/
}

#menu li a.active {
font-weight: bold;
color: #B1EEFF;
}

#menub {
/*width: 850px;*/
width: 100%;
margin: 0 auto;
/*background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;*/
}

#menub li {
display: inline;
list-style-type: none;
}

#menub li.first a {
margin-left: 1.6em;
display: inline;
}
#menub li a {
float: left;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-size: 0.7em;
line-height: 33px;
margin: 0 0.5em;
padding: 0 1em;
}

#menub li a:hover {
/*text-decoration: underline;*/
color: #002F5E;
/*font-weight: bold;*/
}

#menub li a.active {
font-weight: bold;
color: #002F5E;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#content-box {
width: 100%;
margin: 0 auto;
color: #151515;
position: relative;
}

#content-box-in {
width: 100%;
}

.content-box-left {
float: left;
width: 625px;
margin-bottom: 4em;
}

.content-box-right {
float: right;
width: 220px;
margin-bottom: 4em;
background-color: #DBF3FF;
}

#column-right-bottom {
background: #DBF3FF url('../img/column-right-bottom.gif') no-repeat 0 0;
width: 220px;
height: 20px;
}

.content-box-left-in {
margin: 0.4em 1.7em 0 2em;
}

.gallery {
margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #EEEEEE;
}

.gallery a:hover img {
border: 4px solid #74BDDC;
}

.content-box-right-in {
margin: 0.4em 1.6em 0 0.8em;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #D15900;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}


/* Footer */

#footer {
background-color: #00587D;
color: white;
width: 850px;
height: 34px;
font-size: 0.9em;
border-bottom: 2px solid #003042;
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left, #footer p.right {
width: 400px;
display: inline;
margin-bottom: 0;
line-height: 30px;
}

#footer a.b, #footer a.b a:visited {
font-weight: bold;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 15px;
}

.cbody {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
}

/*anis ubah*/
input[type=text],
input[type=password], 
select {
	height: 20px;
	line-height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	padding-left: 5px;
	font-size: 120%;
}
select[size][multiple] {
	width: 350px;
	height: 105px;
}
textarea {
	line-height: 17px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #999;
	
	padding-left: 5px;
	font-size: 100%;
}



button, input[type=submit], input[type=reset], input[type=file], input[type=button]{ 
	height: 25px;
	padding-left:5px;
	padding-right: 5px;
}

input[type=checkbox], input[type=radio] {
	margin-top: 7px;
	margin-bottom:5px;
}

.niceform , .titleheader {
	text-align: left;
}
.niceform tr th {
	height: 25px;
	padding-left: 30px;
	background: #B3E7FF url(../img/h3-bg.gif) no-repeat 5px 5px;
}
.label{
	padding-left: 25px;
	height:25px;
}
.labelb{
	padding-left: 5px;
	font-size:15px;
	font-weight:bold;
	height:40px;
}
.labelc{
	padding-left: 5px;
	font-size:12px;
	height:12px;
}
.labeld{
	padding-left: 5px;
	font-size:15px;
	font-weight:bold;
	height:12px;
}
.labelalert
{
	padding-left: 5px;
	font-size:12px;
	height:13px;
	color:#FF0000;
}
.niceform tr th.thtable{ 
	background: none;
	background-color:#005E85;
	padding:inherit;
	height: 20px;
	color:#FFFFFF;
	text-align:center;
}
.niceform table.listtable{
	background-color:#E8E8E8;
	font-size:100%;
/*	height: 20px;
	padding:0 0 0 0;*/
}
.niceform table tr.listtable{
	background-color:#B9DCFF;
}

.niceform table.listtable2{
	border:1;
	/*background-color:#E8E8E8;*/
}
.niceform tr th.thtable2{ 
	background: none;
	background-color:#008EB3;
	/*background-color:#66CCFF;*/
	padding:0 0 0 0;
	height: 20px;
	color:#000000;
	text-align:center;
}


/*#66CCFF  #B9DCFF*/ 


.dStaff, .dContractor, .dDaftar, .dKemaskini,.bpemohoninsert, .dUiTM, .dRaptai {
	display: none;
}

.jkategori, .jsusunatur, .kategori145, .kategori236 {
	display: none;
}

.movenamebox {
	padding:5px;
	font-weight: bolder;
	font-size: 14px
}

.treqStaff, .treqStudent, .treqGuest {
	display: none;
}

.Lbybulan, .Lbytarikh, .Ldata {
	display: none;
}

.byidmohon, .bytarikh, .bystatus {
	display: none;
}

.editable1 {
 	cursor:pointer;
}

.rightcount {
	float: right;
	padding-right: 5px;
}

.parent td {
	padding: 4px;
}

/** fullcalendar sesi */
.sesipagi, .sesipagi div {
	/*background-color: #cc0000 !important;
	border-color: #cc0000 !important;*/
	background-color: #FFFF66 !important;
	border-color: #FFFF66 !important;
	color: #000000;
}
.sesipetang, .sesipetang div {
	background-color: #C4EFFD !important;
	border-color: #C4EFFD !important;
	color: #000000;
}
.sesimalam, .sesimalam div {
	/*background-color: #000000 !important;
	border-color: #000000 !important;*/
	background-color: #FF6666 !important;
	border-color: #FF6666 !important;
	color: #FFFFFF;
}

.sesipagisesimalam, .sesipagisesimalam div {
	background-color: #3366FF !important;
	border-color: #3366FF !important;
}

.sesipagisesipetang, .sesipagisesipetang div {
	background-color: #3366FF !important;
	border-color: #3366FF !important;
}

.sesipetangsesimalam, .sesipetangsesimalam div {
	background-color: #3366FF !important;
	border-color: #3366FF !important;
}

.sesipagisesipetangsesimalam, .sesipagisesipetangsesimalam div {
	background-color: #3366FF !important;
	border-color: #3366FF !important;
}

.mengikutjam, .mengikutjam div {
	background-color: #9933FF !important;
	border-color: #9933FF !important;
}

.raptai, .raptai div {
	background-color: #999999 !important;
	border-color: #999999 !important;
}

.mohon, .mohon div {
	background-color: #FFFFFF !important;
	border-color: #000000 !important;
	border:thin;
	color: #000000;
}

.mohonluar, .mohonluar div {
	background-color: #D2FFE9 !important;
	border-color: #000000 !important;
	border:thin;
	color: #000000;
}

.hovered {
	border-color: rgba(238, 30, 30, 1) !important;
	box-shadow: 0 0 15px rgba(238, 30, 30, 1);
	-webkit-box-shadow: 0 0 15px rgba(238, 30, 30, 1);
	-moz-box-shadow: 0 0 15px rgba(238, 30, 30, 1);

	/** border-color: #FF9900 !important;
	box-shadow: 0 0 15px #FF9900;	
	-webkit-box-shadow: 0 0 15px #FF9900; 
    -moz-box-shadow: 0 0 15px #FF9900;
	border:3px solid #FF9900; */
}
/** round corner */
.fc-event.fc-event-skin {
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	overflow-x: hidden;
}


.style_top {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.style_kalender {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.listing td {
	padding: 3px;
}