@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E40084;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_background.jpg);
	background-repeat: repeat-y;
	background-position:top center;
}

#mainlogo {
	width: 150px;
	height: 153px;
	background-color: #FFFFFF;
	background-image: url(../images/main_logo.gif);
	background-repeat: no-repeat;
	background-position:center center;
}

#mainlogo:hover {
	cursor:pointer;
}

/* main newspanel styles */

#mainnewspanel {
	background-color: #FFFFFF;
	background-image: url(../images/panel_lates_news.gif);
	background-repeat: no-repeat;
	background-position:top right;
}

#mainnewspanel_nologo {
	background-color: #FFFFFF;
}

#mainnewspanel_content {
	width: 380px;
	height: 110px;
}

#mainnewspanel_content_readmore {
	width: 380px;
}

a.buttonlink:link, a.buttonlink:visited{
  /*margin: 2px 5px 2px 5px;*/
  padding: 2px 5px 2px 5px;
  border-top: 1px solid #E40084;
  border-bottom: 1px solid #E40084;
  border-left: 1px solid #E40084;
  border-right: 1px solid #E40084;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #000000;
}

a.buttonlink:hover {
  color: #E40084;
}

a.readmore {
	margin-right: 25px;
	color:#737377;
	font-style: italic;
	text-decoration: none;
}

#mainnewspanel_content p {
	margin:0;
	margin-bottom:10px;
}

#mainnewspanel_readmore_content {
	width: 564px;
}

#itempanel_content {
	width: 380px;
}

.newsdate {
	color: #E40084;
}

h1 {
	font-size: 14px;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
	margin-top:20px;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

.maincontenttable {
	background-color:#FFFFFF;
	height:400px;
}

.newscontenttable_small {
	background-color:#FFFFFF;
}

.programtable_small {
	background-color:#FFFFFF;
	border-collapse: collapse;
	border: hidden;
}

.programtable_small td {
	border: 3px dotted #C0C0C0;
}

.programtable_small img {
	margin-right: 9px;
}

.program_rollover:hover {
	cursor: pointer;
}