@CHARSET "UTF-8";

/* General Style Info */
* {
    margin: 0;
    padding: 0;
}

/* Firefox scrollbar fix */
html {
    overflow-y: scroll;
    overflow-x: auto;
}

body {
	background-image:url(../img/background.gif);
	background-repeat:repeat;
    color: #404040;
    font-family: tahoma, verdana,'lucida grande', helvetica, arial, sans-serif;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
}

h3 {
    margin: 5px 0px 5px 0px;
}

a {
    color: #B60000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

table.cake-sql-log {
  line-height: normal;
}

/* div{
background-image:url(../img/mirula.gif);
background-repeat:no-repeat;
}
*/

#bullet a{
background-image:url(../img/bullet-selected.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:6px;
color:#516B9B;
text-decoration:none;
}

/* Default Layout divs ====================================================== */
div#container {
    margin: 0pt auto;
    text-align: left;
    vertical-align: top;
    width: 952px;
}

div#header {
height:153px;
}

div#content {
	background-image:url(../img/content-background.gif);
	background-repeat:repeat-y;
	line-height:18px;
}

div#content-inner{
padding:10px;
}

div#footer {
	background-image:url(../img/footer-background.gif);
	background-repeat:no-repeat;
	text-align: left;
	height:42px;
	line-height:0px;
}

div#footer a{
color:#516B9B;
text-decoration:none;
}

div#footer a.selected{
color:#516B9B;
font-weight:bold;
padding-left:6px;
background-image:url(../img/bullet-selected.gif);
background-repeat:no-repeat;
text-decoration:none;
}

div#footer-container {
padding:0px;
}

div#footer a:hover{
color:#123456;
text-decoration:underline;
}

div#footer li{
display:inline;
padding-left:5px;
padding-right:15px;
}

div#latest-news{
float:left;
padding-left:10px;
color:#C6CEDC;
margin-top:8px;
}

div#latest-news a{
color:#C6CEDC;
}

div#language-selector{
float:right;
text-align:right;
margin-top:8px;
}

div#content-left{
	float:left;
	width:220px;
	background-image:url(../img/leftnav-pic1.gif);
	background-repeat:no-repeat;
}

div#content-center{
	float:left;
	width:482px;
	text-align:justify;
	color:#505050;
	padding-right:15px;
}
div#content-right{
	float:right;
	text-align:center;
	width:215px;
}

div#ekspos-content-right{
	float:right;
	text-align:justify;
	width:712px;
	line-height:14px;
}

div#ekspos-inner-left{
float:left;
width:492px;
}

div#ekspos-inner-right{
float:right;
width:220px;
text-align:right;
}

div#ekspos-inner-left2{
float:left;
width:300px;
}

div#ekspos-inner-right2{
float:right;
width:390px;
text-align:justify;
}


h1 {
color:#FF9600;
font-family:Arial,Helvetica,sans-serif,'Trebuchet MS';
font-size:12px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
border-bottom:1px dotted #C5C5C5;
margin-bottom:7px;
}

ul#bullet li {
background-image:url(../img/bullet.gif);
background-repeat:no-repeat;
padding-left:6px;
}

div#content-center li {
margin-bottom:5px;
margin-top:5px;
}

div#left-column-inner{
padding:14px 0px 0px 14px;
}

div#left-column-inner img{
padding-bottom:10px;
}

div#ekspo-dates{
width:175px;
}

div#ekspo-dates td{
padding-top:6px;
padding-bottom:6px;
border-bottom:1px dotted #C5C5C5;
}
div#ekspo-dates a{
width:175px;
color:#4E6791;!
}
div#ekspo-dates a:hover{
width:175px;
text-decoration:underline;
color:#4E6791;!
}

table#program-table td{
border-bottom-color:#CCCCCC;
border-bottom-style:dotted;
border-bottom-width:1px;
padding-bottom:3px;
padding-top:3px;
}

table#program-table thead{
/* background-image:url(../img/programSmallHeading.jpg);
background-repeat:no-repeat; */
height:22px;
color:#FFFFFF;
font-weight:bold;
}

table#program-table thead th{
background-color: #FDA92F;
padding-left: 4px;
border-right: 1px solid white;
border-bottom: 1px solid #FD562C;
}
/* pages ==================================================================== */
/* events */
div.event-types {
    text-align: center;
}

ul.events {
    margin: 5px 0px 5px 0px;
}

ul.events li {
    padding-bottom: 10px;
    margin: 5px 0px 5px 0px;
    display: block;
}

ul.events p {
    margin: 4px 0px 4px 110px;
    text-align: justify;
}

ul.events div#eventDetails {
    background-image: url("../img/eventsSecondaryHeading.gif");
    background-repeat: no-repeat;
    margin-left: 110px;
    height: 21px;
    padding-top: 4px;
}

div.eventTypes {
    background-image: url(../img/subLinksBackground.gif);
    background-repeat: no-repeat;
    height: 21px;
    padding: 6px;
}

div.eventsView p {
    text-align: justify;
    margin-bottom: 15px;
}

ul.eventTypeList {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}

ul.eventTypeList li {
    display: inline;
    padding-right: 15px;
}

ul.eventTypeList a {
    color: #303030;
}

ul.eventTypeList a:hover {
    color: #B60000;
    text-decoration: underline;
}
/* Guestbooks */
div.guestbooksForm {
    clear: both;
    padding: 5px 5px 10px 5px;
    margin: 10px 0px 10px 0px;
    border: 1px dashed black;
}
/* Pagination =============================================================== */
div.pagination {
    margin-top: 0px;
    position: relative;
    height: 18px;
}

div.paging div.info {
    float: left;
}

div.paging div.navigation {
    float: right;
}

div.paging div.disabled {
    display: inline;
    color: gray;
}

/*Forms*/
div.required {
    font-weight: normal;
}
div.required label{
	padding-left:8px;
	background-image:url(../img/star.gif);
	background-repeat:no-repeat;
}

div.error-message {
    color: red;
    font-weight: normal;
}

.validationErrorMessage {
    color: red;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

div.input {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

input.input-text, input.input-captcha {
    width: 80%;
    border: 1px solid #757575;
    font-size: 1.1em;
    padding: 3px;
}

input.input-captcha {
    width: 154px;
}

select.input-select {
    width: 80%;
    border: 1px solid #757575;
    font-size: 1.1em;
    padding: 3px;
}

textarea.input-textarea {
    width: 80%;
    border: 1px solid #757575;
    font-size: 1.1em;
    padding: 3px;
    font-family: sans-serif;
    font-size: 1em;
}

label {
    display: block;
    margin-bottom: 0px;
}

div.submit {
    clear: both;
    margin: 5px 0px 5px 0px;
}

div.input-container {
    float: left;
    width: 49%;
    position: relative;
}

div.input-captcha img {
    border: 1px solid #757575;
}

input.form-error, textarea.form-error, select.form-error {
    border: 1px solid red;
}
/* Slideshow ================================================================ */
ul.crossfade {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.crossfade li {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
}

div.caption {
}
/* Used styles ============================================================== */
div.clear {
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}
/* Home Page ================================================================ */
.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}
/* Custom CSS =============================================================== */
/* Articles */
div.article-index {
}

div.article-view {
}
/* Contacts */
div.contact-index {
    border: 1px dashed black;
    position: absolute;
    right: 0px;
}

div.contact-form {
}

div.contact-form input, textarea {
    display: block;
}
/* Events */
div.event-index {
}

ul.events {
}

ul.events div.event {
}

div.event-view {
}
/* Event Bookings */
div.event-booking-form {
}
/* Galleries */
div.gallery-index {
}

div.gallery-view {
}
/* Guestbooks */
div.guestbook-index {
}

div.guestbook-view {
}

div.guestbook-form {
}
/* Links */
div.link-index {
}

div.link-view {
}
/* Link Types */
div.link-type-index {
}

div.course-dates-container{
height:41px;
padding-bottom:10px;
}

ul.course-dates {
display:block;
padding-top:10px;
padding-left:10px;
}

ul.course-dates li{
float:left;
padding-right:7px;
margin-bottom:3px;
}

ul.course-dates li a{
color:#505050;
padding:2px 7px 2px 7px;
display:block;
text-decoration:none;
border-bottom: solid 1px #fd562c;
}

ul.course-dates li a:hover{

color:#ffffff;
text-decoration:none;

background-color:#6d7f9e;
}

ul.course-dates li a.selected{

color:#ffffff;
text-decoration:none;

background-color:#fda92f;
}
