﻿/* Set default css of body ------------------------------------------------------------------------ */

body{
	/*background-image: url(../images/bg.jpg);*/
	background-color: #F1F1F1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 16px;*/
	
	/* scrollbar of body */	
	scrollbar-face-color: #e7e7e7;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #ddddd5;
	scrollbar-darkshadow-color: #ddddd5;
	scrollbar-track-color: #e7e7e7;
	scrollbar-arrow-color: #999999;
   
}

/* Set default css of table ------------------------------------------------------------------------*/

Table{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
TR{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
TD{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Set default css of link */

A { 
	blr:expression(this.onFocus=this.blur());)
}
A {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
A:hover{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.link_menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_menu:hover {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
.link_menusub {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link_menusub:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

/* set css of form -------------------------------------------------------------------------------------*/

/* input */
.form_input{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;	
	/*border:1px solid #CCCCCC;*/
	height: 18px;
}

/* select */
.form_select{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;
    height:18px;
}

/* area */
.form_area{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;
	/*border:1px solid #CCCCCC;*/
}

/* button */
.form_button{
	font-size: 12px;
	margin: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border: 1px solid #999999;
	height:18px;
	background-color: #cccccc;
}
.link_filter:hover {
	color: #ffffff;
	height: 16;
	clip:  rect(   );
	filter: glow(color=#0080D5,strength=2);
	padding-top: 4px;
	letter-spacing: 1px;
}

/* set css of filter -----------------------------------------------------------------------------*/

/* set css of other ------------------------------------------------------------------------------*/
 
.line_pic {
	border-top: 1 solid #CCCCCC;
	border-right:1 solid #CCCCCC;
	border-bottom: 1 solid #CCCCCC;
	border-left: 1 solid #CCCCCC;
}

.text_wrap { word-wrap: break-word; word-break: break-all; }

.ft_white {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.p{
	text-indent: 24px;
	line-height: 20px;
}
.bg_left {
	background-attachment: fixed;
	background-image: url(../images/bg_left.JPG);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_right {
	background-attachment: fixed;
	background-image: url(../home/images/pic01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ft_red_b {
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
}
