@charset "utf-8";

ul, ol {
	margin-left: 30px;
}
li {
	padding-bottom: 8px;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	font: 10px Verdana, Kalimati, Arial, Garuda, Utkal, "Nimbus Sans L", FreeSans, Malayalam, "Phetsarath OT", Helvetica, Jamrul, "Mukti Narrow", sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#ie6Message {
	display: none;
}
.errorBox {
	width: 500px;
	margin: 100px auto;
	padding: 20px;
	border: 2px solid #000;
	text-align: left;
}
.errorBox p.link {
	text-align: right;
}
.errorBox a:link, #ie6Text a:hover {
	color: #0000cc;
}
.errorBox a:active {
	color: #dc431b;
	outline: dotted;
}
.errorBox a:visited {
	color: #4e2785;
}
#loginBox, #logoutBox {
	background: #FFF;
	color: #000;
	width: 200px;
	text-align: center;
	border: 1px solid #333;
	padding: 10px;
	position: absolute;
	top: 175px;
	left: 350px;
	z-index: 50;
}
#login {
	text-align: left;
	position: fixed;
	height: 100px;
	top: 50%;
	margin-top:	-50px;
	width: 230px;
	left: 50%;
	margin-left: -115px;
	padding: 5px;
	border: 1px solid #CCC;
}
#login table td {
	padding: 1px;
	vertical-align: middle;
}
#login td p {
	margin-right: 5px;
	text-align: right;
}
#login p.loginError {
	color: #F00;
}
#login input {
	margin: 0;
}
#container {
	width: 900px;
	margin: 5px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	text-align: center;
	color: #989595;
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	display: inline;
}
#header p.contact {
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
	position: absolute;
	right: 5px;
	bottom: -5px;
}
#header p#facebookFanLink, p#facebookEventLink {
	font-weight: normal;
	margin-left: 5px;
	padding: 2px 2px;
	position: absolute;
}
#header p#facebookFanLink {
	font-size: 90%;
	left: 5px;
	bottom: 0;
}
p#facebookEventLink {
	color: #FFF;
	right: 25px;
	bottom: 10px;
	
}
#header p#facebookFanLink:hover, p#facebookEventLink:hover {
	cursor: pointer;
}
#header p#facebookFanLink:active,
#header p#facebookFanLink:focus,
p#facebookEventLink:active,
p#facebookEventLink:focus {
	outline: 1px dotted;
}
#header p#facebookFanLink img {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
#menu {
	font-size: 9px;
	background: url(_images/menubar.png) no-repeat left top;
	text-align: right;
	width: 905px;
	height: 26px;
	margin: 10px 0;
	position: relative;
}
#menu a:active, #menu a:focus {
	outline: none;
}
#menu table {
	position: absolute;
	right: 25px;
	border-collapse: collapse;
}
#menu table#leftMenu {
	position: absolute;
	left: 20px;
	border-collapse: collapse;
}
#menu table td {
	background: url(_images/menu-rollover.png) repeat-x top left;
	text-align: center;
	width: 85px;
	padding: 0 0px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#menu table td:hover {
	background-position: 0 -20px;
	text-decoration: underline;
	cursor: pointer;
}
#menu table td:active {
	background-position: 0 -40px;
	color: #FFF;
	text-decoration: none;
}
#menu table td.active {
	background: url(_images/menu-active.png) repeat-x top left;
	color: #FFF;
	text-decoration: none;
}
#menu a {
	color: #444445;
	text-decoration: none;
	width: 100%;
}
#menu .active a {
	color: #FFF;
}
#mainContent {
	padding: 0;
	background: #FFFFFF url(_images/hoved.jpg) no-repeat left top;
	color: #FFF;
	line-height: 1.5;
	height: 427px;
	position: relative;
	border: 1px solid #CCC;
}
#mainContent p {
	line-height: 1.5;
}
#calendarWrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 370px;
	height: 427px;
	overflow: hidden;
	z-index: 0;
}
#calendarButton {
	z-index: 40;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 30px;
	height: 30px;
	background: url(/_images/calendar-icon-hover.png) no-repeat bottom left;
}
#calendarButton:hover, #calendarButton:focus {
	background-position: top left;
}
#calendarButton a:focus, #calendarButton a:active {
	outline: none;
}
#calendar {
	z-index: 1;
	position:absolute;
	width:150px;
	height:150px;
	top:0px;
	left:0px;
	background:#a6bbcd;
	overflow:hidden;
}
#description, #contact, #about {
	padding: 15px 25px 25px 25px;
	height: 387px;
}
#description {
	width: 350px;
	background: url(_images/pixel-darken35.png);
	position: relative;
}
#description p {
	line-height: 1.30;
}
#description hr
{
	margin: 15px 0;
}
#aboutDarken {
	background: url(_images/pixel-darken35.png);
	width: 100%;
	height: 100%;
}
#about {
	width: 485px;
	background: transparent;
}
#contactOuter {
	background: url(_images/trompet.jpg);
	width: 100%;
	height: 100%;
}
#contact {
	background: url(_images/pixel-darken35.png);
	width: 300px;
}
#archiveOuter {
	background: url(_images/trompet.jpg);
	width: 100%;
	height: 100%;
}
#archiveDarken {
	background: url(_images/pixel-darken35.png);
	width: 100%;
	height: 100%;
}
#fullNewsFront, #fullNewsArchive {
	position: relative;
	padding: 10px 10px 0 20px;
	background: url(_images/pixel-darken35.png);
	height: 417px;
	width: 600px;
}
#fullNewsArchive {
	background: transparent;
}
#fullNewsArchive h2 {
	margin: 5px 0 1px 0;
}
#fullNewsFront p.date, #fullNewsArchive p.date {
	position: absolute;
	right: 10px;
	top: 12px;
}
#fullNewsBody {
	border-top: 1px solid #D3D3D3;
}
#headlines {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#headlines td {
	text-align: right;
	padding-right: 5px;
}
a:link {
	color: #FFC;
}
a:visited {
	color: #BB2;
}
a:active, a:hover {
	color: #F63;
}
a:active, a:focus {
	outline: 1px dotted;;
}
table#documents {
	position: absolute;
	top: 15px;
	left: 100px;
	border-spacing: 2px;
	font-size: 14px;
}
table#documents tr {
	background: url(_images/pixel-darken35.png);
}
table#documents td {
	vertical-align: middle;
	padding: 5px;
	border-bottom: 2px solid transparent;
}
table#documents td:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
table#documents td:active {
	background: url(_images/pixel-darkred50.png);
}
table#documents td.img:hover, table#documents td.img:active {
	background: none;
	cursor: default;
}
table#documents td.img{
	text-align: center;
}
table#documents td.adobeReader {
	font-size: 10px;
}
table#documents td p {
	margin-left: 50px;
	margin-right: 50px;
}
div#scoreLink, div#scoreLink2 {
	position: absolute;
	left: 370px;
	top: 20px;
	font-size: 20px;
	background: url(_images/pixel-darken35.png);
	padding: 0 10px;
	line-height: 1.8;
	width: 280px;
}
div#scoreLink2 {
	top: 120px;
}
div#scoreLink:hover, div#scoreLink2:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
div#scoreLink:active, div#scoreLink2:active {
	background: url(_images/pixel-darkred50.png);
}
img#scoreIcon {
	vertical-align: middle;
	padding-right: 10px;
	margin: 2px 0 8px 0;
	float: left;
}
div#nameHide {
	background-color: #FFF;
	position: absolute;
	top: 401px;
	left: 128px;
	width: 138px;
	height: 7px;
	z-index: 20;
}
div#flashPlayer {
	position: absolute;
	left: 50px;
	top: 12px;
}
div#musicButton, div#meritsButton {
	background: url(_images/pixel-darken35.png);
	position: absolute;
	top: 20px;
	left: 400px;
	padding: 1px 10px;
	width: 100px;
	text-align: left;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
}
div#meritsButton {
	top: 55px;
}
div#musicButton:hover, div#meritsButton:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
div#musicButton:active, div#meritsButton:active {
	background: url(_images/pixel-darkred50.png);
}
div#musicButton p, div#meritsButton p {
	font-size: 11px;
}
div#flashPlayerMainWrapper {
	position: absolute;
	left: 483px;
	top: 8px;
	width: 400px;
	z-index: 50;
	overflow: hidden;
}
div#merits {
	background: url(_images/pixel-darken35.png);
	position: absolute;
	left: 533px;
	top: 20px;
	width: 300px;
	z-index: 50;
	overflow: hidden;
	padding: 15px 25px 25px 25px;
}
span#nextConcert {
	font-size: 9px;
	color: #e6ce7d;
}
span#nextConcert h2 {
	color: #fddd88;
	margin-bottom: -3px;
}
span.meritsListHead {
	font-weight: bold;
}
img.preload {
	display: none;
}
#bottomContent {
	padding-top: 10px;
	border-top: 2px solid #cdd0d3;
	margin-top: 5px;
	position: relative;
}
#newsTable {
	margin-left: -5px;
	margin-right: -5px;
	border-spacing: 5px;
}
#newsTableRow {
	display: table-row;
}
#newsTable td, #newsTable .newsTableCell {
	width: 198px;
	background: #ededee url(_images/news-shadow.png) repeat-x bottom left;
	padding: 10px 10px 30px 20px;
	color: #726f6f;
	position: relative;
	margin-bottom: 10px;
	display: table-cell;
}
#newsTable td {
	padding-bottom: 35px;
}
#newsTable a:link {
	color: #00E;
}
#newsTable a:visited {
	color: #551A8B;
}
#newsTable a:active, a:hover {
	color: #F63;
}
#newsTable a:active, a:focus {
	outline: 1px dotted;;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0 -5px 0;
}
#newsTable p.fullLink {
	position: absolute;
	bottom: 15px;
	z-index: 2;
}
#newsTable p.date {
	position: absolute;
	bottom: 15px;
	text-align: right;
	width: 191px;
}
img.facebookFavicon {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
#albumList {
	border-spacing: 5px;
	position: absolute;
	top: 10px;
	left:	10px;
}
#albumListRow {
	display: table-row;
}
#albumList td, #albumList div.albumListCell {
	background: url(_images/pixel-darken35.png);
	display: table-cell;
	padding: 0 5px;
	width: 150px;
}
#albumList td:hover, #albumList div.albumListCell:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
#albumList td:active, #albumList div.albumListCell:active {
	background: url(_images/pixel-darkred50.png);
}
#albumList td p, #albumList .albumListCell p {
	font-size: 12px;
	font-weight: bold;
}
#album {
	background: url(_images/pixel-darken35.png);
	border-spacing: 5px;
	position: absolute;
	top: 15px;
	left:	250px;
	display: table;
}
#albumRow {
	display: table-row;
}
#album td, #album .albumCell {
	display: table-cell;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}