body,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,fieldsetblockquote{
	background: white;
}

dl {
	margin: 0px;
}

dt{
	padding: 5px 0;
}

body{
	font-family: 'verdana';
	margin: 0px;
	padding: 0px;
    font-size: 12px;
    color: #000;
	font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    background: #fff;
}

input, textarea{
	outline:none;
	resize: none;
	border: 1px solid #DDD;
    color: #454545;
    font-family: 'verdana';
    font-size: 12px;
    padding: 0;
	width: 100%;
}
textarea{
	overflow: hidden;
}

td, th {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	border: none;
    line-height: initial;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
    margin:10px 0 8px 0;
	border-spacing: 0;
	color:#000;
	text-align:center;
	border-bottom:1px solid #9E3A05 !important;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

a{
	color: #F87D04;
	text-decoration: none;
}
a:hover{
	color: #A04F00;
}

div, span, p{
	font-family: 'verdana';
    font-size: 15px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}

p{
    line-height: 24px;
}

fieldset,img{
	border: 0;
}

select{color: #000;}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}


th {
	background: #ff930f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTMwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y3NTQwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ff930f 0%, #f7540e 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff930f), color-stop(99%,#f7540e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff930f 0%,#f7540e 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff930f 0%,#f7540e 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff930f 0%,#f7540e 99%); /* IE10+ */
	background: linear-gradient(to bottom, #ff930f 0%,#f7540e 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff930f', endColorstr='#f7540e',GradientType=0 ); /* IE6-8 */
	color:#fff;
	border-bottom:2px solid #9E3A05;
	font-weight:400;
	font-size:14px;
	padding:8px 5px;
    text-align: center;
}

td{
    padding: 8px 5px;
    border-bottom: 1px solid #FF930F;
}

caption {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

h1{
    color: #B95E04;
    text-shadow: 1px 1px 1px #CCC;
    margin-top: 0;
    margin-bottom: 0.1em;
    font-family: 'BebasNeue';
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h2{
    font-family: 'gausshauss_med' !important;
    color: #B95E04 !important;
    text-shadow: 1px 1px 1px #CCC !important;
    margin-top: 0 !important;
    margin-bottom: 0.2em !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}

iframe{
	border: none;
	overflow: auto;
}

input[type="text"]:disabled{
	background: white;
}

.center, .center div, .center table{margin: 0 auto !important; text-align: center !important;}
.msg-text, .msg-ok, .msg-err{
	background-color: #FFFAD4;
	border: 1px solid #836631;
	font-size: 12px;
	text-align: center;
	color: #343434;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.msg-text h1, .msg-ok h1, .msg-err h1{font-size: 125%; font-weight: normal;}
.msg-err{background-color: #FFEBE8; border: 1px solid #CC0000; width: 340px; margin: 0 auto; padding: 5px 0; margin-top: 10px; color: #000;}
.msg-ok{background-color: #c6ffbd; border: 1px solid #5d8f45;}
.msg-only{
	margin: 100px auto !important;
	width: 400px;
	height: 150px;
	padding: 15px !important;
	text-decoration: center;
	font-size: 14px;
	position: relative;
}

.msg-down-panel{
	position: absolute;
	bottom: 14px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	left: 0;
}

.input_content{padding-left: 10px; margin-left: 6px; width: 200px;}
.default{text-align: center; padding: 10px 0;}
#ui-datepicker-div{z-index: 2 !important;}

.control-label{color: #B95E04;}