/** BASIC */

.white {
	color: #FFFFFF;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.formErrors {	
	color: #683F34;
	padding-left: 10px;
}
.errors {	
	color: #683F34;
	padding-left: 10px;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #efefef;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efefef;
}
/** TEXTS */

body, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin: 18px;
	text-align: left;
}
hr {
	width:576px;
	height:1px;
	padding: 0px 16px 0px 16px;
	border-style: solid;
	color: #efefef;
}

#content p {
	margin: 20px;
	text-align: justify;
	color: #efefef;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 14px;
}

.list1 a {
	padding-left: 10px;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.fixoradio {
	position: relative;
	top: 8px;
	left: -10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;	
}
a.events {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;	
}

#menu .selected {
	color: #c91429;
}

#sideRight a {
	position: relative;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/* ADMINISTRATION */
.adminForm {
	
}
.adminForm td {
	/*background: #b65c5e;*/
	text-align: right;
	vertical-align: top;
	padding: 4px;
	width: 30%;
}
.adminForm .element {
	text-align: left;
	background: #ffffff;
	width: 70%;
}
.adminForm .element input {
	width: 90%;
	border: 1px solid #333333;
}

.adminForm .required {
	color: #cc0000;
}

input[type=submit] {
	width: 120px;
	border: 1px solid #999999;
	color: #444;
	background: #eeeeee url(/images/bgGray.gif);
}	
input[type=submit]:hover, input[type=submit]:focus {
	border: 1px solid #990033;
	color: #990033;		
}
input[type=submit][disabled] {
	border-color: #ddd;
}

/** BACKGROUNDS */
.bgWrap { background: #000000 url(/images/bgwrap.jpg) repeat-x 0 44px; }
.bgContainer { background: #000000; }
.bgContent { background: #000000; }
.bgContacts { background: #000000; }
.bgPage { background: #ffffff; }
.bgSideRight { background: #e6e6e6; }
.bgTopmenu { background: #98999b; }
.bgImgHeader { background: url(/images/logo.jpg) no-repeat 0px 20px; }
