body {
	background-color: lightgray;
}

a:link {
	color:#C24328;
	text-decoration: none;
}

a:visited {
	color:#C24328;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.image {
	position: fixed;
	right: 5px;
}

.caption {
	font-size: 60%;
        font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

#maintable {
	border-spacing: 0px;
}

#maintable td {
	padding: 2px 2px 2px 2px;
}

#titlebar {
	background-color: #C24328;
}

.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24pt;
}

.selected {
	background-color: #365D95;
	width: 16%;
	font-size: 10pt;
}

.unselected {
	background-color: lightgray;
	width: 16%;
	font-size: 10pt;
}

.bottom {
	height: 340px;
}

#mainwindow {
	background-color: #365D95;
	text-align: center;
}

#mainwindow iframe {
	background-color: lightgray;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-style: groove;
}

#catalog_top {
	position: fixed;
	left: 5px;
	top: 5px;
}

#catalog_top h4 {
	font-size: 12pt;
	line-height: 0px;
}

#catalog_bottom {
	position: fixed;
	left: 5px;
	bottom: 5px;
}

#movies {
	text-align: center;
}

#movies table {
	width: 97%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

#movies th {
	font-size: 10pt;
	text-color: #FF0000;
}

#movies td {
	font-size: 10pt;
}

#random {
	text-align: center;
}

#random table {
	width: 97%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

#random th {
	background-color: #365D95;
	text-color: #FF0000;
}

#random td {
	font-size: 10pt;
}

#schedule {

}

#schedule .monthYear {
        background-color: #F5F4D3;
        font-family: Verdana, Arial, sans-serif;
        width: 100px;
        font-size: 16px;
        font-weight: Bold;
        color: #252216;
        text-align: center;
}

#schedule .dayNamesRow {
        line-height: 11pt;
        width: 100px;
        background-color: #F5F4D3;
        text-align: center;
        vertical-align: middle;
}

#schedule .graymonth {
        background-color: #BBBBDD;
        width: 100px;
        height: 100px;
        vertical-align: top;
        font-size: 9pt;
}

#schedule .currentmonth {
        background-color: #FFFFFF;
        vertical-align: top;
        width: 100px;
        height: 100px;
        font-size: 9pt;
}

#schedule .currentday {
        background-color: #AAEEAA;
        vertical-align: top;
        width: 100px;
        height: 100px;
        font-size: 9pt;
}

#footer {

}

#footer td {
	font-size: 10pt;
}

