@charset "utf-8";

#mainContent, #description, #calendarWrapper, #calendar, #about, #aboutRight, #aboutDarken, #members, #membersJoin, #members img, #archiveOuter, #archiveDarken, #contactOuter, #contact {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

ul, ol {
	margin-left: 30px;
}
li {
	padding-bottom: 2px;
}
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;
}
#loginReq {
	background: url(_images/pixel-darken35.png);
	width: 450px;
	margin: 25px auto;
	padding: 10px;
	font-size: 18px;
}
#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;
	color: #000;
}
#header p.contact {
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
	position: absolute;
	right: 5px;
	bottom: -5px;
}
p#facebookEventLink {
	font-weight: normal;
	margin-left: 0;
	padding: 2px 2px;
	position: absolute;
	cursor: pointer;
}
#header div#facebookTwitterLinks {
	display: table;
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 130px;
}
#header div#facebookTwitterLinks div.fbTwCell {
	background: url(_images/pixel-darken35.png);
	text-align: left;
	margin-top: 5px;
	padding: 0 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#header div#facebookTwitterLinks div.fbTwCell p {
	padding-left: 25px;
}
#header div.fbTwCell img {
	float: left;
	margin: 3px 0 0 5px;
}
#header div#facebookTwitterLinks div.fbTwCell:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
#header div#facebookTwitterLinks div.fbTwCell:active {
	background: url(_images/pixel-darkred50.png);
}

p#facebookEventLink {
	color: #FFF;
	right: 22px;
	bottom: 10px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
p#facebookEventLink:hover {
	cursor: pointer;
	background: url(_images/pixel-red50.png);
}
p#facebookEventLink:active,
p#facebookEventLink:focus {
	background: url(_images/pixel-darkred50.png);
}
#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;
	overflow: auto;
}
#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: 10px;
	bottom: 10px;
	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, #aboutRight {
	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;
}
#aboutRight {
	width: 300px;
	background: url(_images/pixel-darken50.png);
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
}
#aboutRight img {
	float: right;
	margin-right: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

}
#members {
	background: url(_images/pixel-darken50.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0;
}
#memberList {
	padding: 10px 20px;
	width: 530px;
}
#memberList h2 {
	margin: 10px 0 0 0;
}
#memberList li {
	margin: 0;
	padding: 0;
}
#memberList p {
	font-weight: bold;
}
#membersLeftColumn {
	position: absolute;
	top: 50px;
	left: 20px;
}
#membersMiddleColumn {
	position: absolute;
	top: 50px;
	left: 190px;
}
#membersRightColumn {
	position: absolute;
	top: 50px;
	left: 380px;
}
#members img {
	position: absolute;
	bottom: 70px;
	right: 20px;
}
#membersJoin {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 282px;
	background: url(_images/pixel-darken75.png);
	padding: 10px;
}
#membersJoin h2 {
	margin: 0;
}
#contactOuter {
	background: url(_images/trompet.jpg);
	width: 100%;
	height: 100%;
}
#contact {
	background: url(_images/pixel-darken35.png);
	width: 300px;
}
#contact h2 {
	margin: 5px 0 -5px 0;
}
#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, div#nextConcert span.programLink:active, div#nextConcert span.programLink:hover {
	color: #F63;
}
div#nextConcert span.programLink:active, div#nextConcert span.programLink:focus {
	color: #F90;
}
a:active, a:focus {
	outline: 1px dotted;;
}
table#documents {
	position: absolute;
	top: 15px;
	left: 25px;
	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: 30px;
	margin-right: 30px;
}
div#styret {
	position: absolute;
	left: 490px;
	top: 13px;
	width: 390px;
}
div#styret h2 {
	font-size: 200%;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 3px 5px 7px 10px;
	background: url(_images/pixel-darken75.png);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-opera-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}
div#styret_table {
	display: table;
	border-spacing: 5px;
	empty-cells: hide;
	font-size: 13px;
	margin-left: 30px;
}
div.styret_tableRow {
	display: table-row;
}
div.styret_tableCell {
	display: table-cell;
	background: url(_images/pixel-darken75.png);
	padding: 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
div.styret_tableCell span.date {
	font-size: 10px;
	font-weight: bold;
}
div#scoreLink {
	position: absolute;
	left: 370px;
	top: 20px;
	font-size: 20px;
	background: url(_images/pixel-darken35.png);
	padding: 0 10px;
	line-height: 1.8;
	width: 330px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}
div#scoreLink:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
div#scoreLink: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: white url(_images/musicplayer_namehide.png) repeat;
	position: absolute;
	top: 396px;
	left: 55px;
	width: 160px;
	height: 12px;
	z-index: 20;

}
div#flashPlayer {
	position: absolute;
	left: 50px;
	top: 12px;
}
div#flashPlayerFront {
	position: absolute;
	left: 0;
	top: 12px;
}
div#musicButton, div#meritsButton, div#programButton {
	background: url(_images/pixel-darken35.png);
	position: absolute;
	top: 20px;
	left: 400px;
	padding: 1px 10px;
	width: 100px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
   -moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-opera-border-radius: 0 20px 20px 0;
	-khtml-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
div#ensembleButton, div#membersButton {
	background: url(_images/pixel-darken35.png);
	position: absolute;
	top: 254px;
	padding: 1px 10px;
	width: 150px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
    -moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-opera-border-radius: 20px 0 0 20px;
	-khtml-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	right: 0;
}
div#membersButton {
	top: 305px;
}
div#meritsButton {
	top: 55px;
}
div#programButton {
	top: 90px;
}
div#musicButton:hover, div#meritsButton:hover, div#programButton:hover, div#ensembleButton:hover, div#membersButton:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
div#musicButton:active, div#meritsButton:active, div#programButton:active, div#ensembleButton:active, div#membersButton:active {
	background: url(_images/pixel-darkred50.png);
}
div#musicButton p, div#meritsButton p, div#programButton p, div#ensembleButton p, div#membersButton p {
	font-size: 11px;
}
div#flashPlayerMainWrapper {
	position: absolute;
	left: 533px;
	top: 8px;
	width: 350px;
	z-index: 50;
	overflow: hidden;
}
div#merits, div#program {
	background: url(_images/pixel-darken50.png);
	position: absolute;
	left: 533px;
	top: 20px;
	width: 300px;
	z-index: 50;
	overflow: hidden;
	padding: 15px 25px 25px 25px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	overflow: auto;
}
div#program ol li {
	padding: 0;
}
div#merits ul {
	margin-left: 5px;
	margin-top: 5px;
}
div#merits li {
	padding-bottom: 8px;
}
div#nextConcert {
	font-size: 9px;
	color: #e6ce7d;
}
div#nextConcert h2 {
	color: #fddd88;
	margin-bottom: -3px;
}
div#nextConcert span.programLink {
	text-decoration: underline;
	cursor: pointer;
}
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;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-opera-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
}
#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 0 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, #albumList div.albumListCellActive {
	background: url(_images/pixel-darken35.png);
	display: table-cell;
	padding: 0 5px;
	width: 150px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#albumList td.albumListCellActive, #albumList div.albumListCellActive {
	border: 1px #CFA solid;
	padding: 0 5px 0 4px;
}
#albumList td:hover, #albumList div.albumListCell:hover, #albumList div.albumListCellActive:hover {
	background: url(_images/pixel-red50.png);
	cursor: pointer;
}
#albumList td:active, #albumList div.albumListCell:active, #albumList div.albumListCellActive:active {
	background: url(_images/pixel-darkred50.png);
}
#albumList td p, #albumList .albumListCell p, #albumList .albumListCellActive p {
	font-size: 12px;
	font-weight: bold;
}
#album {
	background: url(_images/pixel-darken35.png);
	border-spacing: 5px;
	position: absolute;
	top: 15px;
	left:	190px;
	display: table;
	margin-bottom: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
#albumRow {
	display: table-row;
}
#album td, #album .albumCell {
	display: table-cell;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
#album img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#album img:hover {
	border: 1px #CFA solid;
	margin: -1px;
}
#album a:focus, #album a:active {
	outline: none;
}
