/*system wide definitions */

body, tr, td, p {
	background-color : #3D4770;
	color: white;
}

/* be kind to Netscape 4 */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* define headings as multiples of text size so they scale with text */

h1 {
	font-size : 2em;
}
h2 {
	font-size : 1.5em;
}
h3 {
	font-size : 1.5em;	
}

/* will style all paragraph tags within div with id footer */
#footer p  {
	font-size : 11px;
	margin-top: 50px;
}

/* image captions */
p.caption {
	font-size : 11px;
	margin-bottom : 10px;
	margin-top : 10px;
}

/* article text is larger */
p.articletext {
	font-size : 16px;
}

.newsdate {
	font-size : 10px;
	font-style : italic;
}
.newstitle {
	font-size : 12px;
	font-weight: bold;
}

div.eventblock {
	background-color: #353C64;
	/*margin-top: 20px;
	margin-bottom: 10px; 
	*/
	margin-left: 10px;
	border-bottom : dotted #6699CC;
	border-bottom-width : 1px;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 20px;
	width : 400px;
}



#calendar {
	
	width: 140px;
	PADDING-RIGHT:5px;
   PADDING-LEFT: 5px; 
	MARGIN-BOTTOM: 5px; 
	PADDING-BOTTOM: 5px; 
	 PADDING-TOP: 5px;
	 /* background-color: Olive; */
	/* LINE-HEIGHT: 140%; COLOR: Red; TEXT-ALIGN: center */
}
#calendar TABLE {
	 WIDTH: 100%; 
	FONT-SIZE: 10px; 
}

/* #calendar a {
	text-decoration: underline;
	color: silver;
}*/

#calendar TD {
	TEXT-ALIGN: center;
	color: Silver;
	FONT-SIZE: 10px; 
}
#calendar TD.selected {
	TEXT-ALIGN: center;
	color: Silver;
	background-color: Purple;
}


td.banner {
	background-color : #336699;
	text-align : left;
	height : 70px;
	vertical-align : middle;
	width : 100%;
}


td.side {
	background-color : #3D4770;
	text-align : left;
	vertical-align : top;
	width : 210px;
}

td.tagbar1 {
	background-color : #6699CC;
	height : 30px;
	text-align : left;
	vertical-align : middle;
	width : 210px;
}
td.tagbar2 {
	background-color : #6699CC;
	height : 30px;
	text-align : right;
	vertical-align : middle;
}

.datetext {
	color: White;
	background-color: transparent;
}


input		{
	color : #000000;
	font-family : arial,helvetica,sans-serif;
	font-size : 8pt;
	border : 1px solid;
}


td.hi {
	background-color : #6699CC;
}

td.home {
	background-color : #336699;
}

td.whatson {
	background-color : #999966;
}

td.food {
	background-color : #CC9933;
}

td.comps {
	background-color : #669966;
}

td.cinema {
	background-color : #669999;
}
td.reviews {
	background-color : #FF9933;
}
td.links {
	background-color : #CCCCCC;
}
td.contact {
	background-color : #CC9966;
}








a {
   text-decoration:none;
	color : #FFCC66;
	background-color: transparent;
}
a:hover {
   text-decoration:underline;
   }

a.mainmenuitem:link {
	background-color: transparent;
	color : #FFCC66;
	text-decoration : none;
	font-weight : bold;
}
a.mainmenuitem:visited {
	background-color: transparent;
	color : #FFCC66;
	text-decoration :none;
	font-weight : bold;
}

/*
a.mainmenuitem:visited {
	color : #FFCC66;
	text-decoration : none;
}
*/
a.mainmenuitem:hover {
	color : #FFFF33;
	background-color: transparent;
	text-decoration :underline;
}

/* #CCCCCC */


.searchtitle {
	font-weight : bold;
}
select.search {
	background: #CCCCFF;
}
input.search {
	background: #CCCCFF;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right:20px;
  }

div.row span.formw {
  float: left;
  width: 500px;
  text-align: left;
  } 






