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

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding: 0;
	background-color: #fff;
	height: 100%;
/*	background-image:url(../images/bg.png);
	background-position:top right;
	background-repeat:repeat-x;*/
}
a {
	color: #F26436;
}
p {
	text-align:justify;
}
table{
  width: 100%;
  max-width: 100%;
}
td, th{
	padding-top:5px;
	padding-bottom:5px;
}
table th{
	text-align:left;
	background-color:#f5f5f5;
	color: #F26436;
}
td.clear {
	text-align: left;
	width: auto;
}
td.clear input{
	width: auto;
}
#registration_form #events_list table{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
#registration_form table tr td:last-child {
	text-align: left;
}
#registration_form table tr td:last-child.clear input {
	width: auto;
}
#registration_form table tr td:last-child.clear {
	text-align: left;
}
#registration_form table tr td:last-child input {
	width: 90%;
}
#registration_form table tr td:first-child {
	width: 30%;
}
#container{
	overflow:auto;
	max-width:970px;
	margin: 0 auto;
}
#content{
/*	background-color: #ebebeb;*/
}
#error_box{
	margin:0 auto;
	margin-top:50px;
	padding:20px;
	border:1px dotted #999;
	width:auto;
	text-align:center;
	font-size:16pt;
}
#error_box h1{
	margin:0;
	padding:0;
	color:#C00;
}
#header{
/*	background-image: url(../images/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:134px;
*/
	background-color: #fff;
	text-align:center;
}
#header #language {
	float: right;
	width: 100%;
	max-width: 970px;
}
#header img {
	width: 100%;
	max-width: 970px;
}
#loader{
	overflow:auto;
}
#loader_image{
	position:absolute;
	z-index:3000;
}
#login ul li{
	padding:3px;
}
#login ul > li ul{
	list-style:none;
}
#menu{
	overflow:auto;
	margin-bottom:20px;
	background-color: #f5f5f5;
	padding:5px;
}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul > li{
	float:left;
	margin-right:15px;
	overflow:auto;
	padding:2px;
}
#menu select{
	font-size:12px;
	margin-right:5px;
	background-color: inherit;
	border-style: solid;
}
#page{
	margin:0 auto;
	overflow:auto;
	height: 100%;
	
/*	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
	max-width:970px;
	background:  none repeat scroll 0% 0%;
	padding:0px;
*/
}
#pages{
	overflow:auto;
}
#pages ul{
	margin:9px;;
	padding:0;
	list-style:none;
}
#pages ul > li {
	float:left;
	margin-right:3px;
	margin-left:3px;
}
#registration_form{
	overflow:auto;
}
#subscription_list table{
	margin-top:20px;
	border:1px solid #666;
}
#view table{
	border-collapse:collapse;
	width:500px;
}
#view table td{
	border-bottom:1px dotted #000;
}
.box{
	margin:0 auto;
	padding:10px;
}
.selected_row{
	background-color:#FFC;
}
