/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001
   ================================
*/

/* ============================== BACKGROUNDS ============================================== */
/* background color for the content part of the pages */
Body
{
	background-color: white;
	/*background-repeat:no-repeat;
	background-position: 200 200;
	background-image: url(../Store/images/GRAPESNarrow.jpg);*/
}
/* background color for the header at the top of the page  */
.HeadBg
{
	padding-right: 0px;
	background-position: right top;
	background-color: white; /*background:  url(/images/fwd.gif);*/
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.SiteBackground
{
	background: transparent;
	width:652px;
	
}

/* ============================== TABS ============================================== */

/* background/border colors for the tabsrip */
.tabstrip
{
	background-color:#0000FF;
	border-top: White 0px solid;
	border-left: White 0px solid;
	border-right:  White 0px solid;
	border-bottom: White 0px solid;

	
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: White;
	height:55px;
        Width:92px;
	text-align: center;
	background-image: url(../images/macbadge/selBG92x55.gif);
	border-top: White 0px solid;
	border-left: White 0px solid;
	border-right:  White 0px solid;
	border-bottom: White 0px solid;
	
}
/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	/*background-color: #0000FF;*/
	height:55px;
        Width:92px;
	text-align: center;
	background-image: url(../images/macbadge/unselBG92x55.gif);
	border-top: White 0px solid;
	border-left: White 0px solid;
	border-right:  White 0px solid;
	border-bottom: White 0px solid;
	
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	valign: top;
	
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: White;
	margin-top: 0; 
	margin-bottom: 0;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: White;
	margin-top: 0; 
	margin-bottom: 0;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: White;
}

A.OtherTabs:hover
{
	text-decoration: underline;
	color: white;
	margin-top: 0; 
	margin-bottom: 0;
}

/* ============================== HYPER LINKS ============================================== */

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: white;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: White;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #0000FF;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: white;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight: bold;
}

A:link
{
	text-decoration: none;
	color: #0000FF;
}

A:visited
{
	text-decoration: none;
	color: #0000FF;
}

A:active
{
	text-decoration: none;
	color: #0000FF;
}

A:hover
{
	text-decoration: underline;
	color: red;
}


/* ============================== TEXT STYLES ============================================== */
/* style for module titles */
.Head
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	padding-top=8px;
	padding-bottom=0px;
}
.HeaderLine
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color:white;
	color: White;
	width: 0%;
	height: 0px;
	line-height:8px;
	font-size: 8px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: darkred;
}

/* 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: 10px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
.NormalWhite
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: white;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.NormalBold2
{
	visibility: hidden;
}

/* 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: 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: Arial,Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkred;
}

H4
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: darkred;
}

H5, DT
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

H6
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

TFOOT, THEAD
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}

TH
{
	vertical-align: baseline;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: darkred;
}



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;
}

.TableHeaderCells
{
	background-color: Gray;
	color: #9D0000;
	color: black;
	font-family: Arial,Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 14pt;
	text-decoration: none;
}
.TableCells
{
	font-size: 12px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Arial,Verdana;
	background-color: LightGrey;
}
.Buttons
{
	border-right: #8b0000 2px solid;
	border-top: #8b0000 1px solid;
	font-size: 10px;
	border-left: #8b0000 2px solid;
	width: 45px;
	border-bottom: #8b0000 1px solid;
	font-family: Arial,Verdana;
	height: 20px;
}
.Tables
{
	border-right: maroon thin solid;
	border-top: maroon thin solid;
	border-left: maroon thin solid;
	border-bottom: maroon thin solid;
}

.CartListHead
{
	background-color: #dddca3;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Arial,Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	padding-left: 5px;
}

.CartListItem
{
	background-color: #ffffff;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Arial,Verdana;
	font-size: 11px;
	padding-left: 5px;
}

.CartListItemAlt
{
	background-color: #f2f2f2;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Arial,Verdana;
	font-size: 11px;
	padding-left: 5px;
}

.CartListFooter
{
	background-color: #dddca3;
	line-height: 10pt;
}
.Categories
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
}
.CategoriesPane
{
	background-color:  dimgray;
}

/*================================ STORE MENU======================================*/
.StoreMenu
{
	display: inline;
	height: 532;
	background-color: white;
	background-image: url(../Store/images/GRAPESNarrow.jpg);
	background-repeat:no-repeat
}
.StoreMenuItems
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bolder;
}
/* hyperlink styles of the menus */
A.StoreMenuItems:link
{
	text-decoration: none;
	color: WHITE;
}

A.StoreMenuItems:visited
{
	text-decoration: none;
	color: WHITE;
}

A.StoreMenuItems:active
{
	text-decoration: none;
	color: WHITE;
}

A.StoreMenuItems:hover
{
	text-decoration: underline;
	color: white;
}
/*===================================================================================================*/
/* 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 */
.ItemTitle
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkred;
}

/* style of selected item titles on subpages */
.SubSiteSelectedItemTitle
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: bold;
	line-height: 12px;
	background-color: gray;
}
