@charset "utf-8";
/* CSS Document */
/* =====================================================
Arrange according to:
- Common style
- Header & footer stylesheet
- Main menu
- Page content common stylesheet
- Department Page
- Registration Page
- Index page
========================================================== */

/* Common style ========================================== */
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:62.5%;
  color:#FFFFFF;
  text-align:center;
  background-color:#600303;
  margin:10px 0;
  }

/* End Common style ======================================= */

/* Header & footer stylesheet ============================= */
  
#header {
  width:760px;
  margin:0 auto;
  text-align:left;
  padding:20px 30px 0 30px;
  background-color:#545048;
  }
  
.menu_bg {
  background-color:#666666;
  height:10px;
  }
  
  
#logo {
  background-color:white;
  }
  
#logo_holder {
  width:760px;
  text-align:left;
  margin:0 auto;
  }
  
#footer {
  width:760px;
  margin:0 auto;
  text-align:right;
  }
  
/* End header & footer stylesheet ================================ */

/* Main menu =================================================== */
ul#main_menu {
  padding:0;
  margin:0;
  text-align:right;
  }
  
#main_menu li {
  display:inline;
  padding:5px 10px;
  }
  
#main_menu li a {
  font-size:1.2em; 
  color:#FFFFFF; 
  font-weight:bold;
  text-decoration:none;
  }
  
#main_menu li a:visited {
  color:#FFFFFF;
  text-decoration:none;
  }
  
#main_menu li a:hover {
  color:#FDB913;
  text-decoration:underline;
  }
  
.selected {
  font-size:1.2em;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#666666;
  }
  
/* End Main Menu ================================================== */
  
/* Page content common stylesheet ================================== */

a {
  font-weight:bold;
  color:#FFFFCC;
  }

a:visited {
	color:#FFFFCC;
	text-decoration:none;
  }

a:hover {
  color:#FFFF33;
  text-decoration:underline;
  }
  
h1 {
  background-color:#545048;
  font-size:1.8em;
  font-weight:bold;
  color:#FF9900;
  margin-top:10px;
  margin-bottom:10px;
  /*padding:10px 20px;*/
  width:720px;
  }
  
h2 {
  /*background-color:#FDB913; */
  color:#FF9900;
  font-size:1.4em; 
  font-weight:bold; 
  padding:0px 20px 5px 20px;
  width:500px;
  }
  
h3 {
  font-size:1.4em;
  color:#FFCC00;
  font-weight:bold;
  margin:0;
  }
  
h4 {
  font-size:1.6em;
  color:#FFCC00;
  font-weight:bold;
  margin:0 0 5px 0;
  }

h5 {
  width:760px;
  margin-top:10 px;
  text-align:right;
  color:#FDB913;
  font-weight:bold;
  font-size:12px
  }
  
h6 {
  background-color:#545048;
  font-size:18px;
  font-weight:bold;
  color:#FF9900;
  margin-top:20px;
  margin-bottom:10px;
  /*padding:10px 20px;*/
  width:720px;
  }
  
p {
  margin:3px 0 20px 0;
  font-size:1.2em;
  color:#FFFFFF;
  }
  
img {
  border:none;
  }

table {
  padding:0;
  margin:0;
  border-collapse:collapse;
  }

th {
  font-size:1.4em;
  color:#CCCCCC;
  font-weight:bold;
  padding:0;
  margin:0;
  }

td {
  font-size:1.2em;
  padding:0;
  margin:0;
  } 
  
#content {
  width:760px;
  margin:0 auto;
  text-align:left;
  padding:1px 30px 40px 30px;
  background-color:#545048;
  }
  
ul.list {
  font-size:1.2em;
  list-style-type:square;
  margin-top:3px;
  }

ul.list li {
  margin-left:-15px;
  }


/* End page content common stylesheet ========================== */
 
/* Department Page ========================================= */
td.course_code2 {
  width:80px;
  }
  
td.course_name2 {
  width:280px;
  }
  
td.small_description {
  color:#FFFF99;
  font-style:italic;
  width:180px;
  }
  
table.dept {
  margin-top:5px;
  }

.dept td {
  line-height:1em;
  }
  
/* End Department Page ================================== */
  
/* Registration Page ==================================== */
 
.course_code {
  width:60px;
  }
  
.course_name {
  width:250px;
  }
  
.course_date {
  width:140px;
  }
  
.course_time {
  width:90px;
  }
  
.course_venue {
  width:160px;
  }
  
.course_register {
  width:60px;
  text-align:center;
  }
  
.submenu {
  margin:5px 0;
  }
  
.submenu p {
  font-size:1.2em;
  }
  
.course_container  {
  color:#FFFFFF;
  font-weight:bold;
  cursor:pointer;
  padding:5px 0;
  line-height:2em;
  vertical-align:text-top;
  }
  
.course_description {
  margin-left:60px;
  width:620px;
  float:left;
  color:#FFCC66;
  }
  
.course_notes {
  color:#FF9900;
  font-size:0.9em;
  font-style:italic;
  font-weight:normal;
  margin-top:-5px;
  }
  
.submenu ul {
  list-style:none;
  padding:0;
  margin:0;
  }

/* Thin Ruler */
.ruler_a {
  width:100%;
  border:0;
  height:1px;
  color:#ecac00;
  background-color:#ecac00;
  }
  
/* Thick Ruler */
.ruler_b {
  width:100%;
  border:0;
  height:2px;
  color:#ba8b00;
  background-color:#ba8b00;
  margin-bottom:40px;
  }
  
/* Register Form Style == */

#checkbox {
  border:none;
  background-color:transparent;
  }

input {
  background-color:#ffd451;
  }

input#limcount {
  border:1px solid #ba8b00;
  }
  
textarea#address, input#uname, input#email, input#mobile, input#phone, input#national {
  border:1px solid #ba8b00;
  background-color:#FFFFFF;
  width:160px;
  }
  
textarea#address, input#uname {
  margin-right:70px;
  }
  
textarea#address {
  font-family:Arial, Helvetica, sans-serif;
  height:60px;
  }
  
.details_text {
  width:180px;
  font-weight:bold;
  }
  
.radio {
  width:auto; 
  border:none; 
  background:none;
  }

#register_btn {
  text-align:right;
  }
  
input.button {
  font-size:12px;
  font-weight:bold;
  color:#150900;
  margin-left:10px;
  text-align:center;
  }
  
/* End Register Form Style == */

/* End registration page ================================= */
  
/* Index page =============================================*/
.updates {
  clear:both;
  }

.header_bg{
	margin-right:20px;
	float:left;
	}

.institute_info{
width:759px;
background-color:#6a655b;
padding:1px;
}


.info_text{
font-size:1.2em;
color:#FFFFFF;
font-weight:normal;
margin: 10px 10px 8px 8px;
}

.poster_bg {
  margin-right:20px;
  float:left;
  background-color:#FFCC00;
  }
  
.poster_holder {
  padding:5px;
  }
  
.updates_text {
  float:left;
  color:#FFFFFF;
  }
  
.updates_text p{
  padding:0;
  margin:0;
  line-height:1.5em;
  }
  
#spacer {
  clear:both;
  height:20px;
  }
  
/* End index page ======================================== */

/* Additional style ====================================== */
.right { text-align: right }
.center { text-align: center }
.bold { font-weight: bold }
.red { color: red }
/* End additional style ================================== */

/* Administer style ====================================== */
.addpadding {
  padding-left:5px;
  padding-right:5px;
  }
/* End administer style ================================== */
