/*
 * Style sheet for MichComRealty.com
 * Created 8/9/2005 by Hercules Solutions, LLC
 * Copyright 2005 Hercules Solutions, LLC. All Rights Reserved 
 */

/* Standard tag definitions */
body 
{ 
	border: 0px;
	padding: 0px;
	margin: 10px;
	color: #000000; 
	background-color: #DADADA;
	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; color: #002740;}
img { border: 0px; }
select { margin: 2px; }

h1
{
	width: 100%;
	font-size: 18px;
	border-bottom: solid 2px;
	color: #002740;
	
}

h2
{
	width: 100%;
	font-size: 16px;
	border-bottom: solid 2px;
	color: #002740;
}

h3
{
	width: 100%;
	font-size: 14px;
	border-bottom: solid 2px;
	color: #002740;
	
}

h3 a
{
	color: #002740;
	text-decoration: none;
}

h3 a:hover
{
	color: Red;
}



a {  }
a:visited { }
a:hover { color: red;}
a:active { color: red;}

.MainBody
{
	background-color: #F4F2DF;
	padding: 10px;
	
}

.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; }

.PageTitle
{
	text-align: center;
	padding-right: 42px;
	font-family: Georgia, Times New Roman, Serif;
	font-variant: small-caps;
	color: White;
	font-size: 17px;
}

.HomeTable
{
	margin-top: 40px;
	
}

.HomeLinks
{
	padding-left: 90px;
	padding-top: 20px;
	font-family: Georgia, Times New Roman, Serif;
}

.HomeLinks a
{
	display: block;
	padding: 5px 0px 2px 20px;
	margin: auto;
	color: #002740;
	text-decoration: none;
	font-size: 16px;
	background-image: url(/images/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.HomeLinks a:hover
{
	color: Red;
}


.SecondaryLinks
{
	padding-left: 0px;
	padding-top: 0px;
	font-family: Georgia, Times New Roman, Serif;
}

.SecondaryLinks a, .SelectedSecondaryLink
{
	display: block;
	padding: 0px 0px 0px 15px;
	margin: auto;
	margin-top: 6px;
	color: #002740;
	text-decoration: none;
	font-size: 14px;
	background-image: url(/images/SmallLogoBullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.SelectedSecondaryLink
{
	color: Red;
}

.SecondaryLinks a:hover
{
	color: Red;
}

.Footer 
{
	font-size: 12px;
	width: 100%;
	background-color: #002740;
	color: #DDDDDD;	
	margin: 0px;
	padding: 5px;
}
.Footer a { color: White; text-decoration: none; }
.Footer a:visited { color: White; text-decoration: none; }
.Footer a:hover { color: Red; text-decoration: none; }
.Footer a:active { color: red; text-decoration: none; }

.Menu
{
	font-family: Georgia, Times New Roman, Serif;
	margin: 8px 0px 0px 8px;
	color: White;
}

.Menu a
{
	text-decoration: none;
	color: #F4F2DF;
	font-size: 12px;
}

.Menu a:hover
{
	color: Red;
}

.MenuSelected
{
	background-color: #002740; 
	color: white;
}

.Catylist
{
	padding: 0px;
	background-color: White;
}

/*
.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 */

.TitleBoxHead
{
	width: 100%;
	background-color: #002740;
	background-image: url(/images/titlebox_fill.gif);
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
}


.InfoBox 
{
}

.InfoBoxHead
{
	width: 100%;
	background-color: #002740;
	background-image: url(/images/box_fill.gif);
	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 #002740;
	padding: 5px;
}

.LinkBox 
{
	border: solid 1px #002740;
	padding: 0px;
}

.LinkBox div
{
	font-weight: bold;
	padding: 8px 10px 0px 5px;
	color: #CC0000;
}

.LinkBox a
{
	color: Blue;
	display: block;
	padding: 2px 0px 2px 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.SelectedLinkBox
{
	display: block;
	padding: 2px 0px 2px 20px;
	margin: 0px;
	font-weight: bold;
	background-color: #EEEEEE;
	background-image: url(/images/bullet_on.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
	

/*  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; 	
}

.Button
{
	background-color: #cccccc;
	border: solid 1px Black;
	padding: 2px;
	font-size: 16px; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 	
}

/* Text classes */
.bigblue { font-size: 14px; font-weight: bold; color: Blue; }
.BoldRed { color: Red; font-weight: bold; }
.BoldBlue { color: Blue; font-weight: bold; }

/* Standard DataGrid */
.DataGrid { width: 100%; }
.DataGrid td { padding: 3px; }
.DataHead { background-color: #002740; 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: #EEEEEE; }
.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; }
.LeftColumn { width: 205px; }
.ContactColumn { width: 215px; }
.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;
}

.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;
}

.DataLabel
{
	font-weight: bold;
	padding-right: 10px;
	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 #002740;
}

.AdminMainCell
{
	padding: 10px;
}

.SelectedPhoto
{
	border: solid 2px #FF0000;
}

.SelectedPhotoBlue
{
	border: solid 2px #0000FF;
}

.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: #002740;
	color: White;
}

.CalendarTitle a
{
	color: Blue;
}

.SpaceTable td
{
	padding-bottom: 20px;
}

.BigLinks a { font-size: 14px; }

.Bold
{
	font-weight: bold;
}

.Disabled
{
	background-color: #e5e5e5;
}

.RightSide
{
	width: 100%;
	text-align: right;
}

.Links img
{
	border: 0px;
	margin: 5px;
}

.Utilities
{
	border: solid 1px black;
	margin-left: 0px;
}

.Utilities td
{
	padding: 3px;
}

.UtilityRow
{
	background-color: #CCCCCC;
}