@font-face {
  font-family: 'EngschriftDIND';
  src: url('webfonts/style_32933.eot');
  src: local('?'), url('webfonts/style_32933.woff') format('woff'), url('webfonts/style_32933.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'DINCondensedC';
  src: url('webfonts/style_99250.eot');
  src: local('?'), url('webfonts/style_99250.woff') format('woff'), url('webfonts/style_99250.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

body {
	background-color:#EEE;
	color:#000;
	font-family:sans-serif;
	font-size:14px;
	background-image:url(pics/2013.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:repeat-x;
	margin:0px auto;
	
}
.body:after {
	height:200px;
}
div.bg {
	background-image:url(pics/2013.jpg);
	background-position:fixed;
	background-repeat:no-repeat;
}

.trans {
	opacity:0.6;
}


table.box {
	border-spacing:0px;
	background-color:#EEEEEE;
	border:1px solid #999;
	border-radius:2px;
	margin-bottom:5px;
	width:90%;
}

.tablerow0:hover {
	background-color:#FFC;
}

.tablerow0 td {
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:3px;
}
.tablerow0:last-child {
	border-right-style:none;
	border-bottom-style:none;
}

table.box th {
	border-bottom:1px solid #666;
	background-color:#DDD;
	padding:5px;
	font-size:11px;
	font-weight:bolder;

}

div.item {
	color:#000;
	word-wrap: break-word;
	border-radius:2px;
	position:relative;
	padding:1em;
	margin:10px;
	background:#fcfcfc;
	min-height:100px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 1px 1px  rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 1px  rgba(0,0,0,0.2);	
	margin-bottom:30px;
}

div.item:before, div.item:after {
	content: "";
	position: absolute;
	z-index: -1;
	-ms-transform: skew(-3deg,-2deg);
	-webkit-transform: skew(-3deg,-2deg); /* Safari and Chrome */
	-o-transform: skew(-3deg,-2deg); /* Opera */
	-moz-transform: skew(-3deg,-2deg); /* Firefox */
	bottom: 14px;
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.3);
	height: 50px;
	left: 1px;
	max-width: 50%;
	width: 50%;
}
div.item:after {
	-ms-transform: skew(3deg,2deg); /* IE 9 */
	-webkit-transform: skew(3deg,2deg); /* Safari and Chrome */
	-o-transform: skew(3deg,2deg); /* Opera */
	-moz-transform: skew(3deg,2deg); /* Firefox */
	left: auto;
	right: 1px;
}

.header {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	height:120px;
	background-color:#FFF;
	z-index:100;
}

.mainbox {
	width:980px;
	position:absolute;
	margin-left:-490px;
	left:50%;
	padding-top:180px;
	margin-bottom:200px !important;
	background-color:#FFF;
	background-color:rgba(255,255,255,0.8);
	min-height:500px;
	top:20px;
	-webkit-box-shadow:  12px 6px 50px 10px rgba(0, 0, 0, 0.2);	
	border:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.mainmenu {
	position:absolute;
	top:152px;
	left:0px;
	width:980px;
	z-index:150;
/*	background-color:#0000de; */
	overflow-y:hidden;
	overflow-x:hidden;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	overflow:hidden;

background: rgb(31,87,184); /* Old browsers */
background: -moz-linear-gradient(top, rgba(31,87,184,1) 0%, rgba(26,80,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,87,184,1)), color-stop(100%,rgba(26,80,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f57b8', endColorstr='#1a508c',GradientType=0 ); /* IE6-9 */	
	
	
}
.menubox {
	height:88px;
	width:100%;
	position:relative;
	background: rgb(252,227,0);
	background: -moz-linear-gradient(top,  rgba(252,227,0,1) 0%, rgba(255,255,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,227,0,1)), color-stop(100%,rgba(255,255,0,1)));
	background: -webkit-linear-gradient(top,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce300', endColorstr='#ffff00',GradientType=0 );	
	
}
.submenu {
	background-color:#000;
	opacity:0.8;
	position:absolute;
	top:212px;
	z-index:50;
	left:0px;
	width:100%;	
}
.rest {
	position:relative;
	min-height:500px;
	z-index:20;
	clear:both;
	padding:20px;
	margin-bottom:50px;
}
.submenuitem {
	float:left;
	font-size:16px;
	color:#FFF;
	text-transform:capitalize;	
	float:left;
	border-right:1px solid #FFF;
	padding:4px 4px 4px 4px;
	cursor:pointer;
	line-height:32px;
	text-decoration:none;
	text-transform:uppercase;
}

.mainrest {
	position:absolute;
	top:125px;
	lefT:0px;
	right:0px;
	min-height:300px;
}

.menu {
	width:100%;
	height:100%;
	border-spacing:0px;
	background: rgb(252,227,0);
	background: -moz-linear-gradient(top,  rgba(252,227,0,1) 0%, rgba(255,255,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,227,0,1)), color-stop(100%,rgba(255,255,0,1)));
	background: -webkit-linear-gradient(top,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,227,0,1) 0%,rgba(255,255,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce300', endColorstr='#ffff00',GradientType=0 );
}

.nohand {
	cursor:default !important;
}
.menuitem {
	font-family: 'EngschriftDIND';
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	float:left;
	padding:18px 10px 18px 10px;
	background-position:center center;
	background-repeat:no-repeat;
	border-right:1px solid #333;
	cursor:pointer;
	color:#FFF;
	font-size:22px;
	-moz-transition: background-color 0.5s,opacity 0.5s, -moz-transform 0.5s;
    -webkit-transition:background-color 0.5s,opacity 0.5s, -webkit-transform 0.5s;
    -o-transition:background-color 0.5s,opacity 0.5s, -o-transform 0.5s;
    transition:background-color 0.5s,opacity 0.5s, transform 0.5s;	
	
}
.menuitem:hover {
/*	background-color:#eff710; */

background: rgb(255,253,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,253,80,1) 0%, rgba(231,234,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,80,1)), color-stop(100%,rgba(231,234,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd50', endColorstr='#e7ea00',GradientType=0 ); /* IE6-9 */



	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	color:#000;
}
.logo {
	background-image:url(pics/logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	width:180px;
	height:120px;
	background-color:#FFF;
	border-right:1px solid #999;
}

.bread {
	background-color:#FCFCFC;
	position:relative;
	clear:both;
	padding:10px;
	font-size:11px;
	overflow:auto;
}
.bread div {
	float:left;
	font-weight:bolder;
}
.bread a {
	text-decoration:none;
	color:#000;
}
div.gt {
	padding:0px 10px 0px 10px;
}
.footer {
	height:80px;
	background-color:#EEE;
	padding:30px 0px 3px 20px;
	font-size:12px;
	color:#000;
	clear:both;
}
#slider {
	width:650px;
	border:1px solid #F00;
	overflow-x:hidden;
}

.homenews {
	
}

.clear {
	clear:both;
}
.adminbox {
	margin:10px;
	height:24px;
	margin:10px;
	background-color:#FFC;
	border:1px solid #900;
	font-size:12px;
	font-weight:bolder;
	padding-left:30px;
	background-image:url(pics/adminstar.png);
	background-repeat:no-repeat;
	background-position:2px center;
	line-height:24px;
	color:#000;
	-moz-transition: background-color 0.5s,opacity 0.5s, -moz-transform 0.5s;
    -webkit-transition:background-color 0.5s,opacity 0.5s, -webkit-transform 0.5s;
    -o-transition:background-color 0.5s,opacity 0.5s, -o-transform 0.5s;
    transition:background-color 0.5s,opacity 0.5s, transform 0.5s;	
	
}
.adminbox:hover{
	background-color:#FF0;
}
.adminbox a {
	color:#000;
	
}
.adminbox div {
	border-right:1px solid #FFF;
	float:left;
	
}
.q {
	color:#000;
	text-align:right;
	padding:5px 2px 5px 0px;
	font-size:10px;
}
.a {
	color:#000;
	padding:5px 0px 5px 2px;
}

.inputfill {
	padding:5px;
	width:95%;
}
.mainleft {
	width:180px;
	background-color:#FFF;
	border-right:1px solid #999;
}
.mainright {
	padding:10px;	
	background-color:#EEE;
	-webkit-box-shadow:  12px 6px 50px 10px rgba(0, 0, 0, 0.2);
	background-color:rgba(255,255,255,0.8);
	
}
.itembox {
	margin-top:3px;
	margin-bottom:20px;
}
.highselect {
	cursor:pointer;
}

.highselect:hover {
	border-color:#eff710 !important;	
}

.maintable {
	width:100%;
	border-spacing:0px;
	height:100%;
	border-right:4px solid #AAA;
	border-left:4px solid #AAA;
}
#fader {
	background-color:#000;
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:10000;
}
#dialog {
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	z-index:10001;
	right:0px;
	left:0px;

}
#dialogbox {
	width:900px;
}
.dialogclose {
	position:absolute;
	right:0px;
	height:48px;
	top:0px;
	width:48px;
	background-color:#666;
	color:#FFF;
	cursor:pointer;
	z-index:10002;
	border-left:3px solid #FFF;
	border-bottom:3px solid #FFF;
	background-image:url(pics/close.png);
	background-repeat:no-repeat;

}


.arrowbt {
	width:18px;
	border-left-style:none !important;
}

.cb {
	clear:both;
	width:90%;
	font-size:11px;
	margin-bottom:2px;
}
.cb input[type="checkbox"] {
	display:none;
}
.cb input[type="checkbox"]:checked+label{ 
	font-weight: bold;
	border:1px solid #FFF;
	background-color:#009;
	width:100%;
	color:#FFF;	
	padding:5px;
	opacity:1;
	clear:both;
} 
.cb input[type="checkbox"]+label{ 
	width:100%;
	clear:both;
	padding:5px;
	border:1px solid #FFF;
	opacity:1;
} 
table.tablerow {
	width:100%;
	border-spacing:0px;
	border-left:1px solid #999;
	border-top:1px solid #999;
	margin-bottom:3px;
}



.right {
	text-align:right;
}

.hover {
	cursor:pointer;
}
.hover:hover {
	background-color:#FFF !important;
}

.tablerow td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:4px;
}

.tablerow th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px;
	background-color:#EEE;
	font-size:11px;
}


.tablerow input[type=text] {
	width:95%;
	padding:4px 0px 4px 2px;
	border:1px solid #666;
	background-color:#FFF;
	font-size:11px;
}

.pagemenu {
	color:#000;
	border-radius:2px;
	overflow:auto;
	margin:10px;
	background:#fcfcfc;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 1px 1px  rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 1px  rgba(0,0,0,0.2);	
}
.pagemenuitem {
	float:left;
	padding:10px;
	
	cursor:pointer;
	border-right:1px solid #DDD;
	-moz-transition: background-color 0.5s,opacity 0.5s, -moz-transform 0.5s;
    -webkit-transition:background-color 0.5s,opacity 0.5s, -webkit-transform 0.5s;
    -o-transition:background-color 0.5s,opacity 0.5s, -o-transform 0.5s;
    transition:background-color 0.5s,opacity 0.5s, transform 0.5s;	
	
}
.pagemenu div:hover {
	background-color:#EEE !important;
}
.pagemenu:lastchild {
	border-right:1px solid #DDD;
}

.yellow {
	background-color:#ffff99 !important;
}
.error {
	background-color:#ff9999 !important;
}
.error th,.error td {
	background-color:#ff9999 !important;
}
input.error {
	border:2px solid #F00;
}
.confirm {
	background-color:#66cc66 !important;
}
.date {
	width:80px !important;
}

h1 {
	font-family: 'EngschriftDIND';
	font-size:24px;
	margin:10px 0px 0px 20px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	color:#000;
	text-transform:capitalize;	
	text-decoration:none;
	text-transform:uppercase;	

}
div.h1 {
	clear:both;
	margin:10px 0px 0px 10px;
	font-family: 'EngschriftDIND';
	font-size:24px;
	color:#000;
	text-transform:capitalize;	
	text-decoration:none;
	text-transform:uppercase;	
}

.agendaweek-tiny {
	clear:both;
	font-size:9px;
}

table.agenda th{
	font-size:12px;
	border-bottom:1px solid #666;
}

.agendabox-tiny {
	width:32px;
	height:32px;
	cursor:pointer;
	text-align:center;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.agendadiv-tiny:hover {
	border-color: #eff710
}
.agendadiv-tiny {
	width:100%;
	height:100%;
}


.agendadaycount-tiny {
	position:relative;
	bottom:0px;
	right:0px;
	font-size:18px;
	color:#666;
	font-weight:bolder;
	text-align:center;
}
.agendaday-tiny {
	font-size:8px;
	color:#666;
	position:relative;
	top:3px;
	left:3px;
}

.agendaevent-tiny {
	border-radius: 5px;
	padding:1px;
	background-color:rgba(0,51,204,0.25);
	color:#000;
	font-size:10px;
	cursor:pointer;
	margin:1px;
	max-height:16px;
	overflow:hidden;
	clear:both;
}



.agendabox {
	width:85px;
	height:80px;
	cursor:pointer;
}
.agendadiv:hover {
	border-color: #eff710
}
.agendadiv {
	border-radius: 5px;
	width:100%;
	height:100%;
	border:1px solid #999;
	background-color:#EEE;
}
.agendahighlight {
	background-color:rgba(255,0,0,0.2);
	
}
.agendatoday {
	border:2px solid #F00;
background: rgb(255,253,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,253,80,1) 0%, rgba(231,234,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,80,1)), color-stop(100%,rgba(231,234,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd50', endColorstr='#e7ea00',GradientType=0 ); /* IE6-9 */
color:#000;
}
.agendadaycount {
	position:relative;
	bottom:0px;
	right:0px;
	font-size:24px;
	color:#666;
	font-weight:bolder;
	text-align:center;
}
.agendaday {
	font-size:18px;
	color:#666;
	position:relative;
	top:3px;
	left:3px;
}

.agendaevent {
	border-radius: 5px;
	padding:1px;
	background-color:rgba(0,51,204,0.25);
	color:#000;
	font-size:10px;
	cursor:pointer;
	margin:1px;
	max-height:16px;
	overflow:hidden;
	clear:both;
}

.agendaweekday {
	text-align:center;
	color:#999 !important;
	font-size:10px;
	border-right:1px solid #000;
}

.agendaeventok {
	/* background-color:#0000de !important; */
	
	background: rgb(31,87,184); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(31,87,184,1) 0%, rgba(26,80,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,87,184,1)), color-stop(100%,rgba(26,80,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f57b8', endColorstr='#1a508c',GradientType=0 ); /* IE6-9 */	
	
	color:#FFF !important;
}

input.login {
	padding:5px;
	font-size:11px;
	width:120px;
	border:1px solid #999;
}

input.title {
	font-size:18px;
	padding:3px 0px 3px 0px;
	width:98%;
}

.quickinfo {
	width:96%;
	margin-left:2%;
}
.quickinfoadmin {
	width:96%;
	margin-left:2%;
	min-height:80px;
	border:1px dashed #ff9999;
}

.subby {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#000;
	right:0px;
	z-index:400;
	display:none;
	padding:10px 0px 10px 20px;
}
.sliderTable{
	box-sizing:border-box;
	width:100%;
	height:250px;
}
.tabletitle th,.tabletitle td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#EEE;
	font-size:12px;
	padding:10px 0px 0px 5px;
}
.subbyitems {
	position:absolute;
	left:305px;
	top:0px;
	right:0px;
	border:2px solid #F00;
	color:#FFF;
}

.subup {
	position:absolute;
	bottom:-5px;
	height:20px;
	left:0px;
	right:0px;
	margin:0 auto;
	cursor:pointer;
	background-image:url(pics/menuup.png);
	background-repeat:no-repeat;
	background-position:center center;
	border-top:2px solid #000;
}
.subul {
	display:block;
	margin:0;
	list-style: none;
	clear:both;
	width:250px;
	padding:0px 0px 0px 20px;
}
.subul li {
	list-style-image: none;
	list-style-type: none;
	padding:8px 8px 8px 8px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	color:#FFF;
	font-size:14px;
	font-weight:bolder;
}
.subul li:hover {
	background-color:#FFF;
	color:#000;
}
.select{
/*	background-color:#eff710; */
background: rgb(255,253,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,253,80,1) 0%, rgba(231,234,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,80,1)), color-stop(100%,rgba(231,234,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd50', endColorstr='#e7ea00',GradientType=0 ); /* IE6-9 */



	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	color:#000 !important;
}
.admin-next-item {
	height:20px;
	width:80%;
	border-bottom:2px dotted #999;
	margin:0 auto;
	position:relative;
	clear:both;
}
.agendaright {
	position:relative;
	right:0px;
	width:250px;
	top:0px;
	float:right;
}
.agendaleft {
	float:left;
	position:relative;
	left:50px;
	top:0px;
	width:600px;
}
.newsmain {
	position:relative;
	margin-left:50px;	
}
.datebox {
	position:absolute;
	top:0px;
	left:-30px;
	height:118px;
	width:116px;
	background-image:url(pics/datum.png);
	background-repeat:no-repeat;
}
.datebox div.year {
	position:absolute;
	bottom:30px;
	font-size:11px;
	color:#000;
	text-align:center;
	left:30px;
	right:8px;
}
.datebox div.month {
	position:absolute;
	top:58px;
	font-size:16px;
	color:#000;
	text-align:center;
	left:30px;
	right:8px;
}
.datebox div.day {
	font-family: 'EngschriftDIND';
	font-size:48px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	color:#000;
	text-transform:capitalize;	
	text-decoration:none;
	text-transform:uppercase;	
	position:absolute;
	top:8px;
	text-align:center;
	left:30px;
	right:8px;
	font-weight:bolder;
}
.newbox {
	width:100%;
	border-spacing:0px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
.newbox td {
	border-bottom:1px solid #999;
	border-right: 1px solid #999;
}
.newbox th {
	border-bottom:1px solid #999;
	border-right: 1px solid #999;
}
.newbox th {
/*	background-color:#0000de;*/
background: rgb(31,87,184); /* Old browsers */
background: -moz-linear-gradient(top, rgba(31,87,184,1) 0%, rgba(26,80,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,87,184,1)), color-stop(100%,rgba(26,80,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f57b8', endColorstr='#1a508c',GradientType=0 ); /* IE6-9 */
	
	color:#FFF;
	padding:10px;
}
.nopad {
	padding:0px !important;
}
.nopad img {
	display:block;
}
.newbox tr:nth-child(odd) {
	background-color:#FFF;
}
.homeagendatr td{
	padding:10px;
	font-size:11px;
}
.day {
	font-size:12px;
	text-align:center;
	border-right:1px solid #999;
}
.tiny {
	font-family:sans-serif;
	font-size:9px;
}
.agtiny td {
	padding:2px !important;
	font-size:9px;
}
.today {
	
background: rgb(255,253,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,253,80,1) 0%, rgba(231,234,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,80,1)), color-stop(100%,rgba(231,234,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,253,80,1) 0%,rgba(231,234,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffd50', endColorstr='#e7ea00',GradientType=0 ); /* IE6-9 */	
}

#articles {
	/* this is important */
	overflow: hidden;
	width: 650px;
	height: 250px;
	background: #fcfcfc;
}

.stopper {
	position:relative;
	padding-left:30px;
	height:150px;
	width:400px;
	text-overflow: ellipsis; 
}
.homedate {
	position:relative;
	padding:3px 0px 3px 30px;
	width:400px;
	font-size:10px;
	color:#333;
	font-weight:bolder;
	
}

.article {
	/* block level a tags #ftw! */
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px;
}


.trainerbox {
	border:1px solid #999;
	background-color:#fff;
	width:200px;
	height:272px;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	-webkit-box-shadow: 6px 8px 58px -19px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 8px 58px -19px rgba(0,0,0,0.75);
	box-shadow: 6px 8px 58px -19px rgba(0,0,0,0.75);
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
}
.trainerimage {
	width:200px;
	height:200px;
	background-position:center center;
	background-size:210px auto;
	background-repeat:no-repeat;
	border:1px solid #ddd;
}
.trainername {
	font-weight:bolder;
}
.trainerimg img{
	max-width:40px;
}
.trainerimg2 img{
	max-width:100px;
}
.caterror {
	color:#900;
	
}
input[type="checkbox"]:checked+label {
	font-weight:bolder;
}
.left {
	text-align:left;
}
.tablerowdrag {
/*	background-color:#0000de;*/

background: rgb(31,87,184); /* Old browsers */
background: -moz-linear-gradient(top, rgba(31,87,184,1) 0%, rgba(26,80,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,87,184,1)), color-stop(100%,rgba(26,80,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(31,87,184,1) 0%,rgba(26,80,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f57b8', endColorstr='#1a508c',GradientType=0 ); /* IE6-9 */

	color:#FFF;
}



.comiteclear {
	clear:both;
	overflow:auto;
	width:100%;
	text-align:center;
	padding-bottom:30px;
}

table.comite {
	width:100%;
}
.comite blockquote {
	
}
.comitebox {
	border:1px solid #999;
	background-color:#fff;
	width:400px;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	
	text-align:left;
	-webkit-box-shadow: 6px 8px 58px -19px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 8px 58px -19px rgba(0,0,0,0.75);
	box-shadow: 6px 8px 58px -19px rgba(0,0,0,0.75);
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;

}
.comiteimage {
	width:200px;
	height:200px;
	background-position:center center;
	background-size:210px auto;
	background-repeat:no-repeat;
	border:1px solid #ddd;
}
textarea.fill {
	width:99%;
	height:99%;
	box-sizing:border-box;	
}


.ui-state-highlight {
	height:120px;
	border:1px dotted #999;
	background-color:#FFC;
	margin-bottom:5px;
	width:90%;
}
.sponsorbox {
	width:100%;
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	box-sizing:border-box;	
}

.tourtitle {
	padding:5px !important;
	padding-top:10px !important;
}
.scorefill {
	box-sizing:border-box;	
	width:100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	min-width:30px;
}
#fltres {
	width:90%;
	margin-left:5%;
	border-spacing:0px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
.smaller td{
	font-size:10px;
	padding:3px;
}
#fltres td{
	padding:5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#fltres th {
	padding:5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background-color:#EEE;
	font-size:11px;
}
.center {
	text-align:center;
}
#fltres tr:hover {
	background-color:#EEE;
}
.boxdialog {
	border:2px solid #000;
	padding:10px;
}
.flash {
	margin-bottom:10px;
	border:1px solid #DDD;
	background-color:#FFF;
	width:98%;
}
.trainername {
	font-size:14px;
	font-weight:bolder;
	margin-bottom:5px;
}
.homebt {
	background-image:url(pics/home.png);
	background-repeat:no-repeat;
	background-position:center center;
	
}
.floatright {
	float:right;
}
.social {
	height:63px;
	cursor:pointer;
}
.frontdate {
	position:absolute;
	bottom:20px;
	right:20px;
	font-size:16px;
	font-weight:bolder;
	color:#FFF;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
}
.clearfix {
	clear:both;
}
.sponsorimg {
	width:280px;
	margin:2px;
	border:1px solid #EEE;
	padding:2px;
	margin:2px;
}
.sponsorimg.hand:hover {
	border:1px solid #999;
}
.sponsorimg2 {
	border:1px solid #EEE;
}
.sponsorimg2 img {
	width:260px;
}

.bxslider2 {
	padding:0px;
	margin-top:0px;
}

.mysliderspon {
	height:auto;
	margin:0px !important;
	padding:1px !important;
	width:100%;
}
.spons.bx-viewport{
	border-style:none;
	background:none;
}
#unicef {
	height:32px;
	position:absolute;
	top:120px;
	left:0px;
	right:0px;
}
.unicef {
	background-color:#1f57b7;
	border-spacing:0px;
	width:100%;
	height:32px;
	opacity:0.6;
	-moz-transition: background-color 0.5s,opacity 0.5s, -moz-transform 0.5s;
    -webkit-transition:background-color 0.5s,opacity 0.5s, -webkit-transform 0.5s;
    -o-transition:background-color 0.5s,opacity 0.5s, -o-transform 0.5s;
    transition:background-color 0.5s,opacity 0.5s, transform 0.5s;		
}
.unicef td {
	line-height:32px;
	text-align:right;
	color:#FFF;
	font-size:11px;
	font-weight:bolder;
}
.unicef:hover {
	opacity:1;
}
#myres{
	position:fixed;
	z-index:10000000;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	display:none;
}
.fadeback {
	position:absolute;
	z-index:10000001;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background-color:#000;
	opacity:0.8;
}
.fadeback2 {
	position:absolute;
	z-index:10000002;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}
.courtme {
	background-color:#FF0;
	border:2px solid #FFF;
	background-image:url('pics/bigajax.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
.homebox {
	padding:0px;
	min-width:206px;
	min-height:140px;
}
table.noborder{
	border-spacing:0px;
}
.borderbottom td {
	border-bottom:1px solid #999;
}
