/* Used for CJD's Point Pinos Grill web site */
/* Global Styles */

body {
	font: "Century Gothic", Verdana, Georgia, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #003399;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px century gothic;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
/*	border: 1pt dotted red;  */
	border: 1pt solid yellow;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

#padding {
	padding:20px 5px 20px 5px;
	}

#padding-s {
	padding:5px 5px 5px 5px;
	}
	
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px century gothic;
	color: #000066;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px century gothic;
	color: #0E177C;
	letter-spacing:0.2em;
	}

.tableColHeader {
	font:7px century gothic;
	color: #000080;
	line-height:normal;
	}

.smallText {
	font:11px century gothic;
	color: #333333;
	line-height:18px;
	}

.smallerText {
	font:9px century gothic;
	color: #333333;
	line-height:11px;
	}

.tinyText {
	font:8px century gothic;
	color: #999999;
	line-height:normal;
	}

.tinyText-b{
	font:8px century gothic;
	color: #666666;
	line-height:normal;
	}

.pageHeader {
	font:18px century gothic;
	color: #330066;
	letter-spacing:0.1em;
	line-height:38px;
	}
	
.bodyText {
	font:14px "Century Gothic";
	color:#333333;
	line-height:normal;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px century gothic;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.footerText {
	font:8px century gothic;
	color: #FFFFCC;
	font-weight:lighter;
	letter-spacing:0em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.tableText {
	font:12px "Century Gothic";
	color:#333333;
	line-height:normal;
	}

#sidebar-left { 
	background-color: #FFFFFF;
	float: left; 
	width: auto; 
	margin: 0px 5px 5px 0px; 
	color: #5c93b4;
/*	border-right-width: 1px;	*/
/*	border-right-style: solid;	*/
	border-right: none; 	
	border-right-color: #0079c1;
	padding-left: 1px;
	padding-right: 2px;
	text-align: center; 
	font-size: 9pt;
}

#sidebar-right {
	background-color: #FFFFFF;
	float: right;
	width: auto;
	color: #5c93b4;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #0079c1;
	padding-left: 2px;
	padding-right: 1px;
	text-align: center;
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

	
/* Below is for use with MapBuilder page so it does not have to be modified each time a map is produced on MapBuilder*/
      v\:* {
        behavior:url(#default#VML);
      }
      #MapBuilder {font: "Century Gothic", Verdana, Georgia, Arial, Helvetica, sans-serif; font-size: 10pt; margin: 5px;}
      #MapBuilder a {text-decoration: none; color: #0066CC; background-color: transparent;}
      #MapBuilder a:hover {color: #F60; background-color: transparent;}
      #MapBuilder h1 {font-weight: bold; font-size: 16pt; color: #FFFFFF; border-bottom: 2px solid #369;}
      #MapBuilderIW { width: 370px;}
      #MapBuilderIWContent {height: 105px; overflow:auto;}
      #MapBuilderIWCaption {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	font: 13px century gothic;
}
      #MapBuilderIWFooter {margin-top: 5px; font-size: 7pt;}
      #MapBuilderIWFooterZoom {}
      #MapBuilderIWDirections {margin-bottom: 10px;}
      #MapBuilderSideBar {float:left; margin-left: 10px;}
