@import url("/css/commonClasses.css");

body,
td,
textarea,
a
{
	font-family:Arial,宋体; 
	line-height: 140%;
	font-size: 12px ;
}

ul,
p,
li,
blockquote 
{
	font-family:Arial,宋体; 
}
body.forum {
	BACKGROUND-COLOR: #FFFFee;
	/*
	BACKGROUND-COLOR: #FFFFEE;
	*/
}

select,option {
	font-family: 宋体 ;
	BACKGROUND-COLOR: #cce1e4;
}

input {
	font-family: 宋体 ;
}

A:link { 
   color: #1A1DAC ;
}

A:visited { 
   color: #4F5069 ;
}

A:hover {
	color:	#F07D02;
}

A.linkHead:link,
A.linkHead:visited
{
/*    
	COLOR: blue;
    TEXT-DECORATION: none;
    font-size: 100%;
*/
}
A.linkHead:hover
{
/*
    COLOR: black;
    TEXT-DECORATION: underline;
    font-size: 100%;
    */
}


.c1, .c1:link, .c1:visited  {
	color: #4F5069 ;
}

.c1:hover {
	color:		#F07D02 ;
}

.c2 {
   color: #1A1DAC ;
}

.c3 {
   background-color: #FDFF79 ;
   color: #1A1DAC;
}

.c4 {
   background-color: #BBFFBB ;
   color: #1A1DAC;
}

.ctg {
	color: #198b95 ;
}


.details  {
	color: #22aaaa ;
}

.remark {
	color: #338833 ;
	font-family:Arial,宋体; 
	line-height: 140%;
}

#headLink
{
	font-weight:bold ;
	font-size: 120% ;
	color: #000000 ;
}

#headLink a:link,
#headLink a:visited
{
	font-weight: normal;
	font-size: 100% ;
	color: blue;
}

#headLink a:hover
{
	font-weight: normal;
	font-size: 100% ;
	color:		#FFAC00 ;
}

.message
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-TOP: orange 1px solid;
    COLOR: #000000;
    PADDING-BOTTOM: 11px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    PADDING-TOP: 11px
}

.noneOnScreen {
	font-size: 12px;
	color: #777777;
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.subtitle, 
.subtitle:link, 
.subtitle:visited {
	font-size: 	14.9px ;
	font-weight:bold ;
	color:		green ;
}

.subtitle:hover {
	font-size: 	14.9px ;
	font-weight:bold ;
	color:		#F07D02 ;
}

.title {
	font-size:	16px ;
	font-weight:bold ;
	color:		green ;
}
.tiny {
	font-size:1; 
	color:#eff0e0; 
	LETTER-SPACING: -1;
}
/*
	Mode-specific.  Will be separate out later.
*/

/* date style: d1=most recent; d2=next recent; d0=regular */
.d1 { color: #FF0000;}
.d2 { color: #C000AC;}
.d3 { color: #9F578A;}

.sidePad {
	margin: 0px, 3px, 10px, 5px; 
	padding: 0px; 
	border-top: #eeeeee 1px solid; 
	border-left: #eeeeee 1px solid; 
	border-bottom: #888888 1px solid; 
	border-right: #888888 1px solid; 
	background-color: #ffffff;
}

.sidePadHeader {
	PADDING-LEFT: 10px;
	border-left: 15px solid #ffac00 ;
	COLOR: #036d03;
	text-align: left;
	BACKGROUND-COLOR: #ebf8e8;
}

.sidePadBody {
	padding: 10px; 
	text-align: left;
}

.groupHeader {
	FONT-SIZE: 100%;
	COLOR: #036d03;
	MARGIN: 0px 0px 0px 0px;
	PADDING: 0px 0px 0px 10px;
	BACKGROUND-COLOR: #ebf8e8;
	border-left: 15px solid #ffac00 ;
}
.groupContent {
	padding: 5px 0px 5px 25px;
}

.bulletinBoard {
	border-color: #ffac00;
	border-style: solid;
	border-width: 10 1 1 1;
	margin: 0 20 10 20;
	padding: 10 20 10 20;
	float: none;
   position: relative;
	background-color: #ffffff;
	line-height: 200%;
}

.em
{
	color: #000000;
	font-weight: bolder;
}

.noticeNoBorder /* with emphasis feature, but no border */
{
	color: #777777;
	padding: 10 20 10 20;
}
