/* @group Calendar */

/* Calendar Style */

.calendar_button {
	border: none;
	cursor: pointer;
}

.picker {
	background-color: #FFFFFF;
	border: 1px gray solid;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana",monospace;
	padding: 2px;
	cursor: pointer;
}

.dayheader {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	background-color: #E0DFE3;
	background-image: url(/DesktopModules/Fussballclub/images/dayheader_bg.gif);
	height: 24px;
	text-align: center;
	cursor: default;
}

.header {
	background-color: #757495;
	background-image: url(/DesktopModules/Fussballclub/images/title_bg.gif);
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: left;
	padding: 4px;
	vertical-align: middle;
	height: 22px;
}

.headerbutton {
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
}

.v2-dfc .footer {
	background-color: #757495;
	background-image: url(/DesktopModules/Fussballclub/images/title_bg.gif);
	background-position: 0px 1px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-align: right;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	height: 25px;
}

.v2-dfc .footer TD {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
}

.button {
	background-color: #E0DFE3;
	background-image: url(/DesktopModules/Fussballclub/images/dayheader_bg.gif);
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}

.calendar {
	border-width: 1px;
	border-style: solid;
	border-color: #57566F;
	cursor: default;
}

.nextprev {
	padding: 0px;
	width: 31px;
	height: 30px;
	cursor: pointer;
}

.day {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #57566F;
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	height: 31px;
	width: 31px;
	cursor: pointer;
}

.othermonthday {
	color: #B2B1CA;
}

.selectedday {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #FFEEC2;
	border: 1px solid #57566F;
	cursor: default;
}

.dayhover {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #57566F;
	background-color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
	height: 31px;
	width: 31px;
	cursor: pointer;
	text-decoration: underline;
}

.othermonthdayhover {
	color: #B2B1CA;
	text-decoration: underline;
}

.selecteddayhover {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #FFEEC2;
	border: 1px solid #57566F;
}

/* Grid */

.Grid {
	background-image: url(/DesktopModules/Fussballclub/images/grid_bg.gif);
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	border-top-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

.GridHeader {
	background-image: url(/DesktopModules/Fussballclub/images/grid_headerBg.gif);
	background-color: #8988A5;
	border: 1px solid #57566F;
	height: 28px;
	padding-left: 3px;
	cursor: default;
}

.GridHeaderText {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}

.GroupByText {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}

.GridFooter {
	border-left: 1px solid #C0C0C0;
	padding: 5px;
}

.GridFooterText {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}

.Row {
	cursor: default;
}

.Row td.DataCell {
	padding: 2px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: verdana;
	font-size: 10px;
	cursor: default;
}

.Row td.FirstDataCell {
	padding-left: 3px;
	cursor: default;
}

.AlternatingRow {
	cursor: default;
}

.AlternatingRow td.DataCell {
	background-color: #F6F6F8;
	padding: 2px;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: verdana;
	font-size: 10px;
	cursor: default;
}

.AlternatingRow td.FirstDataCell {
	background-color: #F6F6F8;
	padding-left: 3px;
	cursor: default;
}

.HoverRow {
	cursor: default;
}

.HoverRow td.DataCell {
	background-color: #E6E6EE;
	padding: 2px;
	padding-right: 3px;
	border-right: 0px;
	border-bottom: 1px solid #9495A2;
	font-family: verdana;
	font-size: 10px;
	cursor: default;
}

.HoverRow td.FirstDataCell {
	padding-left: 3px;
}

.HoverRow td.LastDataCell {
	border-right: 1px solid #9495A2;
	border-bottom: 1px solid #9495A2;
	padding-right: 2px;
}

.HeadingRow {
	
}

.HeadingRow td.FirstHeadingCell {
	background-color: #D6D7E1;
	background-image: url(/DesktopModules/Fussballclub/images/header1stCell_bg.gif);
	border-width: 0px;
	border-right: 1px solid #FFFFFF;
}

.HeadingRow td.LastHeadingCell {
	background-color: #D6D7E1;
	background-image: url(/DesktopModules/Fussballclub/images/header_bg.gif);
	border-width: 0px;
	border-right: 1px solid #9495A2;
}

.HeadingCell {
	background-color: #D6D7E1;
	background-image: url(/DesktopModules/Fussballclub/images/header_bg.gif);
	border-width: 0px;
	border-right: 1px solid #FFFFFF;
}

.GroupHeading {
	background-image: url(/DesktopModules/Fussballclub/images/groupHeader_bg.gif);
	padding: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-width: 0px;
	border-right: 1px solid #9495A2;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.HeadingCellText {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-left: 3px;
}

.HeadingCell td {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.HeadingSelectorCell {
	cursor: default;
	background-color: #D6D7E1;
	background-image: url(/DesktopModules/Fussballclub/images/headingSelectorCell_bg.gif);
	height: 21px;
}

.SelectorCell {
	cursor: default;
	background-color: #D6D7E1;
	background-image: url(/DesktopModules/Fussballclub/images/selectorCell_bg.gif);
	height: 21px;
}

.SelectedRow {
	cursor: default;
}

.SelectedRow td.DataCell {
	background-color: #FFEEC2;
	padding: 2px;
	font-family: verdana;
	font-size: 10px;
	border-bottom: 1px solid #4B4B6F;
	border-top: 1px solid #4B4B6F;
	border-right: 0px;
	cursor: default;
}

.SelectedRow td.FirstDataCell {
	border-left: 1px solid #4B4B6F;
	border-right: 0px;
	padding-right: 3px;
	cursor: default;
}

.SelectedRow td.LastDataCell {
	border-right: 1px solid #4B4B6F;
	cursor: default;
}

/* @end */

.survey-main-timeto {
	font: italic 11px/13px Arial;
}

.survey-main-enddate {
	font: normal 12px/13px Arial;
}

/* @group Info-Mails */

.subscribe-info-mails {
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	font: 11px/16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-bottom: 0px;
}

.subscribe-info-mails p {
	color: white !important;
	font: 11px/16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.subscribe-info-mails-form {
	
}

.subscribe-info-mails-table {
	width: auto;
	margin-bottom: 5px;
}

.subscribe-info-mails-input {
	background-color: #b60015;
	border: none;
	width: 135px;
	height: 20px;
	color: #e299a1;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 2px;
}

.subscribe-info-mails-ok {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/subscribe-info-mails-ok.png) no-repeat;
	border: none;
	width: 38px;
	height: 20px;
	display: block;
	margin-left: 6px;
	color: white;
}

.subscribe-info-mails-ok:hover {
	text-decoration: underline;
	cursor: pointer;
}

.unsubscribe-info-mails-link a, 
.unsubscribe-info-mails-link a:link, 
.unsubscribe-info-mails-link a:visited {
	color: #420008;
	font: normal 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}

.unsubscribe-info-mails-link a:hover, 
.unsubscribe-info-mails-link a:active {
	color: white;
	font: normal 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}

/* @end */