body {
	
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table {
	/*background-color: #305E9A;*/
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	padding: 1px;
	width: 750px;
	color: #000;
	border-spacing: 0;
}

table a {
	font-size: small;
	color: #000;
}
.gridTable {
	background-color: white;
	width: 100%;
}
.gridTd{
	border-style: inset;
	border-width: 1px;
	border-color: grey;
	padding: 0px;
	margin: 0;
}

.movNameCell {
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	font-size: large;
	text-align: left;
	/*background-color: #ccc;*/
}

td.movTimesCell {
	border-width: 1px;
	border-style: solid;
	border-color: grey;
	font-size: medium;
	text-align: left;
	background-color: #FFF;
}

.byMovieLink {
	width: 100%;
	text-align: center;
}

.movieDescription {
	font-size: small;
	font-weight: normal;
}


.theaterMovieDescription {
	font-size: small;
	font-weight: normal;
}
.movieImage {
	float: left;
}

.clickToShow {
	float: right;
	color: #99f;
	font-size: small;
	text-align: right;
	cursor: pointer;
}



span.movRatingSpan {
	font-size: small;
}

span.movRatingRSpan {
	font-size: small;
	color: red;
}

span.movShowTimePast {
	font-size: xx-small;
	color: gray;
}

select.movDateSelect {
	text-align: right;
}
.curDateRow {
	color: #000;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; } 
a:hover { text-decoration: underline; }
a {text-decoration: underline;}
.byMovieLink:link {color: white; }

.split { margin:0px; width:770px; border-style: solid; border-color: black; border-width: 1px 2px 1px 2px;}
.split h3 { padding:4px; text-align:left; margin:0; color:#000; clear: left; }
.split h3, .split h3 .sb-inner { background:#FFF; }
.split .hdr { padding:4px; text-align:left; margin:0; color:#000; }
.split .hdr, .split .hdr .sb-inner { background:#FFF; clear: left; }
div.content {clear: both; background-color: #FFF;}
/*.split .content { padding:4px 10px; color:#444; }
/*.split .content, .split .content .sb-inner { background:#ddd url(js/grad3.png) repeat-x; }*/

.hidden {display: none; }


