@charset "utf-8";
/* CSS Document */
@import url(body.css);
@import url(header.css);
@import url(footer.css);
@import url(common.css);

/**************  Define Basic Prof  ***************/
* {
  margin:0;}

html {
	height:100%;
	text-align:center;}
	
body {
	width:960px;
	position:relative;
	margin:0 auto;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:left;
	color:#444;
	height:100%;}
	
table {
	margin:0;
	border-collapse:collapse;
	word-break:break-all;
	font-size:12px;
	empty-cells:show;}

td, div, form, input, select, span, textarea, ul, li, dl, dt, dd, h1{
	font-size:12px;
	margin:0;
	padding:0;}

img {border:0;}

ul {list-style:none;margin-bottom:15px;}



/**************  Define Common Form  ***************/
input, textarea {
	line-height:22px;
	border:none; 
	background:none;
	vertical-align:middle;}
	
span.input, span.input input { 
	clear:both;
	position:relative; 
	margin:0; 
	display:inline-block; 
	text-decoration:none !important; 
	border:0; 
	font-size:12px; 
	font-weight:bold; 
	color:#0e7dd4;
	white-space:nowrap; 
	background:url('../images/table/form_input.gif') no-repeat; 
	vertical-align:middle; 
	overflow:visible;}

span.input input{
	left:4px; 
	height:22px;
	*vertical-align:top; 
	_vertical-align:middle;
	margin-right:4px; 
	background-position:right top; 
	overflow:visible;}

span.textarea, span.textarea textarea { 
	clear:both;
	position:relative; 
	margin:0; 
	display:inline-block; 
	border:0; 
	font-size:12px; 
	font-weight:bold; 
	color:#444;
	background:url('../images/table/form_textarea.gif') no-repeat; 
	vertical-align:middle; 
	overflow:visible;}

span.textarea textarea{
	left:4px; 
	height:300px;
	*vertical-align:top; 
	_vertical-align:middle;
	margin-right:4px;
	background-position:right top;
	word-break:break-all;
	overflow:auto;}

a {color:#167878;text-decoration:none;}
a:hover {text-decoration:underline;}

	
/**************  Define Common Button  ***************/
span.button.gray,
span.button.gray a,
span.button.gray button,
span.button.gray input { 
	clear:both;
	position:relative; 
	margin:0; 
	display:inline-block; 
	text-decoration:none !important; 
	border:0; 
	font-size:12px; 
	font-weight:bold; 
	color:#0e7dd4;
	white-space:nowrap; 
	background:url('../images/btn/button_gray.gif') no-repeat;
	vertical-align:middle; 
	overflow:visible;}
	
span.button.white,
span.button.white a,
span.button.white button,
span.button.white input { 
	clear:both;
	position:relative; 
	margin:0; 
	display:inline-block; 
	text-decoration:none !important; 
	border:0; 
	font-size:12px; 
	font-weight:bold; 
	color:#0e7dd4;
	white-space:nowrap; 
	background:url('../images/btn/button_white.gif') no-repeat;
	vertical-align:middle; 
	overflow:visible;}

span.button { height:23px; padding:0; margin-right:4px; background-position:left top; overflow:visible;}
span.button a,
span.button button,
span.button input{ left:4px; *vertical-align:top; _vertical-align:middle;}
span.button.large { height:29px; background-position:left -30px; }
span.button.xLarge { height:35px; background-position:left -65px; }
span.button.small { height:18px; background-position:left -107px; }

/* Anchor */
span.button a {padding:4px 10px 8px 10px; color:#0e7dd4; font-size:12px;line-height:12px;background-position:right top;}
span.button.large a { padding:6px 12px 7px 8px;  _top:-1px; font-size:12px; line-height:16px; background-position:right -30px;}
span.button.xLarge a { padding:8px 12px 7px 8px; font-size:16px; line-height:20px; background-position:right -65px;}
span.button.small a { padding:3px 8px 5px 4px; font-size:11px; line-height:11px; background-position:right -107px; _top:-1px;}

/* Button & Input */
span.button button,
span.button input { height:23px; padding:0 13px 0 7px; font-size:12px; line-height:24px; background-position:right top; cursor:pointer;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font-size:12px; line-height:30px; background-position:right -30px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:16px; line-height:36px; background-position:right -65px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Color */
span.button *:hover,
span.button *:active,
span.button *:focus{color:#0e7dd4;}

/**************  Define Side Menu Element  ***************/

#menu {
	font-family: 'Tahoma', 'Arial';
	font-size:12px;
	font-weight:bold;
	text-align:left;
	list-style:none;
	background-image:url("../images/side_menu/bg.gif");
	background-repeat:repeat-y;
	margin:0;
	padding:0;}
					
#menu li {
	height:25px;}
	
#menu a {
	padding-left:22px;
	padding-top:6px;
  display:block;
	color:#747474;
  text-decoration:none;
  font-weight:bold;}
	
#menu a:hover {
	color:#fff;}
		
#menu .over {
	color:#fff;
  background-image:url("../images/side_menu/mouse_over.gif");
	background-repeat:no-repeat;}
	
#menu .out {
	color:#747474;
  background-image:url("../images/side_menu/mouse_out.gif");
	background-repeat:no-repeat;}
	
#menu .current {
	padding-left:22px;
	padding-top:6px;
	color:#fff;
  background-image:url("../images/side_menu/mouse_over.gif");
	background-repeat:no-repeat;}
	
/**************  Define Location Element  ***************/
ul.location{
	float:right;
	margin-right:10px;}

ul.location li {
	display:inline;
	margin-left:5px;
	padding-right:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#7b7b7b;
	background-image:url('../images/blt/blt_li_location.gif');
	background-position:right 2px;
	background-repeat:no-repeat;}
	
ul.location li.current {
	color:#fc7016;
	padding-right:0px;
	background:none;}

ul.location li a:link     {color:#7b7b7b;font-weight:normal;text-decoration:none;}
ul.location li a:visited  {color:#7b7b7b;font-weight:normal;text-decoration:none;}
ul.location li a:hover    {color:#7b7b7b;font-weight:normal;text-decoration:underline;}

/**************  Define Common Element  ***************/
span.caption{font-family:Tahoma;font-size:8px;color:#ff9600;}


