@CHARSET "UTF-8";

#content {
	padding: 50px;
}

#header {
	height:140px;
	background: #0481B4 url(images/header02.jpg) top left no-repeat;
}

#content a:link {
	color: #006699;
	text-decoration: none;
}

#content a:link,#content a:visited {
	color: #006699;
	text-decoration: none;
}

#content a:hover {
	color: #006699;
	text-decoration: underline;
}

#content h1 {
	color: #006699;
}

#content h2 {
	color: #006699;
}

div.detailBrowser {
	background-color: #0481B4;
	margin-bottom: 10px;
	padding: 5px 0;
	position: relative;
}

input,textarea,select {
	border: 1px solid #FF9811;
}

input,textarea {
	width: 300px;
}

input [type=checkbox] {
	width: auto;
}

input [type=image] {
	width: auto;
	border: 0;
}

input [type=password] {
	width: 6em;
}

.border {
	border: 1px solid #FF9811;
	padding: 5px;
}

.tx-feusersview-link {
	clear: both;
}

.required {
	color: red;
}

.fields {
	border: 0;
	margin-bottom: 5px;
}

.fields input.time {
	width: 2em;
}

#content .fields .submit {
	background-color: #dddddd;
	border: 1px solid #FF9811;
	margin-right: 5px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	width: auto;
}

#content .fields a.submit {
	padding: 5px;
}

#content .fields input.submit {
	padding: 3px;
}

#content .fields .submit:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.fields .title,.fields .value {
	float: left;
}

.fields .title { /*	color: #006699;*/
	width: 10em;
	text-align: right;
	margin-right: 1em;
	margin-bottom: 5px;
}

.fields .hint {
	width: 20em;
	float: left;
	color: red;
}

.fields .value {
	width: 19em;
	float: left;
}

.fields .inline {
	float: left;
	border: 0px solid black;
	margin-bottom: 5px;
	padding: 3px;
}

.fields .inline {
	float: left;
	border: 0px solid black;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #eeeeee;
	width: 30em;
}

.fields .twoButtons {
	width: auto;
	margin-right: 10px;
}

.fields .line {
	padding: 0;
	margin: 0;
	float: left;
	margin-bottom: 0.5em;
	border: 0px solid black;
	line-height: 20px;
}

.clear {
	clear: both;
}
.fields .line input {
}

.detailList .fields {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
	position: relative;
}

.detailList .fields {
	
}

.detailList img {
	float: left;
}

html,body {
	overflow: hidden;
	height: 100%;
}

body {
	font-size: 62.5%;
	font-size: 80%;
	font-family: Arial, Helvetica;
	margin: 0;
	padding: 0;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 15em;
	padding: 5px;
	margin: 0;
	color: #FF9811;
	font-weight: bold;
	/*	background: #006294 url(images/back03.gif) repeat-y right;*/
	background-color: #0481B4;
	height: 100%;
}

#contentWrap {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 15.5em;
	height: 100%;
	overflow: auto;
	background-color:white;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav .no a:link,#nav .no a:visited {
	color: #FF9811;
	font-weight: bold;
	text-decoration: none;
}

#nav .cur a:link,#nav .cur a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

#nav .no a:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}

#nav dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav dl.level1 {
	padding-left: 15px;
}

#nav dl.level2 {
	padding-left: 15px;
}

#title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #FF9811 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	width: 12em;
}

#content h1#pageTitle {
	border-bottom: 1px solid black;
}

#content .detailBrowser ul {
	margin: 10px auto;
}

#content .detailBrowser li {
	background-color: #0481B4;
	display: inline;
	margin: 0 1em;
}

#content .detailBrowser .no a:link,#content .detailBrowser .no a:visited
	{
	color: #FF9811;
	font-weight: bold;
	text-decoration: none;
}

#content .detailBrowser .cur a:link,#content .detailBrowser .cur a:visited
	{
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

#content .detailBrowser .no a:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: underline;
}

.marginLeft {
	margin-left: 1em;
}

.cat_select div {
	margin-bottom: 8px;
}

.cat_select {
	clear: both;
	margin: 0;
	left: 0;
	margin-top: 20px;
}

.eventSearchform input {
	width: 20em;
}

fieldset.csc-mailform {
	border: 0;
}

fieldset.csc-mailform .csc-mailform-field label {
	white-space: nowrap;
	width: 120px;
	font-size: 12px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	border: 0px solid blue;
}

fieldset.csc-mailform .csc-mailform-field {
	margin-bottom: 4px;
	border: 0px solid green;
}

fieldset.csc-mailform .csc-mailform-field input,fieldset.csc-mailform .csc-mailform-field textarea
	{
	font-size: 12px;
	width: 280px;
}

fieldset.csc-mailform .csc-mailform-field input.csc-mailform-submit {
	margin-left: 130px;
	width: auto;
}

fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {
	width: auto;
}
