/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2003
   ================================
*/
/* MainPageSkin */

.MainPageBody
{
	margin-left: 0;
	margin-top:0;
	margin-right:40;
	margin-bottom: 0;
	/*BACKGROUND-IMAGE: url(../Skins/ImagesSkins/shade.GIF);*/
	background-color:White ;
   	
}
/*.MainPageTable
{
   BORDER-RIGHT: darkred thin ridge; BORDER-TOP: darkred thin ridge; BORDER-LEFT: darkred thin ridge; BORDER-BOTTOM: darkred thin ridge;
	
}*/

.BannerTopTable
{
	/*BORDER-RIGHT: navy thin ridge; BORDER-TOP: navy thin ridge; BORDER-LEFT: navy thin ridge; BORDER-BOTTOM: navy thin ridge;*/
}
	/* Note this is in the child 'Skin' */
	.InsideBannerTable
	{
		background-color: Darkred;
	}
	.MainMenuSelected
	{
		text-decoration: underline;
		font-weight: bold;
		color: White;
	}
	.MainMenuNOTSelected
	{
		text-decoration: underline;
		
	}
	
	
	/* --------------- */

.BeforeHtmlPageBody
{
	PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px; VISIBILITY: hidden; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px;  HEIGHT: 0px; BACKGROUND-COLOR: transparent;
  
}

.MainHtmlTable
{
	background: white;
	PADDING-TOP: 0px;
    BORDER-RIGHT: darkred thin ridge; BORDER-LEFT: darkred thin ridge; BORDER-BOTTOM: darkred thin ridge;

}
	/* ==== Now the content panels !!! ========= 
		Note: These are table cells!!!
	*/
	.LeftPane
	{
		/*background:  #E8F3EE;*/
		background:  white;
		/*BORDER-RIGHT: navy thin ridge; BORDER-TOP: navy thin ridge; BORDER-LEFT: navy thin ridge; BORDER-BOTTOM: navy thin ridge;*/
	}
	.BeforeContentLeft
	{
		PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px; VISIBILITY: hidden; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px;  HEIGHT: 0px; BACKGROUND-COLOR: transparent;

	}
	.ContentPane
	{
		/*background:  #E8F3EE;*/
		background:  white;
		/*BORDER-RIGHT: navy thin ridge; BORDER-TOP: navy thin ridge; BORDER-LEFT: navy thin ridge; BORDER-BOTTOM: navy thin ridge;*/
		PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px;PADDING-RIGHT: 5px;
	}
	.AfterContentRight /* On the right */
	{
		PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px; VISIBILITY: hidden; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px;  HEIGHT: 0px; BACKGROUND-COLOR: transparent;

	}
	.RightPane
	{
		/*background:  #E8F3EE;*/
		background:   white;
		/*BORDER-RIGHT: navy thin ridge; BORDER-TOP: navy thin ridge; BORDER-LEFT: navy thin ridge; BORDER-BOTTOM: navy thin ridge;*/
	}

.BottomFooterTable
{
	background: white;
	/*BORDER-RIGHT: navy thin ridge; BORDER-TOP: navy thin ridge; BORDER-LEFT: navy thin ridge; BORDER-BOTTOM: navy thin ridge;*/

}
/*-------- End Main Skin */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.LoginButton
{
	width: 96px;
}

.LoginControlTop
{
	background-color:#ffffcc;
	BORDER-LEFT: darkred 1px ridge; BORDER-TOP: darkred 1px ridge; BORDER-RIGHT: darkred 1px ridge;  BORDER-BOTTOM: darkred 1px ridge;

}
.loginControl
{
}
.FileButton
{
	width: 85px;
	/*background-color:LightSteelBlue;
	border-style:solid;
	border-width: 1px;
	border-color: LightSkyBlue;
*/
}

/* Tim here 29th */
.BoxControl
{
	background-color:DarkRed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.PortalUsers
{
	background-color:DarkRed;
}
.PortalSites
{
	background-color:DarkRed;
}
/* end here */

.EventHeadCalendar
{
	background-color:DarkRed;
}
		
.ExpandText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100%
}

.QuickLinkHead
{
	background-color: darkred;
}

.QuickLinkBody
{
	
	border-color:DarkRed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	
}
.QuickLinkTitle /*tk 25th*/
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	
}
.HitCounter /*tk 25th*/
{
	background:   white;
}
.LinkTable /*tk 25th */
{
	background:   white;	
	
}
.EventTable /*tk 25th */
{
	background:   white;

}
.TaskTable /*tk 25th */
{
	background: white;
	
}

.HtmlTable /*tk 25th */
{
	background: white;
}
.HtmlTableRow
{
	padding :5px;
}
.AnnouncementTable /*tk 25th */
{
	background: white;
	
}
.FAQTable /*tk 25th */
{
	background: white;
	
}
.DocumentTable /*tk 25th */
{
	background: white;
	
}
.DiscussTable /*tk 25th */
{
	background: white;
	
}
.ContactTable /*tk 25th */
{
	background: white;
	
}
.DynamicTable /*tk 25th */
{
	background: white;

}
.FeedBackTable /*tk 25th */
{
	background: white;
   
}
.NavTable /*tk 25th */
{
	background: white;
	
}
.PhotoBookTable /*tk 25th */
{
	background: white;
	
}
.PhotoBookEdit
{
	background: DarkRed;
}
.CalendarTable /*tk 25th */
{
	background: white;

}
.ManagUsersTable /*tk 25th */
{
	background: white;
}
.TimeTrak
{
	background: DarkRed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.DropMessageBox /* The Table */
{
	/*BORDER-RIGHT: navy thin ridge; BORDER-TOP: navy thin ridge; BORDER-LEFT: navy thin ridge; BORDER-BOTTOM: navy thin ridge;
	*/
	BORDER-RIGHT:  Darkred thin ridge; BORDER-TOP: Darkred thin ridge; BORDER-LEFT: Darkred thin ridge; BORDER-BOTTOM: Darkred thin ridge;
}

.DropMessageTop /* Row one of table */
{

	BACKGROUND-COLOR: Darkred;
}

.DropMessageBody /* Row two of table */
{
	BACKGROUND-COLOR: white;
}

.FileManagerHead
{
	background-color: DarkRed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	
}
.FileManagerBody
{
	border-color:DarkRed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: white;
}

/* ----End Tim Kelly ----- */


 /* Shopping cart */
.CategoryTitle
{
	font-weight: bold;
	font-size: 14px;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
	
}

.CustomerReceipt
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
	background-color:gainsboro;
}


/* 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
{
	background-color: darkred;
	border-color: darkred;
}
.TabsBorderBg
{
	background-color: black;
	border-color: black;
}
/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: black;
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* hyperlink styles of the selected tabs */
A.SelectedTab:link
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.SelectedTab:hover
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

/* text style for the unselected tabs color: gainsboro;*/
.OtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: gainsboro;
	text-decoration: none;
	font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: gainsboro;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: gainsboro;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: gainsboro;
}

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: 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: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events and shopping*/
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}
.ControlTopHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}
.ControlTopLeft
{
}
.ControlTop
{
	width: 100%;
}
.ControlTopRight
{
}
.ControlTopNothing
{
	width: 100%;
}
.AdminControl
{
	BORDER-TOP: darkred 1px ridge;BORDER-RIGHT: darkred 1px ridge; BORDER-LEFT: darkred 1px ridge; BORDER-BOTTOM: darkred 1px ridge;
	margin-top:10px;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

/* 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;
}

/* 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;
}
.NormalIM
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5px;
	font-weight: normal;
	line-height: 12px;	
	font-weight: bold;
	color:  black;
}
/* 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;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	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: 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;
}




/* 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: underline;
	color: darkred;
}

A:visited
{
	text-decoration: underline;
	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;
}

.NavTable
{
	padding-left: 5px;
}
.NavControl
{
	background-color: white;
}
.NavControlSelected
{
	background-color: darkred;
	color: White;
}
.NavControlSelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
A.NavControlSelectedTab:link
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.NavControlSelectedTab:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.NavControlSelectedTab:active
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.NavControlSelectedTab:hover
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

.NavControlOtherTabs
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: darkred;
	text-decoration: none;
	font-weight: bold;
}
A.NavControlOtherTabs:link
{
	text-decoration: none;
	color: darkred;
}

A.NavControlOtherTabs:visited
{
	text-decoration: none;
	color: darkred;
}

A.NavControlOtherTabs:active
{
	text-decoration: none;
	color: darkred;
}

A.NavControlOtherTabs:hover
{
	text-decoration: underline;
	color: darkred;
}
