/*
	Original Author:			
			Zhuo Ming Liu
	Website:				
			lktechnology.com

	Description / Instruction: 	
	- This file defines the style of all html tags (html elements) as well as class and id (layout) of the master page
*/
#wrapper-right-outer{
	width: 640px;
	float: right;
	margin: 0;
	padding: 0;
	
}

#wrapper-right{
	float: right;
	/*margin: 10px 10px 20px 10px;*/
	margin: 0;
	padding: 0 10px;
	background: #FFFFFF; /*#FFFFFF url(../file/layout/body_2.png) top left repeat-x;*/
	/*background-attachment: fixed;*/
	color: #595959;
	/*border: 1px solid #CCCCCC;*/
	width: 620px;
	cursor:auto;
}
.content_border_top  {
	width: 100%;
	height: 13px;
	background: transparent url(../file/layout/content.png) top center no-repeat;
	margin: 0;
}
.content_border_bottom {
	width: 100%;
	height: 20px;
	background: transparent url(../file/layout/content.png) bottom center no-repeat;
	clear: both;	
}

#wrapper-right-inner{
	float: right;
	width: 670px;
	margin: 0 0 0 0;
	border: none; /*1px solid #CCCCCC;*//* #330099; */ 
	padding: 10px;
	/*background: transparent url(../file/layout/content.png) repeat-y top left; */ /*#E5E5E5;*/ /* #CCCCFF; */
	overflow: visible; /* background won't work here for firefox without this*/

}

#wrapper-right-inner h1{
	margin: 0px;
	padding: 0px;
}

#wrapper-right-inner h2{
	margin: 0px;
	padding: 0px;
}

/*
	section div in a page
*/
.page_section{
	margin: 0px 0 10px 0;
	width: 100%;
	clear: both;
	float: right;
}

.page_upload_section{
	float: right;
}

.page_section textarea{

	background-color: #FFF;
}

.page_section input p{
	margin: 10px 0;
	padding: 0;
}
/*
	tab menu and content wrapper for page "board"
*/
ul.tabmenu_board{
	height: 28px;
	padding: 0 0 0 20px;
	margin: 0 0px 20px 0px;
	width: 90%;
	border-bottom: 1px solid #CCCCCC;
}

ul.tabmenu_board li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
	font-weight: normal;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #999999;
	margin-bottom: -1px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #000000;
	cursor: pointer;
}

ul.tabmenu_board li.active{
	background: #FFFFFF;
	top: 1px;
	color: #000000;
	font-weight: bold;
	border-bottom: none;
}

.content.exec{
	display: block;
}
.content.nonexec{
	display: none;
}

.pdf_icon{
	background: transparent url(../file/layout/pdficon_small.gif) no-repeat top left;
	height: 17px;
	padding-left: 20px;
	margin-left: 5px;
}

td.table_date{
	width: 12%;
	padding: 10px 0 10px 0;
}
td.table_link{
	width: 88%;
	background: transparent url(../file/layout/pdficon_small.gif) no-repeat;
	background-position: 0px 10px;
	padding: 10px 0px 10px 20px;
	margin-left: 5px;
}
td.table_date_news{
	width: 12%;
	padding: 10px 0 10px 0;
}
td.table_link_news{
	width: 88%;
	background: transparent;
	background-position: 0px 10px;
	padding: 10px 0px 10px 0px;
	margin-left: 5px;
}
.financial_box_outer{
	height: 250px;
}
table.financial_box{
	display: inline;
	width: 25%;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}
table.financial_box tr td{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
table.financial_box tr td img{
	float: none;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}
table.financial_box tr td .img_pdf_icon{
	background: transparent url(../file/layout/pdficon_small.gif) no-repeat top left;
	width: 20px;
	height: 17px;
	display: inline-block;
	float: left;
}
table.financial_box tr td.finac_box_img{
	height: 176px;
	padding: 10px 0px;
	margin: 0px;
}

/*
	contact form
*/
.contact_addr{
	width: 400px;
}
.contact_txtarea textarea{
	width: 90%;
	height: 200px;
}
.contact_right{
	float: right;
	width: 60%;
}
.contact_right textarea{
	width: 300px;
	height: 90px;
}
.contact_left{
	float: left;
	width: 40%;
}
.contact_left input{
	width: 200px;
	margin: 0 0 10px 0;
}
.contact_right input{
	width: 300px;
	margin: 0 0 10px 0;
}
.contact_right input.radio{
	width: auto;
	margin: 0 0 10px 0;
}
.contact{
	float: left;
	width: 100%;
}
.contact label, .contact_txtarea  label{
	font-weight: bold;
}
.form_reminder{
	font-size: 12px;
}
.form_input_hint{
	font-size: 12px;
}
.service_download{
	padding: 0;
	float: right;
	margin: 10px 10px 0 0;
	height: 60px;
	clear: both;
}
.service_download ul {
	margin: 0;
	padding: 0;
}
.service_download ul li {
	list-style: none;
}
.service_download ul li a{
	background: transparent url(../file/layout/pdficon_small.gif) no-repeat top left;
	width: 100%;
	height: 20px;
	text-align: left;
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
	padding-left: 20px;
}