/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body.plain {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #67676f;
}
hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #E4E4E4;
}
a, a:active {
	color: #b21c0b;
	text-decoration: none;
}
a:hover {
	color: #959595;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
legend {
    display: table; /* enable line-wrapping in IE8+ */
}
select, textarea, input {
	padding: 3px;
	border: 1px solid #D3D3D3;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; /* fix wrong font shown in textarea */
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image, input[type="checkbox"], input[type="radio"] {
	padding: 0px;
	border: 0px;
	background: none;
	width: auto;
}
label, input.button, button.button, button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button, a.button, button.button, button, input[type="button"] {
	padding: 4px 8px 4px 8px;
	border: none;
	background-color: #888888;
	color: #ffffff !important;
	width: auto;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
input.button:hover, a.button:hover, button.button:hover, button:hover, input[type="button"]:hover {
	opacity: 0.7;
}
input.btnDisabled, button.btnDisabled {
	color: #aaaaaa !important;
	cursor: default;
}
.copyright {}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}
.hidden {
	position: absolute;
	left: -1000em;
	top: -1000em;
	height: 1px;
	width: 1px;
}
.nospacing {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.maxwidth {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.islink {
	cursor: pointer;
}
.swTable {
	display: table;
}
.swTableRow {
	display: table-row;
}
.swTableCell {
	display: table-cell;
}

/* --- common --- */
.modTitle {
	padding: 0px 0px 10px 0px;
}
.modTitle, .modTitle a {
	color: #b21c0b;
	font-family: 'Droid Serif', serif;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #959595;
	text-decoration: underline;
}
.modSubTitle {
	color: #b21c0b;
	font-family: 'Droid Serif', serif;
}
.modTeaser {}
.modAlert {
	color:#ff0000;
}
input.modAlert, textarea.modAlert {
	border: 1px solid #ff0000 !important;
}
.statusMsg {
	text-align: center;
	padding: 40px 0px 40px 0px;
}
.swWatermark {
	color: #959595;
}

/* --- icons --- */
.iconsDetail {
	clear: both;
}
.topIcons .iconsDetail {
	padding: 0px 0px 20px 0px;
}
.bottomIcons .iconsDetail {
	padding: 20px 0px 0px 0px;
}
.topIcons {
	display: none;
}
.bottomIcons {}
.linkIconLeft {
	padding: 3px 0px 3px 15px;
	background-image: url(../../images/icon_arrow_left.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: 'Droid Serif', serif;
}
.linkIconLeft a {
	color: #959595;
}
.linkIconLeft a, .linkIconLeft a:active {}
.linkIconLeft a:hover {
	color: #000000;
}
.linkIconRight {
	padding: 3px 15px 3px 0px;
	background-image: url(../../images/icon_arrow_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-family: 'Droid Serif', serif;
	display: inline-block;
	/*clear: both;*/
}
.linkIconRight a {
	color: #959595;
}
.linkIconRight a, .linkIconRight a:active {}
.linkIconRight a:hover {
	color: #000000;
}
.btnBookmark {}
.btnTellfriend {}
.btnPrint {}

.btnDateselect {
	background-image: url(../../images/btn_dateselect.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-color: transparent !important;
	width: 23px !important;
	height: 20px !important;
	margin: 0px 2px 0px 0px;
	border: 0px;
}
.btnDateselect:hover {
	background-position: 0px -21px;
}
/* --- special inputs --- */
.inputShowPasswort {
	background-image: url(../../images/input_password_bkg.gif);
}
.inputShowUser {
	background-image: url(../../images/input_user_bkg.gif);
}

.barAccessKeys {
	position: absolute;
	top: -200px;
}

/* datepicker */
input.jQueryUiDatepicker {
	background-image: url(../../images/input_datepicker_bkg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 28px;
	width: 68px !important;
}
input.hasDateTime {
	width: 105px !important;
}
input.jQueryUiDatepicker:hover {
	/*background-position: right -30px;*/
}
input.jQueryUiDatepicker.hasTime {
	background-image: url(../../images/input_timepicker_bkg.png);
}
input.hasTime {
	width: 35px !important;
}

/* ===--- addthis: start ---=== */
.addthisShare  {
	height: 36px;
}
.addthisShare .addthis_toolbox {
	float: right;
}
.addthisShare .addthis_toolbox a {
	display: block;
	width: 22px;
	height: 22px;
	padding: 0px;
	margin: 0px 0px 0px 4px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../../images/pages/icons_social_share.png);
	float: left;
}
.addthisShare .addthis_toolbox a span {
	display: none;
}
.addthisShare .addthis_toolbox a.addthis_button_facebook {
	background-position: -22px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_facebook:hover {
		background-position: -22px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_twitter {
	background-position: -44px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_twitter:hover {
		background-position: -44px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_google {
	background-position: 0px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_google:hover {
		background-position: 0px -22px;
	}
.addthisShare .addthis_toolbox a.addthis_button_expanded {
	background-position: -66px 0px;
}
	.addthisShare .addthis_toolbox a.addthis_button_expanded:hover {
		background-position: -66px -22px;
	}
/* ===--- addthis: end ---=== */

.shariff {
	padding: 30px 0px 0px 0px;
	clear: both;
}


.tabs {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #9E9E9E;
}
.tabs li {
	display: table-cell;
	border-bottom: 1px solid #9E9E9E;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
	border-bottom: 3px solid #ffffff;
	color: #9E9E9E;
}
.tabs li:hover {
	border-bottom: 3px solid #EAEAEA;
	color: #EAEAEA;
}
.tabs li.selected {
	border-bottom: 3px solid #9E9E9E;
}
.tabs li.selected:hover {
	color: #9E9E9E;
}
.tabscontent li {
	display: none;
}
.tabscontent li.selected {
	display: block;
}

.aspectratio {
	display: inline-block;
	position: relative;
	width: 100%;
}
.aspectratio:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1:1 aspect ratio */
}
.aspectratio.ratio16_9:before {
	padding-top: 56.25%; /* 16:9 aspect ratio */
}
.aspectratio.ratio4_3:before {
	padding-top: 75%; /* 4:3 aspect ratio */
}
.aspectratio .element {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* === common styles === */
.waisettings {
	display: table;
}
.waisettings li {
	display: table-cell;
	vertical-align: top;
}
.waisettings a {
	display: inline-block;
	width: 20px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-family: 'Droid Serif', serif;
}
.waisettings a:hover {
	opacity: 0.5
	text-decoration: none;
}
.waisettings .fontsize a {
	padding: 3px 0px 0px 0px;
}
.waisettings .fontsize1 a {
	font-size: 10px;
	line-height: 24px;
}
.waisettings .fontsize2 a {
	font-size: 14px;
	line-height: 21px;
}
.waisettings .fontsize3 {
	padding-right: 10px;
}
.waisettings .fontsize3 a {
	font-size: 18px;
}

.waisettings .color a {
	border: 0px solid #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.waisettings .color1 a {
	color: #676767;
	background-color: #E8E8E8;
	border-left-width: 1px;
}
.waisettings .color2 a {
	color: #FFD735;
	background-color: #000000;
}
.waisettings .color3 a {
	color: #000000;
	background-color: #FFD735;
}
.waisettings .color4 a {
	color: #ffffff;
	background-color: #000094;
}
.waisettings .color5 a {
	color: #000094;
	background-color: #ffffff;
	border-right-width: 1px;
}

/* ===--- custom ---=== */
.sectionTitle {
	color: #b21c0b;
	font-family: "Droid serif", serif;
	padding: 0px 0px 50px 0px;
}
