
b
	{
	font-family: 'Istok Web', sans-serif;
	font-weight: bold;
	}


html
	{
	background-color: #151515;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url('/images/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html
	{
	height:100%;
	}
	
body 
	{
	height:100%;
	line-height: 1;
	font-family: 'Istok Web', sans-serif;
	font-size:16px;
	font-smooth: never;
	-webkit-font-smoothing : none;
	overflow-y: scroll;
	color: #ccc;
	}
ol, ul {
	list-style: none;
}
	
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input
	{
	border: 2px solid #1a1a1a;
	color: #aaa;
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	padding:3px 7px 3px 7px;
	background-color: rgb(12, 12, 12);
	}
	
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}
	
h1
	{
	font-weight: normal;
	font-size:32px;
	}
	
h2
	{
	font-weight: normal;
	font-size:32px;
	color: #c21010;
	}
	
h3
	{
	font-weight: normal;
	font-size:21px;
	}
	
h4
	{
	font-weight: normal;
	font-size:21px;
	color: #c21010;
	}
	
h5
	{
	font-weight: normal;
	font-size:12px;
	}
	
h6
	{
	color: #c21010;
	font-weight: normal;
	font-size:12px;
	}
	
a
	{
	color: #fff;
	}


textarea
	{
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	padding-left:3px;
	padding-right:3px;
	background-color: #151515;
	color: #aaa;
	}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

div.ui-datepicker{
 font-size:10px;
}

table.main
	{
	min-height:100px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	}
table.main td.edge
	{
	background-color: #151515;
	}
table.main td.edge_bg
	{
	width: 31px;
	background:url('../images/border_left.png');
	}
table.main td.edge_right
	{
	background:url('../images/border_right.png');
	}
table.main td.middle
	{
	background-color: #222;
	width:1000px;
	height: 100%;
	}
table td.logo
	{
	width:247px;
	}
table td.status
	{
	width:220px;
	text-align:right;
	padding-top: 10px;
	}
table td.update
	{
	vertical-align: middle;
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	font-weight: bold;
	}
	
.update_edit
	{
	font-size:16px;
	}
	
table.top_table
	{
	font-size:16px;
	}
	
td
	{
	vertical-align: top;
	}
	
div.login_button
	{
	background-color: #1a1a1a;
	padding-right: 5px;
	padding-left: 5px;
	float:right;
	color: rgb(168, 2, 2);
	}
	
div.login_button:hover
	{
	color: #1a1a1a;
	cursor: pointer;
	cursor: hand;
	background-color: rgb(168, 2, 2);
	}
	
div.login_border
	{
	border-right: 1px solid #520909;
	width: 65px;
	padding-right: 3px;
	padding-left: 3px;
	}
	
div.login_profile
	{
	width:77px;
	border-right: 1px solid #520909;
	color: rgb(168, 2, 2);
	}
	
img.logo
	{
	padding:10px;
	padding-left: 10px;
	}
span.open_status
	{
	background-color: #3b3;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:27px;
	padding-right:27px;
	line-height:30px;
	border-bottom:1px solid #520909;
	}
span.closed
	{
	background-color: #dc0b10;
	}
div.menu
	{
	background-color: #1b1b1b;
	width: 1000px;
	height:30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
td.menu_button
	{
	font-size:21px;
	line-height: 30px;
	text-align: center;
	color: rgb(168, 2, 2);
	}
td.menu_footer
	{
	font-size:21px;
	text-align: right;
	color: rgb(168, 2, 2);
	}
td.menu_button:hover
	{
	color: #1a1a1a;
	cursor: pointer;
	cursor: hand;
	background-color: rgb(168, 2, 2);
	}
table.content
	{
	height:100%;
	}
td.content
	{
	font-size: 12px;
	}
td.sponsor
	{
	text-align:center;
	vertical-align: middle;
	}
div.galleri_title
	{
	font-size: 21px;
	padding: 8px;
	}
img.galleri_preview
	{
	max-width:120px;
	max-height:120px;
	padding:5px;
	border: 1px solid #ccc;
	background-color: white;
	}
img.galleri_preview:hover
	{
	border-color: #aaa;
	}
a.galleri_link
	{
	font-size: 21px;
	padding:10px;
	padding-top:40px;
	color: rgb(168, 2, 2);
	}
	
div.galleri_empty
	{
	font-weight: bold;
	margin-left: 20px;
	font-size:18px;
	}
	
div.news_container
	{
	min-height:250px;
	}
	
div.news
	{
	width: 600px;
	height:110px;
	margin-top:20px;
	margin-left:20px;
	}
	
div.news_img
	{
	float:left;
	width:160px;
	height:110px;
	margin-right:5px;
	border: 1px solid #444;
	border-radius: 3px;
	}
	
img.news_img
	{
	width: 160px;
	height: 110px;
	}
	
div.news_title
	{
	float:right;
	width: 420px;
	padding-left: 5px;
	font-size:21px;
	color: #aaa;
	line-height:15px;
	padding-top:5px;
	border-bottom: 2px solid #444;
	}

.news_noimg div.news_text, .news_noimg div.news_title
	{
	width: 600px;
	}
	
span.news_date
	{
	float:right;
	font-size: 12px;
	color: #5a5a5a;
	margin-top:5px;
	margin-right:5px;
	}
	
div.news_text
	{
	width: 420px;
	float:right;
	padding-top:4px;
	}
	
div.news_banner
	{
	width:330px;
	height:240px;
	border: 1px solid #444;
	float:right;
	margin:20px;
	}

img.news_banner_img
	{
	width:330px;
	height:240px;
	}
	
.footer_admin
	{
	padding: 4px 6px;
	background-color: #1a1a1a;
	color: white;
	margin-left:900px;
	font-size: 12px;
	}
	
.logo_admin
	{
	padding: 4px 6px;
	background-color: #1a1a1a;
	color: white;
	font-size: 12px;
	}
	
.news_admin
	{
	padding: 4px 6px;
	background-color: #1a1a1a;
	color: white;
	margin-left: 510px;
	}
	
.news_edit
	{
	font-size:12px;
	}
	
div.agenda_frame
	{
	width:959px;
	height:240px;
	text-align: center;
	margin-left: 20px;
	margin-top:40px;
	margin-bottom: 10px;
	}
	
div.agenda_title
	{
	font-size:21px;
	text-align:left;
	margin-left:10px;
	line-height:30px;
	}
	
div.agenda_title a
	{
	font-size: 16px;
	}
	
div.agenda_days
	{
	background-color: #1a1a1a;
	width: 100%;
	height:30px;
	line-height:30px;
	}
	
div.agenda_day
	{
	font-size: 21px;
	color: #520909;
	width: 126px;
	float:left;
	text-align: left;
	padding-left:10px;
	border-right: 1px solid #520909;
	}
	
div.no_border
	{
	border: none;
	}
	
div.agenda_red_day
	{
	color: #c31616;
	}
	
span.agenda_day_date
	{
	font-size:12px;
	padding-right:4px;
	padding-top: 0px;
	float:right;
	margin-top:-5px;
	}
	
div.agenda_active
	{
	background-color: #24bfff;
	}
	
div.agenda_day_frame
	{
	width: 137px;
	height: 160px;
	float:left;
	}
	
div.agenda_activity
	{
	background-color:rgba(250,250,255,1);
	margin:3px;
	font-weight: normal;
	text-align: left;
	padding-left:3px;
	border: 1px solid #aaa;
	color: #1a1a1a;
	}
	
span.agenda_activity_time
	{
	color: #000;
	display:block;
	padding-left:4px;
	}

span.agenda_activity_text
	{
	color: #333;
	}
	
span.signup_title
	{
	font-size:21px;
	margin-left:10px;
	line-height:40px;
	}
	
table.signup_table
	{
	margin-left: 10px;
	background-color:#1a1a1a;
	border:5px solid #1a1a1a;
	width: 252px;
	}
table.signup_table_long
	{
	width:300px;
	}
	
table.signup_table td, table.login_table td
	{
	vertical-align: middle;
	}
	
table.signup_table input
	{
	margin-left: 20px;
	width:200px;
	float:right;
	}

table.signup_table textarea
	{
	margin-left: 20px;
	margin-right:2px;
	width:196px;
	float:right;
	border: none;
	}
	
table.signup_table input.signup_box
	{
	width:20px;
	}
	
table.signup_table td a
	{
	color: rgb(168, 2, 2);
	}
	
input.signup_button
	{
	margin-left: 10px;
	margin-top:10px;
	}
	
span.signup_red
	{
	color: rgb(168, 2, 2);
	}
	
div.signup_complete
	{
	padding:10px;
	font-size: 21px;
	color: #fff;
	}
	
div.login_table
	{
	margin-top: 5px;
	background-color:#1a1a1a;
	border:5px solid #1a1a1a;
	width: 264px;
	font-size: 12px;
	}
	
div.login_frame
	{
	padding:10px; 
	font-size: 21px; 
	}
	
table.login_table
	{
	width:100%;
	}
	
table.login_table input
	{
	width:170px;
	float:right;
	}
	
input.edit_save
	{
	float:right;
	}
	
div.edit_button
	{
	float:left;
	padding-left:5px;
	padding-right:5px;
	line-height: 30px;
	}
	
div.edit_button:hover
	{
	color: #1a1a1a;
	cursor: pointer;
	cursor: hand;
	background-color: #520909;
	}
	
.normal_font
	{
	font-size: 12px;
	}
	
.message_error
	{
	background-color: #f44;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.message_error a
	{
	color: white;
	}
	
.message_success
	{
	background-color: #3b3;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.message_success a
	{
	color: white;
	}

a.del_link
	{
	color: 0;
	float:right;
	margin-right:2px;
	text-decoration:none;
	}

a.del_link:hover
	{
	cursor: pointer;
	cursor: hand;
	color: #f44;
	}
	
table.admin_table
	{
	width: 100%;
	margin-top: 30px;
	}
	
table.admin_table td
	{
	text-align: center;
	font-size: 20px;
	}
	
table.admin_search
	{
	width: 100%;
	background-color: #1b1b1b;
	}
	
table.admin_search tr.usr
	{
	background-color: #2a2a2a;
	}
	
div.map_img
	{
	margin-left:50px;
	margin-top: 20px;
	position: relative;
	float: left;
	}
	
img.map_img
	{
	float: left;
	}
	
span.map_title
	{
	font-size: 20px;
	}
	
div.map_seat
	{
	border: 1px solid #000000;
	background-color: #999; 
	position: absolute; 
	left:0px; 
	top:0px;
	width: 18px; 
	height:18px; 
	line-height: 18px; 
	text-align: center;
	float: left;
	color: #000000;
	}
	
div.map_seat:hover
	{
	border: 2px solid #000;
	margin-left: -1px;
	margin-top: -1px;
	}
	
div.map_seat.selected
	{
	border: 2px solid #f00;
	margin-left: -1px;
	margin-top: -1px;
	z-index: 5;
	}
	
table.admin_map
	{
	float: left;
	}
	
div.map_info
	{
	width: 200px;
	height: 300px;
	background-color: #1b1b1b;
	padding:5px;
	float:right;
	margin-top: 20px;
	}

div.map_info b
	{
	margin-left: 5px;
	}
	
span.ticket_title
	{
	font-size: 20px;
	}
	
div.ticket_mytickets
	{
	width: 500px;
	min-height: 300px;
	background-color: #1a1a1a;
	padding:5px;
	}
	
div.ticket_buytickets
	{
	width: 400px;
	min-height: 300px;
	background-color: #1a1a1a;
	float: right;
	padding:5px;
	}

input.buy_ticket
	{	
	width: 100%;
	height:40px;
	color: #4a2;
	font-size: 12pt;
	}

input.move_ticket
	{	
	width: 100%;
	height:40px;
	color: #fff;
	font-size: 12pt;
	}