/* ================================
    CSS STYLES FOR THE PORTAL
    v1.0, 10/2002
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.TopHeaderBg
{
	font-weight: bold;
	font-size: 8pt;
	background: url(admin/graphics/bars.gif) black fixed repeat-x left top;
	color: whitesmoke;
	font-family: Arial;
	font-variant: normal;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
.SiteTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: papayawhip;
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
}
A.SiteTitle:link
{
	color: papayawhip;
	text-decoration: none;
}

A.SiteTitle:visited
{
	text-decoration: none;
	color: papayawhip;
}

A.SiteTitle:active
{
	text-decoration: none;
	color: papayawhip;
}

A.SiteTitle:hover
{
	color: papayawhip;
	text-decoration: underline;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: white;
    border-color: white;
}

/* text style for the selected tab */
.SelectedTab
{
	border-right: burlywood 1px solid;
	border-top: burlywood 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: burlywood 1px solid;
	color: darkkhaki;
	border-bottom: burlywood 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link
{
	color: darkkhaki;
	text-decoration: none;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: darkkhaki;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: darkkhaki;
}

A.SelectedTab:hover
{
	color: darkkhaki;
	text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8pt;
	color: darkgoldenrod;
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    
{
    text-decoration:    none;
    color: darkgoldenrod;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: darkgoldenrod;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: darkgoldenrod;
}

A.OtherTabs:hover
{
	color: maroon;
	text-decoration: underline;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size: 8pt;
    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
{
	font-weight: bold;
	color: darkgoldenrod;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size:  10pt;
    font-weight:    bold;
    color: darkred;
}

/* style of item titles administration links */
.ItemTitleLink
{
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
	font-size: 8pt;
	font-weight: bold;
	color: darkred;
}

/* style of item templates */
.TemplateItemHeader
{
	border-right: darkgray thin solid;
	border-top: darkgray thin solid;
	font-size: 7pt;
	border-left: darkgray thin solid;
	color: whitesmoke;
	border-bottom: darkgray thin solid;
	background-color: dimgray;
}
.TemplateItem
{
	color: lightgrey;
	background-color: gray;
}
.TemplateAlternatingItem
{
	color: lightgrey;
	background-color: silver;
}
.TemplateEditItem
{
	color: black;
	background-color: gainsboro;
}
.TemplateSelectedItem
{
	color: lightgrey;
	background-color: black;
}
.TemplateItemFooter
{
	color: lightgrey;
	background-color: black;
}


/* MODULE-SPECIFIC */
/* text style for Products */    
.ProductName    
{
	FONT-FAMILY: Jokerman, Arial; 
	FONT-SIZE: 20pt; 
	COLOR: darkgoldenrod; 
	HEIGHT: 40px; 
	FONT-VARIANT: normal; 
	TEXT-DECORATION: underline; 
	COLOR: darkgoldenrod; 
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none
}   

/* hyperlink styles of the Product Name */
A.ProductName:link
{
	color: darkgoldenrod;
	text-decoration: none;
}

A.ProductName:visited
{
	text-decoration: none;
	color: darkgoldenrod;
}

A.ProductName:active
{
	text-decoration: none;
	color: darkgoldenrod;
}

A.ProductName:hover
{
	color: darkgoldenrod;
	text-decoration: underline;
}

.ProductSizeDesc
{
	FONT-FAMILY: Arial; 
	FONT-SIZE: 10pt; 
	FONT-STYLE: italic; 
	FONT-VARIANT: small-caps;
	FONT-WEIGHT: bold; 
	COLOR: saddlebrown
}
.ProductDesc1
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: bold; 
	COLOR: peru
}
.ProductDesc2
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt; 
	COLOR: indianred; 
	FONT-STYLE: italic
}
.ProductUnitPrice
{
	FONT-FAMILY: Arial; 
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: bold; 
	FONT-STYLE: normal; 
	FONT-VARIANT: small-caps;
	COLOR: saddlebrown
}
.ProductUnitPriceDesc
{
	FONT-FAMILY: Arial; 
	FONT-SIZE: 8pt; 
	FONT-VARIANT: normal;
	COLOR: darkgoldenrod
}
.ProductFootnoteDesc
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt; 
	COLOR: saddlebrown; 
	FONT-STYLE: italic
}
.ProductImage
{
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 9pt;
	color: darkgoldenrod;
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
	font-variant: normal;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: normal;
	font-size: 8pt;
	color: peru;
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size: 10pt;
    font-weight: normal;
    line-height: 10pt;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size: 10pt;
    font-weight: normal;
}

.NormalRed
{
	font-weight: bold;
	font-size: 10pt;
	color: crimson;
	font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
}

.NormalBold
{
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size: 10pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, sans-serif, Helvetica, 'Verdana Bold';
    font-size: 10pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: saddlebrown;
	text-decoration: underline;
}

A.CommandButton:visited
{
	color: saddlebrown;
	text-decoration: underline;
}

A.CommandButton:active   {
	color: saddlebrown;
	text-decoration: underline;
}

A.CommandButton:hover    {
	color: saddlebrown;
	text-decoration: underline;
}
  



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: 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
}

