@CHARSET "UTF-8";

#subject_table{
	width:100%;
	border: 1px solid;
	
}

#subject_table td, #subject_table th {
	
	border: 1px solid;
}

#subject_table th {
	text-align: center;
	background-color: #d5daea;
	color:#385e8f;
}

#subject_name, #subject_code{
	width:200px;
	height:16px;
	border: 0px none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-image: url('../images/text_input.png');
	color:#d5daea;
}