html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	background-color: #FFFFFF;
}

body.home {
	background-image: none;
}

/* basic text styles */

p {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #FF0000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}

h2 {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFB06;
}

h6 {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFB06;
}

dl,dt,dd,td,div {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul, ul ul, ul ul ul, ol ul {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 14px 19px;
	padding: 0px 0px 0px 0px;
}

ol, ul ol, ul ul ol, ul ol ol {
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	margin: 0px 0px 14px 20px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

form,option,select,textarea,input{
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	vertical-align: middle;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr {
	height: 1px;
	line-height: 1px;
	margin: 10px 0px 10px 0px;
}

/* print information */
div.printHeader {
	display: none;
}

div.printFooter {
	display: none;
}

/* page layout styles */
div.bodyContainer {
	width: 90%;
	margin: 0px;
	padding: 0px;
}

div.bodyContainerTop {
	display: none;
}

div.bodyContainerTopPrint {
	float: left;
	width: 100%;
	height: 78px;
	margin: 0px;
	padding: 0px;
	background: url(/graphics/logo_top_print.png) no-repeat;
}

div.bodyContainerMiddle {
	width: 100%px;
	margin: 0px;
	padding: 0px;
}


div.bodyContainerMiddleLeft {
	display: none;
}

div.bodyContainerMiddleContent {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

div.bodyContainerMiddleContentTop {
	display: none;
}

div.bodyContent {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}


/* top menu styles */
div.menu {
	display: none;
}

/* left menu styles */
ul.top-nav {
	display: none !important;
	visibility:hidden !important;
}

ul.top-nav-mobile {
	display: none !important;
	visibility:hidden !important;
}

/* FTS search styles */
div.menuSearch {
	display: none !important;
	visibility:hidden !important;
}

/* home page */

div.home-news-block {
	clear: both;
}

div.home-program-block {
	clear: both;
}

div.home-news-elem {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

div.home-news-elem-img {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}

div.home-news-elem-text {
}

/* program table */

tr:nth-child(even) {background: #cdcdcd}

table.program, table.search {
	width: 100%;
}

th.program, th.search {
	text-align: left;
	vertical-align: top;
	background-color: #333333;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 20px 2px 5px;
}

td.program, td.search {
	vertical-align: top;
	margin: 0px;
	padding: 2px 20px 2px 5px;
}

a.program {
	display: block;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family: Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}

a.program:hover {
	text-decoration: none;
}

