/* COMMON */
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img {
	border-width: 0px;
}

input, textarea {
	font-size: 11px;
	border: solid 1px #666655;
	padding: 2px;
	background: #fff;
	text-transform: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

input.mandatory, textarea.mandatory {
	background: #fbb;;
}

input.ok, textarea.ok {
	background: #bfb !important;
}

select {
	font-size: 11px;
	border: solid 1px #666655;
	background: #fff;
	padding: 1px;
	text-transform: none;
}

option {
	border-bottom: solid 1px #e9e9e9;
}

a {
	text-decoration: none;
	color: #336;
}

a:hover {
	color: #002244;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	z-index: -10;
	color: #003366;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

#layout {
	position: relative;
	width: 940px;
	margin: 0px auto 0px auto;
	padding-bottom: 15px;
	z-index: 0;
	background: url(layout_bgr.png);
}

#welcome {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 0px;
	margin: 0px;
	background: #fff url(welcome.jpg) center center no-repeat;
}

#welcome a {
	display: block;
	width: 100%;
	height: 100%;
}


#header_bgr {
	position: absolute;
	top: 0px;
	width: 940px;
	height: 390px;
	z-index: 0;
	background: url(header_bgr.jpg) no-repeat;
}

#footer_bgr {
	position: absolute;
	bottom: 0px;
	width: 940px;
	height: 134px;
	z-index: 0;
	background: url(footer_bgr.jpg) no-repeat bottom;
}

/* MISC section */
#misc {
	position: relative;
	float: right;
	margin: 0px 15px 0px 2px;
	z-index: 1;
}

.show_misc {
	width: 300px;
}

.hide_misc {
	width: 0px;
	display: none;
}

#misc_menu {
	overflow: visible;
	height: 26px;
	margin: 0px 0px 2px 0px;
	padding: 37px 0px 5px 0px;
	background: url(content_top.png) top right no-repeat;
}

#misc_menu .toolbar {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	text-transform: uppercase;
	font-family: times;
	font-size: 13px;
	padding: 0px 3px 2px 3px;
	border: none 0px transparent;
}

#misc_menu .toolbar img {
	position: relative;
	top: 5px;
}

#misc_menu a {
	color: #003366;
}

#misc_menu .selected {
	top: 7px;
	background: #468966;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	border-color: #edf;
	border-bottom: solid 2px #468966;
	color: #fff;
}

#misc_menu .disabled {
	color: #FFE0B0;
}

#misc_content {
	height: 420px;
	margin: 0px;
	overflow: auto;
}

#misc_content a {
	color: #cdc;
}

.misc_content_notselected {
	background: transparent url(content_bgr.png) repeat;
}

.misc_content_selected {
	background: #468966 url(selected_bgr.png) repeat;
	color: #fff;
}

#misc_content div.place {
	margin: 5px;
	padding-bottom: 5px;
}

#misc_content div.place div.name {
	font-weight: bold;
}

#misc_content div.place div.address {
	margin-bottom: 5px;
}

#misc_content div.write_comment {
	margin: 5px;
	text-transform: uppercase;
	font-family: times;
}

#misc_content div {
	padding-bottom: 5px;
}

#misc_content div.write_comment input {
	width: 230px;
}

#misc_content div.write_comment textarea {
	width: 230px;
	height: 50px;
}

#misc_content div.comments {
	margin: 5px;
	font-style: italic;
}

#misc_content div.comments div.comment {
	border-top: solid 1px #569976;
	padding: 5px 0px 5px 0px;
}

#misc_content div.comments div.comment div.sign {
	text-align: right;
	font-style: normal;
	font-size: 11px;
}

#misc_content div.comments div.comment div.sign span.name {
	font-weight: bold;
}

#misc_content div.media {
	text-align: center;
	font-size: 10px;
}

#misc_content div.media .preview {
	display: block;
	height: 170px;
	width: 230px;
	margin: 5px auto 0px auto;
	border: solid 1px #569976;
	background: transparent center center no-repeat;
	text-align: right;
	padding: 5px;
}

#misc_content div.media .preview a {
	display: block;
	width: 26px;
	margin-bottom: 5px;
	margin-left: 204px;
}

#misc_content div.add_media {
	margin: 5px;
	height: 26px;
	line-height: 26px;
	border-bottom: solid 1px #569976;
	font-weight: bold;
}

#misc_content div.add_media a {
	float: right;
}

/* CONTENT section */
#content {
	position: relative;
	height: 420px;
	margin: 0px 0px 0px 15px;
	background: url(content_bgr.png);
	overflow: auto;
	z-index: 1;
}

#content div.event {
	border-bottom: solid 1px #FFC090;
	padding: 3px 5px 3px 5px;
}

#content div.selected {
	background: #468966 url(selected_bgr.png) repeat;
	color: #fff;
}

#content div.not_found {
	padding: 10px;
	text-align: center;
	color: #722;
}

div.full_content {
	margin-right: 15px !important;
}

div.event div.level1 {
	height: 29px;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}

div.event div.level1 div.tools {
	float: right;
}

div.event div.level1 span.date {
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}

div.event div.level1 div.time {
	float: left;
	width: 100px;
}

div.event div.level1 div.name {

}

div.event div.level2 {
	height: auto;
	overflow: hidden;
	font-size: 0.9em;
	padding-left: 100px;
	padding-top: 5px;
}

div.event div.level2 span.place {
	font-weight: bold;
}

div.event div.level2 span.category {
	font-weight: bold;
}

div.event div.level2 div.shortdesc {
	padding-top: 5px;
}

div.event div.level3 {
	height: auto;
	overflow: hidden;
	font-size: 0.9em;
	margin-left: 100px;
	padding-top: 5px;
}

div.event a {
	color: #cdc;
}

#content div.media {
	float: left;
	text-align: center;
	margin: 5px;
	text-transform: none;
	font-size: 10px;
	width: 240px;
}

#content div.media .preview {
	display: block;
	height: 170px;
	width: 230px;
	margin: 5px auto 0px auto;
	border: solid 1px #569976;
	background: transparent center center no-repeat;
	text-align: right;
	padding: 5px;
}

#content div.intro {
	padding: 5px;
}

#content div.intro div {
	padding-bottom: 5px;
}

#content div.intro span.first_letter {
	font-family: times;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

#content div.intro span.subtitle {
	font-family: times;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

#content div.archives {
	padding: 5px;
}

#content div.archives div.links {
	clear: left;
}

#content div.archives div.artists {
	clear: left;
}

#content div.archives span.subtitle {
	font-size: 1.1em;
	font-weight: bold;
}

#content div.archives div.year {
	float: left;
	padding: 5px;
	width: 290px;
	font-style: italic;
}

#content div.year ul {
	border-top: solid 1px #FFC090;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-style: normal;
	font-size: 0.9em;
}

/* MENU */
#menu {
	position: relative;
	height: 123px;
	padding: 0px 20px 0px 15px;
	z-index: 1;
}

#menu a {
	margin-right: 10px;
	font-family: times;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	color: #305c9b;
}

#menu a:hover {
}

#menu a.disabled {
	color: #8fa0c1;
}

#menu img {
	position: relative;
	top: 4px;
}

#menu .admin {
	float: right;
	margin-top: 10px;
}

#menu .admin a {
	margin: 0px 0px 0px 10px;
	font-size: 13px;
}

#menu .logo {
	margin: 0px 0px 0px 40px;
	display: block;
	width: 370px;
	height: 78px;
}

/* FILTER */
#filter {
	position: relative;
	height: 68px;
	margin: 0px 0px 2px 15px;
	overflow: hidden;
	z-index: 1;
}

#filter .bgr {
	position: absolute;
	background: transparent url(content_top.png) no-repeat;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 500px;
	z-index: -1;
}

#filter .title {
	padding: 15px 5px 6px 0px;
	overflow: hidden;
	font-family: times;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

#filter_content {
	padding: 29px 5px 6px 5px;
	overflow: hidden;
	font-family: times;
	text-transform: uppercase;
	font-size: 13px;
}

#filter_content div {
	float: left;
	margin-right: 10px;
}

#filter select {
	width: 135px;
}

#filter_content input {
	width: 120px;
}

#filter_content div.search {
	float: right;
	margin-right: 0px;
}

#filter_content div.search input {
	position: relative;
	top: -12px;
}

#filter_content div.search img.zoom_btn {
	position: relative;
	top: -4px;
	margin: 0px;
}

#media_filter {
	width: 400px;
}

#media_filter div.type {
	float: left;
}

#media_filter div.search {
	float: none;
}

/* LOGIN */
#login {
	position: absolute;
	top: -500px;
	left: 0px;
	z-index: 4;
	padding: 15px;
	background: #468966 url(selected_bgr.png) repeat;
	color: #fff;
	border: solid 1px #eef;
	overflow: hidden;
	font-family: times;
	text-transform: uppercase;
	font-size: 13px;
}

#login div {
	float: left;
	margin-right: 10px;
}

#login input {
	font-size: 12px;
	font-weight: bold;
}

#login img {
	position: relative;
	top: 10px;
	margin: 0px;
}

/* ADMIN EDIT */
#admin_edit {
	display:none;
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	padding: 5px;
	background: #468966 url(selected_bgr.png) repeat;
	color: #fff;
	border: solid 1px #eef;
	font-family: times;
	text-transform: uppercase;
	font-size: 13px;
}

#admin_edit div {
	padding-bottom: 5px;
}

#admin_edit div.title {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
}

#admin_edit select, #admin_edit input {
	width: 150px;
}

#admin_edit div.date {
	float: left;
	padding-right: 5px;
}

#admin_edit div.name {
	float: left;
	padding-right: 5px;
}

#admin_edit div.name input {
	width: 400px;
}

#admin_edit div.time input {
	width: auto;
}

#admin_edit div.shortdescription{
	float:left;
	margin-right: 10px;
}

#admin_edit div.shortdescription input {
	width: 250px;
}

#admin_edit div.keywords input {
	width: 250px;
}

#admin_edit div.url {
	float:left;
	margin-right: 10px;
}

#admin_edit div.url input {
	width: 250px;
}

#admin_edit div.file {
	float:left;
	margin-right: 10px;
}

#admin_edit div.file input {
	width: 225px;
}

#admin_edit div.add_media {
	border-top: solid 1px #569976;
}

#admin_edit div.buttons {
	text-align: right;
	padding: 0px;
	margin-top: 11px;
}

#admin_edit div.place select {
	width: 400px;
}

#admin_edit div.type2 {
	float:left;
	margin-right: 10px;
}

#admin_edit div.keywords2 {
	float:left;
	margin-right: 2px;
}

#admin_edit div.search {
	float:left;
	margin-top: 11px;
}

#admin_edit #add_media_list {
	width: 550px;
}

#admin_edit #add_media_list div.media {
	float: left;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin-right: 10px;
	width: 250px;
	text-transform: none;
}

#admin_edit #add_media_list div.media .preview {
	display: block;
	height: 180px;
	width: 240px;
	margin: 5px auto 0px auto;
	border: solid 1px #569976;
	background: transparent center center no-repeat;
	text-align: right;
	padding: 5px;
}

#admin_edit #add_media_list div.media .selected {
	background-color: #FF0000;
}

/* BUTTONS */
img.zoom_btn {
	width: 26px;
	height: 26px;
	background: url(zoom_btn.png) no-repeat;
}

img.ok_btn {
	width: 26px;
	height: 26px;
	background: url(ok_btn.png) no-repeat;
}

img.media_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(media_btn.png) no-repeat;
}

img.places_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(places_btn.png) no-repeat;
}

img.comments_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(comments_btn.png) no-repeat;
}

img.menu_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(menu_btn.png) no-repeat;
}

img.playing_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(playing_btn.png) no-repeat;
}

img.stopped_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(stopped_btn.png) no-repeat;
}

img.selected_btn {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	background: url(selected_btn.png) no-repeat;
}

img.close_btn {
	width: 20px;
	height: 20px;
	background: url(close_btn.png) no-repeat;
}

img.admin_ok_btn {
	width: 26px;
	height: 26px;
	background: url(admin_ok_btn.png) no-repeat;
}

img.admin_cancel_btn {
	width: 26px;
	height: 26px;
	background: url(admin_cancel_btn.png) no-repeat;
}

img.admin_add_btn {
	width: 26px;
	height: 26px;
	background: url(admin_add_btn.png) no-repeat;
}

img.admin_remove_btn {
	width: 26px;
	height: 26px;
	background: url(admin_remove_btn.png) no-repeat;
}

img.admin_edit_btn {
	width: 26px;
	height: 26px;
	background: url(admin_edit_btn.png) no-repeat;
}

img.admin_uploading_media_btn {
	width: 26px;
	height: 26px;
	background: url(uploading_media_btn.gif) no-repeat;
}

/* MISC */
.hidden {
	overflow: hidden !important;
	border: none 0px transparent !important;
	width: 0px !important;
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

#fade_bgr {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	padding: 0px;
	margin: 0px;
	opacity: 0;
}

#loading_ajax {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 50px;
	height: 50px;
}

#show_image {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	background: #ccd;
	border: solid 1px #eef;
	z-index: 4;
}

#show_image .close {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
}

.loading_image {
	background: #ccd url(loading_image.gif) no-repeat center !important;
}

.loading_ajax_inactive {
	background: transparent none;
}

.loading_ajax_active {
	background: transparent url(loading_ajax.gif) no-repeat;
}

#copyright {
	width: 940px;
	margin: 3px auto 3px auto;
	color: #56c;
	font-size: 11px;
}

#copyright a {
	font-weight: bold;
	color: #56c;
}

#copyright div.creator {
	float: right;
}

span.mandatory {
	padding: 2px;
	background: #a00;
	color: #fff;
	font-size: 10px;
	text-transform: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

.center {
	text-align: center;
}

#mp3player {
	position: absolute;
	top: -100px;
	left: -100px;
}