@charset "utf-8";

html {
	background-image:url(../images/bg_logo.jpg);
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.image_border {
	border:solid #999999 2px;
}

.calender {
	margin-top:0px;
	margin-left:-4px;
}

.employee {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
}

.employee1 {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.employee_head {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
}
.employee_head1 {
	font-family: "Myriad Pro";
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

.input_textfield {
	border:1px;
	border-style:solid;
	border-color:#CC0000;
	font-family:"Lucida Sans Unicode";
	color:#821f08;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.input_text_grey {
	border:1px;
	border-style:solid;
	border-color:#a0a0a0;
	font-family:"Lucida Sans Unicode";
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	width:150px;
}

.input_dropdown {
	border:1px;
	border-style:solid;
	border-color:#a0a0a0;
	font-family:"Lucida Sans Unicode";
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.search_item {
	font-family:"Lucida Sans Unicode";
	color:#facfc2;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;
	padding-top:2px;
}

.login_name {
	font-family:"MS Reference Sans Serif";
	font-size:10pt;
	font-weight:normal;
	padding-left:22px;
	color:#2b2b2b;
}

.head_login {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#d4350f;
}

.login_image {
	margin-top:0px;
}

.head_pos {
	margin-top:17px;
	margin-bottom:5px;
}

.detail {
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	font-weight:normal;
	color:#666666;
	line-height:1em;
	text-decoration:none;
}	

A.detail:hover {
	color:#CC0000;
	text-decoration:underline;
}
.menu {
	font-family:"Lucida Sans Unicode";
	font-size:8pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
A.menu:hover{
	color:#CCCCCC;
}
	
.content {
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}	
A.content:hover {
	text-decoration:none;
	color:#CC0000;
}
A.content:link {
	text-decoration:underline;
}

.content_bold {
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}	

.detail_grey {
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	font-weight:normal;
	color:#9bb4ad;
	text-decoration:none;
	line-height:2em;
}	

.welcome {
	font-family:"Lucida Sans Unicode";
	font-size:15pt;
	font-weight:normal;
	color:#536F67;
	text-decoration:none;
	line-height:2em;
}	


A.detail_grey:hover {
	text-decoration:underline;
}

.detail_with_space {
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	font-weight:normal;
	color:#666666;
	line-height:1em;
}	
.news_scroller {
	font-family:"Lucida Sans Unicode";
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}	

.news_border {
	border-width:1px;
	border-style:solid;
	border-color:#cecece;
	background-color:#FFFFFF;
}

.news_scroller1 {
	font-family:"Lucida Sans Unicode";
	font-size:9pt;
	font-weight:normal;
	color:#FFFFFF;
}	

.cell_padding {
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	background-repeat:no-repeat;
}

.head_latest_pos {
	margin-bottom:5px;
}

.copyrigt {
	font-family:"Lucida Sans Unicode";
	font-size:8pt;
	font-weight:normal;
	color:#999999;
	line-height:1em;
}	

.ticker {
	font-family:"Lucida Sans Unicode";
	font-size:10pt;
	font-weight:normal;
	color:#333333;
	line-height:1em;
}	

#latestnews {
	border-style:solid;
	border-color:#cbcbcb;
	border-width:1px;
	background-color:#f8f8f8;
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	color:#838383;
	text-decoration:none;
	font-weight:normal;
}

#latestnews td {
	font-family:"Lucida Sans Unicode";
	font-size:11px;
	color:#838383;
	text-decoration:none;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}


#latestnews th {
	background-image:url(../images/latest_heading_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-width:1px;
	border-color:#b7b7b7;
	border-style:solid;
	height:19px;
	padding-left:12px;
	padding-top:0px;
	text-align:left;
}

.error
{
	color:#da3c15;
	font-family:Lucida Sans Unicode;
	font-size:12px;
	font-weight:normal;
}
.advertise
{
	font-family:Lucida Sans Unicode;
	font-size:10px;
	font-weight:normal;
	color:#474747;
	text-decoration:none;
}

