/**************
* mmg-plain.css
* (c) inflectionDesign, 2002. All Rights Reserved.
* Written as part of the Match Marketing Group website.
*
* Revision History:
*		1.0		jgoldman	Jan. 2003
************************************************************************************/

/************************************
* Navigation and Content DIVs
************************************/

#obsoleteBrowserNotice
{
	width: 95%;
	margin-left: 10px;
	border: 1px dotted black;
	background-color: #F5F2DC;
	font-family: trebuchet, verdana, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
}

#topSpace
{
	height: 50px;
}

#topMenu
{
	width: 100%;
	height: 20px;
	margin-bottom: 0px;
	color: white;
	background: #444444;	
}

#menu
{
	width: 100%;
	height: 20px;
	color: white;
	background: #333333;
}

#subMenu
{
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #182501;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#subMenu a:link{ color: #5B7B26; background: transparent; }
#subMenu a:visited{ color: #5B7B26; background: transparent; }
#subMenu a:hover{ color: #5B7B26; text-decoration: none; background: #B3ED58; }

#bodyBox
{
	width: 100%;
	color: black;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EAE4BE;
}

#bottomMenu
{
	width: 100%;
	height: 20px;
	margin-bottom: 0px;
	color: white;
	background: #444444;	
}

/*****************************
* HTML Element Definitions
******************************/
body
{
	color: white;
	margin: 0px;
	padding: 0px;
	background: black;
}

body img
{
	border: 0px;
	background: transparent;
	display: inline;
}

a
{
	text-decoration : none;
}
a:link{	color: #ED3596; background: transparent;}
a:visited{ color: #ED3596; background: transparent; }
a:hover { color: #ED3596; text-decoration: underline; }

h1
{
	font-family: trebuchet, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #F50158;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2
{
	font-size: small;
	font-weight: bold;
	color: #BE0446;
	margin-bottom: 2px;
}

/*****************************
* Content Styles
******************************/
.photoCaption
{
	font-weight: bold;
	text-align: center;
}

.messageDisplay
{
	background-color: #EFEBE8;
	color: #000000;
	font-family: trebuchet, verdana, helvetica, sans-serif;
	font-size: small;
	border: dotted 2px #A4D353;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 60%;
}

.userinfoDisplay
{
	background-color: #F4F4F4;
	color: #000000;
	font-family: trebuchet, verdana, helvetica, sans-serif;
	font-size: x-small;
	border: dotted 2px #A4D353;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 60%;
}

.fieldLabel
{
	text-align: right;
	vertical-align: top;
}

.mandatory
{
	font-weight: bolder;
}

.mandatory:before
{
	content: "*";
}

.optionalField
{
	font-weight: lighter;
}

.itemCount
{
	text-align: right;
	color: #999999;
	font-size: x-small;
	font-style: italic;
}

/***********************************************************************
* Tables
************************************************************************/
.tableHeading
{
	font-family: Georgia, serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
}

.tableHeading A:link, .tableHeading A:visited, .tableHeading A:active, .tableHeading A:hover
{
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	color: black;
	background: transparent;
}

.sortedColumn
{
	background-color: #AAAAAA;
}

.alternaRow
{
	background-color: #F2F2F2;
}

.inactiveRow
{
	color: #A29F9F;
}

.padded
{
	padding-left: 5px;
	padding-right: 5px;
}

.tableFooter
{
	font-style: italic; 
	text-align: right; 
	background-color: #CCCCCC;
	padding-right: 5px;
}

.widthFull
{
	width: 100%;
}

.widthBody
{
	width: 95%;
}

.valignTop
{
	vertical-align: top;
}

.valignBottom
{
	vertical-align: bottom;
}

.valignMiddle
{
	vertical-align: middle;
}

.marginBody
{
	margin: 2%;
}

