﻿/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, button, textarea, p, blockquote, th, td {  
    margin: 0; 
    padding: 0; 
}

table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

fieldset, img {  
    border: 0; 
}

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

ol, ul { 
    list-style: none; 
}

caption, th { 
    text-align: left; 
}

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

q:before, q:after { 
    content: ''; 
}

abbr, acronym {
    border: 0; 
}
/*---------- END RESET ----------*/

/* DEFAULT */

* {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

html, body {
    font-family: calibri, tahoma, arial, verdana, sans-serif;
    background: #000000;
    text-align: left;
}

body {
    width: 100%;
    margin: 0 auto;
}

body, p, a, td {
    font-size: small;
    font-weight: normal;
    color: #EEEEEE;
    border: 0;
}

input, textarea {
    width: 100%;
    font-size: small;
    font-weight: normal;
    color: #333333;
    margin: 0 -1px ;
    padding: 0;
}

a {
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
   /* background: url(/scripts/jquery/ui/custom-theme/images/ui-bg_flat_0_5C0037_40x100.png) top left repeat;*/
    background: #5C0037;
    text-decoration: none;

}

a.noreload, span.noreload {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a.noreload:hover, span.noreload:hover {
	border: none;
    cursor: pointer;
	text-decoration: none;
}

h1 {
    font-size: large;
    padding-top: 20px;
    margin-bottom: 10px;
	padding-left: 160px;
    color: #FFFFFF
}

h2 {
	color: #FFFFFF;
    font-size: medium;
    margin-bottom: 10px;
	padding-left: 160px;
}

h3 {
	color: #FFFFFF;
    font-size: medium;
    margin-bottom: 10px;
}

.right {
    float: right;	
}

p, ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul ul, ol ol, ol ul, ul ol {
    margin-left: 20px;
}

table {
	margin-left: -20px;
}

table th, table td {
	border-bottom: 2px solid #000000;
	height: 2em;
    padding: 0 20px;
}

table th {
	background: #290015;
	color: #FFFFFF;
}

table th.title {
	background: #3A0020;
}

table tr.odd td {
	background: #202020;
}

table tr.even td {
	background: #000000;
}

/* HEADER */

#header {
    width: 100%;
    height: 220px;
    background: url(/images/bg.jpg) top right no-repeat;
    border: 0;
    padding: 0;
}

#logo {
	width: 290px;
	height: 154px;
    float: left;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
}

#logo, #logo img {
    border: none;
    background: none;
}

/* MENU */

#menu {
    float: left;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#menu strong {
    font-weight: bold;
    color: #FFFFFF;
    font-size: medium;
}

.menu_col {
    width: 160px;
    float: left;
}

.menu_col ul {
    margin-top: 10px;
}

.menu_col li {
    list-style: none;
}


/* BANNERS */

#banners {
    /*clear: both;*/
    float: left;
    margin: 0 auto;
    text-align: center;
}

#banners a {
    margin: 0 5px;
}

#banners a, #banners img {
    border: none;
    background: none;
}

/* MESSAGES */

.message {
	background: #333333;
    clear: both;
	margin: 0 auto;
    padding: 20px;
    width: 600px;
}

/* CONTENT */

#content {
    clear: both;
    float: left;
    margin-left: 180px;
    width: 600px;
    padding: 0 160px 0 0;
}

/* FOOTER */

#footer {
	background: #202020;
    clear: both;
    float: left;
    margin-left: 180px;
    width: 600px;
    padding: 20px 160px 0 0;
}

/* STATIC CONTENT */
#static_content {
    margin-left: 120px;
}

/* NEWS LIST */

.item h2 {
    margin-left: 0;
}

.item {
    margin-bottom: 20px;
    padding-left: 160px;
    float: left;
    width: 600px;
}

.img {
    margin-left: -160px;
    float: left;
    width: 150px;
    height: 150px;
}
.img, .img a, .img .img {
    border: none;
}

.date {
    margin-top: 10px;
    font-size: x-small;
    font-style: italic;
}

/* MEMBERS */

a.members_cat {
    font-size: x-small;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

#members_list {
    margin-left: 120px;
}

#members_list li {
    list-style: disk;
}

/* TIMETABLE */

.timetable_list {
    margin-bottom: 10px;
    margin-left: 120px;
}

.timetable_list li {
    list-style: disk;
}

/* INFORMATION */

#information {
    margin-left: 120px;
}

#information h2 {
    margin-top: 20px;
    margin-left: 0;
}

/* FORMS */
form {
	font-size: 1em;
    width: 30em;
}

form.small {
	font-size: 0.5em;
	width: 4em;
}

form.small button {
	font-size: 1em;
	height: 4em;
	width: 4em;
}

form.rating {
    padding: 0;
    width: 10em;
}

form.select {
    padding: 0;
    vertical-align: top;
    width: 5em;
}

form.select button {
    border: 0;
    display: block;
    height: 14px;
    margin: 0;
    overflow: hidden;
    width: 65px;
}

form.select button span {
    position: absolute;
    left: -9999px;
}

form.select button.virtualnotselected {
    background: url(/images/select.png) top left no-repeat;
}

form.select button.virtualselected {
    background: url(/images/select.png) center left no-repeat;
}

form.select button:hover {
    background: url(/images/select.png) bottom left no-repeat;
}

form.select button.virtualselectdisabled:hover {
    background: url(/images/select.png) top left no-repeat;
}

input.error {
    background-color: #FFF1D0;
}

input {
    clear: left;
	margin-top: 0.5em;
}

textarea {
    border: 0;
    font-size: 1em;
    margin-top: 0.5em;
    height: 5em;
    width: 30em;
}

label {
    display: inline-block;
    font-size: 1em;
}

label.required {
    color: #FFFFFF;
}

label.required:after { 
    content: '*';
    font-size: 1em;
}

label.error {
    color: #FFB500;
}

dd {
    margin-bottom: 1em;
}

.text {
    border: 0;
    font-size: 1em;
    width: 30em;
}



.file {
    border: 1px solid #AAAAAA;
}

.checkbox {
    float: left;
    height: 1.2em;
    margin: 0 1em 0 0;
}

.radio {
	float: left;
	height: 16px;
	margin: 0 0.5em 0 0;
	width: 1em;
}

pre {
    font-family: Consolas, "Courier New", Courier, monospace;
    font-size: 1em; 
    color: #FFFFFF;
}

/*div.fancyInner, div.fancyInner form {
    display: block;
    float: left;
    height: 300px;
    width: 33em;
}*/

div.fancyInner {
    float: left;
    overflow: hidden;
}

div.fancyInner.form {
    background: #000000;
    float: left;
}

div.fancyInner form {
    display: block;
    float: left;
    padding: 1em 1.5em;	
}

div.fancyInner p.message {
    color: #FFFFFF;
    font-size: 1em;
    margin: 0 1em 1em;
    padding-bottom: 1em;
    width: 23.333em; 
}

div.fancyInner ul.errors {
    display: none;
}