body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #05111D url(Images/Template/Background-Repeat.jpg) repeat-x center top;
	}

a, a:link, a:visited {
	color: #00384A;
	text-decoration: none;
	}

a:hover, a:link:hover {
	text-decoration: underline;
	}

a img {
	border: 0px;
	}

hr {
	border: 1px dotted #353535;
	height: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	}

.MainWrapper {
	background: url(Images/Template/Background.jpg) no-repeat center top;
	min-height: 400px;
	}

.ContentWrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}

.ContentWrapper .Content {
	min-height: 300px;
	}

.ContentWrapper .Header, .ContentWrapper .Content, .ContentWrapper .Footer, .ContentWrapper .Copyright, .ContentWrapper .Block {
	padding: 10px 10px 0px 10px;
	background: #FFFFFF;
	}

.ContentWrapper .Footer {
	padding-bottom: 10px;
	}

/* Header */
.ContentWrapper .Header {
	background: url(Images/Template/Logo.jpg) no-repeat left top;
	}

.ContentWrapper .Header img {
	width: 255px;
	height: 98px;
	}

/* Search */
.ContentWrapper .Search {
	float: right;
	padding: 8px 10px 0px 0px;
	color: #BEC3C7;
	font-size: 12px;
	background: #263642;
	height: 27px; /* IE7 */
	}

.ContentWrapper .Search form {
	margin: 0px;
	padding: 0px;
	}

.ContentWrapper .Search input {
	border: 0px;
	width: 190px;
	padding: 2px;
	font-size: 100%;
	}

.ContentWrapper .Search input:hover {
	background: #FFFF99;
	}

.ContentWrapper .Search input.ButtonGo {
	width: 40px;
	text-transform: uppercase;
	height: 19px;
	padding-top: 1px;
	}

.ContentWrapper .Search input.ButtonGo:hover {
	cursor: pointer;
	}

/* Menu */
.ContentWrapper .Menu {
	height: 15px;
	background: #263642;
	padding: 10px;
	font-size: 12px;
	color: #BEC3C7;
	display: block;
	}

.ContentWrapper .Menu a, .ContentWrapper .Menu a:visited {
	color: #BEC3C7;
	}

.ContentWrapper .Menu ul, .ContentWrapper .Menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	}

.ContentWrapper .Menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.ContentWrapper .Block .Menu ul li.Separator {
	padding: 0px 5px 0px 5px;
	}

/* Navigation */
.ContentWrapper .Navigation {
	background: url(Images/Template/Navigation-Background.jpg) repeat-x left bottom;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 4px;
	padding-left: 15px;
	height: 55px;
	position: relative;
	clear: both;
	}

.ContentWrapper .Navigation a, .ContentWrapper .Navigation a:link, .ContentWrapper .Navigation a:visited {
	color: #F9CBD4;
	padding: 10px 12px 10px 12px;
	display: inline-block;
	}

.ContentWrapper .Navigation a:hover {
	color: #FFFFFF;
	background: #A5012A;
	text-decoration: none;
	}
/* TK EDIT FOR ON STATE*/
.ContentWrapper .Navigation .PageOn {
	color: #FFFFFF;
	background: #A5012A;
	text-decoration: none;
	}
/*END TK EDIT FOR ON STATE*/

.ContentWrapper .Navigation ul {
	position: absolute;
	bottom: 0;
	}

.ContentWrapper .Navigation ul, .ContentWrapper .Navigation ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	}

.ContentWrapper .Navigation ul li.Separator {
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	text-align: center;
	}

.ContentWrapper .Navigation ul li.Separator a { /* IE 7 Fix */
	padding: 10px 0px 10px 0px;
	color: #912F3E;
	}

.ContentWrapper .Navigation ul li.Separator a:hover { /* IE 7 Fix */
	background: none;
	color: #912F3E;
	cursor: default;
	}

/* Content */
.ContentWrapper .Content {
	padding-top: 10px;
	}

/* Copyright */
.ContentWrapper .Copyright {
	background: none;
	color: #767C83;
	}

/* Footer Links */
.ContentWrapper .Links {
	padding: 10px;
	line-height: 18px;
	}

.ContentWrapper .Links tr {
	height: 300px;
	}

.ContentWrapper .Links td {
	padding: 0px 30px 0px 30px;
	vertical-align: top;
	background: url(Images/Template/Footer-Separator.gif) no-repeat right top;
	}

.ContentWrapper .Links td.First {
	padding-left: 0px;
	}

.ContentWrapper .Links td.Last {
	padding-right: 0px;
	background: none;
	}

.ContentWrapper .Links h1 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-transform: uppercase;
	color: #767C83;
	}

.ContentWrapper .Links a, .ContentWrapper .Links a:visited {
	display: block;
	color: #1F2940;
	}

.ContentWrapper .Links a:hover {
	color: #767C83;
	text-decoration: none;
	}

/* Film Search */
.Content .Body .FilmSearch .Header {
	background: #353535;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0px 0px 0px 8px;
	margin-bottom: 5px;
	}

.Content .Body .FilmSearch .SearchBox {
	background: #E8E8E8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 10px;
	}

.Content .Body .FilmSearch .SearchBox select {
	width: 100%;
	font-size: 100%;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #999999;
	}

.Content .Body .FilmSearch .SearchBox input.Textbox {
	width: 191px;
	font-size: 100%;
	padding: 2px;
	border: 1px solid #999999;
	}

.Content .Body .FilmSearch .SearchBox .Button {
	margin-top: 10px;
	text-align: right;
	}

.Content .Body .FilmSearch .SearchBox .Button input {
	width: auto;

	}

/* Cloud Tags */
.Content .Body .CloudTags {
	padding: 15px;
	}

.Content .Body .CloudTags a {
	color: #000000;
	}
	
.Content .Body .CloudTags h1, .Content .Body .CloudTags h2, .Content .Body .CloudTags h3, .Content .Body .CloudTags h4, .Content .Body .CloudTags h5 {
	padding: 0px;
	margin: 0px;
	display: inline;
	line-height: 20px;
	}

.Content .Body .CloudTags h1 {
	font-size: 170%;
	}

.Content .Body .CloudTags h2 {
	font-size: 150%;
	}

.Content .Body .CloudTags h3 {
	font-size: 130%;
	}

.Content .Body .CloudTags h4 {
	font-size: 110%;
	}

.Content .Body .CloudTags h5 {
	font-size: 90%;
	}
