
.heading {font-weight: bold;
color: #0187C5;
display: inline;
font-size: 18px;
}
#header {
	padding: 18 0 0 0;
}
.normal {
font-family: Verdana;
font-size: 11;
font-style: normal;
}
.formfont {
color: #000066;
font-weight: bolder;
}
.copyright-decor {
font-family: SPLaksaman;
font-size: 11;
font-style: normal;
}
.nsc-nscsystem-logo {
    background: url("../images/nsc_header_title.png") repeat scroll 0 0 transparent;
    height: 55px;
    width: 463px;
	float:left;
}
.nsc-nscsystem-title-central {
width: 764px;
height: 61px;
background: url("../images/nsc_header_title.png") 0px -57px;
float:right;
margin-right: 0px;
margin-top: -1px;
}
.nsc-gena-splash {
width: 760px;
height: 64px;
background: url("../images/nsc_header_title.png") 0px -584px;
}
.clear-all {
clear:both; line-height:0; height:0;
}
hr {
    border: none;
    background-color: #f08232;
    height: 4px;
	margin-top: 2px;
	margin-left: -2px;
}
img.nsc-calendar-icon {
width: 16px;
height: 18px;
background: url("../images/nsc_small_icons1.png") 0px -113px;
margin-right: 5px;
margin-top: -5px;
}
img.nsc-user_info {
width: 32px;
height: 32px;
background: url("../images/nsc_small_icons3.png") 0px -352px;
}
img.nsc-info {
width: 16px;
height: 16px;
background: url("../images/nsc_small_icons2.png") 0px -374px;
}
img.nsc-gototop {
width: 31px;
height: 11px;
background: url("../images/nsc_small_icons2.png") 0px -309px;
}
.floatright {
float: right;
margin: 10px;
}
.tableview {
width: 99%;
background-color : #CCCCCC;
text-align:center;
}
.tableview td{
    padding:2px;
    background-color: #FFFFFF;
    vertical-align: MIDDLE;
    text-align: center;
}
.tableview th{
    padding:2px;
    background-color: #E2F1FC;
    vertical-align: MIDDLE;
    text-align: center;
    font-weight: normal;
}
.box{
padding:10px;
border:1px solid #999999;
background:  #E2F1FC;
margin:5px;
}
img.opicons-asc { width:16px;height:16px; background:url(../images/icon-operation.png) 0px -42px; }
img.opicons-dsc { width:16px;height:16px; background:url(../images/icon-operation.png) 0px -95px; }

.formsection td{
    background-color:  #E2F1FC; 
    /* background-color:  #c9b138; */
}
.hide {
    display:none;
}
.monochome {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}