
BODY,TD,input,DIV,form,TEXTAREA,center,pre,blockquote {font-size:8pt;font-family:tahoma;color:#626262;line-height:18px}

TD {line-height:16px;}

select,option {font-size:9pt;font-family:u;}
.sel {font-size:9pt;font-family:u;width:160px;height=100px}

A:link    {color:#626262;font-size:8pt;font-family:tahoma;text-decoration:none}
A:visited {color:#626262;font-size:8pt;font-family:tahoma;text-decoration:none}
A:active  {color:#626262;font-size:8pt;font-family:tahoma;text-decoration:none}
A:hover   {color:#f26522;font-size:8pt;font-family:tahoma;text-decoration:none}

b.css1 {font-family:tahoma;color:#747474;font-size:8pt;text-decoration:none} 
b.css1:link {font-family:tahoma;color:#747474;font-size:8pt;text-decoration:none} 
b.css1:visited {font-family:tahoma;color:#747474;font-size:8pt;text-decoration:none}
b.css1:hover {font-family:tahoma;color:#747474;font-size:8pt;text-decoration:none}

.textarea {border:1px solid #404040;font-size:9pt;color:#282828;background-color:#bfbfbf;padding:5px;line-height:160%}
.input    {border:1px solid #454545;font-size:9pt;color:#eaeaea;background-color:#959595;height:20px;padding:3px}
.input2   {border:1px solid #454545;font-size:9pt;color:#eaeaea;background-color:#959595;height:21px;padding:3px}
.submit   {height:22px}
.submit_w {border:1px solid #454545;font-size:9pt;color:#eaeaea;background-color:#505050;height:40px}
.submit_c {border:1px solid #404040;font-size:9pt;color:#bfbfbf;background-color:#707070;height:21px}
.button   {border:1px solid #454545;font-size:9pt;color:#a0a0a0;background-color:#585858;height:22px;padding:2 0 0 0;line-height:16px}

.line_separator {background-color:#5a5a5a; padding:0}
.line_shadow	{background-color:#5d5d5d; padding:0}
.line_dark		{background-color:#4c4c4c; padding:0}

.list_notice	  {background-color:#636363; padding:0;}
.notice_separator {background-color:#5c5c5c; padding:0}

.lined  {background-color:#707070; border-top:1px solid #505050;height:1px;}
.list0 {background-color:#606060; padding:0;}
.list1 {background-color:#5e5e5e; padding:0;}

.separator1 {background-color:#707070; padding:0}
.separator2 {background-color:#656565; padding:0}

.mmp {font-family:tahoma;color:#b5b5b5;font-size:11px;text-decoration:none}
.bt  {font-family:tahoma;color:#a9a9a9;font-size:10px;background-color:#606060;text-decoration:none}

.pic_bg		{background-color:#606060}
.pic_border {border:1px solid #606060}

.thumb_area_bg {background-color:#606060}
.thumb_border  {border:1px solid #101010}

.info_bg {background-color:#606060;font-size:9pt}
.han  {color:#bfbfbf;font-size:9pt;text-decoration:none}
.han2 {color:#efefef;font-size:9pt;text-decoration:none}
.eng  {font-family:tahoma;color:#747474;font-size:8pt;text-decoration:none}


.list_title  {color:#000000;font-size:15px;text-decoration:none;font-family:tahoma;font-weight:bold}
.feature_title  {color:#0054A6;font-size:13px;text-decoration:none;font-family:tahoma;font-weight:bold}
.view_title  {color:#464646;font-size:10pt;text-decoration:none;font-family:tahoma;font-weight:bold}
.view_title2 {color:#bfbfbf;font-size:10pt;font-weight:bold;text-decoration:none;font-family:tahoma}
.view_name   {color:#c5c5c5;font-size:9pt;text-decoration:none;font-family:tahoma}
.view_cate   {color:#b5b5b5;font-size:9pt;text-decoration:none;font-family:tahoma}
.wArticle    {color:#cfcfcf;font-size:12pt;font-weight:bold;text-decoration:none;font-family:tahoma}

.ce_bg		 {background-color:#5d5d5d; border:1px solid #303030}
.list_comment  {color:#bfbfbf;background-color:#545454;font-size:8pt;font-family:tahoma}
.list_comment2 {color:#dfdfdf;background-color:#545454;font-size:8pt;font-family:tahoma;font-weight:bold}

.catego_big  {color:#696969;font-size:9px;text-decoration:none;font-family:tahoma;font-weight:bold}
.hot_text {color:#f26522;font-size:11px;text-decoration:none;font-family:tahoma;font-weight:bold}
.catego_small {font-family:tahoma;color:#a2a2a2;font-size:8pt;text-decoration:none}
.catego_s {font-family:tahoma;color:#898989;font-size:8pt;text-decoration:none}



@charset "UTF-8";

/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
