@charset "utf-8";
/* CSS Document */

#form_item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
	display:none;
}


#form_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


#form_overlay_helper {
    height: 230px;
    width: 375px;
    top: 50%;
    left: 50%;
    position: absolute;
}


#form_content {
	
	float:left;
	margin: -230px 0 0 -375px;
     
	width: 750px;
	height: 460px; 
	 
	background: #fff;
	
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	position:relative;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 5);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 5); 

}

#form_content_in {
	margin: 15px 15px 0 40px;
	position:relative;
	
}

#form_close {
	width: 38px;
	height: 38px;
	border: 1px solid #8e8e8c;
	position:absolute;
	top:0px;
	right: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background:url(../images/cross-close.gif) center center no-repeat;
	
}

#form_close span {
	display: none;
}

#form_content_txt {
	padding: 20px 0 0 42px;
}


ul#form_content_list, #form_content_txt ul li {
	list-style-type: none;
	float:left;
	margin:0;
	padding:0;
}

ul#form_content_list {
	padding: 47px 0 0 0;
}

#form_content_txt ul li {
	width: 206px;
}



ul#form_content_list li a, 
ul#form_content_list a:hover {
	display: block;
	background: #dcdcdc;
	margin: 0 52px 0 0;
	color: #000;
	padding: 7px 0;
	text-align: center;
    font-family: "Engschrift", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 18px;
}

ul#form_content_list li a.btn_active,
ul#form_content_list li a:hover {
	background: #666;
	color: #fff;
}


#form_form {
	clear:both;
	padding-top: 35px;
}

.form_btn_orga {
	padding-left: 0px;
}

.form_btn_pres {
	padding-left: 208px;
}

.form_btn_tech {
  padding-left: 416px;
}

#chpusername,
#chppassword
{
  height: 21px;	
}

#form_form input#username,
#form_form input#password
{
	border: none;
	width: 145px;
	height: 18px;
	line-height: 12px;
	outline: none;
	margin: 0 0 3px 0;
}

#form_form input#username:focus,
#form_form input#password:focus {
	 background-color: #fff; 
}

#form_form input#username {
  text-indent: 20px;
  background: #fff url(../images/bg-id.gif) center bottom no-repeat;
}

#form_form input#password {
  text-indent: 70px;
  background: #fff url(../images/bg-pass.gif) center bottom no-repeat;
}

#form_msg {
  clear:both;
  height: 90px;
}

#form_msg div.error,
#form_msg div.error a {
	color: #C00;
	text-decoration: none;

}

#form_msg div.error a:hover {
	text-decoration:underline;
}


#form_msg div.error ul {
	list-style: none!important;
	margin: 6px 0 0 0!important;
}


#chpall {
	float: left;
	width: 150px;
}

#btn-login-block {
	float: left;
	padding: 28px 0 0 0;
}

a#btn-login, a#btn-login:hover {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	background: #ccc;
	display:block;
	color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration: none;
}

a#btn-login:hover {
	background: #666;
	color: #fff;
}

#form_loader {
	padding: 7px 0 0 80px;
}

#form_link_1, 
#form_link_2 {
  font-style:italic;
}

.msg-login {
	padding-bottom: 20px;
}


.concertlist {
	width: 100%;
}

.concertlist tr td {
	padding: 6px!important;
}

tr.cl-header td {
	font-weight: bold;
	background: #ddd;
}

.cl-col2 {
	width: 40px;
}

.cl-1 td {
	background: #efefef;
}

.cl-0 td {
	background: #fff;
}




