/*
 * Style sheet for the Washtenaw Area Apartment Assocation
 * Created 5/12/2004 by Hercules Solutions, LLC
 * Copyright 2005 Hercules Solutions, LLC. All Rights Reserved 
 */

/* Standard tag definitions */
body 
{ 
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #000000; 
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size:12px; 
}

table { border: 0px; padding:0px; margin: 0px; }
td { vertical-align: top; text-align: left; font-size: 12px;}
img { border: 0px; }
select { margin: 2px; }

h1
{
	width: 100%;
	font-size: 18px;
	border-bottom: solid 2px;
	color: #660066;
	
}

h2
{
	width: 100%;
	font-size: 16px;
	border-bottom: solid 2px;
	color: #660066;
}

h3
{
	width: 100%;
	font-size: 14px;
	border-bottom: solid 2px;
	color: #660066;
	
}

h3 a
{
	color: #660066;
	text-decoration: none;
}

h3 a:hover
{
	color: #660066;
}



a {  }
a:visited { }
a:hover { color: Green;}
a:active { color: red;}

.MainTable
{
	width: 770px;
	background-color: White;
	height: 400px;
	padding: 0px;
	margin: 5px;	
}

.MainDiv
{
	width: 770px;
	background-color: White;
	padding: 0px;
	margin: 5px;	
}

.AdminMainTable
{
	background-color: White;
	padding: 0px;
	margin: 0px;	
}


.Header td
{
	color: #EEEEEE;
	font-size: 11px;
}
.Header a { color: White; text-decoration: none; }
.Header a:visited { color: White; text-decoration: none; }
.Header a:hover { color: #dddddd; text-decoration: underline; }
.Header a:active { color: red; text-decoration: none; }

.Footer 
{
	font-size: 12px;
	width: 100%;
	background-color: #660066;
	color: #DDDDDD;	
	margin: 0px;
	
}
.Footer a { color: White; text-decoration: none; }
.Footer a:visited { color: White; text-decoration: none; }
.Footer a:hover { color: White; text-decoration: underline; }
.Footer a:active { color: red; text-decoration: none; }

.Menu
{
	border-top: solid 1px #660066;
	border-bottom: solid 1px #660066;
	width: 100%;
	margin-top: 2px;
}

.Menu td
{
	height: 20px;
	padding: 1px;
	border-right: solid 1px #660066;
	background-color: white;
	vertical-align: bottom;
	text-align: center;
}

.Menu a
{
	display: block;
	width: 126px;
	height: 18px;
	color: #660066;
	text-decoration: none;
	font-size: 14px;
}

.Menu a:hover
{
	background-color: #660066;
	color: #88B8E7;
}

.MenuSelected
{
	background-color: #660066; 
	color: white;
}

.MenuMiDigs
{
	border-top: solid 1px #660066;
	border-bottom: solid 1px #660066;
	width: 100%;
	margin-top: 2px;
}

.MenuMiDigs td
{
	height: 20px;
	padding: 1px;
	border-right: solid 1px #660066;
	background-color: white;
	vertical-align: bottom;
	text-align: center;
}

.MenuMiDigs a
{
	display: block;
	width: 152px;
	height: 18px;
	color: #660066;
	text-decoration: none;
	font-size: 13px;
}

.MenuMiDigs a:hover
{
	background-color: #660066;
	color: #88B8E7;
}


/*
.Menu a { color: White; text-decoration: none; }
.Menu a:visited { color: White; text-decoration: none; }
.Menu a:hover { text-decoration: underline; }
.Menu a:active { color: red; text-decoration: none; }
*/
/* Standard info box style */
.InfoBox 
{
}

.InfoBoxHead
{
	width: 100%;
	background-color: #660066;
	color: White;
	font-size: 11px;
	padding-left: 5px;
	vertical-align: middle;
}

.InfoBoxHead a, .InfoBoxHead a:hover, .InfoBoxHead a:visited, .InfoBoxHead a:active { color: White; text-decoration: none; }


.InfoBoxBody
{
	border: solid 1px #660066;
	padding: 5px;
}


.LinkBox 
{
	border: solid 1px #B5B5B5;
	border-top: solid 5px #B5B5B5;
	padding: 8px;
	margin-bottom: 16px;
	margin-top: 4px; 
}
.LinkBox a
{
	display: block;
	padding: 0px;
	margin: 0px;
}

/*  A button that takes up the entire width of its area */
.fullwidthbutton
{
	width: 100%;
	background-color: #b5b5b5;
	border: solid 1px Black;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}

/* Text classes */
.bigblue { font-size: 14px; font-weight: bold; color: Blue; }
.BoldRed { color: Red; font-weight: bold; }

/* Standard DataGrid */
.DataGrid { width: 100%; }
.DataGrid td { padding: 3px; }
.DataHead { background-color: #660066; color: White; font-weight: bold;}
.DataHead a { color: White; font-weight: bold; }
.DataHead a:visited { color: White; }
.DataHead a:hover { color: #CCCCFF; }
.DataHead a:active { color: White; }
.DataRow { background-color: #DDDDDD; }
.DataAlt {}

/* Specialized Grids */
.ResultsDataGrid { width: 100%; }
.ResultsDataGrid td { padding: 2px; font-size: 11px;}
.StatsDataGrid { width: 100%; }
.StatsDataGrid td { padding: 2px; font-size: 11px;}
.TournamentResultsGrid { width: 100%; }
.TournamentResultsGrid td { height: 20px; vertical-align: middle; }
.SkinnyDataGrid td { padding: 3px; }

/* Helper classes */
.centerAlign { text-align: center; vertical-align: middle; }
.RightAlign { text-align: right; }
.datalabel { font-weight: bold; }
.LeftColumn { width: 205px; }
.ContactColumn { width: 215px; }
.PageTitle { font-size: 20px; font-weight: bold; color: Blue; }
.Question { font-weight: bold; }
.SubHead { font-weight: bold; }
.PadLeft { padding-left: 20px; }

.BoldHead
{
	font-weight: bold;
	font-size: 14px;
}

.Gallery td
{
	padding: 7px;
	text-align: center;
}

.Gallery img
{
	border: solid 1px #666666;
}

.BigPhoto
{
	border: solid 1px #666666;
	margin-bottom: 10px;
}

.BigLinks
{
	font-size: 16px;
}

.DataLabel
{
	font-weight: bold;
	padding-right: 5px;
}

.HoleDetails td
{
	font-size: 10px;
	padding-left: 0px;
}

.SumRow
{
	background-color: #DDDDFF;
}

.RuleBook li
{
	margin-bottom: 12px;	
}

.nav_header {
	font-family: Verdana, Arial, Helvetica;
	font-size: .7em;
	font-weight: bold;
	color: Black;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.nav_header a, .nav_header a:hover, .nav_header a:visited {
    color: DarkSlateGray;
}
TD.nav_section {
	font-family: Verdana, Arial, Helvetica;
	font-size: .7em;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}
TD.nav_section_hover {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: .7em;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 9px;
	color: Black;
    background-color: #EEEEEE;
}
.nav_section a, .nav_section_hover, .nav_section a:hover, .nav_section_hover a:hover, .nav_section_hover a, .nav_section a:visited, .nav_section_hover a:visited {
	color: DarkSlateGray
}
.section_outline {
    background: #F5F5F5;
    border: 1px dashed #969289;
    color: #000000;
    padding: 3px;
    font-weight: bold;
}

.nav_menuoutline
{
	padding: 10px 5px 10px 0px;
	background-color: #dddddd;
	height: 400px;
	width: 180px;
}

.UpdateForm.DataLabel
{
	padding-right: 20px;
	text-align: right;

}
.UpdateForm td
{
	vertical-align: Top;
}
.UpdateForm
{
	text-align: left;
}

.SmallText td { font-size: 10px; }

.AdminMenuCell
{
	width: 180px;
	background-color: #DDDDDD;
	border-right: solid 2px #660066;
}

.AdminMainCell
{
	padding: 10px;
}

.SelectedPhoto
{
	border: solid 2px #FF0000;
}

.NormalPhoto
{
	border: solid 1px Black;
}

.CalendarDay
{
	height: 100px;
	width: 75px;
	padding: 2px;
	font-size: 11px;
}

.CalendarDayOfWeek
{
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

.CalendarTitle td
{
	text-align: center;
	font-size: 16px;
	background-color: #660066;
	color: White;
}

.CalendarTitle a
{
	color: Blue;
}

.SpaceTable td
{
	padding-bottom: 20px;
}

.BigLinks a { font-size: 14px; }