/*
	11 Oct 2011
	Jimmy
	"K" Line Singapore style sheet
*/

/* * { margin: 0; padding:0; } */
html { overflow-y: scroll; height: 100%;}

body { 
	background-color: #FFFFFF; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;	
}

h2 {
	font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal;
	padding-top: 10px;	
}

h2.main-title {
	font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold;
	padding:0 0 2px 0; border-bottom:solid 5px rgb(225,225,225);
}

.menu-text {
	font-family: Helvetica, Arial, sans-serif; font-size: 10.5px; font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
}
.quick-link-text {
	font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

p.footer-text {
	font-family: Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal;
	text-align:center;
	margin-top: 20px;
	line-height:1.3em;
}

/*
	HEADER AREA
*/
#header {
	width: 995px;
	margin: 0px auto;
	
}
#header-logo	{  	
	width: 316px;
	height: 35px;
	margin-bottom: 10px;	
}
#header-bottom {
	width: 995px;
}
#header-left {
	background: url("../images/vessel.png");
	width: 717px;
	height: 235px;
	float: left;
	margin-right: 0px;
}
#header-right {
	background: url(../images/header_content.png) no-repeat 0 0;
	width: 278px;
	height: 234px;
	float: right;

	margin-left: 0px;
}
#header-right-content {
	margin-top: 15px;
	margin-left: 10px;
}
#footer {
	clear:both;
	width: 995px;
	margin: 0px auto;
	margin-top: 50px;
	background: url(../images/footer_bg.png) no-repeat; 
	padding:0.2em 0 0.2em 0; 
}
#nav_menu {
	clear:both; 
	width: 997px;
	margin: 0px auto;
}

#annoucement {
    	clear:both; 
    	width: 997px;
	height:6px;
	margin: 0px auto;
	font-size:15px;
	color:Red;
}

/*
	CONTENT AREA
*/
#breadcrumbwrap {
	clear:both; 
	width: 995px;
	margin: 0px auto;
	padding-top: 5px;
}


#pagewrap {
	clear:both; 
	width: 995px;
	margin: 0px auto;
	
}

#left-side {
	width: 260px; 
	height: auto;
	margin-top: 5px;
	float: left;
}

#left-title-bar {
	background: url(../images/left_menu_bar_01.png) no-repeat 0 0;
	width: 251px;
	height: 38px;
}

#left-content {
	background: url(../images/left_menu_bar_03.png) repeat-y 0 0;
	width: 251px;
	min-height: 100px;
	height: auto;
	
}
#left-content-footer {
	background: url(../images/left_menu_bottom.png) no-repeat 0 0;
	width: 251px;
	height: 7px;
	padding-bottom:20px;	
}

#right-side {
	width: 250px;
	height: auto;
	margin-top: 5px;
	margin-right: 3px;
	float: right;
}

#right-title-bar {
	background: url(../images/right_menu_bar.png) no-repeat 0 0;
	width: 250px;
	height: 38px;
}

#right-content {
	background: url(../images/right_menu_content.png) repeat-y 0 0;
	width: 250px;
	min-height: 100px;
	height: auto;
}
#right-content-footer {
	background: url(../images/right_menu_bottom.png) no-repeat 0 0;
	width: 250px;
	height: 7px;	
}
#main-home {
	margin-left: 260px;	
	margin-right: 270px;
	width: 450px;
	text-align: left;
	margin-top: 5px;
	padding: 0.5em;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; text-align:justify;
}

#main {
	width: 720px;
	display:inline;
	float: left;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;
}

/* Table Data Classes */
/* Box, dark grey outline for tables data only */
.box2 {
	border: 1px solid #333333;
}


.alt {
	background-color: #E6E4E4;
}

.alt2 {
	background-color: #D7D5D5;
}

/* Input form css */
.input_box {
	padding:0.15em;
	width:11em;
	border:1px solid #ddd;
	background:#fafafa;
	font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
label {
	float:left;
	width:9em;
	text-align:left;
	margin-right:1em;
	font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal;
}
div.kform {
	margin:1.3em 0.5em;
	clear:both;
}

.radioButtonList td
{
    vertical-align: top;
}
.radioButtonList input[type="radio"]
{
    float: left;
}
.radioButtonList label
{
    width: 50px;
    display: block;
}

.radioButtonList2 td
{
    vertical-align: top;
}
.radioButtonList2 input[type="radio"]
{
    float: left;
}
.radioButtonList2 label
{
    width: 100px;
    display: block;
}