@import url('./basic.css'); 
a {
	text-decoration: none;
	color: #bd9621;
}
h1, h2, h3 {
	color: #3e4f4e;
	text-transform: uppercase;
	font-family: "Arial Narrow";
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 23px 0;
}
h2 {font-size:18px;}
/*Tabs*/
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	/*padding: 4px 34px 0 19px;*/
	margin: 0;
	padding:0;
	height: 42px;
	background-color: #3e4f4e;
	float: left;
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	color: #fff;
	padding: 11px 26px 11px 26px;
	font-size: 14px;
	line-height:14px;
	font-family: Helvetica;
	border-bottom:6px #f8c400 solid;
}
#menu li a:hover, #menu li a.active {
	border-bottom:6px #b51629 solid;
}
#menu li.first {
}
#menu li.last a {
	padding-right: 31px;
}
/*News*/
.news-list-photos {}
.news-list {}
.news {
}
.news .photo {
	width: 90px;
	height: 90px;
	margin-right:3px;
	float: left;
}
.news .photo a img {display:none;width: 90px;height: 90px;}
.news .photo a {display:block;width: 90px;height: 90px;background-position: 0px 0px;background-repeat: no-repeat;}
.news .photo a:hover {
	background-position: 0px -90px;
}
.news .text {
	padding: 0 0 20px 0;
	width: 558px;
	float: left;
}
.news h2 {
	color: #b51629;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	float: left;
	width: 558px;
	text-transform: none;
}
.date {
	padding: 0;
	float: left;
	width: 558px;
}
.news-list-photos .news .text, .news-list-photos .news h2, .news-list-photos .date {width: 453px;}
.news-list-photos .news h2 {padding-bottom:0;}
.news-list-photos .news .text {height:90px;padding-bottom:0;}
.news-list-photos .news {width: 558px;height:90px;margin-bottom:15px;}

table.repertuaras {width: 558px;}
table.repertuaras th {background-color:#ddddd3;height:22px;text-align:left;padding:5px 0 0 4px;margin:0;font-weight:normal;}
table.repertuaras tr td {width: 558px;border-bottom:1px #ddddd3 solid;}
table.repertuaras tr.last td {border:none;}