@charset "utf-8";
/* CSS Document */

.light-green-shade {
	background-color:#99ff99
}

body {
	background-color:#ccffcc
}

.white-shade {
	background-color:#ffffff
}

/*.white-shade, .light-green-shade {
	min-height: 400px;
}*/

.home-box {
	padding: 15px;
}

.misc-box {
	padding: 10px;
	margin-bottom: 20px;
}

.misc-box h4, misc-box p {
	margin: 0; padding: 0;
	padding-bottom: 5px;
}

.misc-box p {
	font-size:12px;
	padding-left: 25px;
	color:#666;
}

.misc-box h4 {
	color:#fff;
	font-weight:700
}

.misc-box a {
	color: fff;
	text-decoration: none
}


#footer {
	background-color:#060
}


/*------Shades Definition--------*/
green-shade {
	background-color: #093
}

blue-shade {
	background-color:#06F;
}

navbar-green {
	background-image: none;
	background-color:#060;
}

ul.links {
	list-style: none;
	padding:0; margin:0;
}

ul.links li {
	line-height: 25px;
}

ul.links li a {
	color: #FFF;
}

#footer h4 {
	color: #6F6;
}

/*Copyright text comes here*/
p.copyright {
	font-size:12px;
	text-align:center
}

/*Wuraij Powered Style*/
.wuratij {
	text-decoration: none;
	color:#FC0;
}


.navbar-green {
	background-color:#060;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006e2e+0,006e2e+100;Green+Flat+%233 */
	background: rgb(0,110,46); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZlMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,110,46,1) 0%, rgba(0,110,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,110,46,1)), color-stop(100%,rgba(0,110,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#006e2e',GradientType=0 ); /* IE6-8 */
}

ul.top-nav-menu {
	margin-top: 30px;
}

ul.top-nav-menu li a {
	border: 1px solid #030;
	margin-top: 3px;
	padding: 5px;
	background-color: #090;
	margin-left: 5px;
	color: #6F6
}

.title-bar {
	padding: 5px;
	max-width: 500px;
}

.title-bar h4 {
	margin: 0; padding: 0;
	font-weight: 700;
	color:#6f6;
	margin-top: 15px;
	font-size: 20px;
}

.title-bar p {
	margin: 0; padding: 0;
	margin-top: 3px;
	color:#6f6;
}

.news-title {
	font-weight: 600;
	margin:0; padding:0;
	padding-bottom: 5px;
	text-transform:uppercase
}

a:link, a:visited {
	color:#030
}

.support-info span {
	color:#FFF;
}

.support-info a {
	color: #6f6;
}

.navbar .icon-bar {
	background-color:#FFF;
}

.title_exam_slip {
	font-weight:700;
	text-transform:uppercase;
	font-size: 16px;
}

#slip-box {
	border: 1px solid #060;
	padding: 5px;
}

.slip-title-p {
	margin: 0; padding: 0;
}


/*for Student Album Display*/
.albumBox {
	border: 1px dashed #CCC;
	/*height: 160px;*/
	min-width: 160px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	float: left;
	padding: 3px;
	margin-left: 5px;
}

.albumBox img, h3, .albumBox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.albumBox img {
	width: 140px;
	height: 140px;
	border: 1px solid #090
}

.albumBox p {
	margin: 0; padding:0;
	font-size: 13px;
	font-weight:700
}

.tbl {
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 90%;
	margin: auto
}

.tbl td {
	border: 1px solid #000000;
	padding: 5px
}

.tbl tr, .tbl th {
	border: 1px solid #000000;
}

.page-footer {
	min-height: 100px;
	background-color:#000;
}

/*=========Time Table Style===========*/
.time-table-class {
  width: 100%;
  border-collapse:collapse;
  border-color:#ccc;
  padding: 5px;
}

.time-table-class th {
  text-align:center;
}

.time-table-class td,  .time-table-class th{
  padding: 5px;
  border-color: #ccc;
}

.time-table-content-area:hover {
  cursor: pointer;
}

#add_lecturer {
  position: absolute;
  z-index: 0;
  display: none;
  top:0;
  left: 0;
  z-index: 9999
}

.time-table-item {
  background-color: #666;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 9999;
  font-weight: 600;
  margin-bottom: 7px;
  cursor: auto;
  padding-left: 5px;
  color: #fff;
}

.time-table-item span {
  background-color:#C00;
  text-align: center;
  display: block;
  width: 20px;
  float: right;
  border-radius: 0 5px 5px 0px;
  cursor:pointer;
}