/* ================================================================================================ */
/* ========================== PAGE ================================================================ */
/* ================================================================================================ */
body
{
	/*
	background-image: url("../img/background/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 0%;
	*/
	background-color: #000000;
	color: #cccccc;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 8px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

a.menu,a.subMenu
{
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover,a.subMenu:hover {
	color: #999999;
	text-decoration: none;
}

table {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	border-collapse: collapse;
}
table#main {
	width: 100%;
	height: 100%;
	padding: 40px;
}
th {
	color: #ffffff;
	background-color: #990000;
	text-align: left;
}
th.group {
	background-color: #000000;
	text-align: center;
	font-size: 13px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}
tr.odd {
	background-color: #333333;
}
tr.even {
	background-color: #666666;
}
td {
	width: 1px;
	height: 0px;
	margin: 0px;
}
td.save {
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 50%;
	padding: 4px;
}
td.main {
	width: 50%;
	font-size: 26px;
	font-weight: bold;
	text-align: center;			
	padding: 4px;
}
td.left {
	width: 50%;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}
td.right {
	width: 50%;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 4px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div {
	margin: 0px;
	padding: 0px;
}

div.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.imgContainer {
	position: relative;
}

div.imgOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: black;
}

div.imgContainer:hover .imgOverlay {
	opacity: 1;
}

div.pages {
	float: right;
}
div.pagesElement {
	float: left;
	width: 32px;
	background-color: #000000;
	text-align: center;
	margin: 0px 0px 0px 2px;
}

div.hrefBorder {
	border: 1px solid #333333;
}
div.hrefBorder:hover {
	border: 1px solid #990000;
}

div#none {
	display: none;
}

div#back {
	width: 1008px;
	position: relative;
	margin: 0px auto;
}

div#spaceH6 {
	width: 100%;
	height: 6px;
}

div#spaceH32 {
	width: 100%;
	height: 32px;
}

div#topLine {
	width: 100%;
	height: 10px;
	text-align: center;
	color: black
}

div#cover {
	float: left;
	width: 1008px;
	height: 336px;
}

div#login {
	position: relative;
	float: left;
	width: 170px;
	bottom: 336px;
	left: 834px;
}

div#links {
	position: relative;
	float: right;
	right: 8px;
	bottom: 58px;
}

div#board {
	width: 100%;
	height: auto;
	min-height: 500px;
	background-image: url("../img/background/kuna.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 75%;
}

div#footer {
	width: 100%;
	height: 34px;
	background-color: #000000;
	font-size: 26px;
}

div#bottomLine {
	width: 100%;
	height: 10px;
	font-size: 8px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
}
div#counter {
	float: left;
}
div#created {
	float: right;
}

span.flag {
	float: left;
	color: black;
	width: 24px;
	height: 16px;
	text-align: right;
	font-size: 9px;
	line-height: 22px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin: 7px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
}
span.flag:hover {
	color: #999999;
	border: 1px solid #999999;
}
span.flag#selected {
	border: 1px solid #ffff00;
}
span.flag#selected:hover {
	border: 1px solid #999999;
}

/* ================================================================================================ */
/* ========================== MENU ================================================================ */
/* ================================================================================================ */
#menu {
	width: 100%;
	height: 32px;
	position: absolute;
	z-index: 999;
	background-color: #333333;
}
#menu ul {
	margin: 0px 0px 0px -40px;
}
#menu ul ul {
	margin-top: -3px;
}
#menu ul li {
	float: left;
	list-style: none;
	width: 158px;
	height: 32px;
	margin: 0px 12px 0px 0px;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li#news { background-image: url("../img/menu/cs-news-158x32-wide-white.png"); }
#menu ul li#news:hover { background-image: url("../img/menu/cs-news-158x32-wide-gray.png"); }
#menu ul li#concerts { background-image: url("../img/menu/cs-concerts-158x32-wide-white.png"); }
#menu ul li#concerts:hover { background-image: url("../img/menu/cs-concerts-158x32-wide-gray.png"); }
#menu ul li ul li#concertsActual { background-image: url("../img/menu/cs-concertsActual-158x32-wide-white.png"); }
#menu ul li ul li#concertsActual:hover { background-image: url("../img/menu/cs-concertsActual-158x32-wide-gray.png"); }
#menu ul li ul li#concertsHistory { background-image: url("../img/menu/cs-concertsHistory-158x32-wide-white.png"); }
#menu ul li ul li#concertsHistory:hover { background-image: url("../img/menu/cs-concertsHistory-158x32-wide-gray.png"); }
#menu ul li#band { background-image: url("../img/menu/cs-band-158x32-wide-white.png"); }
#menu ul li#band:hover { background-image: url("../img/menu/cs-band-158x32-wide-gray.png"); }
#menu ul li ul li#bandAbout { background-image: url("../img/menu/cs-bandAbout-158x32-wide-white.png"); }
#menu ul li ul li#bandAbout:hover { background-image: url("../img/menu/cs-bandAbout-158x32-wide-gray.png"); }
#menu ul li ul li#bandDiscography { background-image: url("../img/menu/cs-bandDiscography-158x32-wide-white.png"); }
#menu ul li ul li#bandDiscography:hover { background-image: url("../img/menu/cs-bandDiscography-158x32-wide-gray.png"); }
#menu ul li#media { background-image: url("../img/menu/cs-media-158x32-wide-white.png"); }
#menu ul li#media:hover { background-image: url("../img/menu/cs-media-158x32-wide-gray.png"); }
#menu ul li ul li#mediaPhoto { background-image: url("../img/menu/cs-mediaPhoto-158x32-wide-white.png"); }
#menu ul li ul li#mediaPhoto:hover { background-image: url("../img/menu/cs-mediaPhoto-158x32-wide-gray.png"); }
#menu ul li ul li#mediaVideo { background-image: url("../img/menu/cs-mediaVideo-158x32-wide-white.png"); }
#menu ul li ul li#mediaVideo:hover { background-image: url("../img/menu/cs-mediaVideo-158x32-wide-gray.png"); }
#menu ul li#merch { background-image: url("../img/menu/cs-merch-158x32-wide-white.png"); }
#menu ul li#merch:hover { background-image: url("../img/menu/cs-merch-158x32-wide-gray.png"); }
#menu ul li#contact { background-image: url("../img/menu/cs-contact-158x32-wide-white.png"); }
#menu ul li#contact:hover { background-image: url("../img/menu/cs-contact-158x32-wide-gray.png"); }

/* ================================================================================================ */
/* ========================== FORM ================================================================ */
/* ================================================================================================ */
input,textarea,select {
	color: #ffffff;
	background-color: #111111;
	margin: 0px 0px 0px 0px;
	border: 0px solid #990000;
	outline: 1px dotted #666666;
}
input:hover,textarea:hover,select:hover {
	outline: 1px dotted #990000;
}
input:focus,textarea:focus,select:focus {
	background-color: #222222;
	outline: 1px dotted #990000;
}
input.submit {
	color: #ff0000;
	background-color: #330000;
	border: 0px solid #990000;
	outline: 1px solid #990000;
}
input.submit:hover {
	color: #330000;
	background-color: #ff0000;
}
input.submit:focus {
	color: #330000;
	background-color: #ff0000;
}
input.save,select.save {
	width: 100%;
}
input.saveReadonly,select.saveReadonly {
	width: 100%;
	color: #999999;
}
			
/* ================================================================================================ */
/* ========================== DIALOG ============================================================== */
/* ================================================================================================ */
div#dialogBackground {
	width: 100%;
	height: 200%;
	position: absolute;  
    top: 0;
    left: 0;
    z-index: 1000;
	background: url("../img/dialog/background.png") repeat;
}

div#dialogBox { 
    width: 480px;
    color: #cccccc;
	background-color: #000000;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001;
	margin-left: -240px;
	margin-top: -200px;
	padding: 0px;
	border: 3px solid #990000;
}

div#dialogTitle {
	color: #ffffff;
	background-color: #990000;
	margin: 6px;
	padding: 6px;
	border: 1px solid #990000;
}

div#dialogMessage {
	margin: 6px;
	padding: 6px;
	border: 1px solid #990000;
}

div#dialogIcon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0px 6px 0px 0px;
}

div#dialogButtons {
	text-align: right;
	margin: 6px;
	padding: 6px;
	border: 1px solid #990000;
}

/* ================================================================================================ */
/* ========================== GALLERY ============================================================= */
/* ================================================================================================ */

div#galleryBackground {
	width: 100%;
	height: 150%;
	position: absolute;  
    top: 0;
    left: 0;
    z-index: 1000;
	background: url("../img/gallery/background.png") repeat;
}

div#galleryBox { 
    width: 836px;
    color: #cccccc;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001;
	margin-left: -418px;
	margin-top: -330px;
}

div#galleryCenter {
	float: left;
	width: 740px;
}

div#galleryLeft {
	float: left;
	width: 48px;
	background: url("../img/gallery/leftGray.png") no-repeat center center;
}
div#galleryLeft:hover {
	background: url("../img/gallery/leftRed.png") no-repeat center center;
}
div#galleryLeftNone {
	float: left;
	width: 48px;
	background: none;
}

div#galleryRight {
	float: left;
	width: 48px;
	background: url("../img/gallery/rightGray.png") no-repeat center center;
}
div#galleryRight:hover {
	background: url("../img/gallery/rightRed.png") no-repeat center center;
}
div#galleryRightNone {
	float: left;
	width: 48px;
	background: none;
}

