﻿/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.HeadBg {
    background-color: Maroon;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/
body
{
	font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 5px;
	font-size: 0.7em;
	background: url(images/backgrounds/background_main.gif) white repeat-y center top;
}

/* Main part of the page that holds contents */
#body
{
    width: 800px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}

/* All Images */
.image
{
	border-right: lightgrey outset;
	border-top: lightgrey outset;
	border-left: lightgrey outset;
	border-bottom: lightgrey outset;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	padding-top: 1px;
}


/* 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, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: Black;
}

/* 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
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    color: Navy;
    font-size: small;
    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-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color:Black;
    bottom:auto
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:  bold;
    color:Black;
}

/* 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-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
    line-height: 12px
}

.NormalWhite
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
    line-height: 12px
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, 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: red;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: red;
    font-family: Arial;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
    font-family: Arial;
}
  
/* datagrid style */
TR.DataGrid_ItemStyle
{
	background-color: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: smaller;
	text-align:center;
}

TR.DataGrid_ItemStyleLeft
{
	background-color: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: smaller;
	text-align:Left;
}

TR.DataGrid_AlternatingItemStyle
{
	background-color: ButtonFace; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: smaller;
}

TR.DataGrid_SelectedItemStyle
{
	font-weight: bold;
	Color: blue;
	background-color: ActiveCaption; 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size: smaller;
}

TR.DataGrid_HeaderStyle
{
	font-weight: bold;
	text-decoration:	underline;
	font-size: smaller;
	color: Black;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffcc;
	text-align:center;
}

TR.DataGrid_HeaderStyle A
{
	text-decoration:	underline;
	color:	Black;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size: smaller
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	underline;
	color:	Black;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size: smaller
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:underline;
	color:	blue;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
	font-size: smaller
}

TR.DataGrid_FooterStyle
{
	background-color: Gray;
	font-size: smaller;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Black;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    Bold;
    color: Black;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: Black;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Black;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: Black;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Black;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Black;
}


A:link  
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    color:  #666666;
}

A:visited   
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    color:  #666666;
}

A:active    
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    color:  #666666;
}

A:hover 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:    underline;
    color:  Black;
}

SMALL   
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  8px;
}

BIG 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    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 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    color: gray;
    height:1pt;
    text-align:left
}

/* Sets all horizontal tabs in the main menu and the Applications page */
.admin-tab-active
{
	border-right: #000066 1px solid;
	padding-right: 3px;
	border-top: #000066 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #000066 1px solid;
	color: #583f83;
	padding-top: 3px;
	border-bottom: #000066 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffcc;
	text-align: center;
}
.admin-tab-inactive
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-left: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: #583f83;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.admin-tab-selected
{
	border-right: #000066 1px solid;
	padding-right: 3px;
	border-top: #000066 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #000066 1px solid;
	color:#583f83;
	padding-top: 3px;
	border-bottom: #000066 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}

.admin-tab-right
{
	border-bottom: 1px solid #D5D291;
}
.admin-blue-border
{
	border-top: 1px solid #ffffff;
	border-left: 1px solid #583f83;
	border-right: 1px solid #583f83;
	border-bottom: 1px solid #583f83;
	background-color: White;
}
.admin-tab-inactive a:link
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.admin-tab-inactive a:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.admin-tab-inactive a:active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.admin-tab-inactive a:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	background-color: White;
	
}

/* Sets all horizontal tabs in the Step/Contract Listing page (ApplicationListing.aspx */
.step-tab-active
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #583f83;
	background-color: #ffffcc;
	text-align: center;
	border-left: solid 1px #000066;
	border-bottom: solid 1px #000066;
	border-right: solid 1px #000066;
	border-top: solid 1px #000066;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width: 200px;
}
.step-tab-inactive
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #583f83;
	text-align: center;
	border-top: solid 1px #D5D291;
	border-right: solid 1px #D5D291;
	border-left: solid 1px #D5D291;
	border-bottom: solid 1px #D5D291;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	width: 200px;
}

.step-tab-selected
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#583f83;
	background-color: #ffffff;
	text-align: center;
	border-left: solid 1px #000066;
	border-bottom: solid 1px #000066;
	border-right: solid 1px #000066;
	border-top: solid 1px #000066;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	width: 200px;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 1px;
    margin-bottom: 1px;
    clear:right;
}
