﻿@charset "utf-8";
/* ================================
    CSS STYLES FOR THE ASP.NET oPortal
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
    background-color: #8b0000;
}

/* background color for the content part of the pages */
Body
{
	margin: 0px;
	background-color: #999999;
}


/* 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: Arial, 宋体， Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: white;
	background-image: url(images/SelectedTabsBg.gif);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}

.TabsBg
{
	background-image: url(images/TabsBg.gif);
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-image: url(images/OtherTabsBg.gif);
	background-color: dimgray;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 13px;
	color: darkred;
	font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
}

A.SelectedTab:link    {
    text-decoration:    none;
    color:DarkRed;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:DarkRed;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:DarkRed;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:dd0000;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size: 13px;
    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, 宋体， Verdana, 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, 宋体， Verdana, 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-size: 12px;
	color: darkred;
	font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
}

/* style of item titles by Announcements and events */
.ListItemTitle
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: text-bottom;
	width: 100%;
	color: #000000;
	font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
}

A.Head:Link
{
	color: #000000;
}

A.Head:visited
{
	color: #000000;
}

A.Head:hover
{
	color: #EE0000;
	text-decoration:    none;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 12px;
	/*line-height: 12px;*/
	font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
}

A.Normal:link
{
	color: black;
	text-decoration: none;
}

A.Normal:visited
{
	color: black;
	text-decoration: none;
}

A.Normal:active
{
	color: black;
	text-decoration: none;
}

A.Normal:hover
{
	color: red;
	text-decoration: underline;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size: 12px;
    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;
}
    
.Title
{
	font-family: 宋体;
    font-size: 20px;
    font-weight: bold;
	color:#000000;
}
.grayVLine
{
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}



/* GENERIC */
H1  {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, 宋体， Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, 宋体， Verdana, 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:  red;
}

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
}

TABLE
{
	font-size: 12px;
	font-family: Arial, 宋体， Verdana;
}
INPUT
{
	font-size: 12px;
	font-family: Arial, 宋体;
}
.myImageButton
{
}
.moduletitle_bg1 {
	background-image: url(images/moduletitle_bg1.gif);
	background-repeat: no-repeat;
}
.moduletitle_bg2 {
	background-image: url(images/moduletitle_bg2.gif);
	background-repeat: no-repeat;
}
.moduletitle_bg3 {
	background-image: url(images/moduletitle_bg3.gif);
	background-repeat: no-repeat;
}
.moduletitle_bg4 {
	background-image: url(images/moduletitle_bg4.gif);
}
.moduletitle_bg5 {
	background-image: url(images/moduletitle_bg5.gif);
}
.moduletitle_bg6 {
	background-image: url(images/moduletitle_bg6.gif);
}
.SurveyPanel
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFEEEE,endColorStr=#CC0000);
	color: lightsalmon;
	background-color: lightsalmon;
}
P
{
	margin-top: 4pt;
	margin-bottom: 4pt;
}
