/* ================================
    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: MediumBlue; */ /*  #1809fe; */
    background-color: #003399; 
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0;
}


/* 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 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;	
    background-color: white;
    border-color: white;
    font-weight: bold    
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;	
    background-color: dimgray;
    border-color: black;
    font-weight: bold    
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:Darkblue;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* text style for Digilist header */
.DigiListHeader {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style for Digilist header */
.DigiListItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
}

/* text style for Digilist header */
.DigiListFilter {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
}

/* 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: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    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: blue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: Silver;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  22px;
    font-weight:    bold;
    color: darkblue;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.TableHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: maroon;
	 background-color: Silver;
}

.PageSubHead
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	text-decoration: underline;
}


.PageHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    text-decoration:    underline;  
    font-weight:    bold;
    color: maroon;  
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* Used to render headings in RoleBasedLink modules */
.RoleBasedLinkHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
    text-decoration:    underline;
}

/* Used to render items in RoleBasedLink modules */
.RoleBasedLinkItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    padding: 0px 0px 0px 6px;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: 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: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalNumeric
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    text-align : right
}

.Normalblue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: White;
}

.StandardLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.SpecialLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    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: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkblue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: blue;
}
    



/* 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: darkblue;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkblue;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkblue;
}

A:link  {
    text-decoration:    none;
    color:  darkblue;
}

A:visited   {
    text-decoration:    none;
    color:  darkblue;
}

A:active    {
    text-decoration:    none;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

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
}
.titlebox {
	FONT-SIZE: 14pt; COLOR: white;
}
.graybox {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: helvetica; BACKGROUND-COLOR: whitesmoke
}

/* FFN Enrollment */

#lvEnrollment {
    _padding: 3px;
    border-bottom: solid 1px #000;
}

#lvEnrollment td {
    text-align: center;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
}

#lvEnrollmentChildrenTotal td {
    text-align: center;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

#lvEnrollment .tdEditChildNum, #lvEnrollment .tdItemChildNum {
    padding: 11px 0px;
}

#lvEnrollment .DigiListHeader td {
    vertical-align: top;
    border-color: #fff;
    padding: 7px 0px;
}

#lvEnrollment .DigiListHeader .tdHeaderChildNum {
    border-left-color: #000;
}

/* Set the left border to be blue to visually seperate the "Hours" column */
#lvEnrollment .tdItemCareFullTime, #lvEnrollment .tdEditCareFullTime
{
    border-left-color: #0000C0;
}

/* Set the left border to be blue to visually seperate the "Relation" column */
#lvEnrollment .tdItemParentGuardian, #lvEnrollment .tdEditParentGuardian
{
    border-left-color: #0000C0;
}

/* Set the right border to be blue to visually seperate the "Relation" column */
#lvEnrollment .tdItemRelationFriend, #lvEnrollment .tdEditRelationFriend
{
    border-right: solid 1px #0000C0;
}

.EditRow, .EditColumn
{
	background-color: #BAE7B1;
}

.nullRow
{
    background-color: #EFEFEF;
}

/* Make the radio buttons a little bigger in the ItemTemplate 
since they're hard to see when greyed-out */
#lvEnrollment td span input {height: 1.1em; width: 1.1em;}

#lvEnrollmentChildrenTotal .tdItemTotalChildren, #lvEnrollmentChildrenTotal .tdEditTotalChildren 
{
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right-color: #0000C0;
}

#lvEnrollmentChildrenTotal .tdItemFTChildrenTotal, #lvEnrollmentChildrenTotal .tdEditFTChildrenTotal 
{
    border-top: solid 1px #000;
}

#lvEnrollmentChildrenTotal {
    _padding: 3px;
}

#lvEnrollmentChildrenTotal .tdItemPTChildrenTotal, #lvEnrollmentChildrenTotal .tdEditPTChildrenTotal 
{
    border-top: solid 1px #000;
    border-right-color: #0000C0;
}

#lvEnrollmentChildrenTotal td {
    text-align: center;
    padding: 11px 0px;
}

#lvEnrollmentChildrenTotal .tdItemParentGuardian, #lvEnrollmentChildrenTotal .tdEditParentGuardian 
{
    border: none;
}

/* End FFN Enrollment */
