/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: Merced */

/* @group GLOBALS
===================================== */
	
* { -moz-outline: 0; }

html, body {
	width: 100%; height: 100%;
}

body {
	color: #434343;
	/*background: url(../images/layout/main_bg1.jpg) #fff center bottom no-repeat;*/
	}

body.beamer, body.screensaver {
	background-color:#000;
	color: #ffffff;
	font-size:30px;
	overflow:hidden;
}
	
#backgroundImage { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	height: 100%; 
}

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

a {
	text-decoration: none;
	color: #663300;
	}

a:hover {
	text-decoration: underline;
	}

p.intro {
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.25em;
	}


/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 0px;
	}

th {
	border: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
	}

td {
	padding: 0px;
	border: none;
	}

#primary .text table {
	margin-top:30px;
}

#primary .text td {
	padding: 10px;
	border: 1px solid #d6d6d6;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */
#primary p#errormessage {
	display:none;
}

#primary p#errormessage.showerror {
	display:block;
	background:#663300;
	color:#fff;
	padding:4px;
}

#primary form {
	padding: 0;
	background: none;
	overflow: hidden;
	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#primary label {
	padding-top: .5em;
	line-height: 1;
	color: #663300;
	}
	
label, p.fieldLabel {
	float:left;
	font-weight:bold;
	line-height:1.4;
	margin-right:2%;
	padding-right:7px;
	text-align:left;
	width:15%;
}

fieldset input.text {
	width:40%;
	font-family: Helvetica, Arial, sans-serif;
}
fieldset textarea {
	height:15em;
	width:40%;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.1em;
}
	
form .buttons {
	text-align:left;
}

.submit, .buttons input {
	float: none;
	line-height: 2.1em;
	border:1px solid #E8E9E9;
	padding: 3px;
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	background: #fff;
	text-align: center;
	}
	
.req label {
background: none;
}

.error, .notice, .success {
	border:none;
	margin-bottom:1em;
	padding:0;
	background:none !important;
}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	float:right;
	width:156px;
	margin: 0;
	padding: 10px 0 0 0;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	margin:0;
	}

#searchForm input.text, #svSearchAgain input, #svSearchAgain input.submit {
	width: 120px;
	margin: 0 5px 0 0;
	font-style: normal;
	font-weight:normal;
	padding: 1px;
	border: 1px solid #E8E9E9;
	color:#999999;
	}
#svSearchAgain input {
	border: 1px solid #999;
	}
#svSearchAgain input.submit {
	width:80px;
	padding: 0px;
	border: 1px solid #999;
}
#searchForm input.text {
	float: left;
	}

#searchForm .submit {
	float: right;
	padding:0;
	margin:0;
	width:22px;
	height:22px;
	background:url(../images/layout/search_icon.gif) center no-repeat;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-indent:-9999px;
	}

 {
	font-style:normal;
	margin:0 5px 0 0;
	padding:1px;
	width:120px;
}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 1000px;
	margin-left: -500px;
	padding: 0;
	background: none;
}

#content {
	position: relative;
	margin-top: 0;
	margin-left:55px;
	margin-bottom:15px;
	}

.home #content {
	margin-top: 0;
	}

#primary {
	float: left;
	width: 100%;
	color: #666;
	position:relative; /* For positionion contentMapSwitch */
	}
.home #primary {
	width: 720px;
	}
.twoColSL #primary {
	float: right;
	width: 675px;
	padding:0 15px 15px 15px;
	background:url(../images/layout/content_bg.jpg) top left #fff repeat-x;
	}

.twoColSR #primary {
	float: left;
	width: 707px;
	}

.threeCol #primary {
	width: 504px;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left, #leftnoContent {
	float: left;
	width:195px;
	min-height:598px;
	margin: 0 15px 0 0;
	padding: 0;
	background:url(../images/layout/content_bg.jpg) top left #fff repeat-x;
	}

.home #left {
	width: 687px;
	min-height:400px;
	padding: 0;
	}

#right {
	float: right;
	width: 156px;
	margin: 13px 0 0;
	padding: 16px 13px;
	}

.home #right {
	width: 195px;
	min-height:400px;
	margin: 10px 0 0 0;
	padding:15px;
	background:url(../images/layout/content_bg.jpg) top left #fff repeat-x;
	}

.threeColSR {
	width: 167px;
	}

.home #contentLeft{
	float:left;
	width:225px;
	min-height:400px;
	margin:10px 13px 0 0;
	background:url(../images/layout/content_bg.jpg) top left #fff repeat-x;
}
.home #contentCenter{
	float:left;
	width:225px;
	min-height:400px;
	margin:10px 15px 0 0;
	background:url(../images/layout/content_bg.jpg) top left #fff repeat-x;
}
.home #contentRight{
	float:left;
	width:225px;
	min-height:400px;
	margin:10px 15px 0 0;
	background:url(../images/layout/content_bg.jpg) top left #fff repeat-x;
}

.home .subnavImage, #left .subnavImage {
	margin-top:-15px;
}

.home .subnavInfos, #left.sidebar, #leftnoContent.sidebar {
	padding:0 15px;
}
#left.sidebar, #leftnoContent.sidebar {
	padding-bottom:15px;
}
	
#leftnoContent {
	background:none;
}


/* @group Layout - Header
===================================== */

#header {
	position: relative;
	padding-top: 25px;
	padding-bottom:15px;
	font-size:1.2em;
	}

#header #topContainer h1 {
	float:left;
	width: 117px;
}

#header #topContainer h1 a {
	display: block;
	width: 117px;
	height: 83px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(../images/layout/logo.png) no-repeat;
	}

#header #navUtility {
	position: inherit;
	margin-top:15px;
	}

#header #navUtility li.last {
	}

#header #navUtility li.last a {
	display:inline-block;
	height:22px;
	padding-left:28px;
	background: url(../images/layout/ico_map.png) no-repeat;	
	}
	
#header #topContainer {
	width:1000px;
}

#header #quickHelp {
	float:right;
	text-align:right;
	width:883px;
}

#header a#mainLang {
	display:block;
	float:right;
	width:80px;
	text-align:left;
	padding:3px 25px 3px 3px;
	border:1px solid #fff;
	background:url(../images/layout/lang_nav_arrow.gif) right center no-repeat;
}

#header #langContainer {
	position:relative;
	width:120px;
	float:right;
	height:35px;
}

#header #languageSelector {
	position:absolute;
	top:18px;
	right:0;
	width:108px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:20;
	border:1px solid #E8E9E9;
}

#header #languageSelector li {
	width:102px;
}

#header #languageSelector li, #header #languageSelector li a {
	margin:0;
	padding:3px;
	background:#fff;
	color:#000;
	text-align:left;
}

#header #headerImage {
	width:945px;
	height:235px;
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#fff;
	
}

#helpContainer {
	position:relative;
	margin-left:55px;
}

#helpContainer #statement {
	color:#fff;
	position:absolute;
	top:58px;
	left:15px;
	width:182px;
	height:180px;
	padding:10px;
	overflow:hidden;
	/*
background:url(../images/layout/header_statement_bg.jpg) top left no-repeat;
*/
}

#helpContainer #statement h4 {
	color:#fff;
	margin-bottom:15px;
	font-size:1.7em;
	padding-bottom:5px;
	border-bottom: 1px solid #fff;
}

#helpContainer #statement p {
	color:#fff;
	margin-bottom:5px;
	font-size:0.9em;
}

#helpContainer #statement a {
	color:#fff;
}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	background: #f2f2f2;
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	clear: both;
	margin: 0 0 0 55px;
	padding: 5px 15px 0 15px;
	border-top: none;
	background:#000;
	}

#footer p {
	float: right;
	font-size: 1.1em;
	color: #999;
	margin-bottom:0;
	height:30px;
	}
	
#footer p a#quickfinder {
	display:block;
	background-position: right center;
	background-repeat:no-repeat;
	color:#fff;
	padding:5px 30px 5px 0;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#breadcrumb {
	padding:20px 0;
}

span#youreHere {
	float:left;
	font-size:1.3em;
	line-height:1.3em;
	padding:1px 8px 0 0;
}
#crumbList {
	float:left;
	margin: 0 0;
	font-size:1.2em;
	}

#crumbList li {
	color:#663300;
	font-size: 1.1em;
	}

#crumbList li.last a {
	color:#666;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

#navUtility, .navFooter {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 0;
	}

#footer .navFooter li {
	display: inline;
	margin: 0 .7em 0 0em;
	padding: 0 10px 0 0;
	list-style: none;
	font-size: 1.2em !important;
	}

#footer .navFooter {
	float: left;
	}

#footer .navFooter li {
	padding: 0 7px 0 0;
	border-left: none;
	}
#footer .navFooter li a {
	font-size: .9em !important;
	color: #fff;
}
	
#header #navUtility li {
	display: inline;
	margin: 0 .5em 0 -0.5em;
	padding: 0 10px;
	list-style: none;
	font-size: 1em !important;
}
#header #navUtility li a {
	color: #fff;
	text-transform:uppercase;
}

#header #navUtility li {
	border-left: 1px solid #fff;
}

#header #navUtility li.first {
	border:none;
}

#header #navUtility li.last {
	margin-right:0;
	padding-right:0;
}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */

#navPrimary {
	height: 40px;
	float:left;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	color: #fff;
	background: none;
	}

#navPrimary li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	list-style: none;
	}

#navPrimary li.first {
	margin-left: 0;
	}

#navPrimary a {
	display: block;
	padding: 0 0 0 15px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	background:url(../images/layout/main_nav_bg.gif) left center no-repeat;
	}

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
	background-color: none;
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #fff;
	}

#navPrimary li li a:hover {
	color: #fff;
		text-decoration: underline;
	}

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 12em;
	margin: 0;
	padding-left: 0;
	list-style: none;
	background: #2e7aa7;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
	margin: 0 !important;
	}

#navPrimary li li a {
	display: block;
	padding: .5em;
	line-height: 1;
	text-transform: none;
	}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
	}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
		z-index: 1001;
	}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */

ul#navSecondary, .subnavInfos ul {
	margin: 0 0;
	padding: 0;
	list-style: none;
	height: auto;
	}

#navSecondary li {
	border-top: 1px solid #e8e9e9;
	padding: .5em 0 0 0;
	}

.navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

#navSecondary li ul {
	margin: 0 0 0 12px;
	list-style: none;
	overflow: hidden;
	}

#navSecondary li ul li {
	border:none;
	}
	
#navSecondary li ul li a {
	background:none;
	padding:0 0 0 4px;
	}

#navSecondary li, .subnavInfos ul li {
	margin-bottom: .5em;
	}

#navSecondary li.last {
	margin-bottom: 0;
	}

#navSecondary li a, .subnavInfos ul li a {
	display: block;
	padding-left:15px;
	background:url(../images/layout/nav_arrow_closed.gif) center left no-repeat;
	color:#663300;
	}
.navSecondary li a:hover {
	}

#navSecondary li.current a {
	}

#navSecondary li a.current, .subnavInfos ul li a.current {
	background:url(../images/layout/nav_arrow_opened.gif) center left no-repeat;
	color:#000000;
	}

#navSecondary ul li a.current {
	background:none;
	color:#000000;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border: none;
	padding-top: 1.5em;
	font-size:0.9em;
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	font-size:1.3em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: none;
	padding-top: 1.8em;
}
	
#svGallery dl {
	display:none;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width:100px;
	height:100px;
	padding:2px;
	margin:3px;
	background:#ffffff;
	border:1px solid #E8E9E9;
	}

.threeCol #svGallery li {
	width: 18%;
	}
	


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
	}

.svCalendar th a:hover {
	color: #2e7aa7;
	}


.svCalendar tr.dayofweek td {
	background: #2e7aa7;
	color: #fff;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #e9f3f7;
	}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {
	font-size: 1.1em;
	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}


/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #ff3405;
	}

.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	}

.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	}

.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
	}

.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
	}

.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
	}

/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
	}

.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
	}

.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	}

.home .sidebar .svIndex span.readMore a {
	display: none;
	}

/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	}

.sidebar .svIndex dl {
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.svIndex dl.hasImage {
	min-height:140px;
	padding-left:120px;
	position:relative;
		}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
	width:100px;
	height:100px;
	padding:2px;
	background:#ffffff;
	border:1px solid #E8E9E9;
		}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 0;
	padding-top:0;
	border:none;
	}

.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
	color:#663300;
	font-weight:bold;
	}

.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}
.svIndex dd.summary{
	font-size:1em;
}
dd.summary span.readMore {
font-size:1.2em;
}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */

.svSlides dl {
	border: 0;
	margin: 0;
	}
	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding-left: 200px;
	min-height: 180px;
	}
	
.home .svSlideshow {
	position: relative;
	width: 627px;
	/*height: 234px;*/
	overflow: hidden;
	padding: 30px 30px 10px;
	margin: 0 0 2.2em;
	color: #b4dffa;
	background: #102e50 url(../images/bg-hero.jpg) no-repeat !important;
	border: 0;
	}

.home .svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	}

.home .svSlides dl {
	/*width: 440px;*/
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

.home .svSlides dt {
	margin-bottom: .35em !important;
	font-size: 2.6em !important;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #fff;
	}

.home .svSlides dt.releaseDate {
	color: #abdffa;
	font-size: 11px !important;
	font-weight: normal;
	margin-bottom: .5em !important;
	}

.home .svSlides dt a {
	color: #fff;
	}

.home .svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	font-size: 1.4em !important;
	line-height: 1.2em;
	padding: 0;
	}

.home .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
	width: 180px;
	height: 180px;
	float: none;
	padding: 0;
	border: 3px solid #1c5981;
	}

.home .svSlides dd.image img {
	display: block;
	}

.home .svSlides .readMore {
	float: right;
	}

.home .svSlides .readMore a {
	font-size: 11px !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	margin-right: 339px;
	margin-top: .75em;
	background: #2e7aa7 url(../images/arrows_white.gif) no-repeat 6.8em 50%;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	}

.svPager {
	text-align: center;
	line-height: 2;
	}

.home ol.svPager {
	position: relative;
	z-index: 2;
	width: 190px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #0c243a;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #ff3405;
		text-decoration: none;
	}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */

.clear {
	clear:both;
}

#quicklinks {
	font-size:1.2em;
	margin-left: 55px;
	padding:15px;
	background:url(../images/layout/quicklinks_bg.png) repeat-x;
}

#quicklinks div.quicklinkEntry {
	float:left;
	width:25%;
	padding-bottom:5px;
}

#quicklinks div.quicklinkEntry a {
	color:#fff;
	padding-left:15px;
	background:url(../images/layout/quicklink_arrow.gif) left center no-repeat;
}

div#imagePortal div.image, div#imagePortal div.noimage {
	float:left;
	width:100px;
	height:100px;
	background:#FFFFFF;
	border:1px solid #E8E9E9;
	height:100px;
	padding:2px;
	width:100px;
	margin:3px;
}

/* --------------------------------
	Wetter News Box
-------------------------------- */

.home #right h4 {
	font-size:1.8em;
	padding-bottom:5px;
	margin-bottom:14px;
	border-bottom:1px solid #E8E9E9;
}

.home #right h3 {
	font-size:1.2em;
	font-weight:bold;
}

.home #newsBox {
	margin-bottom:20px;
}
.home #newsBox a {
	display:block;
	padding-left:15px;
	background:url(../images/layout/nav_arrow_closed.gif) 0px 1px no-repeat;
}

.home #newsBox .date {
	font-size:1em;
}

.home .weatherPlace {
	margin-bottom:10px;
}

.home .weatherData {
	float:left;
	width:50%;
	text-align:center;
}

.weekday, .degrees {
	display:block;
	text-align:center;
	padding-bottom:10px;
	font-size:1.1em;
}
.degrees {
	padding-top:5px;
}

.home .weekday, .home .degrees {
	padding:0;
}

.weather .weatherData {
	float:left;
	width:16%;
	text-align:center;
}

.weather .weatherPlace {
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:1px solid #E8E9E9;
}

body.visionenformular #container {
	position: absolute;
	top: 0;
	left:55%;
	margin-left:0;
	z-index: 2;
	width: 300px;
	padding: 0;
	background: none;
}

/* Text-Map Switch */
#textMapSwitch {
	position:absolute;
	left:-40px;
	z-index:2;
	width:40px;
	height:130px;
	cursor:pointer;
}
.mapSwitch {
	background:url('../images/switch_map.png') no-repeat;
}
.textSwitch {
	background:url('../images/switch_text.png') no-repeat;
}
.textOnly {
	cursor:default!important;
	background:url('../images/switch_text-only.png') no-repeat;
}
.mapOnly {
	cursor:default!important;
	background:url('../images/switch_map-only.png') no-repeat;
}
div.maps {
	visibility:hidden;
	height:0px;
	/*overflow:hidden;*/
}
div.showMap {
	visibility:visible;
	height:520px;
}

div#left div.maps #toc {
	overflow:auto !important;
	height:450px;
}


/*div#left div.maps #toc #englobe  {
	width:175px !important;
}*/
.sidebar label {
	font-size:1.2em;
	font-weight:normal;
}

.sidebar dl {
	border-top:1px solid #E8E9E9;
	margin-bottom:3px;
	padding-top:3px;
}

.sidebar dd p {
	font-size:0.9em;
	word-wrap:break-word;
	margin-bottom:0 !important;
}
#toc {
	width:100% !important;
}
/*#gmap table, #gmap table tr, #gmap table tr td {
	padding:0;
	margin:0;
	border:0;
}*/

/* EOF */
