﻿body {
	margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0;
}

td{
	/* font-family: Verdana; font-size: 10pt; */
	font-family: Verdana; font-size: 10pt;
}

/*  Page body links */
.Links{
	font-family : Verdana; font-size : 10pt; color : blue;		
}
.Links:Hover{
	font-family : Verdana; font-size : 10pt; color : #004370; 
	text-decoration : none;	
}

/*  Page Tool SiteMap.aspx */
A.SiteMapNav:link {
	color: #0000FF; font-family: Verdana; font-weight:normal; 
	font-size: 9pt; text-decoration: underline;
}
A.SiteMapNav:visited {
	color: #0000FF; font-family: Verdana; font-weight:normal; 
	font-size: 9pt; text-decoration: underline;
}
A.SiteMapNav:hover { 
	color: #0000FF; font-family: Verdana; font-weight:normal; 
	font-size: 9pt; text-decoration: underline;
}

/*  Printer-Friendly */
.Print{
	font-family: Verdana; font-size: 8pt;
}

/*  Page Title Style */
.PageTitle{
	font-family: Verdana; font-size : 10pt; color : #000000; 
	font-weight: bold;
}

/*  Page Headers Line */
.PageTopLine{
	color: #000000; height: 1px;
}

/*  Formats the left and right of the body page */
.PageBodyLayout{
	padding-left: 5px; 
	padding-right: 10px; 
}

/*  Top Header Menu Style Section */
A.top_menu:link {
	color: #404040; font-family : Verdana; font-size : 10pt; 
	text-decoration : none; font-weight : bold;
}
A.top_menu:visited {
	color: #404040; font-family : Verdana; font-size : 10pt; 
	text-decoration : none; font-weight : bold;
}
A.top_menu:hover {
	color: #000080; text-decoration : none;
}


/* Top Banner BGColor */
.HeaderBGColor{
	background-color: #8b0000 !important; /* old:100852 */
}

/* News and Events/Quick Links */
.TopBar{
	background-color: #004370; white-space: nowrap; width: 50%;
}
.TextBarBG{
	background-color: #93a7c7; color: #ffffff; font-weight: bold; 
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; 
	padding-top: 0px; width: 60%; white-space: nowrap
}
.TextBar
{
	color:White; font-weight:bold;
	padding-right: 2px; padding-left: 2px;
    padding-bottom: 2px; padding-top: 2px; white-space: nowrap;
}
.BodyInfo{
	border-top: #c0c0c0 1px solid; border-bottom: #c0c0c0 2px solid; 
	background-color: #f5f5f5; width: 60%;
	height:110px;
}

.SearchBG
{
	/* background: url(images/court_header4.jpg) no-repeat right 50%; */
	background: url(images/court_header5.jpg) no-repeat right 50%;  
	height: 80%; white-space: nowrap;
	width:415px;
}

.HC_HeaderNavigationLinks
{
	font-size: xx-small;
	color: #494949;
	font-family: Verdana;
}
.HC_HeaderNavigationLinks:hover
{
	font-size: xx-small;
	color: #494949;
	font-family: Verdana;
	text-decoration: none;
}



/*  Top Header Sub-Menu Style Section 6-29-2010 DLetz */

.top{
	color: #ffffff; font-family : Verdana; font-size : 10pt; 
	text-decoration : none; font-weight : bold;
}
A.top:link {
	color: #ffffff; font-family : Verdana; font-size : 10pt; 
	text-decoration : none; font-weight : bold;
}
A.top:visited {
	color: #ffffff; font-family : Verdana; font-size : 10pt; 
	text-decoration : none; font-weight : bold;
}
A.top:hover {
	color: #000080; text-decoration : none;
}

/* TitleStyle property of Community Centers Monthly Calendar - CCMonthlyCalendar.aspx */
/* .CCMonthlyCalendarTitleStyle
{
font-size: 30pt;
color:#FF0000;
} */


/*----------------------------------------------  
    'Contact Us' - added 6/16/11
-----------------------------------------------*/
.ContactUs:link {
	color: White; font-family: Verdana; font-size: 18px !important; 
	text-decoration: none; font-weight: bold;
}
.ContactUs:visited {
	color: White; font-family: Verdana; font-size: 18px !important; 
	text-decoration: none; font-weight: bold;
}
.ContactUs:hover {
	color: White; font-family: Verdana; font-size: 18px !important; 
	text-decoration: underline; font-weight: bold;
}

/*------------------------------------------------------------------------------
Pct3's homepage main body - Pct3's preferred font color (blue - #0000FF) 
and underline links only on hover - vdoan June 2011
-------------------------------------------------------------------------------*/
.CM3HomepageMainBody
{ 
	color: #0000ff;
	/*text-decoration: none; */
}
a.CM3HomepageMainBody:link
{ 
	color: #0000ff;	
	text-decoration: none;
}
a.CM3HomepageMainBody:visited
{
	color: #0000ff;
}	
a.CM3HomepageMainBody:hover
{
	color: #0000ff;
	text-decoration: underline;
}

/*----------------------------------------------  
    For Parks Reservation Request Form - vdoan
------------------------------------------------*/
.line
{
	background-image: url(images/line.jpg);
	height: 40px;  /* original is 40px  */	
	width: 640px;
	text-align: left; 
	font-weight: bold; 
	/*color: black; */
	font-family: Verdana;
	font-size:12px;
}

/*------------------------------------------------------------------------------
	For Parks Reservation Request Form 'Status' Label (ie Email Error Message)
-------------------------------------------------------------------------------*/
.ParkResReqFormEmailStatus
{
	/*font-weight: bold; */
	font-size: 12px;
	/*text-align: center; */
	font-family: Verdana;
}
