/* ================================
    CSS STYLES FOR THE PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


.HeadBg
	{
    background-color:#3D008A;
	}
/* background color for the content part of the pages */
Body
	{
    background-color:#FFFFFF;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	}
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx */
/* style for the text of the site title */
.SiteTitle
	{
    font-family: "MS Serif", "New York", serif;
    font-size:36pt;
    font-weight:bold;
	font-style:italic;
    color:#FFFFFF;
	}
/* text style for the site links (at extreme top-right of header) */
.SiteLink
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
	}   

/* TABS */
/* background/border colors for the selected tab */
.TabBg
	{
    background-color:#FFFFFF;
    border-color:#3D008A;
	}
/* background/border colors for the unselected tabs */
.OtherTabsBg
	{
    background-color:#8C00C2;
    border-color:#3D008A;
	}
/* text style for the selected tab */
.SelectedTab
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    color:#000000;
    font-weight:bold;
	}
/* text style for the unselected tabs */
.OtherTabs
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
	}

/* MODULES */

/* DISCUSSION */
/* text style for reading messages */    
.Message
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    background-color:#EEEEEE;
	}   

/* ANNOUNCEMENTS */
/* item titles-Announcements and events */
.ItemTitle
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#3D008A;
	}

/* GENERAL */
/* style for module titles */
.Head
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#3D008A;
	}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#000000;
	}
/* text style used for most text rendered by modules */
.Normal
	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:8pt;   
	}
/* ADMIN */
/* style of item titles on edit and admin pages */
.SubHead
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#3D008A;
	}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:normal;
	}
.NormalRed
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:red;
	}
.NormalBold
	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
	}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:normal;
	}

/* FONTS */
SMALL
	{
    font-size:9px;
	}
BIG
	{
    font-size:12pt;
	}
BLOCKQUOTE, PRE
	{
    font-family:Lucida Console, monospace;
	}

/* HEADERS */
H1
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:16pt;
    font-weight:normal;
    color:#666644;
	}
H2
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:16pt;
    font-weight:normal;
    color:#666644;
	}
H3
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:#8C00C2;
	}
H4
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:normal;
    color:#8C00C2;
	}
H5, DT
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#8C00C2;
	}
H6
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#8C00C2;
	}
	
/* TABLES */
TFOOT, THEAD
	{
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    color:#8C00C2;
	}
TH
	{
    vertical-align:baseline;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:bold;
    color:#8C00C2;
	}z
HR
	{
    color:dimgrey;
    height:1pt;
    text-align:left;
	}
	
/* LINKS */
A:link
	{
    text-decoration:none;
    color:#8C00C2;
	}
A:visited
	{
    text-decoration:none;
    color:#8C00C2;
	}
A:active
	{
    text-decoration:none;
    color:#8C00C2;
	}
A:hover
	{
    text-decoration:underline;
    color:#AF06F1;
	}
/* TAB LINKS */
/* hyperlink styles of the selected tabs */
A.SelectedTab:link
	{
    font-size:10pt;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
	}
A.SelectedTab:visited
	{
    font-size:10pt;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
	}
A.SelectedTab:active
	{
    font-size:10pt;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
	}
A.SelectedTab:hover
	{
    font-size:10pt;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
	}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
	{
    font-size:10pt;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
	}
A.OtherTabs:visited
	{
    font-size:10pt;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
	}
A.OtherTabs:active
	{
    font-size:10pt;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
	}
A.OtherTabs:hover
	{
    font-size:10pt;
    text-decoration:none;
    color:#dddddd;
    font-weight:bold;
	}
/* hyperlink style for the site links */
A.SiteLink:link
	{
    text-decoration:none;
    color:#FFFFFF;
	}
A.SiteLink:visited
	{
    text-decoration:none;
    color:#000000;
	}
A.SiteLink:active
	{
    text-decoration:none;
    color:#EEEEEE;
	}
A.SiteLink:hover
	{
    text-decoration:underline;
    color:#FFFFFF;
	}
/* style for separator between site links */
.Accent
	{
    color:#000000;
    font-weight:bold;
	}
/* ADMIN LINKS */
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
	{
    text-decoration:none;
    color:#8C00C2;
	}
A.CommandButton:visited
	{
    text-decoration:none;
    color:#8C00C2;
	}
A.CommandButton:active
	{
    text-decoration:none;
    color:#8C00C2;
	}
A.CommandButton:hover
	{
    text-decoration:underline;
    color:#AF06F1;
	}

/* LISTS */
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;
	}



