@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table, caption, tbody, tfoot, thead, tr, th, td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,
nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
@font-face {
    font-family: 'DroidSerifItalic';
    src: url('DroidSerif-Italic-webfont.eot');
    src: url('DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Italic-webfont.woff') format('woff'),
         url('DroidSerif-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	color:#4b4b4b;
	background:#efecdf;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:18px;
}
a {
	color:#0f78cd;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
i, em {
	font-style:italic;
}
ol,ul {
	list-style:none;
}
blockquote,q,.quotation {
	quotes:none;
	font-family:'DroidSerifItalic', serif;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
h1,h2,h2 a {
	color:#272727;
	font-size:20px;
	font-weight:bold;
	line-height:25px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
h4, h5 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
strong, b {
	font-weight:bold;
}
input[type="text"], textarea {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.error, .formError {
	color:#f00;
}
.formError {
	padding-bottom:15px;
}
.hidden { 
	display:none; 
}
.invisible { 
	visibility: hidden; 
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clear {
	clear:both;
}
.fsize10 {
	font-size:10px;
}
.fsize11 {
	font-size:11px;
}
.fsize12 {
	font-size:12px;
	line-height:14px;
}
.fsize13 {
	font-size:13px;
}
.fsize14 {
	font-size:14px;
}
.fsize16 {
	font-size:16px;
}
.fsize17 {
	font-size:17px;
}
.fsize20 {
	font-size:20px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.indent {
	padding-left:10px;
}
.mb15 {
	margin-bottom:15px;
}
.noPaddingTop {
	padding-top:0!important;
}
.noPaddingBottom {
	padding-bottom:0!important;
}
#pageContainer {
	width:965px;
	margin: 0 auto;
}
#headerContainer {
	position:relative;
}
#headerLogo {
	padding:30px 0 30px 20px;
}
#tools {
	position:absolute;
	top:0;
	right:0;
}
#searchbox,#langswitch {
	background:#fff;
	border-radius:0 0 10px 10px;
	float:right;
	height:28px;
	margin-left:15px;
	width:105px;
	padding:7px 0 0 15px;
}
#langswitch a {
	color:#4b4b4b;
	font-weight:normal;
}
#langswitch ul li ul li {
	margin-top:5px;
}
.langswitchCont {
	display:none;
}
.Lang-Trigger {
	background:url(/templates/page/img/img_icon_langsel.png) no-repeat 72px 5px;
	display:block;
	text-decoration:none!important;
}
#mainNav {
	border-width:2px 0;
	-o-border-image:url(/templates/page/img/bg_mainnav.png) 2 0 repeat;
	-moz-border-image:url(/templates/page/img/bg_mainnav.png) 2 0 repeat;
	-webkit-border-image:url(/templates/page/img/bg_mainnav.png) 2 0 repeat;
	border-image:url(/templates/page/img/bg_mainnav.png) 2 0 2 0 fill repeat repeat;
	border-image-width:2px;
	height:37px;
	width:788px;
	padding:9px 0 0 180px;
	position:relative;
}
#mainNav li {
	float:left;
	margin-right:10px;
}
#mainNav a {
	color:#4b4b4b;
	display:block;
	font-size:17px;
	padding:5px 15px 2px 15px;
}
#mainNav a:hover, #mainNav a.active {
	text-decoration:none;
	border-bottom:5px solid #bad405; 
}
#mainNav li ul {
	/*background:#efecdf url(/templates/page/img/lay_border.png) repeat-x bottom left;*/
    background-color:#ffffff;
    margin-top:14px;
    border-radius:0px 0px 10px 10px;
    border:1px solid #e5e3e4;
    width:188px;
    padding:0px 10px 0px 10px;
    display:none;
	font-size:13px;
	position:absolute;
	top:30px;
	z-index:10000;
}
#mainNav li li {
    border-bottom:1px solid #e5e3e4;
	margin-right:0;
    float:left;
    padding:12px 0px 12px 1px;
    width:100%;
}
#mainNav li li.last {
    border-bottom:1px solid transparent;
}
#mainNav li li a{
	font-size:14px;
	padding:0px 10px 0px 10px;
    border-left:3px solid transparent;
    background:url(/templates/page/img/mainnav_arrow.png) no-repeat right center;
    float:none;
}
#mainNav li li a:hover {
    border-left:3px solid #BAD405;
    border-bottom:none;
    text-decoration:none;
}
#mainNav li li a.active {
    border-left:3px solid #BAD405;
	border-bottom:none;
	text-decoration:none;
}
#breadcrumb {
	font-size:11px;
	height:36px;
	padding:19px 0 0 24px;
}
#breadcrumb li {
	float:left;
	margin-left:3px;
}
#breadcrumb li a {
	color:#4b4b4b;
	font-weight:normal;
}
#breadcrumb li.active {
	font-weight:bold;
}
.detailpageSub #subnav, .detailpageTeaser #subnav{
	width:205px;
	margin-right:25px;
	float:left;
}
#subnav li {
	background:none;
	border-bottom:1px solid #cfcfcf;
	padding:16px 0 16px 0px;
}
#subnav li.first {
	padding:5px 0 16px 0px;
}
#subnav li.last {
	border-bottom:none;
	padding:16px 0 8px 0px;
}
#subnav li a {
	/*background:url(/templates/page/img/subnav_sprite.png) no-repeat right 7px;*/
    background:url(/templates/page/img/mainnav_arrow.png) no-repeat right center;
	color:#4b4b4b;
	display:block;
	font-size:14px;
	border-left:2px solid #fff;
	padding:0 11px 0 3px;
}
#subnav li a:hover, #subnav li a.active {
	color:#4b4b4b;
	text-decoration:none;
	border-left:3px solid #bad405;
}
#subnav li a.active {
	background-position:right -39px;
}
#subnav li a.active.nosub {
	background-position:right 7px;
}
#subnav li ul {
	padding-left:10px;
}
#subnav li li {
	border-bottom:none;
	padding:5px 0 5px 0;
}
#subnav li li.first {
	padding:10px 0 5px 0;
}
#subnav li li.last {
	padding:5px 0 5px 0;
}
#subnav li li a {
	color:#4b4b4b;
	font-weight:normal
}
.detailpageSub #main {
	width:505px;
	margin-right:25px;
	float:left;
}
.detailpage #main, .detailpageTeaser #main {
	width:735px;
	margin-right:25px;
	float:left;
}
.detailpageTeaser #main {
	margin-right:0;
}
.detailpageSub #marginal,.detailpage #marginal {
	width:205px;
	float:left;
}

#footerContainer {
	background:url(/templates/page/img/bg_footer.png) no-repeat center top;
	width:100%;
	padding:71px 0 0 0;
}
#footerNav {
	font-size:12px;
	margin:0 auto;
	width:965px;
	padding:65px 0 0 0; 
}
.footerNavCol {
	float:left;
	margin-right:20px;
	width:226px;
}
.footerNavCol.last {
	margin:0;
}
.footerNavCol h4 {
	background:url(/templates/page/img/lay_border.png) repeat-x left bottom;
	font-size:17px;
	line-height:21px;
	padding:0 0 5px 10px;
}
.footerNavCol ul {
	padding:15px 0 0 10px;
}
.footerNavCol ul li {
	margin-bottom:7px
}
.footerNavCol p {
	padding:15px 0 0 10px;
}
#footerSubNav {
	font-size:10px;
	margin:0 auto;
	width:360px;
	height:30px;
	padding:140px 0 0 0;
	text-align:center;
}
#footerSubNav li {
	float:left;
	margin-right:35px;
}
#footerSubNav li a {
	color:#4b4b4b;
}
#footerSubNav li a:hover {
	text-decoration:none;
}
.row {
	margin-bottom:25px;
}
.row .one {
	width:305px;
}
.row .two {
	width:635px;
}
.detailpageTeaser .column {
	margin-right:24px;
}
.detailpageTeaser .row .one {
	width:229px
}
.detailpageTeaser .row .two {
	width:482px
}

.column {
	float:left;
	margin-right:25px;
}
.column.last {
	margin-right:0px;
}
.column div:last-child {
	margin-bottom:0px;
}
.h232 {
	height:230px;
	margin-bottom:25px;
}
.h373 {
	height:373px;
}
.h485 {
	height:485px;
}
#marginal .box {
	margin-bottom:25px;
}

.boxh {
	position:relative
}
.box {
	background:#fff;
	border-radius:10px;
}
.boxCont {
	padding:17px 20px 20px 20px;
}
.boxCont .category {
	border-bottom:1px solid #cfcfcf;
	font-size:13px;
	font-weight:bold;
	padding-bottom:3px;
}
.boxCont .category .news-list-date {
	float:right;
}
.boxCont h2 {
	padding:15px 0 15px 0;
}
.boxCont p {
	padding-bottom:15px;
}
.boxImg {
	display:block;
	margin-top:15px;
}
.extraContent {
	margin-top:15px;
}
.boxImgFloat {
	float:left;
	margin:15px 15px 15px 0;
}
.boxh a.boxBtn {
	position:absolute;
	bottom:20px;
	right:20px;
}
a.boxBtn, .news-list-morelink a {
	background:#0f78cd;
	border-radius: 5px 5px 5px 5px;
	color:#fff;
	display:inline-block;
	float:right;
	font-size:11px;
	margin:10px 0 0 0;
	padding:7px;
}
a.boxBtn:hover, .news-list-morelink a:hover {
	background:#0b5b9c;
	text-decoration:none;
}
a.boxBtnRed {
	background:#e04d58;
}
a.boxBtnRed:hover {
	background:#ba4049;
}
.boxNewsRecomend .boxRow {
	background:url(/templates/page/img/lay_line.png) repeat-x left bottom;
	padding:14px 0 14px 0;
	width:100%;
}
.boxNewsRecomend div:last-child {
	background:none;
}
.boxNewsRecomend .boxRow img {
	float:left;
	display:block;
	margin-right:19px;
}
.boxNewsRecomend .boxRow p {
	padding-right:15px;
}
.boxHeaderBar {
	position:relative;
	margin-bottom:15px;
}
.boxHeaderBar .category{
	border-bottom:none;
	width:80%;
}
.boxHeaderBar {
	border-bottom:1px solid #CFCFCF;
}
.boxHeaderBar .socialBar {
	position:absolute;
	right:0;
	top:-4px;
}
.boxHeaderBar .socialBar a {
	display:block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.boxHeaderBar .socialBar li {
	background:none;
	float:left;
	margin-left:10px;
	padding-left:0px;
}
.boxCont ul li {
	background:url(/templates/page/img/img_icon_bull.png) no-repeat 0 6px;
	padding-left:15px;
}
.boxCont ol {
	margin-left:23px; /* Remove the default left margin */
}
.boxCont ol > li {
	list-style:decimal;
	list-style-position:outside;
	margin-bottom:5px;
}
.icnRss a {
	background:url(/templates/page/img/img_icon_share.png) no-repeat 0 0;
	height:22px;
	width:12px;
}
.icnPrint a {
	background:url(/templates/page/img/img_icon_share.png) no-repeat -31px 7px;
	height:22px;
	width:20px;
}
.icnTell a {
	background:url(/templates/page/img/img_icon_share.png) no-repeat -60px 7px;
	height:22px;
	width:16px;
}
.icnShare a {
	background:url(/templates/page/img/img_icon_share.png) no-repeat -84px 7px;
	height:22px;
	width:22px;
}
.icnShare a.active {
	background-position:-84px -33px;
	height:27px;
	width:22px;
	position:relative;
	z-index:4;
}
.icnFb {
	margin:0!important;
}
.icnFb a {
	background:url(/templates/page/img/img_icon_social.png) no-repeat 0 0;
	height:16px;
	width:16px;
}
.icnTw a {
	background:url(/templates/page/img/img_icon_social.png) no-repeat -28px 0;
	height:16px;
	width:20px;
}
.icnShare ul {
	background:#fff;
	border:1px solid #cfcfcf;
	border-radius:10px 0px 10px 10px;
	right:0;
	padding:10px;
	position:absolute;
	top:26px;
	width:46px;
}
#searchbox label{
	display:none;
}
#searchbox .searchbox-sword {
	background:#fff;
	height:20px;
	margin-top:-2px;
	width:70px;
	border:none;
} 
#searchbox .searchbox-button {
	position:absolute;
	top:8px;
	right:12px;
}
.type-text .readonly {
	background:#eee;
}
.type-text,.type-select {
	height:40px;
}
.type-textarea {
	height:60px;
	clear:both;
}
.type-text input,.type-select select,.type-text label,.type-select label,.type-textarea label,.type-textarea textarea {
	display:block;
	float:left;
}
.type-text label, .type-select label,.type-textarea label {
	padding-top:6px;
	width:160px;
}
.type-text input,.type-select select {
	color:#9c9c9c;
	background:#fff;
	border:1px solid #cfcfcf;
	border-radius:2px;
	line-height:30px;
	height:30px;
	padding-left:10px;
	padding-bottom:0;
	vertical-align:middle;
	width:300px;
}
.type-textarea textarea {
	background:#fff;
	border:1px solid #cfcfcf;
	border-radius:2px;
	color:#9c9c9c;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	width:300px;
	padding:5px 10px 5px 10px;
}
.type-button input{
	background:#0f78cd;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
	color:#fff;
	display:inline-block;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:7px;
	border:none;
}
.type-button input:hover {
	background:#0b5b9c;
}
p.requiredTxt  {
	padding:15px 0 0 0;
}
.type-select select {
	line-height:30px;
	height:30px;
	width:302px;
}
.DivSelectyze {
	position:relative;
	width:160px;
	float:left;
}
.DivSelectyze .selectyzeValue {
	position:relative;
	z-index:10;
	display:block;
	text-decoration:none;
}
.DivSelectyze ul {list-style:none;}
.DivSelectyze .UlSelectize {
	position:absolute;
	z-index:9999;
	display:none;
}
.DivSelectyze ul li {
	background:none;
	padding-left:0;
}
.DivSelectyze li a {
	display:block;
	text-decoration:none;
}
.optgroupTitle {
	display:block;
}
.rla .selectyzeValue {
	color:#9c9c9c;
	width:160px;
	height:35px;
	font-weight:normal;
	background:url(/templates/page/img/select_bg) no-repeat;
	padding:7px 0 0 10px;
}
.rla .UlSelectize {
	top:36px;
	left:0px;
	width:160px;
	background-color:#fff;
	border:1px solid #cfcfcf;
}
.rla li a {
	color:#9c9c9c;
	height:20px;
	font-weight:normal;
	padding-left:10px;
	border-top:1px solid white;
}
.rla li a:hover {
	color:#fff;
	border-top:1px solid #0e54ec;
	background-color:#2260f6;/** gradient bgcolors */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6289f8), to(#2260f6)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #6289f8 #2260f6); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #6289f8, #2260f6); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #6289f8, #2260f6); /* IE10 */
	background-image:      -o-linear-gradient(top, #6289f8, #2260f6); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #6289f8, #2260f6)
}
.subscriptWidget label{
	display:none;
	float:none;
}
.subscriptWidget .type-text input{
	display:inline;
	float:none;
	width:100%;
}
.subscriptWidget .submitBtn {
	position:absolute;
	bottom:20px;
	right:20px;
}
.subscriptWidget .requiredTxt {
	display:none;
}
.subscriptWidget div.formError {
	display:none;
}
.subscriptWidget input.formError, input.formError {
	border:1px solid #f00;
}
.msnContainer span.inlineText {
	color:#9c9c9c;
	left:10px;
	top:6px;
}
#searchbox .msnContainer span.inlineText {
	color:#4b4b4b;
	left:10px;
	top:0px;
}
/*News Plugin*/

.news-list-browse {
	padding-left:20px;
}

.showResultsWrap, .browseLinksWrap {
	font-size:12px;
}
.news-list-container p {
	padding-bottom:15px;
}
.news-list-morelink a {
	margin-top:0;
}

/*Laureats Plugin*/
.tx-recipients-pi1 .category, .jumpTop {
	margin-bottom:22px;
}
.tx-recipients-pi1 .headline2 {
	font-size:20px;
	font-weight:bold;
	padding:0 0 22px 0;
}
.recipentListHeader {
	background:url(/templates/page/img/img_laureates_link.png) no-repeat 0 4px;
	padding-left:15px;
}
.recipentListText {
	padding:0 0 16px 15px;
}

.recipentListText a, .RecipientDetailCitation, .RecipientDetailQuotation, .randomCitation a {
	color:#4b4b4b;
	font-family:'DroidSerifItalic', serif;
	font-weight:normal;
}
.recipentListHonorary a {
	color:#4b4b4b;
	font-weight:normal;
}

.tx-recipients-pi1 #yearNavigation,.tx-recipients-pi1 #countryNavigation{
	padding:0 0 20px 0;
}
.tx-recipients-pi1 #countryNavigation select{
	width:100%;
}
.tx-recipients-pi1 #nameNavigation select {
	margin-bottom:20px;
}
.tx-recipients-pi1 #sorting {
	font-size:13px;
}
.tx-recipients-pi1 .filter {
	padding:20px 0 10px 0;
}
.box1_headline {
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px 0;
}
.tx-recipients-pi1 .small_text {
	font-size:12px;
}
.tx-recipients-pi1 .deceased_img, .tx-recipients-pi2 .deceased_img_big {
	margin-left:5px;
}
.tx-recipients-pi2 .boxHeaderBar, .news-single-item .boxHeaderBar{
	margin-bottom:0;
}
.tx-recipients-pi2 .ImageLensCaption {
	float:left;
	padding:17px 12px 5px 0;
}
.tx-recipients-pi2 #caption {
	font-size:11px;
	font-style:italic;
}
.tx-recipients-pi2 .RecipientDetailSubHeadline {
	padding-bottom:15px;
}
.tx-recipients-pi2 .RecipientDetailCitation {
	padding-bottom:15px;
}
#RecipientDetailLinks a {
	background:url(/templates/page/img/img_laureates_link.png) no-repeat 0 5px;
	font-size:12px;
	padding-left:12px;
	display:block;
}
.tx-recipients-pi2 #marginal .category,.tx-recipients-pi3 .category,.tx-recipients-pi4 .category {
	margin-bottom:12px;
}
.RecipientDetailContactText p {
	font-size:12px;
}
.RecipientDetailQuotationBy,.randomCitationBy {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	text-align:right;
}
.randomCitationBy a {
	color:#4b4b4b;
}
#tellafriend .category {
	margin-bottom:15px;
}
.formError ul li, .csc-textpic-imagewrap ul li {
	background:none;
	padding-left:0;
}

/* T3 Picture */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:left;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-right: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0 !important;
}
.csc-textpic-clear {
	clear:both;
	margin-bottom:10px;
}
.csc-textpic-caption {
	font-size:11px;
	font-style:italic;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
div.csc-textpic-imagewrap {
	padding:0;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic img {
	border:none!important;
}
.donationSummary label {
	padding-top:0;
}
.donationSummary p {
	padding-bottom:10px;
}
.donationSummary .type-text {
	height:auto;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/templates/page/img/cb/overlay.png) repeat 0 0;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(/templates/page/img/cb/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(/templates/page/img/cb/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(/templates/page/img/cb/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(/templates/page/img/cb/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(/templates/page/img/cb/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/templates/page/img/cb/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/templates/page/img/cb/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/templates/page/img/cb/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/templates/page/img/cb/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/templates/page/img/cb/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/templates/page/img/cb/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/templates/page/img/cb/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/templates/page/img/cb/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#recaptcha_response_field {
	border:1px solid #CFCFCF!important;
	width:292px!important;
}
.recaptcha_input_area {
	height:30px;
}

.Orbit-Slider { background: url(/templates/page/img/orbit/loading.gif) no-repeat center center #fff; height: 297px; }
.Orbit-Slider img,.Orbit-Slider h2,.Orbit-Slider .boxBtn,.Orbit-Slider p { display: none; }

.Orbit-Slider.orbit { background: none; }
.Orbit-Slider.orbit img,.Orbit-Slider.orbit h2,.Orbit-Slider.orbit .boxBtn,.Orbit-Slider.orbit p { display: block; }


/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php*/
/* Container ---------------------- */
.orbit-wrapper { width: 1px; height: 1px; position: relative; }

.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; }
.orbit.with-bullets { margin-bottom: 10px; }
.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
.orbit div.orbit-slide { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Timer ---------------------- */
div.orbit-wrapper div.timer { display:none; width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }
div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url(/templates/page/img/orbit/rotator-black.png) no-repeat; z-index: 3; }
div.orbit-wrapper span.rotator.move { left: 0; }
div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url(/templates/page/img/orbit/timer-black.png) repeat 0 0; }
div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url(/templates/page/img/orbit/pause-black.png) no-repeat; z-index: 4; opacity: 0; }
div.orbit-wrapper span.pause.active { background: url(/templates/page/img/orbit/pause-black.png) no-repeat 0 -40px; }
div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper div.timer:focus span.pause, div.orbit-wrapper span.pause.active { opacity: 1; }

/* Captions ---------------------- */
.orbit-caption { display: none; font-family: inherit; }

.orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 30; color: white; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }

/* Bullet Nav ---------------------- */
ul.orbit-bullets {}
ul.orbit-bullets li { float: left; margin-right: 5px; cursor: pointer;text-indent: -9999px; background: url(/templates/page/img/orbit/bullets.png) no-repeat 0 0; width: 12px; height: 12px; overflow: hidden; padding:0;}
ul.orbit-bullets li.active { color: #222222; background-position: -15px 0; }

/* Orbit Slide Counter */
.orbit-slide-counter { position: absolute; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; }

/* Fluid Layout ---------------------- */
div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

.Orbit-Slider .boxBtn {
	position:absolute;
	bottom:20px;
	right:20px;
}
.Orbit-Slider .sliderImg.left {
	margin-right:15px;
}
.Orbit-Slider h2 {
	padding-top:0;
}
.Orbit-Slider .boxBtnTxtPos {
	bottom:0;
	right:0;
}
/* t3x events ---------------------- */
form#eventRegistration {
    width:100%;
}
form#eventRegistration img.captchaImg {
     border:1px solid #CFCFCF;
 }

/* teaser content dyn caption ---------------------- */
 .box .boxCont .caption {
    font-size:11px;
    font-style:italic;
}
