

/**
 * Westbahn CSS
 * Standards-compliant browsers
 *
 * @author mg
 * @author mh
*/ 

html, body, form, p
{
	margin: 0;
}

body
{
	color: #928b81;
	font: normal 11px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #fff;
}

input, textarea, button
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

p
{
	margin-bottom: 1em;
}

a
{
	color: #928b81; 	
}

a:active
{
	outline: none;
}

:focus
{
	outline: none;
}

img
{
	border: 0;
	vertical-align: bottom; /* for html5 */
}

object
{
	vertical-align: bottom; /* for html5 */
}

h1, h2, h3
{
	margin: 0;
	margin-bottom: 0.5em;
}

h1, h2
{
	color: #928b81;
	font-size: 1.7em;
	line-height: 23px;
}

h2
{
	font-size: 1.55em;
}

h3
{
	font-size: 1.2em;
}

.accordion h1
{
	font-size: 1.2em;
	color: #928b81;
	line-height: 18px;
	background-position: 0 2px;
}

.accordion p
{
	margin: 0;
}

#main
{
	position: relative;
}

#main ul
{
	list-style-image: url(images/li.gif);
}

#logo
{
	position: absolute;
	left: 46px;
	top: 12px;
}

#navigation
{
	position: absolute;
	z-index: 101;
	left: 245px;
	top: 13px;
}

#top
{
	height: 122px;
	position: relative;
	z-index: 50;
}

#body
{
	width: 989px;
	margin: 0 auto;
	text-align: left;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.f-left {
	float: left;
}


.f-right {
	float: right;
}

.right
{
	text-align: right;
}

.header
{
	font-size: 1.7em;
	font-weight: bold;
	position: relative;
}

.header .label
{
	position: absolute;
	left: 12px;
	line-height: 41px;
}

.collapsible .header .label
{
	position: absolute;
	left: 30px;
}

.header .label-icon
{
	padding-left: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

.yellow .header
{
	background: #bfd022 url(images/header-yellow.png) repeat-x;
	color: #88891c;
	height: 41px;
}

.yellow .header a
{
	color: #88891c;
	text-decoration: none;
}

.yellow .header-icon .label
{
	left: 42px;
}

.yellow .header-icon .digit
{
	position: absolute;
	top: 7px;
	left: 8px;
	background: transparent url(images/header-yellow-digit-bg.png) no-repeat 0 0px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #d6e342;
}

.blue .header
{
	background: #009edd url(images/header-blue.png) repeat-x;
	color: #fff;
	height: 41px;
}

.blue .header a
{
	color: #fff;
	text-decoration: none;
}

.gray .header
{
	background: #a79e8d url(images/header-gray.png) repeat-x;
	color: #fff;
	height: 41px;
}

.gray .header a
{
	color: #d1ccc1;
	text-decoration: none;
}

.accordion .content
{
	font-size: 1.1em;
	padding: 1em 2.2em;
	margin: 0 !important;
	line-height:1.3;
	top: 0 !important;
}

.accordion .header
{
	cursor: pointer;
	margin-top:1px;
}

.header .digit
{
	
}

#player
{
	margin-top: 1px;
	display: block;
}

#toggle-button
{
	width: 2.2em;
	height: 2.2em;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.toggle-accordion
{
	background: transparent url(images/toggle-accordion.png) no-repeat .4em .6em;
}

.toggle-player
{
	background: transparent url(images/toggle-player.png) no-repeat .4em .6em;
}

.toggable
{
	position: relative;
	overflow: hidden;
}

blockquote,
.quotify,
h1
{
	background:	transparent url(images/quote-start-gray.png) no-repeat 0 top;
	padding-left: 20px;
	margin-left: 1em;
}

.quotify, h1
{
	margin-left: 0;
}

h1
{
	background-position: 0px 5px;
}

.bg-white blockquote,
.bg-white .quotify,
.bg-white h1
{
	background-image: url(images/quote-start.png);	
}

span.last-word
{
	background:	transparent url(images/quote-end-gray.png) no-repeat 100% 9px;
	padding: 0 15px 0 0;
	white-space: nowrap;
}

.bg-white span.last-word
{
	background-image: url(images/quote-end.png);	
}

h1 span.last-word
{
	background-position: 100% 11px;
}

.accordion h1 span.last-word
{
	background-position: 100% 8px;
}


/* droppy */
#main-nav
{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999;
}

#main-nav li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#main-nav div
{ 
	display: none;
	position: absolute;
	left: 0;
}

#main-nav ul li
{
	float: none;
}

/* Submenu */
.submenu-with-search
{
	margin-right: 244px;
}

.submenu ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.submenu li
{
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 8px;
}

.submenu li a
{
	line-height: 41px;
	font-weight: normal;
	background: transparent url(images/subheader-arrow-white.gif) no-repeat 0 8px;
	text-decoration: none;
	color: #99d9f2 !important;
	padding-left: 10px;
}

.submenu li.active a
{
	font-weight: bold;
}

.submenu li.active a, .submenu li a:hover
{
	background-position: -500px 8px;
	color: #fff !important;
}

.submenu li a.back
{
	background-image: url(images/subheader-arrow-left-white.gif);
}

/* Essentials - configure this */

#main-nav ul
{
	margin: 0;
	padding: 0;	
	width: 150px;
	float: left;
}

#main-nav ul div
{
	top: 0;
	left: 150px;
}

/* Everything else is theming */
 
#main-nav
{
	height: 24px;
}

#main-nav *.hover
{
	background-color: transparent;
}

#main-nav a
{
	display: block;
	color: #928b81;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 6px 0px 18px;
	margin-right: 15px;
	background: transparent url(images/arrow.png) no-repeat 5px center;
	line-height: 25px;
}

#main-nav li.hover a 
{ 
	background-color: #f3efe8;
}

#main-nav div
{
	background-color: #f3efe8;
	top: 25px;
}

#main-nav div div
{
	border: 1px solid white;
}

#main-nav ul li a
{
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
	background-image: none;
	margin: 0;
	line-height: 22px;
}

#main-nav ul a.hover
{
	text-decoration: none;
	background-color: #d6e342;
	color: #fff;
}
		
/* end of droppy */

#login-button
{
	display: block;
	color: #928b81;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 18px 6px 6px;
	line-height: 1em;
	
	position: absolute;
	right: 255px;
	top: 13px;
	background: url(images/login-arrow.png) no-repeat 49px 7px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#login-button:hover
{
	background-color: #f3efe8;
}

#login-button.expanded
{
	background-color: #f3efe8;
	background-position: 49px -10px;
	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#loginToggable
{
	position: absolute;
	right: 255px;
	top: 38px;
	overflow: hidden;
}

#login
{
	background-color: #f3efe8;
	display: none;
	width: 245px;
	height: 76px;
	position: relative;
}

.login-input
{
	background: transparent url(images/login-input-bg.png) no-repeat;
	width: 234px;
	height: 20px;
	position: absolute;
}

.login-input input.text
{
	width: 209px;
	height: 13px;
	border: 0;
	position: absolute;
	top: 2px;
	left: 3px;
	font-size: 0.9em;
	color: #928b81;
}

.login-input input.submit, .login-input img
{
	position: absolute;
	top: 1px;
	right: 1px;
}

#login-user
{
	top: 7px;
	left: 5px;
}

#login-user input.text, #login-user input.bg
{
	background: transparent url(images/login-username-bg.png) no-repeat 3px 3px;
}

#login-password input.text, #login-password input.bg
{
	background: transparent url(images/login-password-bg.png) no-repeat 3px 3px;
}

#login-user input.no-bg, #login-password input.no-bg
{
	background-image: none;
}

#login-password
{
	top: 32px;
	left: 5px;
}


#login-register, #login-passremind
{
	position: absolute;
}

#login-register
{
	bottom: 6px;
	left: 11px;
}

#login-passremind
{
	bottom: 6px;
	left: 96px;
}

#login-register a, #login-passremind a
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	background: transparent url(images/login-arrow-small.png) no-repeat right 4px;
	padding-right: 7px;
	text-decoration: none;
}

#login-register a:hover, #login-passremind a:hover
{
	text-decoration: underline;
}

#calendar
{
	position: absolute;
	top: 15px;
	right: 10px;
}

/* corners */
.corners-top
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.corners-bottom
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.corners
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.collapsed .header
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#login
{
	border-radius: 2px;
	border-top-right-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 2px;
	-webkit-border-top-right-radius: 0;
}

#main-nav > li > a.parent
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#main-nav > li > a
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#main-nav div.first-level
{
	border-radius: 2px;
	border-top-left-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
}

#main-nav > li > div
{
	border-radius: 2px;
	border-top-left-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
}

#main-nav div
{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#main-nav ul li:first-child > a
{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}

#main-nav ul li:last-child > a
{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

.tooltip
{
    border: 1px solid #0088ce !important;
    background-color: #fff !important;
    color: #928b81 !important;
    padding: 8px !important;
    z-index: 2000 !important;
    max-width: 350px !important;
    text-align: left !important;
    
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.ytooltip
{
	border: 1px solid #bed600 !important;
    background-color: #fff !important;
    color: #928b81 !important;
    padding: 8px !important;
    z-index: 2000 !important;
    max-width: 350px !important;
    text-align: left !important;
	width: 219px;
	
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

/* search */

.search-input
{
	position: absolute;
	top: 10px;
	left: 77px;
	background: transparent url(images/search-input-bg.png) no-repeat;
	width: 395px;
	height: 20px;
}

.gray .search-input
{
	background-image: url(images/search-input-bg-gray.png);
}

.search-input input.text
{
	width: 345px;
	height: 13px;
	border: 0;
	position: absolute;
	top: 2px;
	left: 3px;
	font-size: 11px;
	color: #928b81;
}

.search-input input.submit
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.search-results
{
	position: absolute;
	top: 42px;
	left: 0px;
	width: 480px;
}

.search-results .search-results-header
{
	background-color: #61dbff;
	padding: 4px 5px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

.search-results .search-results-header a
{
	color: #006987;
	text-decoration: none;
	display: block;
}

.search-results .search-results-body a
{
	text-decoration: none;
	display: block;
}

.search-results .search-results-header a:hover,
.search-results .search-results-body a:hover
{
	text-decoration: underline;
}

.search-results .search-results-body
{
	background-color: #f7f7f6;
	padding: 4px 5px 4px 15px;
	line-height: 1.2em;
}

.column-search
{
	float: right !important;
	width: 236px;
}

.column-narrow .search-input, .column-search .search-input
{
	width: 152px;
	background-image: url(images/search-input-bg-narrow.png);
}

.column-narrow .search-input input.text, .column-search .search-input input.text
{
	width: 101px;
}

.column-narrow .search-results, .column-search .search-results
{
	width: 236px;
}

/* highlight */
.search-results-header strong {
	background-color: #d6e342;
	font-weight: inherit;
	text-decoration: inherit;
}

.search-results-body strong {
	background-color: #d6e342;
	font-weight: inherit;
	text-decoration: inherit;
}

/* tabs */
.ui-tabs
{
	padding: 0;
}

.ui-tabs .ui-tabs-panel
{
	padding: 0.1em 10px 0px 11px;
}

.ui-tabs .ui-tabs-nav li a
{
	line-height: 32px;
	padding: 0 5em 3px 1.4em !important;
}

#tabs div.ui-tabs-panel
{
	background: url(images/tabs-bg.png) repeat-y !important;
}

div.content-end
{
	background: url(images/tabs-bg-bottom.png) no-repeat;
	height: 6px;
	width: 100%;
}

.ui-tabs .ui-tabs-nav li a
{
	cursor: pointer !important;
}

#tabs ul.tab-navi li a
{
	color: #c7c1b9;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	background: url(images/tab-bg-inactive.png) repeat-x;
	position: relative;
	margin: 0 0 0 -2px !important;
}

#tabs ul.tab-navi li.ui-state-active a
{
	color: #928b81;
	background: url(images/tab-bg-active.png) repeat-x;
}

#tabs ul.tab-navi
{
	list-style-image: none;
	background: url(images/tabs-bg-top.png) no-repeat 0 32px;
	padding-bottom: 6px;
}

#tabs ul.tab-navi li a i
{
	display: block;
	height: 33px;
	position: absolute;
	top: 0;
}

#tabs ul.tab-navi li a i.tab-start
{
	width: 19px;
	background: url(images/tab-start-inactive.png) no-repeat;
	left: 0;
}

#tabs ul.tab-navi li a i.tab-end
{
	width: 14px;
	background: url(images/tab-end-inactive.png) no-repeat;
	right: 0;
}

#tabs ul.tab-navi li.ui-state-active a i.tab-start
{
	width: 20px;
	background: url(images/tab-start-active.png) no-repeat;
	left: 0;
}

#tabs ul.tab-navi li.ui-state-active a i.tab-end
{
	width: 15px;
	background: url(images/tab-end-active.png) no-repeat;
	right: 0;
}

#tabs ul.tab-navi li a i.tab-end
{
	width: 14px;
	background: url(images/tab-end-inactive.png) no-repeat;
	right: 0;
}

#tabs ul.tab-navi li a span.tab-loader
{
	display: block;
	position: absolute;
	top: 5px;
	right: 14px;
}

#tabs ul.tab-navi li a span div.spinner
{
	height: 20px;
	width: 20px;
	background: url(images/tab-loader.gif) no-repeat;
}

/* offset hiding mode */
.ui-tabs .ui-tabs-hide {
	display: block !important;
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/* Columns */

.column
{
	float: left;  
	width: 480px;
	    
	/* Min-height: */  
	min-height: 150px;  
	height: auto !important;   
	height: 150px;
	padding-left: 8px;
}

.column-first
{
	padding-left: 0;
}

.column-narrow
{
	width: 236px;
}

.column-wide
{
	width: 724px;
}

.column-single
{
	width: 960px !important;
	padding-left: 0px;
}

/* Gadgets */

.gadget-placeholder
{
	margin-bottom: 6px;
	border: 2px dashed #d6e342;
	background-color: #f5f5f4;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.gadget-search
{
	position: relative;
	z-index: 1;
}

.gadget
{
	margin-bottom: 10px;
}

.gadget-wide
{
}

.gadget .content
{
	background-color: #f9f9f8;
	/*background: url(images/content-bg.gif) repeat-y;*/
}

.content-msg
{
	padding: 1.5em;
	text-align: center;
}

.gadget .content-last
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.gadget-wide .content
{
	/*background: url(images/content-wide-bg.gif) repeat-y;*/
}

.search-clear
{
	position: absolute;
	top: 10px;
	right: 27px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/search-clear.gif) no-repeat;
	display: none;
}

.gadget-close
{
	position: absolute;
	top: 12px;
	right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(images/gadget-close.png) no-repeat;
}

.gadget-toggle
{
	position: absolute;
	top: 14px;
	left: 9px;
	width: 15px;
	height: 14px;
	cursor: pointer;
}

.gadget-close-transfer
{
	border: 2px dashed #e1d602;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.blue .gadget-toggle
{
	background: url(images/gadget-toggle-blue.png) no-repeat left top;
}

.gray .gadget-toggle
{
	background: url(images/gadget-toggle-gray.png) no-repeat left top;
}

.row
{
	margin-top: 1px;
	position: relative;
}

.gray .row
{
	background-color: #dbd3c6;
	color: #928b81;
}

.gray .row-odd
{
	background-color: #f7f7f6;
}

.gray .row-even
{
	background-color: #fffffe;
}

/* Poll */
.poll-results {
	display: none;
}

.poll-submit div.button {
	display: none;
}

.poll-result
{
	height: 21px;
	width: 140px;
	position: relative;
}

.poll-bg
{
	background: url(images/poll-result-bg.gif) repeat-x;
	height: 21px;
	width: 100%;
	position: absolute;
}

.poll-bg-start
{
	background: url(images/poll-result-corners.gif) no-repeat 0 0;
	height: 21px;
	width: 8px;
	position: absolute;
}

.poll-bg-end
{
	background: url(images/poll-result-corners.gif) no-repeat -8px 0;
	height: 21px;
	width: 8px;
	position: absolute;
	right: 0;
}

.row-odd .poll-bg-start
{
	background: url(images/poll-result-corners.gif) no-repeat -16px 0;
}

.row-odd .poll-bg-end
{
	background: url(images/poll-result-corners.gif) no-repeat -24px 0;
}


.poll-bg-fill
{
	background-color: #d6e342;
	height: 21px;
}

.poll-question
{
	margin-bottom: 1px;
}

.poll-icon
{
	position: absolute;
	width: 31px;
	height: 20px;
	text-align: center;
	top: 50%;
	margin-top: -0.7em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	color: #0088ce;
	font-weight: bold;
}

.poll-item
{
	padding: 8px 37px 8px 31px;
	line-height: 1.2em;
	font-size: 1em;
}

.poll-question .poll-item
{
	font-weight: bold;
	font-size: 1.2em;
}

.poll-answer-selector
{
	top: 50%;
	margin-top: -0.8em;
	width: 16px;
	position: absolute;
	right: 10px;
	height: 16px;
}

.poll-answer-selector input
{
	margin: 0;
}

.poll-score
{
	position: absolute;
	height: 20px;
	top: 50%;
	right: 10px;
	margin-top: -0.7em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	color: #0088ce;
	font-weight: bold;
	text-align: right;
}

input.button, div.button, a.button
{
	width: 121px;
	height: 19px;
	line-height: 19px;
	padding: 0;
	border: 0;
	cursor: pointer;
	color: white;
	font-weight: bold;	
	font-size: 11px;
}

input.button
{
	padding-bottom: 1px;
}

a.button
{
	display: block;
	text-align: center;
	text-decoration: none;
}

div.button
{
	text-align: center;
}

a.button:hover
{
	/*text-decoration: underline;*/
}

.button-blue-gray
{
	background: url(images/button-gray-blue.gif) no-repeat;
}

.button-blue-lightgray
{
	background: url(images/button-lightgray-blue.gif) no-repeat;
}


.button-gray-gray
{
	background: url(images/button-gray-gray.gif) no-repeat;
}

.button-blue-white
{
	background: url(images/button-white-blue.gif) no-repeat;
}

.poll-submit
{
	padding: 0.7em;
	padding-left: 55px;
}

.button-disabled
{
	cursor: default !important;
}

.poll-item label
{
	cursor: pointer;
	padding: 8px 37px 8px 31px;
	display: block;
}

.poll-label
{
	padding: 0;
}

/* Checkbox */

form 
{
	overflow: hidden;
}

.ui-helper-hidden-accessible
{
	position: absolute;
	left: -999em;
}

/* 
 * The state classes are a little bit complex, because of the doubble class bug in IE6
 * The state class looks like this:
 * 
 * .ui-radio-state[-checked][-disabled][-hover] or .ui-checkbox-state[-checked][-disabled][-hover]
 * 
 * Examples:
 * 
 * .ui-radio-state-checked (simply checked) 
 * .ui-radio-state-checked-hover (checked and hovered/focused)
 * .ui-radio-state-hover (unchecked and hovered/focused)
 * 
 */

span.ui-radio, span.ui-checkbox
{
	cursor: pointer;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(images/checkbox.gif) 0 0 no-repeat;
	font-size: 2px;
	line-height: 0.2;
}

.row-odd span.ui-radio,
.row-odd span.ui-checkbox
{
	background-position: 0 -48px;
}

span.ui-helper-hidden
{
	display: none;
}

span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked,
span.ui-checkbox-state-checked-disabled,
span.ui-checkbox-state-checked-disabled-hover,
span.ui-checkbox-state-checked
{
	background-position: 0 -16px;
}

/* change to no hover effect */
/*span.ui-radio-state-hover,
span.ui-radio-state-checked-hover,
span.ui-checkbox-state-hover,
span.ui-checkbox-state-checked-hover
{
	background-position: 0 -32px;
}*/
span.ui-radio-state-checked-hover,
span.ui-checkbox-state-checked-hover
{
	background-position: 0 -16px;
}
/* end change to no hover effect */

.row-odd span.ui-radio-state-checked-disabled,
.row-odd span.ui-radio-state-checked-disabled-hover,
.row-odd span.ui-radio-state-checked,
.row-odd span.ui-checkbox-state-checked-disabled,
.row-odd span.ui-checkbox-state-checked-disabled-hover,
.row-odd span.ui-checkbox-state-checked
{
	background-position: 0 -64px;
}

/* change to no hover effect */
/*.row-odd span.ui-radio-state-hover,
.row-odd span.ui-radio-state-checked-hover,
.row-odd span.ui-checkbox-state-hover,
.row-odd span.ui-checkbox-state-checked-hover
{
	background-position: 0 -80px;
}*/
.row-odd span.ui-radio-state-checked-hover,
.row-odd span.ui-checkbox-state-checked-hover
{
	background-position: 0 -64px;
}
/* end change to no hover effect */

.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-checkbox-state-disabled,
.ui-checkbox-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover,
.ui-checkbox-state-disabled-hover,
.ui-checkbox-state-checked-disabled-hover
{
	cursor: default !important;
}

/* Footer */
#footer
{
	padding: 7px 0;
	text-align: center;
	position: relative;
}

#social-bookmarks
{
	position: absolute;
	right: 0;
}

#social-bookmarks a
{
	text-decoration: none;
	display: block;
	background: url(images/social-bookmark.gif) 0 0 no-repeat;
	padding-left: 20px;
	line-height:16px;
	float: right;
}

#footer-nav
{
	margin: 0;
	padding: 0;
}

#footer-nav li
{
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
	list-style: none;
}

#footer-nav li a
{
	text-decoration: none;
}

#footer-nav li a:hover
{
	text-decoration: underline;
}

/* Subheader */
.subheader
{
	margin-top: 1px;
}

.yellow .subheader
{
	background-color: #d6e342;
}

.blue .subheader
{
	background-color: #00c5ff;
}

.subheader-module
{
	margin-bottom: 1px;
}

.subheader-module-bottom
{
	margin-top: 1px;
}

.subheader ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.subheader li
{
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 8px;
}

.subheader li a
{
	line-height: 18px;
	font-weight: bold;
	background: transparent url(images/subheader-arrow.gif) no-repeat 0px center;
	text-decoration: none;
	color: #aeab11;
	padding-left: 8px;
}

.subheader li.active a, .subheader li a:hover
{
	background-position: -500px center;
	color: #88891c;
}

.subheader li a:hover
{
	text-decoration: underline;
}

.subheader li a.back
{
	background-image: url(images/subheader-arrow-left.gif);
	line-height: 22px;
	font-size: 13px;
	padding-left: 10px;
}

/* Icons */

.tools
{
	padding: 31px 0 3px 0;
	margin-bottom: -31px;
}

#tools
{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 2000;
}

#tools li
{
	list-style: none;
	display: inline;
	float: left;
	margin-right: 10px;
}

#tools li a
{
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	color: #928b81;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-left: 26px;
}

#tools li a:hover
{
	text-decoration: none;
}

#tools li a span
{
	float: left;
	display: none;
	cursor: pointer;
}

#tools li.expanded span
{
	display: block;
}

#tools li.expanded
{
	background-color: #e4ddd0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}

#tools li.expanded a
{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	padding-left: 31px;
	padding-right: 9px;
}

#tools li a
{
	background: url(images/icons.gif) 0 0 no-repeat;
}

#tools li#tool-gadgetdock a
{

}

#tools li#tool-gadgetdock.expanded a
{
	background-position: 2px -50px;
}

#tools li#tool-save a
{
	background-position: 0 -208px;
}

#tools li#tool-save.expanded a
{
	background-position: 2px -258px;
}

#tools li#tool-help a
{
	background-position: 0 -312px;
}

#tools li#tool-help.expanded a
{
	background-position: 2px -362px;
}

#tools li#tool-expand a
{
	background-position: 0 -416px;
}

#tools li#tool-expand.expanded a
{
	background-position: 2px -466px;
}

#tools li#tool-collapse a
{
	background-position: 0 -520px;
}

#tools li#tool-collapse.expanded a
{
	background-position: 2px -570px;
}

#tools li#tool-rss a
{
	background-position:  0 -624px;
}

#tools li#tool-rss.expanded a
{
	background-position:  2px -674px;
}

#tools li#tool-zoom a
{
	background-position:  0 -728px;
}

#tools li#tool-zoom.expanded a
{
	background-position:  2px -778px;
}

#tools li#tool-refresh a
{
	background-position:  0 -832px;
}

#tools li#tool-refresh.expanded a
{
	background-position:  2px -882px;
}

#tools-config
{

}

.tool-config
{
	display: none;
	color: #928b81;
}

.tool-config-body
{
	background-color: #e4ddd0;
	padding: 10px;
	border-bottom: 1px solid white;
	color: #928b81;
	font-size: 1em;
}

.tool-config-footer
{
	padding: 10px;
	background-color: #dbd3c6;
	height: 20px;
	position: relative;
}

.tool-config-margin
{
	padding-bottom: 32px;
}

.tool-config-title
{
	font-size: 1.7em;
	color: #928b81;
	font-weight: bold;
	line-height: 24px;
}

.tool-config-title span
{
	display: block;
	float: left;
}

.tool-config-help
{
	float: left;
}

.tool-config-help a
{
	padding-top: 2px;
	padding-left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	background: url(images/icon-help.gif) no-repeat right 2px;
}

.tool-config-column, .tool-config-column-first
{
	width: 234px;
	float: left;
	padding-left: 10px;
}

.tool-config-column-first
{
	padding-left: 0;
}

.tool-config-column-wide
{
	width: 310px;
	background: url(images/tools-column-bg.gif) repeat-y left top;
	padding-left: 10px;
	min-height: 187px;
	height: auto !important;
	height: 187px;
}

.tool-config-column-browsers
{
	width: 360px;
}

.tool-config-column-wide .tool-config-content
{
	padding-left: 20px;
}

.tool-config-column-first
{
	margin-left: 0;
}

.tool-config-content
{
	padding-top: 8px;
	padding-right: 15px;
	line-height: 1.2em;
}

.tool-config-help a span
{
	display: none;
}

.tool-config-zoom-browser
{
	padding-left: 41px;
	font-size: 11px;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: url(images/browsers.png) no-repeat 0 0;
}

.tool-config-column-browsers .tool-config-content
{
	padding-right: 0;
}

.tool-config-zoom-browser-ie
{
	background-position: 0 2px;
}

.tool-config-zoom-browser-ff
{
	background-position: 0 -58px;
}

.tool-config-zoom-browser-safari
{
	background-position: 0 -120px;
}

#tool-rss-tab .header a.label
{
	left: 0;
	top: 0;
	line-height: 41px;
	display: block;
	position: relative;
	padding-left: 12px;
}

/* blog */

.blog-entry
{
	padding: 10px;
	position: relative;
	color: #645a46;
}

.item-list .blog-entry
{
	border-top: 1px solid #d6e342;
}

.item-list .blog-entry-first
{
	border: none;
}

.blog-entry .date
{
	color: #928b81;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.blog-entry .author
{
	color: #928b81;
}

.blog-entry .author-img
{
	position: absolute;
	right: 18px;
	top: 18px;
}

.blog-entry .author-img img
{
	border: 1px solid #cbca3d;
}

.blog-entry .title
{
	margin: 0.8em 2em 0.8em 0;
}

.item-list .blog-entry .title
{
	font-size: 1.55em;
	font-weight: bold;
	line-height: 19px;
	margin: 0.85em 0;
	color: #928b81;
	display: block;
	text-decoration: none;
	background-position: 0px 2px;
}

.item-list .blog-entry a.title:hover
{
	text-decoration: underline;
}

.blog-entry .user-avatar
{
	float: right;
	margin: 0 0 2px 10px;
}

.item-list .blog-entry-image
{
	float: left;
	margin: 0.2em 1em 0.5em 0; 
}

.item-list .blog-entry-image img
{
	border: 1px solid #d6e342;
}

.item-list .blog-entry .body
{
	line-height: 1.35em;
}

.blog-entry .more
{
	text-align: right;
	margin: 0.5em 0;
}

.blog-entry .more a
{
	padding-right: 10px;
	color: #928b81;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(images/more-arrow-right-yellow-gray.gif) no-repeat right center;
}

.blog-entry .more a:hover
{
	color: #928b81;
	text-decoration: underline;
}

.blog-entry .more a.comments
{
	padding-right: 20px;
	background: none;
}

.yellow .hr
{
	background:	transparent url(images/hr-yellow.gif) no-repeat;
	height: 3px;
	line-height: 0;
	font-size: 0;
}

.gadget-item
{
	position: relative;
	margin-top: 1px;
}

.gadget-item-last
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.hidden {
	display: none;
}

.gadget-item-content
{
	padding: 8px 30px 8px 10px;
}

.blue .gadget-item
{
	background: url(images/gadget-item-sidebar-bg.gif) repeat-y right top;
}

.gadget-item-range
{
	padding: 0 10px;
}

.gadget-item-range-current
{
	float: left;
	padding: 2px 5px 0px;
}

.blue .subheader, .blue .subheader a
{
	color: #006987;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

/*
.gadget-item-range-next, .gadget-item-range-prev
{
	width: 5px;
	height: 9px;
	float: left;
	margin-top: 5px;
}

.gadget-item-range-next span, .gadget-item-range-prev span
{
	display: none;
}

.gadget-item-range-next a, .gadget-item-range-prev a
{
	display: block;
	width: 5px;
	height: 9px;
	font-size: 0;
	line-height: 0;
}
*/

/*
.gadget-item-amount
{
	float: right;
}
*/

.gadget-item-amount-current
{
	font-size: 11px;
	float: right;
	padding: 2px 6px;
}

.gadget-item-amount-add, .gadget-item-amount-remove
{
	width: 12px;
	height: 13px;
	float: left;
	padding: 4px 1px 3px 5px;
}

.gadget-item-amount-add a, .gadget-item-amount-remove a
{
	display: block;
	width: 12px;
	height: 13px;
	font-size: 0;
	line-height: 0;
}

.gadget-item-amount-add span, .gadget-item-amount-remove span
{
	display: none;
}

/*
.blue .gadget-item-range-prev a
{
	background: transparent url(images/subheader-arrow-left-blue.gif) no-repeat;
}

.blue .gadget-item-range-prev a.inactive
{
	background: transparent url(images/subheader-arrow-left-blue.gif) no-repeat 0 -36px;
}

.blue .gadget-item-range-next a
{
	background: transparent url(images/subheader-arrow-right-blue.gif) no-repeat;
}

.blue .gadget-item-range-next a.inactive
{
	background: transparent url(images/subheader-arrow-right-blue.gif) no-repeat 0 -36px;
}
*/

.blue .gadget-item-amount-remove a
{
	background: transparent url(images/plus-minus-blue.gif) no-repeat 0 -52px;
}

.blue .gadget-item-amount-remove a.inactive
{
	background: transparent url(images/plus-minus-blue.gif) no-repeat 0 -78px;
}

.blue .gadget-item-amount-add a
{
	background: transparent url(images/plus-minus-blue.gif) no-repeat left top;
}

.blue .gadget-item-amount-add a.inactive
{
	background: transparent url(images/plus-minus-blue.gif) no-repeat 0 -26px;
}

.gadget-item-details-toggle
{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.gadget-item-details-toggle a
{
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
}

.gadget-item-details-toggle span
{
	display: none;
}

.blue .gadget-item-details-toggle a
{
	background: transparent url(images/gadget-item-toggle-blue.gif) no-repeat 0 -40px;
}

.blue .gadget-item-details-toggle a.collapsed
{
	background: transparent url(images/gadget-item-toggle-blue.gif) no-repeat left top;
}

.gadget-image {
	display: block;
	overflow: hidden;
	margin-right: 21px;
	background-position: left top;
	background-repeat: no-repeat;
}

.gadget-item-details-more
{
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.gadget-item-details-more a
{
	display: block;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

.gadget-item-details-more span
{
	display: none;
}

.blue .gadget-item-details-more a
{
	background: transparent url(images/more-arrow-right-blue.gif) no-repeat -32px center;
}

.blue .gadget-item-details-more a:hover
{
	background-position: 8px center;
}


.gadget-item-date
{
	color: #928b81;
	font-weight: bold;
}

.gadget-item-title, .gadget-item-title a
{
	color: #0088ce;
	font-weight: bold;
	text-decoration: none;
}

.gadget-item-title a:hover {
	color: #0088ce;
	text-decoration: underline;
}

.gadget-item-body
{
	/*font-family: Helvetica, Arial, sans-serif;*/
	line-height: 1.2em;
	padding-top: 5px;
}


/* Gadgetdock */

.tool-info
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}

.tool-info a
{
	display: block;
	background: transparent url(images/icon-info.gif) 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.blue .tool-info a
{
	background-position: 0 -40px;
}

.gray .tool-info a
{
	background-position: 0 -80px;
}

.tool-selector
{
	position: absolute;
	top: 12px;
	left: 10px;
	width: 16px;
	height: 16px;
}

.tool-selector input
{
	margin: 0;
}

.header-selectable label
{
	padding-left: 32px;
	margin: 0;
	display: block;
	cursor: pointer;
	line-height: 41px;
}

.tools span.ui-checkbox
{
	cursor: pointer;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(images/checkbox-allcolor.gif) 0 0 no-repeat;
}

.tools .yellow span.ui-checkbox-state-checked-disabled-hover,
.tools .yellow span.ui-checkbox-state-checked-disabled,
.tools .yellow span.ui-checkbox-state-checked
{
	background-position: 0 -16px;
}

/* change to no hover effect */
/*.tools .yellow span.ui-checkbox-state-hover,
.tools .yellow span.ui-checkbox-state-checked-hover
{
	background-position: 0 -32px;
}*/
.tools .yellow span.ui-checkbox-state-checked-hover
{
	background-position: 0 -16px;
}
/* end change to no hover effect */

.tools .blue span.ui-checkbox
{
	background-position: 0 -48px;	
}

.tools .blue span.ui-checkbox-state-checked-disabled-hover,
.tools .blue span.ui-checkbox-state-checked-disabled,
.tools .blue span.ui-checkbox-state-checked
{
	background-position: 0 -64px;
}

/* change to no hover effect */
/*.tools .blue span.ui-checkbox-state-hover,
.tools .blue span.ui-checkbox-state-checked-hover
{
	background-position: 0 -80px;
}*/
.tools .blue span.ui-checkbox-state-checked-hover
{
	background-position: 0 -64px;
}
/* end change to no hover effect */

.tools .gray span.ui-checkbox
{
	background-position: 0 -96px;	
}

.tools .gray span.ui-checkbox-state-checked-disabled-hover,
.tools .gray span.ui-checkbox-state-checked-disabled,
.tools .gray span.ui-checkbox-state-checked
{
	background-position: 0 -112px;
}

/* change to no hover effect */
/*
.tools .gray span.ui-checkbox-state-hover,
.tools .gray span.ui-checkbox-state-checked-hover
{
	background-position: 0 -128px;
}*/
.tools .gray span.ui-checkbox-state-checked-hover
{
	background-position: 0 -112px;
}
/* end change to no hover effect */

#gadgets-cancel
{
	position: absolute;
	top: 10px;
	right: 150px;
}

#gadgets-save, #zoom-close, #rss-close
{
	position: absolute;
	top: 10px;
	right: 10px;
}

#gadgets-select
{
	position: absolute;
	top: 10px;
	left: 235px;
}

#gadgets-deselect
{
	position: absolute;
	top: 10px;
	left: 375px;
}

#gadgets-reset
{
	position: absolute;
	top: 10px;
	left: 546px;
}


/* --------------------------------------------------------------------- */
/* Contact form 														 */
/* --------------------------------------------------------------------- */
.contact {
	margin-bottom: 10px;
}

.contact .content {
	padding:3px 12px;
	padding-top:7px;
	margin: 0;
	font-size: 1.2em;
}

.contact fieldset {
	margin:0;
	padding:0;
	border:none;
}

.contact .little { 
	font-size:.8em;
	text-transform:none;
	margin: 0;
}

.contact input.text,
.contact .textfield { 
	font-size:12px;
	border:0;
	margin:0 0 2px 0;
	padding:3px 5px;
	width:147px;
	height:14px;
	color: #928B81;
	
	background: transparent url(images/contact-input-bg.png) no-repeat;
}

.contact #contact_other {
	width:138px;
}

p#contact_captcha_p {
	line-height:1.7em;
	margin: 0;
}

.contact #contact_captcha_audio { 
	text-decoration:none;
	display:block;
	clear: left;
}

.contact #contact_captcha_audio img {
	vertical-align: baseline;
}

.contact div.bar {
	padding:0px 12px;
	background:#F7F8F6; 
	margin-top:2px;
	font-weight:bold;
	line-height:26px;
	height: 26px;
	text-transform: uppercase;
	font-size: 1.2em;
}

.contact #captcha {
	margin-top:-1.5em;
	font-size:.7em;
	line-height: 1em;
}

.contact .contact-input {
	background: transparent url(images/contact-input-bg.png) no-repeat;
}

.contact .textfield {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	height:6.1em;
	background:none;
	width:442px;
	
	border: 1px solid #d6e342;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact .leftCol.address label.error,
.contact .rightCol.address label.error, 
.contact label.error {
	padding:0;
	margin:0 0 2px 0;
	display:block;
	float:none;
	color:#DD3C10;
	font-size:.9em;
}

.contact .leftCol.address label.error,
.contact .rightCol.address label.error {
	margin-left:75px;
}

.contact_title { 
	margin-left:13px;
}

.contact .leftCol,
.contact .rightCol {
	float:left;
	width: 228px;
}

.contact .rightCol-address
{
	padding-left: 5px;
	margin-right: -5px;
}

.contact .leftCol.address label,
.contact .rightCol.address label {
	display:block;
	float:left;
	width:74px;
}

.contact .leftCol.address input {
	margin-right:5px;
}

.contact .leftCol.address input,
.contact .rightCol.address input {
	width:138px;
}

.contact span.ui-radio, span.ui-checkbox
{
	width: 17px;
	height:16px;
}

.contact #contact_gender.content span.ui-radio, span.ui-checkbox {
	height:16px;
}

.contact .address p,
.contact .interests p { 
	margin-bottom:5px;
}


.contact .interests label {
	margin-left:3px;
}

/* google map in last column */
#googlemap {
	height:400px;
	border:1px solid #8E8575;
	border-top: none;
}

/* ---------- pagination -------------- */
.pagination {
	background-color: #f3f3d2;
	border-top: 1px solid #d6e342;
	color: #88891c;
	text-align: center;
	line-height: 18px;
}

.pagination-top {
	border-top: none;
	border-bottom: 1px solid #d6e342;
}

.pagination a {
	color: #88891c;
	text-decoration: none;
	font-family: Calibri, "Lucida Console", "Lucida Grande", sans-serif;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination a.page-active {
	font-weight: bold;
	text-decoration: underline;
}

.pagination a.page-previous,
.pagination a.page-previous:hover,
.pagination a.page-next,
.pagination a.page-next:hover {
	font-family: Arial, sans-serif;
	background: transparent url(images/pagination-arrows.gif) no-repeat 7px center;
	padding: 0px 8px;
	text-decoration: none;
}

.pagination a.page-next,
.pagination a.page-next:hover {
	background-position: -43px 50%;
}


/* --------------------------------------------------------------------- */
/* Content / Blog-content 											 */
/* --------------------------------------------------------------------- */

/* Images in content */
.bg-white {
	padding: 0 10px 0 0;
}


/* Content / Blog Image gallery / zoom layout */

ul.image-gallery {
	padding:0;
	margin:0;
	margin-right:10px;
	float:left;
	list-style-image: none !important;
	display: inline;
}

ul.image-gallery li {
	list-style:none !important;
	padding: 0;
	margin: 0 0 7px;
	position:relative;
	overflow: hidden;
}

ul.image-gallery li img {
	border:1px solid #d6e342;
}

ul.image-gallery li .loupe {
	display: block;
	position:absolute;
	top:1px;
	right:1px;
	background:url(images/icon-loupe.gif);
	
	width:20px;
	height:20px;
}

ul.image-gallery a
{
	text-decoration: none;
}

ul.image-gallery .caption {
	display: block;
	margin:2px 0 0 0;
	color: #928b81;
	font-size: 0.9em;
	font-weight:bold;
	text-decoration: none !important;
	line-height: 12px;
}


/* Content / Blog File (gallery) layout */
.downloads {
	background:#F3F3D1;
	padding:7px 0;
	margin:0 0 10px;
	float: left;
	display: inline;
}

.downloads b {
	font-size:1.1em;
	padding: 0 7px;
	color:#635946;
}

.downloads ul {
	margin:0;
	padding:0;
	list-style:none;
}

.downloads li {
	padding:0 4px;
	list-style:none;
	float:left;
	margin:7px 0 0;
	text-align:center;
	width: 70px;
	overflow: hidden;
}

.downloads li a {
	display: block;
	padding: 32px 0px 4px;
	font-size: 0.9em;
	color:#635946;
	text-decoration:none;
}
	
.downloads li a:hover {
	color:#635946;
	text-decoration:underline;
}



/* ---- Messages ---- */
.messages
{
	border: 1px solid;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px;
	margin: 1em 0;
}

.messages-success
{
	color: #4F8A10;
	background-color: #DFF2BF;
}

.messages-error
{
	color: #D8000C;
	background-color: #FFBABA;
}

.messages-warning
{
	color: #9F6000;
	background-color: #FEEFB3;
}

.messages-info
{
	color: #00529B;
	background-color: #BDE5F8;
}


/* Avatars */
.user-avatar
{
	border: 1px solid #d6e342;
	width: 50px;
	height: 50px;
	background: #fff url(images/no-avatar.gif) no-repeat center center;
	padding: 2px;
}

.gadget-blogs .gadget-item-content
{
	padding-left: 76px;
	min-height: 56px;
	height: auto !important;
	height: 56px;
}

.gadget-blogs .user-avatar
{
	position: absolute;
	left: 10px;
	top: 8px;
}

.gadget-blogs .gadget-image
{
	margin-left: 76px;
}

.column-narrow .gadget-item-content
{
	padding-left: 10px;
}

.column-narrow .user-avatar
{
	display: none;
}

.column-narrow .gadget-blogs .gadget-image
{
	margin-left: 0;
}



/* -------------------------------------------------------------- */
/* Comments                                                       */
/* -------------------------------------------------------------- */
.comments {
	padding-left: 106px;
	margin-top: 1em;
}

.comment {
	background-color: #f3f3d2;
	margin-top: 1px;
	padding: 6px 8px;
	color: #645a46;
	min-height: 60px; /* to fit an avatar */
	height: auto !important;
	height: 56px;
}

.comment-first {
	border-top: 1px solid #d6e342;
	margin-top: 0px;
}

.comment-date {
	margin-bottom: 0.8em;
	line-height: 1.2;
	padding-top: 2px;
}

.comment-author {
	color: #645A46;
	font-weight: bold;
}

.comment .user-avatar
{
	float: right;
	margin: 2px 0 2px 8px;
}

.comment-content {
}

.comment-replies {
	margin-top: 0.8em;
}

.comment-replies a {
	font-weight: bold;
	color: #88891c;
	text-decoration: none;
	padding-left: 12px;
	background: transparent url(images/comment-replies-arrows.gif) no-repeat 0px 3px;
}

.comment-replies a:hover {
	color: #88891c;
	text-decoration: underline;
}

.comment-replies a.expanded {
	background-position: 0px -14px;
}

.comment-replies-list {
	margin-top: 1px;
	padding-left: 58px;
	/*display: none;*/
}

.comment-replies-list .comment {
	background: #f3f3d2 url(images/comment-reply-arrow.gif) no-repeat 8px 10px;
	margin-top: 0px;
	padding-left: 26px;
}

.comment-replies-list .comment-date {
	margin-bottom: 0.2em;
}

.comments-bar {
	height: 20px;
	background-color: #d6e342;
	margin-top: 1px;
}

a.comments-more {
	display: block;
	float: right;
	background: transparent url(images/comments-more.gif) no-repeat right top;
	line-height: 20px;
	padding: 0 24px 0 1em;
	color: #88891c;
	font-weight: normal;
	text-decoration: none;
}

a.comments-more:hover {
	text-decoration: underline;
}

a.comments-more-expanded {
	background-position: 100% -20px;
}

div.comments-more {
	/*display: none;*/
}

a.comments-write, a.comments-reply {
	display: block;
	float: left;
	line-height: 20px;
	font-weight: normal;
	color: #88891c;
	text-decoration: none;
	padding: 0 1em 0 20px;
	background: transparent url(images/comment-form-arrows.gif) no-repeat 8px 5px;
}

a.comments-write:hover, a.comments-reply:hover {
	color: #88891c;
	text-decoration: underline;
}

a.comments-write-expanded, a.comments-reply-expanded {
	background-position: 8px -12px;
}

.comment-modified
{
	clear: right;
	margin-top: 0.5em;
	font-size: 0.9em;
	text-align: right;
	color: #928b81;
	line-height: 1.2;
}

/* forms */
.form-element
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0.3em;
}

label.form-label
{
	float: left;
	width: 175px;
	padding: 2px 10px 0 0;
	text-align: right;
}

.form-field
{
	float: left;
	width: 271px;
}

.form-buttons
{
	width: 100%;
	text-align: right;
	margin: 0.5em 0 0;
}

br.form-label-sep
{
	display: none;
}

label.error
{
	display: block;
	margin: 0.1em 0 0;
	color: #DD3C10;
	font-weight: bold;
	clear: left;
}

.form-element input.text,
.form-element textarea,
.form-element select {
	background: url(images/bg-input.gif) no-repeat right top;
	width: 265px;
	background-color: #fff;
	padding: 2px 2px;
	border: 1px solid #cbc5be;
}

.form-element textarea {
	height: 100px;
}

.full-width label.form-label
{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
}

.full-width .form-field
{
	float: none;
	width: auto;
}

.full-width textarea
{
	width: 450px;
}

.comments .form-element textarea {
	height: 68px;
}

.comments-write-form {
	display: none;
	background-color: #d6e342;
	margin-top: 1px;
	padding: 10px 10px 10px 10px;
}

.comments form
{
	position: relative;
}

.comments label.form-label
{
	width: 65px;
	color: #88891c;
	padding: 2px 4px 0 0;
	text-align: left;
}

.comments .form-field
{
	width: 263px;
}

.comments .form-element input.text,
.comments .form-element textarea,
.comments .form-element select {
	background: none;
	width: 261px;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #88891c;
}

.comments .form-element textarea {
	height: 68px;
}

.comments p.required-legend {
	position: absolute;
	margin: 0;
	color: #88891c;
	bottom: 0.4em;
	left: 0;
}

.comments .user-welcome
{
	margin-bottom: 0.3em;
}

.comments-reply-form {
	background-color: #d6e342;
	padding: 10px 10px 10px 10px;
}

.comments-reply-form .form-field
{
	width: 205px;
}

.comments-reply-form .form-element input.text,
.comments-reply-form .form-element textarea {
	width: 203px;
}



/* -------------------------------------------------------------- */
/* Twitter Gadget                                                 */
/* -------------------------------------------------------------- */
.blue .header .button {
	background:url('images/button-blue-blue-gradient.gif') no-repeat 0 0;
	float:right;
	margin-top:11px;
	margin-right:12px;
	display: inline;
	line-height: 20px;
	height: 20px;
}

.twitter .date {
	width:80px;
	float:left;
	color:#00C5FF;
	text-align:center;
	vertical-align:middle;
	margin-right:13px;
	display: inline;
	font-weight:bold;
	line-height: 12px;
}

.twitter .date span {
	display:block;
	color:#006987;
	font-size: 16px;
	line-height: 23px;
}

.twitter .gadget-item-content {
	padding: 22px 0 22px 6px;
	position:relative;
}

.twitter .gadget-item-content .content
{
	float: left;
	width: 350px;
}

.twitter-followers, .facebook-followers
{
	height: 630px;
	position: relative;
}

.twitter-followers .content
{
	margin-top: 5px;
	padding: 5px 13px 20px 13px;
	height: 559px;
	
	border-left: 3px solid #f4efeb;
	background-color: white;
}

.twitter-followers a.follower
{
	float: left;
	padding: 5px 4px;
	width: 48px;
	overflow: hidden;
	
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	line-height: 10px;
}

.twitter-followers a.follower img
{
	display: block;
	width: 48px;
	height: 48px;
}

.twitter-followers a.follower span
{
	display: block;
	padding-top: 3px;
}

.twitter-followers a.twitter-button, .facebook-followers a.facebook-button
{
	position: absolute;
	bottom: 20px;
	
	display: block;
	width: 480px;
	height: 58px;
	text-align: center;
}

.twitter-followers a.twitter-button
{
	background: url(images/twitter-fan.png) no-repeat center 0;
}

.facebook-followers a.facebook-button
{
	background: url(images/facebook-fan.png) no-repeat center 0;
}

.twitter-followers a.twitter-button:hover, .facebook-followers a.facebook-button:hover
{
	background-position: center -58px;
}

.facebook-followers .content
{
	margin-top: 5px;

	background-color: white;
}

.twitter-followers .content .followers
{
	padding: 5px 0 1px 0;
	
	color: #333;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

/*
.twitter .gadget-item-content .dot {
	background:url(images/checkbox.gif) 0 0;
	width:16px;
	height:16px;
	position:absolute;
	right:22px;
	top:50%;
	margin-top:-8px;
}
*/
.twitter .gadget-item-content.line-bottom {
	border-bottom:1px solid #006987;
}

.twitter .loading { 
	text-align:center;
	padding: 25px 0 30px 25px;
	font-weight: bold;
	background: transparent url(images/loader-blue-gray.gif) no-repeat 140px 45%;
}

/* -------------------------------------------------------------- */
/* Links Gadget                                                   */
/* -------------------------------------------------------------- */
ul.link-list {
	margin:0;
	padding:0;
	list-style-image: none !important;
}

ul.link-list li {
	list-style:none;
	padding:5px 12px;
	font-size:1.1em;
	font-weight:bold;
	background-color:#F3F1F0;
}

ul.link-list li a {
	text-decoration: none;
	color:#7D7362;
}

ul.link-list li a:hover {
	text-decoration: underline;
}

ul.link-list li.odd {
	background-color:#FBFBFA;
}


/* -------------------------------------------------------------- */
/* Impressum Gadget                                               */
/* -------------------------------------------------------------- */
.impressum {
	font-size:1.1em;
	padding-bottom:7px;
	background-color:#F3F1F0;
}

.impressum table {
	width:100%;
}

.impressum table td {
	
}

.impressum table td {
	padding:4px 12px;
}

.light-tablerow,
.light-tablerow.td {
	background-color:#FBFBFA;
}

/* -------------- search module --------------- */
.gadget-search .subheader {
	padding: 3px 5px 4px;
	border-bottom: 1px solid #D6E342;
	min-height: 0;
	height: auto !important;
}

.gadget-search .blog-entry .title {
	margin-top: 0.3em;
} 

.gadget-search .blog-entry .more {
	margin-bottom: 0.1em;
}

.gadget-search .blog-entry strong {
	background-color: #f3f3d2;
	font-weight: inherit;
	text-decoration: inherit;
}

/* ---------------- multicontent -------------- */
.paragraph {
	padding-top: 1.5em;
	margin-top: 1.5em;
	border-top: 1px solid #d6e342;
}

.firstParagraph {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

/* ------------------- hot news ------------------- */
.hot-content {
	padding: 9px 12px;
	position: relative;
	font-size: 1em !important;
	
	min-height: 23px;
	height: auto !important;
	height: 23px;
}

.hot-content h1 {
	padding-right: 70px;
	margin: 0;
}

.hot-more {
	position: absolute;
	right: 12px;
	bottom: 9px;
}

/*.blue .hot-content {
	background: #00b2e6 url(images/hot-blue-bg-bottom.png) no-repeat left bottom;
}*/

.blue .hot-content h1, .blue .hot-content h1 a, .blue .hot-content h1 a:hover {
	color: #fff;
	text-decoration: none;
}

.blue .hot-content h1 {
	background-image: url(images/quote-start-blue-matte.gif);
}

.blue .hot-content h1 span.last-word {
	background-image: url(images/quote-end-blue-matte.gif);
}

.blue .hot-more a  {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
	background: transparent url(images/hot-more-blue-matte.gif) no-repeat right center;
	line-height: 11px;
	font-size: 11px;
}

.blue .hot-more a:hover  {
	color: #fff;
	text-decoration: underline;
}

.hot-image a {
	border: 1px solid #ebebeb;
	display: block;
	overflow: hidden;
}

.hot-image
{
	position: relative;
}

.hot-image .facebook-like-button
{
	width: 350px;
	height: 28px;
	padding: 5px 0 0 3px;
	
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
	
	background: transparent url(images/facebook-like-button.gif) no-repeat left top;
}

/* --------------- Team ------------------- */
.module-team .team-box
{
	float: left;
	width: 156px;
	height: 166px;
	overflow: hidden;
	margin: 0 0 6px 6px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}

.module-team .team-image
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.module-team .team-box-column-first
{
	margin-left: 0;
}

.module-team .team-box .hover
{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.module-team .team-box .team-box-overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #64b4ff;
	opacity: 0.60;
}

.module-team .team-box-active .team-box-overlay, .team-box-active .team-box-description
{
	display: none;
}

.module-team .team-box .team-box-description
{
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 100%;
	color: #fff;
}

.module-team .team-box .team-box-description-inner
{
	display: block;
	padding: 0 12px;
}

.module-team .team-box .team-name
{
	display: block;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2;
}

.module-team .team-box .team-first-name, .team-box .team-last-name
{
	display: block;
	text-decoration: none;
}

.module-team .team-box .team-link-label
{
	display: inline-block;
	text-decoration: none;
}

.module-team .team-box-active img.team-grayscale
{
	/*display: none;*/
}

.module-team .team-box img.team-color
{
	display: none;
}

.module-team .team-box .hover img.team-color
{
	display: block;
}

.module-team .team-box-active img.team-color
{
	display: block;
}

.module-team .team-person-photo .content
{
	background: none;
}

.module-team .team-photo-big
{
	border: 1px solid #e4e4e4;
}

.team-person-details .content
{
	padding: 2em 12px 0;
	/*background: none; */
}

/* Team board */
.module-team-board .item-photo
{
	width: 160px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background-color: #dededc;
	text-align: center;
}

.module-team-board .team-fullname
{
	background-color: #d6e342;
	text-align: center;
	padding: 5px 0;
	border-top: 2px solid #fff;
	border-bottom: 3px solid #fff;
}

.module-team-board .item-photo img
{
	margin-left: 1px solid #dededc;
}

.module-team-board .item-photo-first
{
	margin-left: 0;
}

.module-team-board .items-team
{
	background: red url(images/team-board-bg.gif) repeat-y left top;
	margin-bottom: 7px;
	position: relative;
}

.module-team-board .item-team
{
	width: 134px;
	float: left;
	padding: 60px 12px 12px 14px;
}

.module-team-board .item-team a
{
	color: #2788c4;
	text-decoration: none;
}

.module-team-board .item-team a:hover
{
	text-decoration: underline;
}

.module-team-board .item-team-1, .module-team-board .item-team-2
{
	padding-top: 130px;
}

.module-team-board .content-box
{
	width: 308px;
	height: 45px;
	padding: 25px 0 0 12px;
		
	position: absolute;
	top: 36px;
	left: 0;
	
	background-color: #fff;
}

.gadget-content .content
{
	padding: 2em 1em 1em 1em;
}

/* Column loader */
.column a.loading span
{
	display: none;
}

.column a.loading
{
	margin-top: 200px;
	display: block;
	height: 40px;
	background: transparent url(images/column-loader.gif) no-repeat center center;
}
