*{margin:0; padding:0;}
html
{
height: 100%;
}

body {
	line-height:1.4em;
    font: 76% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #303030;
    background: #1862CB;
	background-image: url(../images/bg.jpg);
	height: 100%;
	text-align: left;
}

/******************************* LAYOUT : HEADER ******************************/

#content {
padding:1px 0;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 0px;
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    color: #2a5a8a;
}
h2 {
    font-size: 1.25em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #2a5a8a;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
	font-weight:bold;
	text-decoration:none;
    color: #467aa7;
}
a:visited {
    color: #999999;
}
a:hover {
	background-color:inherit;
    color: #2a5a8a;
    text-decoration: none;
}

a img{border:none;}

/***************************** CONTENT : IMG and more *************************/

p{padding:0 0 0.8em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;)
    margin: 0 5%;
    margin: 0 auto; */
}
td, th {
    padding: 0px;
}
th {
    background-color: #eeeeee;
    color: #303030;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #505050;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #505050;
    background-color: #303030;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin: 0 auto 10 auto;
    padding: 0px;
    font-weight: bold;
}

.pager a {
    font-decoration: underline; 
}

.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    margin: 0 auto;
    color: #2a5a8a;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #999999;
}
.fieldName, .fieldNameWrap {
    color: #2a5a8a;
    font-weight: bold;
    text-align: left;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #e8eaec;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin-left: 0;
    width: 260px;
}
.errorHeader {
    /* background-color: #ffcc00; */
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #2a5a8a;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 10px 0px;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
	padding: 5px;
}
.messageHeader {
    color: #e8eaec;
    background-color: #467aa7;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    /*background-color: #e8eaec;*/
    color: #2a5a8a;
   /* border: 1px solid #467aa7; */
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #e8eaec;
    text-align: center;
}
.infoMessage {
	padding: 5px;
    border: 1px solid #467aa7;
    color: #467aa7;
	background-color: #e8eaec;
	margin: 10px 0px;
}


/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://destination-desktop.de/themes/default/images/bullet.gif');
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: -20px;
    left: 30%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #2a5a8a;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

p.errorBlock span.error {
    display: block;
    line-height: normal;
}

/** DestinationDesktop **/
#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -32px;
}

label {
    width: 130px;
    text-align: left;
    margin:0px;
}


p label {
    float: left;
    text-align: left;
    padding-right: 20px;
    color: #303030;
}

label.tipOwner {
    background: url('http://destination-desktop.de/themes/default/images/tooltip.gif') 98% 50% no-repeat;
}

img.calendar{
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

#formular p label {
    width: 170px;
}
#formular input.longText {
    width: 300px;
}

.formField {

    float:left;
}

p label {
    width: 130px;
    text-align: left;
}


p textarea {
   width:300px; 
   height:200px; 
   font-family: Verdana;
}





/* 
 * LIGHTBOX 
 */
#lightbox{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    padding: 10px;
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(http://destination-desktop.de/themes/default/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://destination-desktop.de/themes/default/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://destination-desktop.de/themes/default/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{
    padding:0 10px;
    }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }   
        
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
    

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }   
/*LIGHTBOX */

/**********
 * Calendar
 ***********/
 
 /* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../media/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../media/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../media/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
#nav {
height:2.2em;
line-height:2.2em;
width:758px;
margin:0 1px;
background: #9dcdfe;
color:#ffffff;
}

#nav  li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#nav  li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #nav  a {width:1%;}

#nav  .current,#nav a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

.clearboth { clear: both; }

.listItem img{
	margin: 0px 5px 0px 0px;
}

.currentPage {
	text-decoration: underline;
}

// OpenEventScrollist
#dateScroll {
    padding: 2px;
    border: 0px solid #eeeeee;
    background: #eeeeee; 
    height:310px; 
    overflow:auto;
    margin-bottom: 7px;
}

.dateDIV {
    float:left;
    margin-left: 0px;
    padding: 0px;
    background: #eeeeee;
    width:43%; 
}


table.EventDateTable {
    font-size: 0.8em;
    width:100%;
    border: 1px solid #303030;
    padding:0px;
    margin:0px;
}



td.EventDate{
    padding:0px;
    margin:0px;
    text-align:left;
}

th.EventDate{
    background: #eeeeee;
    padding:0px;
    margin:0px;
    text-align:left;
}

.column {
    margin: 2px;
    float:left;
    width:100px; 
}

	body {
		background-color: #ffffff;
		background-image: url(../images/pixel.gif);
		font-size: 10px;
		font-family: Verdana, sans-serif;
    	color: #000000;
	}
	
	.dateField {
		width: 70px;
	}
	
	.smalltext	{
		font-size: 10px;
		font-family: Verdana, sans-serif;
	}

	
	.link, .link:hover, .link:visited {
		color: #004576;
		text-decoration: none;
	}
	
	h4 {
		color: #004576;
		font-weight: bold;
		margin:0px;
		padding:0px;
	}
	
	.decentLink, .decentLink:hover, .decentLink:visited {
		color: #004576;
		text-decoration: none;
		font-weight: normal;
	}
	
	.eventPager {
		white-space: nowrap;
		text-align: left;
		padding: 3px;
		color: #004576;
		font-weight: bold;
		margin-top: 5px;
	}
	
	.eventPager a {
		color: #004576;
	}
	
	#found {
		margin-bottom: 10px;
		color: #004576;
	}
	
	.listItem {
		width:720px;
		clear: both;
		float: left;
		min-height: 32px;
		background: #E2EEEE;
		margin-bottom: 5px; 
	}
	
	.listItemPic {
		min-height: 92px;
	}
	
	.listItemTop{
		color: #004576;
		font-weight: bold;
		float: left;
	}
	
	.listItemDate {
		margin-right:20px;
		width:60px; 	
	} 
	 
	.listItemCity {
		margin-right: 5px;
		width:176px; 
	}  
	 
	.listItemCategory {
		margin-right: 5px;
		width:122px; 
	}  
		
	.listItemTime {
		display:block;
		min-height:10px;
		width:75px; 
	} 
	
	.listItemPicDate {
		margin-right: 20px;
		width:60px; 	
	} 
	 
	.listItemPicCity {
		margin-right: 5px;
		width:110px; 
	}  
	 
	.listItemPicCategory {
		margin-right: 5px;
		width:100px;
	}  
		
	.listItemPicTime {
		display:block;
		min-height:10px;
		width:75px; 
	} 

	
	#event {
	   width: 740px;
	   margin: 0px;
	}
	
	.eventViewTitle {
	   color: #004576;
	   font-size:17px;
	   font-weight: bold; 
	}
	
	h1 {
	   color: #004576;
	   font-size: 17px; 
	   font-weight: bold;
	   margin-bottom: 10px;
	}
	

	input.submitbutton	{
		height:25px; 
		padding: 0px 5px;
		text-align:middle;
		color: #ffffff; 
		background-color: #B6D4D4; 
		border: 1px solid #B6D4D4;
	}
	
	#sgl {
	width:740px;
	}
	
	#eventList {
		width:740px;
		overflow: auto;
	}
	
	.hr {
		width: 720px;
		height: 0px;
		margin-bottom: 5px;
		border-bottom: 1px solid #dddddd;
	}
    
    #eventListTable {
        width:740px;
    }

    td.eventListTable {
        background: #E2EEEE;
		font-size: 10px;
		font-family: Verdana, sans-serif;
    }
	
    .eventListTableHighlight {
        background: #;
		font-size: 10px;
		font-family: Verdana, sans-serif;
    }     
	
    th.eventListTable {
        background: #E2EEEE;
        font-weight: bold;
		font-size: 10px;
		font-family: Verdana, sans-serif;
    }
          
	.listItemTextColumn {
	margin-left: 140px;
	} 
	
	td.searchform	{
		padding-bottom: 4px;
	}
	
	#searchfields table td {
		margin-bottom: 5px;
	}
	
	.smalltextarea	{
		width:200px;
		height:220px;
	}
	
	