/*****************************************************************
	FILE:			main.css

	DESCRIPTION:	This is the main stylesheet for OLIVES.com 

	VERSIONS:
		12-13-2001 by fred.peck
			Original creation

******************************************************************/


BODY
{
	background: white;
}

BODY.games
{
	background: black;
	margin-top: 0px;
	margin-left: 0px;
}


P, SPAN, UL, LI, A, DIV, TD
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: Black;
}

P.address
{
	margin-left: 60px;
}

P, TABLE.formContent
{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
}

LI, UL
{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

UL.olives
{
	list-style-image: url("/OlivesWeb/images/tools/ua_bulletGreen.gif");
}

UL.pearls
{
	list-style-image: url("/OlivesWeb/images/tools/ua_bulletGreen.gif");
}

UL.musco
{
	list-style-image: url("/OlivesWeb/images/tools/ua_bulletGray.gif");
}

UL.partners
{
	list-style-image: url("/OlivesWeb/images/tools/ua_bulletGray.gif");
}



UL.normal
{
	list-style-type: disc;
	list-style-image: none;
}


P.navIntro
{
	text-align: center;
	margin-left: 80;
	margin-right: 80;
}

.emphasis, .surveyQuestions
{
	font-weight:bold;
}

.fpo
{
	font-size: 16pt;
	color: Red;
	border: 2px solid red;
}

A.crossLink
{
		
}

.smallPrint, .footer, .articleLink
{
	font-size: 10px;
}

.subHead
{
	font-weight: bold;
}

/* h1 are graphical elements... */
.h2, .h3, .teaserHeading, .splashImage
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.h1, .splashImage
{
	text-align: center;
}

.h2, .teaserHeading
{
	font-weight: bold;
	font-size: 14px;
	color: Gray;

}

.teaserHeading
{
	color: #336699;
}

.h3
{
	font-weight:bold;

}

.jumpNav
{
	text-align: right;
}

.content,.pressSynopsis, .jobSynopsis
{
}

.articleHeading, .jobHeading, .applyLink
{
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

.jobHeadingActive
{
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.articleHeading:Hover, .jobHeading:Hover, .applyLink:Hover
{
	text-decoration: underline;
}


P.footer
{
	text-align: center;
	color: Gray;
}

A.footer, .articleLink
{
	color: blue;
}

TABLE.callout
{
	border: solid 1px black;	
}

/***************************
	   SECTION COLORS
****************************/
body.home, .mfoc, .musco, body.olives, .partners
{
	background: white;
}

.pearls
{
	background: #FFFFCC;	/* Light Yellow */
}

table.home, table.olives
{
	background: #CBE5B2;    /* Light Green */
}



.commercialPopup
{
	background: black;
	color: White;
}

/***************************
		NAVIGATION
****************************/
.globalNavCell
{
	background: url("/OlivesWeb/images/Nav/gnav_background.gif");
}


.tabularNavCell
{
	background: url("/OlivesWeb/images/Nav/tab_background.gif");
}

.navitorialHeading
{
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	
}
.navitorialHeading:Hover
{
	text-decoration: underline;
}





/***************************
		FORMS
****************************/
.form {}

.formRequired, .formError
{
	font-weight: bold;
}

.formError, formErrorSummary
{
	color: red;
}

UL.formErrorSummary
{
	list-style-image: url("/OlivesWeb/images/tools/paint_error.gif");
}

A
{
	text-decoration: underline;
}

.surveyAnswers, .surveyQuestions
{

}


/***************************
		ADMIN
****************************/

.content,.pressSynopsis, .jobSynopsis
{
}

.adminClickHere
{
	font-size: 10px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.adminLink
{
	font-size: 12px;
	color: Blue;
}





















