/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.LableCss {
    font-family: 宋体, Helvetica, sans-serif;
    font-size: 15px;
    
    
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab
.TabBg {
    background-color: white;
    border-color: white;
}
*/

/* background/border colors for the unselected tabs
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}
*/

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:normal;
    color: Black;
}



/* GENERAL */
/* style for module titles */
.Head   {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR:White; 	
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* GENERAL */
/* style for module titles */
.NewsHead   {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR:Black; 	
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color:Silver;
	padding-right:10;
	padding-left:10;
	padding-top:3;	
	padding-bottom:3;
}


/* GENERAL */
/* style for Edit Page Titles */
.PageHead   {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR:darkred; 	
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#333333; 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.TextBoxEnableCss 							 /* Enable为false的TextBox控件的样式*/	        
{
	font-size:8pt;		
	height:20px;
	border: solid 0px #CCCCCC;
}
.NormalRed
{    
    font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-size:11px;	
	line-height:14px;
	text-decoration:none;    
    font-weight: bold;
    color: red
}

.NormalBold
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR:darkred; 	
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.NormalTitle
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR:black; 	
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.NormalGridHead
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR:black; 	
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}

A.CommandButton1:link {
    text-decoration:    none;
   font-size:12px;
   font-family:宋体;
    color: #575C86;
}

A.CommandButton1:visited  {
    text-decoration:    none;
    font-size:12px;
    font-family:宋体;
    color: #575C86;
}

A.CommandButton1:active   {
    text-decoration:    none;
    font-size:12px;
    font-family:宋体;
    color: #575C86;
}

A.CommandButton1:hover    {
    text-decoration:    underline;
    font-family:宋体;
    font-size:12px;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}


H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  darkred;
}

A.Dec:link  {
    text-decoration:    none;
    color:  #000000;
}

A.Dec:visited   {
    text-decoration:    none;
    color:  #000000;
}

A.Dec:active    {
    text-decoration:    none;
    color:  #000000;
}

A.Dec:hover {
    text-decoration:    underline;
    color:  #000000;
}

A.SelDec:link  {
    text-decoration:    none;
    color:  #000000;
}

A.SelDec:visited   {
    text-decoration:    none;
    color:  #000000;
}

A.SelDec:active    {
    text-decoration:    none;
    color:  #000000;
}

A.SelDec:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

.txtboldwhite2 {
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	color:#000000;
}

.portletFrame {
	background-color:#666666;
}

.moduleNormalSpace
{
	background-color: Transparent; 
}

.primnav2 {
	FONT-SIZE: 11px; COLOR: #333333; LINE-HEIGHT: 16px; FONT-STYLE: normal; FONT-FAMILY: Arial,Verdana,sans-serif; TEXT-DECORATION: none
}

.primnav2-high {
	FONT-SIZE: 11px; COLOR:White; LINE-HEIGHT: 16px; FONT-STYLE: normal; FONT-FAMILY: Arial,Verdana,sans-serif; TEXT-DECORATION: none
}

.primnav3 {
	font-family:Arial,Verdana,sans-serif;
	font-style:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#333333;
}

.primnav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR:White; LINE-HEIGHT: 18px; FONT-FAMILY: Arial,Verdana,sans-serif; TEXT-DECORATION: none
}

A.primnavhigh:link {
	FONT-SIZE: 11px; COLOR: #036; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.primnavhigh:visited {
	FONT-WEIGHT: bold;FONT-SIZE: 11px; COLOR: #036; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.primnavhigh:hover {
	FONT-WEIGHT: bold;FONT-SIZE: 11px;COLOR:Gainsboro; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

A.primnavhigh2:link {
	FONT-SIZE: 11px; COLOR: #036; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.primnavhigh2:visited {
	FONT-WEIGHT: bold;FONT-SIZE: 11px; COLOR: #036; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.primnavhigh2:hover {
	FONT-WEIGHT: bold;FONT-SIZE: 11px;COLOR:Gainsboro; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.menuPrimnav {
	FONT-SIZE: 11px; COLOR:White; LINE-HEIGHT: 18px; FONT-FAMILY: Arial,Verdana,sans-serif; TEXT-DECORATION: none
}

A.menuPrimnavhigh:link {
	FONT-SIZE: 11px; COLOR: #036; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.menuPrimnavhigh:visited {
	FONT-SIZE: 11px; COLOR: #036; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.menuPrimnavhigh:hover {
	COLOR: #900; TEXT-DECORATION: underline
}

.spanStyle {font-size: 9px}

.smallbluelink {
	FONT-WEIGHT: 500; FONT-SIZE: 8pt; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.rcBoxDefaultHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 15px; BACKGROUND-COLOR: #dddddd; TEXT-DECORATION: none;	
	padding-top:3;	
}

.ErrorMessage {
	font-family:Arial,Verdana,sans-serif;
	font-style:normal;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:Red;
}

input.tb_login 
{ 
	height:18px; 
	font-size:12px;
	border:1pt solid #666666;
}

input.b_login
{
	height:18px;
	font-size:12px;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-right-color:#666666;
	border-right-width:1px;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-style:solid;
	background-color:#a9a9a9;
	color:#ffffff;
}

span.sp_right_title {
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	color:#ffffff;
}

td.title
{
	BORDER-BOTTOM: #b7b7b7 2px window-inset;
}

td.NormalBold
{
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
	color:#CC3300; 
}