
body {
	font-family:			Arial, Helvetica, sans-serif !important;
	font-size:				11px !important;
	margin:					0px;
	text-align:				center;

	background-color:		#A1A5A9;
	background-image:		url('/custom/img/project_bg_shade.jpg');
	background-position:	0px 0px;
	background-repeat:		repeat-x;

}

html, body {
 	
	margin: 0px;
	padding: 0px;
}


#divMainContainer {
	width:					960px;
	
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			auto;
	margin-right:			auto;

}

#divContainer {
	border:					0px dashed #ccc;

	width:					960px;
	
	float:left;
	
	text-align:				left;
	position:				relative;

	background-color:		transparent;
	background-image:		url('/custom/img/container_bg_white_with_shade.png');
	background-position:	0px 0px;
	background-repeat:		repeat-y;
}

#divHeader {
	border:					0px dashed #ccc;

	width:					950px;
	height:					90px;

	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			auto;
	margin-right:			auto;

	text-align:				left;
/*	float:					left;	*/

	background-color:		transparent;
	background-image:		url('');
	background-position:	0px 0px;
	background-repeat:		no-repeat;
}

#divNavigationHorizontal {
	border:					0px dashed #ccc;

	width:					950px !important;
	

	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			5px;
	margin-right:			5px;

	text-align:				left;
	float:					left;

	background-color:		transparent;
	background-image:		url('/custom/img/navigation_depth0_bg.png');
	background-position:	0px 0px;
	background-repeat:		repeat-x;
}

#divNavigationHorizontal ul, #divNavigationHorizontal ul li {
	list-style:				none;
	margin:					0px;
	padding:				0px;
}

#divNavigationService {
	border:					0px dashed #ccc;

	width:					310px !important;
	
	height:					20px;
	

	margin-top:				16px;
	margin-bottom:			0px;
	margin-left:			358px;
	margin-right:			5px;

	text-align:				left;
	float:					left;

	background-color:		transparent;
	background-image:		url('');
	background-position:	0px 0px;
	background-repeat:		no-repeat;
}

#divNavigationService ul, #divNavigationService ul li {
	list-style:				none;
	margin:					0px;
	padding:				0px;
}

#divContent {
	border:					0px dashed #ccc;

	width:					642px;
	

	margin-top:				50px;
	margin-bottom:			0px;
	margin-left:			25px;
	margin-right:			10px;

	position:				relative;
	text-align:				left;
	float:					left;

	background-color:		white;
	background-image:		url('');
	background-position:	0px 0px;
	background-repeat:		no-repeat;
}

#divSidebar {
	border:					0px dashed #ccc;

	width:					250px;
	
	margin-top:				50px;;
	margin-bottom:			0px;
	margin-left:			8px;
	margin-right:			0px;

	text-align:				left;
	float:					left;

	background-color:		transparent;
	background-image:		url('');
	background-position:	0px 0px;
	background-repeat:		no-repeat;
}

#divFooter {
	border:					0px dashed #ccc;

	width:					930px;
	height:					111px;

	margin-top:				50px;
	margin-bottom:			0px;
	
	margin-left:			5px;
	margin-right:			auto;
	

	text-align:				left;
	float:					left;



	background-color:		#333;
	background-image:		url('');
	background-position:	0px 0px;
	background-repeat:		no-repeat;
}
/******************************************/
/*** cmsProjectMessagePane ****************/
/******************************************/

#divMessagePane {
	position:			absolute;
	top:				-50px;
	left:				0px;
	width:				100%;
	height:				50px;
	background-color:	#f5d62b;
	border-top:			1px solid #ccc;
	border-bottom:		1px solid #666;
	font-weight: bold;
} /******************************************/
/*** cmsNavigation ************************/
/******************************************/

div#divNavigationHorizontal div.horizontal ul li a{
	text-decoration: none
}

div.horizontal {
	position: absolute;
}

/*======depth0======*/

div.horizontal ul.depth0 {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;

}

div.horizontal ul.depth0 li{
	float: left;

}

div.horizontal ul.depth0 li a{
	/*width: 150px;*/
	font-size:16px;
	font-weight:bold;
	height:35px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height:35px;
	color: #fff;
	background-image: url(/custom/img/navigation_divider.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	float:left;
	/*background-color: red;*/
	/*border: 1px solid #ffffff;*/

}

div.horizontal ul.depth0 li a:hover{
	/*background-image: url(/custom/img/bg_navigation-hover.jpg);*/
	/*background-color: #C60026;*/
	background-color: #7E0017;
	text-decoration:underline;
}

div.horizontal ul.depth0 li a.active {
	/*background-image: url(/custom/img/bg_navigation-hover.jpg);*/
	/*background-repeat: no-repeat;*/
	background-image: url(/custom/img/nav_divider_act_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #C60026;
	color: white;
}

div.horizontal ul.depth0 li a.lefttoactive {
	/*background-image: url(/custom/img/bg_navigation-hover.jpg);*/
	/*background-repeat: no-repeat;*/
	background-image: url(/custom/img/nav_divider_act_left.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: white;
}

div.horizontal ul.depth0 li a.righttoactive {

}

/*======depth1======*/

div.horizontal ul.depth1{
	position: absolute;
	top: 35px;
	left: 0px;
	width:950px;
	background-image: url(/custom/img/navigation_depth1_bg.png);
	background-repeat:repeat-x;
}

div.horizontal ul.depth1 li{
	background-image: none;

}

div.horizontal ul.depth1 li a{
	background-image: url(/custom/img/navigation_divider_depth1.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 18px;
	font-size: 12px;
	font-weight: normal;
	line-height: 29px;
	color: #fff;
	height: 30px;
	padding: 0px 15px 0px 15px;

}

div.horizontal ul.depth1 li a.category:hover{
	background-color:transparent;
	text-decoration:underline !important;
}

div.horizontal ul.depth1 li a.category.active{
	background-color:transparent;
	background-image: url(/custom/img/navigation_divider_depth1.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight:bold;
	color: #ffffff;
}

div.horizontal ul.depth1 li a.category.active:hover{

}

div.horizontal ul.depth1 li a.page:hover{
	background-color: transparent;
	text-decoration: underline !important;

}

div.horizontal ul.depth1 li a.page.active{
	background-color:transparent;
	background-image: url(/custom/img/navigation_divider_depth1.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight:bold;
	color: #ffffff;
}

div.horizontal ul.depth1 li a.page.active:hover{

}


/******************************************/
/*** cmsNavigation post *******************/
/******************************************/


div#divCoverFlowContainer {
	 margin: 0px;
	 height: 245px;
}

div#divCoverFlow {
	 position: absolute;
	 top: 125px;
	 left:5px;
}

div#divCoverFlow p {
	font-size: 12px;
	font-weight: bold;
	margin: 20px;
}

div#divMoodImage {
	 margin: 65px 0px 0px;
	 height: 180px;
}

div#divMoodDelimiter {
	 position: absolute;
	 margin: 0px;
	 width: 950px;
	 height: 75px;

	 background-image: url('/custom/img/container_bg.png');
	 background-repeat: repeat-x;
}
/******************************************/
/*** cmsNavigation ************************/
/******************************************/

div#divNavigationService div.horizontal ul li a{
	text-decoration: none
}

div.service {
	position: absolute;
}

/*======depth0======*/

div.service ul.depth0 {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.service ul.depth0 li{
	float: left;
}

div.service ul.depth0 li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#949494;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

div.service ul.depth0 li a:hover{
	color:#333333;
}

div.service ul.depth0 li a.active {
	color:#666666;
}

div.service ul.depth0 li a.lefttoactive {

}

div.service ul.depth0 li a.righttoactive {

}

div.service ul.depth0 li a.divider {
	background-image: url(/custom/img/navigation_divider_service.png);
	background-repeat: no-repeat;
	background-position: right;
} /******************************************/
/*** cmsNavigation ************************/
/******************************************/

div#divNavigationCustom {
	position: relative;
	top: -8px;
	width: 190px;
	margin-right: 10px;
	float: left;
}

div#divNavigationCustom div.custom ul li a{
	text-decoration: none
}

/*======depth0======*/

div.custom ul.depth0{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.custom ul.depth0 li{
	float: none;

}

/*======depth2======*/

div.custom ul.depth2{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.custom ul.depth2 li{
	background-color: transparent;

}

div.custom ul.depth2 li a{
	display: block;
	width: 190px;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 12px;
	font-weight: bold;
	color: #A60020;
}

div.custom ul.depth2 li a.category:hover{
	color: #323232;
}

div.custom ul.depth2 li a.category.active{
	color: #323232;
}

div.custom ul.depth2 li a.category.active:hover{
	color: #323232;
}

div.custom ul.depth2 li a.page:hover{
	color: #323232;
}

div.custom ul.depth2 li a.page.active{
	color: #323232;
}

div.custom ul.depth2 li a.page.active:hover{
	color: #323232;
}















/******************************************/
/*** cmsHeader ****************************/
/******************************************/

#divLogo {
	position:absolute;
	left:20px;
	top:35px;
	width:167px;
	height:29px;
}


#divSiteSearch {
	position:absolute;
	left:729px;
	top:17px;
	color:#949494;
}

#divSiteSearch input {
	width:132px;
	color:#666666;
	border:solid 1px #BFBFBF;
	padding-left:2px;
}

.grey {
	color:#949494;
}

/* Header Mytennis */

.mytennisHeader {
	position: relative;
	z-index: 1000;
	top: 60px;
	right: 30px;
}
.mytennisHeaderLinks {
	font-weight: bold;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.mytennisHeaderLinksEmpty {
	background-image: url(/custom/img/button_down.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-weight: bold;
	height: 15px;
	display: block;
	width: 20px;
	margin-left: 5px;
	float: right;
	position: absolute;
	right: 11px;
	top: 11px;
}
a.mytennisMenuLink, a.mytennisMenuLink:hover {
	color: #000000;
	text-decoration: none;
}
a.mytennisMenuName, a.mytennisMenuName:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 26px;
}
.mytennisHeaderMenuContainer {
	right: -12px;
	top: -12px;
	width: 300px;
	display: none;
	position: absolute;
	z-index: 100000;
}
.mytennisMenuContent {
	background-color: #EEEEEE;
	height: 45px;
	padding: 10px;
	margin: 1px;
}
.mytennisHeaderMenu {
	position: relative;
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
}
.mytennisHeaderContent {
	font-weight: bold;
	padding-right: 20px;
	background-image: url(/custom/img/button_up.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 15px;
}
.mytennisMenuImage {
	border: 1px solid #D9D9D9;
	padding: 2px;
	margin-right: 10px;
	float: left;
	background-color: #FFFFFF;
}
.mytennisMenuNav {
	float: left;
	margin-top: 3px;
	line-height: 14px;
}
/* ---- LANGUAGE SELECTION ---- */

div #divLanguage {
	position: absolute;
	top: 20px;
	right: 600px;
	text-align: right;
}

div #divLanguage a {
	color:#949494;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

div #divLanguage a:hover {
	color:#333333;
}

div #divLanguage span.delimiter {
	font-size:11px;
	color:#333333;
	padding: 0px 6px;
}

div #divLanguage span.active {
	font-size:11px;
	color:#333333;
} /******************************************/
/*** cmsContent ***************************/
/******************************************/

/* ---- CONTAINER ELEMENTS ---- */
div #divTeaserBoxContainer {
	 width:423px;
	 margin-right:15px;
	 /*margin-bottom:10px;*/
	 float:left;
}

div #divTeaserPageContainer {
	 width: 423px;
	 margin-left:18px;
	 float:left;
}

div.teaserBild img {
	margin-right: 10px;
}

/* ---- SEARCH BOX START ---- */
div #divSearchBox {
	position: relative;
	width:423px;
	min-height:20px;
	margin-bottom:10px;
	margin-right:15px;
	float:left;
	font-size:12px;
	color:#333333;
}

div #divSearchBox div#divSearchTop {
	height:36px;
	border-left:solid 1px #D9D9D9;
	padding-top:1px;
}


div #divSearchBox a.categoryItem, div #divSearchBox a.categoryItemActive {
	display:block;
	float:left;
	height:36px;
	line-height:37px;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #D9D9D9;

	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

div #divSearchBox a.categoryItem {
	color:#949494;
}

div #divSearchBox a.categoryItem:hover {
	color:#333333;
}

div #divSearchBox a.categoryItemActive {
	background-color:#FFFFFF;
	color:#333333;

}

div #divSearchBox a.categoryItemSmall, div #divSearchBox a.categoryItemActiveSmall {
	display:block;
	float:left;
	height:32px;
	line-height:33px;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #D9D9D9;

	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

div #divSearchBox a.categoryItemSmall {
	color:#949494;
}

div #divSearchBox a.categoryItemActiveSmall {
	background-color:#FFFFFF;
	color:#333333;

}

div #divSearchBox #divSearchContent {
	min-height:35px;
	padding:15px;
}



/* ---- SEARCH BOX END ---- */



/* ---- NEWS BOX ---- */
div #divNewsBox {
	margin-bottom: 10px;
}

div .newsBox {
	float: left;
	width: 423px;
	height: 371px;
}

div .BoxContentContainer {
	background-image:url(/custom/img/box_bg_shade.jpg);
	background-repeat:repeat-x;
	margin: 0px 1px;
}

div .BoxContent {
	padding:12px 8px 0px 8px;
	margin-bottom:10px;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	font-size:11px;
	color:#333333;
}

div .BoxContent div.BoxContentElement {
	height: 65px;
	padding: 5px;
	margin-bottom: 5px;
	cursor:pointer;
}

div .BoxContent div.BoxContentElement:hover {
	background-image:url('/custom/img/box_bg_element_hover.png');
}

div .newsBox h1 {
	font-size:12px;
	font-weight:bold;
	color:#A80020;
	margin: 0px;
	padding-bottom:0px;
	line-height: 16px;
}

div .newsBox h1.DetailArtTitelImp {
	font-size:12px;
	font-weight:bold;
	color:#A80020;
	margin: 0px;
	padding-bottom:2px;
	line-height: 16px;
}

div .newsBox h1:hover {
	text-decoration: none;
}

div .BoxTopTitle {
	height:26px;
	padding-top: 8px;
	padding-left:15px;
	font-weight:bold;
	font-size:16px;
	color:#333333;
}

/* ---- SMALL TEASER BOX  ---- */
div .smallTeaserBoxImage, div .smallTeaserBoxNoImage  {
	width: 204px;
	height: 181px;
	margin-bottom: 10px;
	float:left;
	cursor:pointer;
}

div .BoxContentContainerSmall {
	margin: 0px 1px;
}

div .BoxContentSmall {
	width: 174px;
	padding:12px 13px 0px 13px;
	margin-bottom:10px;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	background-image:url(/custom/img/box_small_bg_shade.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	color:#333333;
	overflow:hidden;
	float:left;
}

div .BoxContentSmall:hover {
	background-image:url();
}

/* ---- PROFILE BOX START ---- */
div #divProfileBox {
	position: relative;
	width:423px;
	min-height:20px;
	margin-bottom:10px;
	margin-right:15px;
	float:left;
	font-size:12px;
	color:#333333;
}

div #divProfileBox div#divProfileBoxTop {
	height:36px;
	border-left:solid 1px #D9D9D9;
	padding-top:1px;
}

div #divProfileBox a.categoryItem, div #divProfileBox a.categoryItemActive {
	display:block;
	float:left;
	height:36px;
	line-height:37px;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #D9D9D9;

	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

div #divProfileBox a.categoryItem {
	color:#949494;
}

div #divProfileBox a.categoryItemActive {
	background-color:#FFFFFF;
	color:#333333;
}

div #divProfileBox a.categoryItemSmall, div #divProfileBox a.categoryItemActiveSmall {
	display:block;
	float:left;
	height:32px;
	line-height:33px;
	padding-left:15px;
	padding-right:15px;
	border-right:solid 1px #D9D9D9;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

div #divProfileBox a.categoryItemSmall {
	color:#949494;
}

div #divProfileBox a.categoryItemActiveSmall {
	background-color:#FFFFFF;
	color:#333333;

}

div #divProfileBox #divProfileBoxContent {
	min-height:35px;
	padding:15px;
}

/* ---- SEARCH BOX END ---- */


/* ---- ICON LINKS ---- */
.icnLinkList {
	font-size:11px;
	color:#444444;
	font-weight:normal;
	text-decoration:none;
	padding-right:20px;
	background-image:url(/custom/img/icon/link_icon_list.png);
	background-repeat:no-repeat;
	background-position:top right;	
	height: 15px;
	display: block;	
}

.icnLinkArrow {
	font-size:11px;
	color:#444444;
	font-weight:normal;
	text-decoration:none;
	padding-right:20px;
	background-image:url(/custom/img/button_down.png);
	background-repeat:no-repeat;
	background-position:top right;
	height: 15px;
	display: block;	
}

.icnLinkArrow_up {
	font-size:11px;
	color:#444444;
	font-weight:normal;
	text-decoration:none;
	padding-right:20px;
	background-image:url(/custom/img/button_up.png);
	background-repeat:no-repeat;
	background-position:top right;
	height: 15px;
	display: block;	
}

/* ---- GENERIC BOX ELEMENTS ---- */
div .BoxTopStraight {
	width: 200px;
	margin: 2px 2px 1px;
	float:left;
}

div .BoxTop {
	width:196px;
	height:4px;
	background-color:#FFFFFF;
	border-top:solid 1px #D9D9D9;
}
div .BoxBottom {
	height:6px;
	background-color:#FFFFFF;
	border-bottom:solid 1px #D9D9D9;
}

div .BoxTopWide {
	width:415px;
	height:4px;
	background-color:#FFFFFF;
	border-top:solid 1px #D9D9D9;
}
div .BoxBottomWide {
	width:415px;
	height:6px;
	background-color:#FFFFFF;
	border-bottom:solid 1px #D9D9D9;
}

/* ---- CUSTOM STYLES ---- */

div.smallTeaserBoxImage h1, div.smallTeaserBoxNoImage h1 {
	font-size:12px;
	font-weight:bold;
	color:#A80020;
	margin: 0px;
	padding: 0px;
}

.titleRedSmall {
	font-size:20px;
	font-weight:bold;
	color:#A80020;
}

p.shop_button {
	padding: 5px 10px;
	margin-top: 5px;
	float: right;
}

p.shop_button a, p.shop_button a:link, p.shop_button a:visited, p.shop_button a:active {
	color: #FFFFFF;
	font-weight: bold;

}
p.shop_button a:hover {
	text-decoration: underline;
}

/* ---- BREADCRUMB NAVIGATION ---- */

div #divBreadcrumb {
	position: relative;
	color:#A80020;
	height:28px;
}

div #divBreadcrumb a {
	color:#A80020;
	text-decoration:none;
	background-image: url(/custom/img/breadcrumb_red.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 12px 0 0;
	margin-right: 3px;
}

div #divBreadcrumb span.delimiter {
	
}

div #divBreadcrumb span.active {
	font-size:11px;
	color:#333333;
}

/* ---- PROFILE myTENNIS ---- */

div.BoxContentHead {
	font-size: 12px;
	background-color: #d9d9d9;
	padding: 0px 14px;
	font-weight: bold;
	height: 23px;
	margin: 1px 2px;
	line-height: 23px;
}
div.BoxContentHead div {
	float: left;
}

div.profileInfos {
	float: left;
	margin-right: 15px;
	width: 180px;
}
div.profileInfoPart {
	border-bottom: 1px dashed #d8dad9;
	line-height: 17px;
	padding: 8px 1px;
}

div.profileInfoPart div.title, div.profileInfoPart-last div.title {
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

div.profileInfoPart-last {
	line-height: 17px;
	padding: 8px 1px;
}
div.profileInfoPart div, div.profileInfoPart-last div {
	clear: both;
}
div.profileInfoPart div span.col1, div.profileInfoPart-last div span.col1 {
	font-size: 11px;
	float: left;
}
div.profileInfoPart div span.col2, div.profileInfoPart-last div span.col2 {
	font-size: 11px;
	float: right;
}

div.profilePhoto {
	border: 1px solid #d8dad9;
	padding: 5px;
}

div.BoxContentContainerProfile {
	/*background-image: url(/custom/img/box_bg.png);
	background-repeat: repeat-x;*/
	margin: 0px 1px;
}
div.myTurniere {
	font-size: 12px;
	padding: 0px 6px 25px 6px;
}

div.myPlayer {
	height: 50px;
	clear: both;
	font-size: 12px;
}

div.myPlayer div.clubname {
	font-size: 11px;
	margin-top: 4px;
}
div.myPlayer div.playername {
	margin-top: 4px;
	margin-left: 5px;
	float: left;
	width: 244px;
}

div.myTurniere div {
	float: left;
}

div.profilBox {
	float: left;
	width: 100%;
	margin-bottom: 13px;
}
div.resultateLegende {
	font-size: 12px;
	border-top: 1px solid #e5e5e5;
	text-align: right;
	padding: 7px 0px 0px 0px;
}

div.mySpieler {
	height: 31px;
	font-size: 12px;
	padding: 6px 6px 25px 6px;
}
div.mySpieler div {
	float: left;
}
div.mySpieler:hover {
	background-image: url('/custom/img/box_bg_element-small_hover.png');
	background-repeat: no-repeat;
}
a.sendMessage, a.sendMessage:link, a.sendMessage:active, a.sendMessage:visited {
	color: #355669;
	display: block;
	margin: 6px 0px;
	font-weight: normal !important;
	font-size: 11px;
}
a.sendMessage:hover {
	font-weight: normal !important;
	font-size: 11px;
}

div.BoxContentSpieler {
	padding: 6px 8px 0px 8px;
	margin-bottom: 10px;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	font-size: 11px;
	color: #333333;
}

/* ---- PORTRAIT PAGE ---- */

div.portraitPhoto {
	padding: 5px;
	float: left;
	width: 97px;
	height: 122px;
	margin-bottom: 18px;
	margin: 9px 0px;
	margin: 0px;
	background-image: url('/custom/img/portrait-bg-left.jpg');
	background-repeat: no-repeat;
}
div.portraitTitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	padding: 18px 0px 10px 0px;
}
div.portraitText {
	padding: 10px 0 0 0;
	float: left;
	width: 205px;
	height: 130px;
	margin: 9px 0px;
	margin: 0px 0 8px 0;
	background-image: url('/custom/img/portrait-bg-right.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
}

/* Search Menu */

div#divSearchContent input[type=text], div#divTurnierAdd input[type=text], div#divFavTurnierAdd input[type=text], div#divSpielerAdd input[type=text], div#divFavSpielerAdd input[type=text], div#divFavClubCenterAdd input[type=text] {
	width: 162px;
	height: 18px;
	border: 1px solid #d9d9d9;
	margin-right: 15px;
}

div#divSearchContent select, div#divTurnierAdd select, div#divFavTurnierAdd select, div#divFavClubCenterAdd select {
	width: 164px;
	border: 1px solid #d9d9d9;
	margin-right: 15px;
}

div#divSearchContent a.inputSubmit, div#divTurnierAdd a.inputSubmit, div#divFavTurnierAdd a.inputSubmit, div#divSpielerAdd a.inputSubmit, div#divFavSpielerAdd a.inputSubmit, div#divFavClubCenterAdd a.inputSubmit {
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 70px;
	height: 20px;
	margin: 10px 0px;
	float: right;
}

.inputSubmitSearch {
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 10px 0px;
	margin-top:-23px; 
	float: right;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 0px;
	background-color: transparent;
	background-image: url('/custom/img/submit.jpg');
	width: 70px;
	height: 20px;
}

div#divSearchContent a.inputReset {
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 100px;
	height: 20px;
	margin: 10px 0px;
	float: right;
	display: none;
	position: absolute;
	right:98px;
	margin-top:-23px;
}

div#divSearchContent a.inputPDF {
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 44px;
	height: 20px;
	margin: 10px 0px;
	float: right;
	display: none;
	position: absolute;
	right:211px;
	margin-top:-23px;
}

/* List Page */

div #divListBox {
	position: relative;
	width:423px;
	min-height:20px;
	margin-bottom:10px;
	margin-right:15px;
	float:left;
	font-size:12px;
	color:#333333;
}

div #divListBox div#divListTop {
	height:36px;
	border-left:solid 1px #D9D9D9;
	padding-top:1px;
	padding-right: 8px;
}

div #divListBox a.categoryItem, div #divListBox a.categoryItemActive {
	display: block;
	float: left;
	height: 36px;
	line-height: 37px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #D9D9D9;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

div #divListBox a.categoryItem {
	color:#949494;
}

div #divListBox a.categoryItemActive {
	background-color:#FFFFFF;
	color:#333333;
}

div #divListBox #divListContent {
	padding: 15px 15px;
}

div#divListPaging {
	border-top: 1px solid #d9d9d9;
}

div#divListPaging div.pagingLeft {
	float: left;
	width: 20%;
	text-align: left;
	border-right: 1px dotted #d9d9d9;
}
div#divListPaging div.pagingMiddle {
	float: left;
	width: 52%;
	text-align: center;
	padding: 7px 15px;

}
div#divListPaging div.pagingRight {
	float: right;
	width: 20%;
	text-align: right;
	border-left: 1px dotted #d9d9d9;
}

div.pagingLeft a {
	display: block;
	background-image: url('/custom/img/arrow_left.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 7px 15px;
	margin-left: 15px;
}

div.pagingRight a {
	display: block;
	background-image: url('/custom/img/arrow_right.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 7px 15px;
	margin-right: 15px;
}

div.listItem {
	padding: 9px;
	height: 65px;
	margin: 5px 0px;
}

div.listItem:hover {
	background-image: url('/custom/img/listItemBG.jpg');
}

div.listItem > img {
	float: left;
}
div.listItem > div {
	margin-left: 10px;
	float: left;
}
div.listItem * .date {
	color: #939393;
}
div.listItem * .title {
	color: #A80020;
	font-size: 14px;
	font-weight: bold;
}

div#divListContent a.inputSubmit {
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	width: 70px;
	height: 20px;
	margin: 10px 0px;
	float: right;
}

.icnLinkArrowRight {
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	padding-right: 20px;
	height: 15px;
	background-image: url(/custom/img/but_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center right;
}
div.bottomButton {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0px 4px 0px;
}
a.profileButton, a.profileButton:link, a.profileButton:visited, a.profileButton:active {
	font-size: 11px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 4px 8px;
	float: right;
}

div.hiddenTurnierList {
	display: none;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 3px;

}
div.turniereSubtitel {
	font-size: 12px;
	margin: 0px 8px 9px 7px;
	font-weight: bold;
}

/*---Formulare----*/

form.form{
	border: 1px solid #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
}

.form input, .form textarea, .form select{
	border: 1px solid #c8c7c7;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
}

.form input.button{
	color: red;
}

.form div.fieldLabel{
	padding-left: 5px;
}

.form-title{
	background-color: #333333;
	color: #ffffff;
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
}

.form div.option div div input{
	border: none;
}

.form input[type=submit]{
	background-color: #a80020;
	height: 22px;
	color: #ffffff;
}

.form input[type=file]{
	width: 195px;
}

/*----Organigramm Table---*/

table.organigramm{
	margin: 0 0 45px 0;
}

table.organigramm tr td{
	height: 45px;
	text-align: center;
	vertical-align: middle;
	/*width: 212px;*/
	font-size:12px;
	color:#333333;
	line-height: 16px;
}

table.teilzwei{
	margin: 0 0 0 95px;
}

table.teilzwei tr td{
	line-height: 16px;
	height: 45px;
	text-align: center;
}

table.organigramm-eine-reihe{
	margin: 0 0 28px 0px;
}

table.organigramm-eine-reihe tr td{
	height: 45px;
	text-align: center;
	vertical-align: middle;
	/*width: 212px;*/
	font-size:12px;
	color:#333333;
	line-height: 16px;
}

/*---Tabellen----*/

table.stTable tr td{
	border-bottom: 1px solid #d9d9d9;
}

/* News HR */
hr.news_bottom {
	margin-top: 15px;
	border: 1px none;
	background-color: #E6E6E6;
	color: #E6E6E6;
	height: 1px;
}

.thumbnailLink {
	display: block;
	height: 40px;
}
/******************************************/
/*** cmsSidebar ***************************/
/******************************************/


#divSidebarContainer {
	 width: 240px;
	 padding: 5px;
}

#divSidebar .sidebarTeaser {
	margin-bottom: 5px;
}

#divSidebar .contentBoxHeader {
	color:#333333;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:9px;
}

#divSidebar .contentBoxHeader p {
	padding-top:4px;
	font-weight:bold;
}

#divSidebar .contentBanner {
	margin-bottom: 5px;
	padding: 9px;
}

#divSidebar .contentBoxNoShade {
	padding: 9px;
	height: 75px;
	padding-bottom: 18px;
}

#divSidebar .contentBoxShade {
	margin: 0px 2px;
	padding: 6px 9px 12px 9px;
	background-image:url('/custom/img/sidebar_bg.jpg');
	background-repeat:no-repeat;

}

#divSidebar .sponsorTitle {
	font-size:10px;
	color:#949494;
	width:219px;
	padding-bottom:5px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
}

#divSidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 35px;
}

/*---FUNKTIONEN---*/

a.print{
	background-image: url('/custom/img/print_button.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-right: 10px;
	
}

a.empfehlen{	
	background-image: url('/custom/img/empfehlen_icon.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted #d9d9d9;
	margin-left: 5px;
	height: 23px;
}

/*---myTENNIS Sidebar---*/

div#divSidebarContainer div#divSidebarTeaser div.content img{
	margin-top: 3px;
}

div#divSidebarContainer div#divSidebarTeaser div.content a{
	color: #335979;
}

div#clubs{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
	margin: 10px 0 12px 0 !important;
}

span.title-sidebar{
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}

div#clubs p{
	font-size: 11px;
	line-height: 16px;	
}

table#klassierungsdaten{
	width: 219px;
}

table#klassierungsdaten tr td{
	padding-right: 18px;
	padding-bottom: 2px;
	vertical-align: top;
}

table#klassierungsdaten tr td.button a{
	background-image: url(/custom/img/button_resultatblatt.jpg);
	background-repeat: no-repeat;
	width: 125px;
	height: 22px;
	color: #000000 !important;
	display: block;
	text-align: center;
	padding: 4px 0 0 0;	
	margin: 0px;
	font-size: 11px;
}

table#klassierungsdaten tr td.button{
	padding: 10px 0 0 0;
}

table#klassierungsdaten tr td.button a:hover{
	text-decoration: none;
	background-image: url(/custom/img/button_resultatblatt-hover.jpg);
}

/*---Communities---*/

a.facebookLink{
	font-size:11px;
	color:#335979;
	text-decoration:none;
	background-image:url(/custom/img/icon_facebook.jpg);
	background-repeat: no-repeat;
	padding-left:17px;
	background-position:0px 0px;
	height: 14px;
	line-height: 20px;
}

a.twitterLink{
	font-size:11px;
	color:#335979;
	text-decoration:none;
	background-image:url(/custom/img/icon_twitter.jpg);
	background-repeat: no-repeat;
	padding-left:17px;
	background-position:0px 0px;
	height: 14px;
	margin-bottom: 5px;
	line-height: 20px;
}

a.myspaceLink{
	font-size:11px;
	color:#335979;
	text-decoration:none;
	background-image:url(/custom/img/icon_myspace.jpg);
	background-repeat: no-repeat;
	padding-left:17px;
	background-position:0px 0px;
	height: 14px;
	margin-bottom: 5px;
	line-height: 20px;
}

/*---?NDERN---*/

a.aendern{
	background-image:url(/custom/img/aendern_image.gif);
	width: 65px;
	height: 21px;
	display: block;
	position: absolute;
	margin: 8px 0 0 148px;
}

a.aendern:hover{
	background-image:url(/custom/img/aendern_image-hover.gif);
}

div.contentBoxHeader a{	
	background-image:url(/custom/img/icon_aendern.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	margin-top: 3px;
	height: 15px;
	display: block;
	color: #000000;
	width: 37px;
}

div.contentBoxHeader table{
	width: 230px;
}

p.mailLink{
	background-position: 0px 6px;
}

p.mailLink a, span.mailLink a{
	color:#335979;
	text-decoration:none;	
	font-size: 11px;
}

p.sidebarLink{
	background-position: 0px 6px;
}

p.sidebarLink a, span.sidebarLink a {
	color:#335979;
	text-decoration:none;
}

p.sidebarPdfLink{
	background-position: 0px 4px;
}

p.sidebarPdfLink a, span.sidebarPdfLink a{
	color:#335979;
	text-decoration:none;
}

a.bannerFlashLink {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 220px;
	height: 181px;
	background: transparent;
}
/******************************************/
/*** cmsFooter ****************************/
/******************************************/

#divFooter {
	padding-left:20px;
}


div.footerElement {
	display:block;
	float:left;
	border-left:solid 1px #666666;
	height:93px;
	padding-left:14px;
	padding-top:18px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	
}

#divFooter #footerPartners {
	width:140px;
}

#divFooter #footerSponsors {
	width:440px;
}

#divFooter #footerLegalInfo {
	width:230px;
}

#divFooter a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
	text-decoration:none;
}
#divFooter a:hover {
	color: #FFFFFF;
}
/* Container (selfMade)
#lightboxContainer{	position: absolute; top: 0; left: 0; z-index: 95; width: 100%; height:500px; display:none; }
*/
#lightbox{	position: absolute; top: 50px; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #ffffff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left center no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right center no-repeat; } 	

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height:500px ; background-color: #000; }

/* Text: 'Bild-Name', 'Bild 1 von 10' und 'Schliessen Link' */
#imageDataContainer{
	position:relative;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	display:block;
	border-top:1px solid #FFFFFF;
}

#imageData {
	color: #666666;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}

#imageData #imageDetails{
	float:left;
	width:70%;
	text-align:left;
	padding-bottom:10px;
}

/* Bild-Name */
#imageData span#caption {
	display:block;
	font-family:Verdana;
	font-size: 20px;
	line-height:1.5em;
	color: #7f7f7f;
	font-weight:bold;
}

/* Bild-Nummer */
#imageData span#numberDisplay {
	padding-bottom:10px;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	color:#006699;
}

/* Schliessen-Link */
#imageData div#bottomNav {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
	display:block;
	margin:0px;
}

#imageData a#bottomNavClose {
	color:#006699;
	text-decoration:underline;
}

#imageData a#bottomNavClose:hover {
	text-decoration:none;
}

/* Gallery Containers */
div#galleryContainer {
	margin:0px;
	background-color: #F2f2f2;
}

div#galleryThumbContainer {
	position:relative;
	margin:10px 0px 0px 6px;
	width:100%;
}
div#galleryNavigationContainer {
	float:right;
	display:inline-block;
	margin:20px 12px 10px 0px;
	width:100%;
	height:22px;
	text-align:right;
}

/* Style pro ThumbBox */

div.thumbBox {
	float:left;
	margin:0px 4px 10px 0px; 
	padding:0px;
	width:119px;
	height:119px;
	cursor:pointer;
	text-align:center;
	background-image:url(/custom/img/bg_thumbbox.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div.thumbBox:hover {
	background-image:url(/custom/img/bg_thumbbox_over.gif);
	background-position:top left;
	background-repeat:no-repeat;

}

div.dummyBox {
	float:left;
	margin:0px 10px 10px 0px; 
	padding:0px;
	width:119px;
	height:119px;
	text-align:center;
}

div#galleryNavigationContainer a.navBtnBack {
	display:inline-block;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #cccccc;
	padding: 2px 5px 2px 15px;
	margin-right: 10px;
	background-image: url(/img/icon/ico-back.gif);
	background-repeat:no-repeat;
	background-position:4px center;
}

div#galleryNavigationContainer a.navBtnBack:hover {
	background-color: #dfdfdf;
}


div#galleryNavigationContainer a.navBtnBack_inactive {
	display:inline-block;
	color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-bottom:1px solid;
	padding: 2px 5px 2px 15px;
	margin-right: 10px;
	background-image: url(/img/icon/ico-back_inactive.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	cursor:default;
}

div#galleryNavigationContainer a.navBtnBack_inactive:hover {

}

div#galleryNavigationContainer a.navBtnNext {
	display:inline-block;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #cccccc;
	padding: 2px 15px 2px 5px;
	margin-left: 10px;
	background-image: url(/img/icon/ico-next.gif);
	background-repeat:no-repeat;
	background-position:92% center;
}

div#galleryNavigationContainer a.navBtnNext_inactive {
	display:inline-block;
	color: #cccccc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-bottom:1px solid;
	padding: 2px 15px 2px 5px;
	margin-left: 10px;
	background-image: url(/img/icon/ico-next_inactive.gif);
	background-repeat:no-repeat;
	background-position:92% center;
	cursor:default;
}

div#galleryNavigationContainer a.navPageNumber {
	display:inline-block;
	color:#e10000;
}

div#galleryNavigationContainer a.navPageNumber:hover {
	text-decoration:none;
}

div#galleryNavigationContainer a.navPageNumber_active {
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	color:#e10000;
}

div#galleryNavigationContainer a.navPageNumber_active:hover {
	
}

div#galleryNavigationContainer a.navPageSpacer {
	color:#e10000;
	display:inline-block;
}

.galTable {
	margin-top:0px;
	margin-left:0px;
}

.galTd {
	width:120px;
	height:120px;
	text-align:center;
	vertical-align:middle;
}

.galBox {
	margin-bottom: 10px;
	clear: both;
}


div.BoxGalContainer {
	background-repeat: repeat-x;
	margin: 0px 2px;
	clear: both;
}

div.BoxGalContent {
	padding: 5px 8px 3px 8px;
	font-size: 11px;
	color: #333333;
	background: #F2F2F2;
}

div.BoxGalTitle {
	height:26px;
	padding-top: 8px;
	padding-left:15px;

	font-weight:bold;
	font-size:16px;
	color:#333333;
	float: left;
}
.GalImgCount {
	line-height: 32px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-right: 12px;
	float: right;
}
/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("calendar/skins/aqua/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("calendar/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("calendar/skins/aqua/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { background: url("calendar/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("calendar/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("calendar/skins/aqua/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("calendar/skins/aqua/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("calendar/skins/aqua/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("calendar/skins/aqua/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("calendar/skins/aqua/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("calendar/skins/aqua/today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("calendar/skins/aqua/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("calendar/skins/aqua/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  font-size: 9px;
  background: url("calendar/skins/aqua/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("calendar/skins/aqua/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("calendar/skins/aqua/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("calendar/skins/aqua/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("calendar/skins/aqua/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("calendar/skins/aqua/normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("calendar/skins/aqua/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("calendar/skins/aqua/active-bg.gif"); color: #fff;
}





/************************/
/* BWISE Custom Styles  */
/************************/

.marginTop {
margin-top: 5px;
}

.marginBottom {
margin-bottom: 20px;
}

.marginRightBottom {
margin: 5px 20px 10px 0px;
}

.marginLeftBottom {
margin: 0px 0px 10px 20px;
}

.marginRight {
margin: 0px 5px 10px 0px;
}

.form {
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
color: #333333;
}

.button {
font-size: 12px;
}

.form-title {
font-size: 12px;
}

.option {
border: none;
}

.footerPartner {
/*opacity: 0.75;
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
filter:alpha(opacity=75);*/
}

p {
font-family: Arial, sans-serif;
font-size: 12px;
color: #333;
margin: 0px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:20px;
color: #333333;
margin:0px;
padding-bottom:15px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
line-height: 20px;
color: #333333;
margin:0px;
padding-bottom:12px;
}

span {
font-family: Arial, sans-serif;
font-size: 12px;
color: #333;
margin: 0px;
}

p.legend {
font-weight:normal;
font-size: 11px;
color: #949494;
padding: 5px 0px;
border-bottom: solid 1px #E5E5E5;
}

a {
color:#A30221;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

ul, ol {
font-family: Arial, sans-serif;
font-size: 12px;
color: #333;
margin-left: 0px;
padding-left: 0px;
line-height: 20px;
list-style-position: inside;
}

.stTable thead tr, .stTableNarrow thead tr {
background-color:#333333;
color:#FFFFFF;
font-weight:bold;
}

.stTable thead td, .stTableNarrow thead td {
padding:4px;
padding-left:10px;
color:#FFFFFF;
}

.stTable tbody td, .stTableNarrow tbody td {
padding:5px;
padding-left:10px;
border-bottom:solid 1px #d9d9d9;
}

.spaced {
line-height: 20px;
}

.infoBoxGrayWide {
line-height: 16px !important;
width: 282px;
background-color: #F2F2F2;
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
padding: 15px;
float:left;
margin: 5px 20px 15px 0px;
}

.infoBoxGrayNarrow {
line-height: 16px !important;
width: 126px;
background-color: #F2F2F2;
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
padding: 15px;
float:left;
margin: 5px 20px 15px 0px;
}

.mailLink {
color:#335979;
text-decoration:none;
background-image:url(/custom/img/mail.png);
background-repeat:no-repeat;
padding-left:17px;
line-height: 20px;
background-position:0px 3px;
font-size: 11px;
}

.sidebarAddress {
font-size: 11px;
line-height: 16px;
}

.sidebarLink {
font-size:11px;
color:#335979;
text-decoration:none;
background-image:url(/custom/img/icon_link.gif);
background-repeat:no-repeat;
padding-left:17px;
background-position:0px 3px;
line-height:20px;
}

.sidebarPdfLink {
font-size:11px;
color:#335979;
text-decoration:none;
background-image:url(/custom/img/icon_pdf.gif);
background-repeat:no-repeat;
padding-left:17px;
background-position:0px 1px;
line-height:20px;

}

.teaserDate {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#949494;
}

.teaserTitleBig {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#A80020;
}

.teaserTitleSmall {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#A80020;
}

.stTable {
border:none;
font-family:Arial,sans-serif;
font-size:12px;
width:642px;
}

.tableRowGrey {
background-color:#F2F2F2;
font-size: 12px;

}

.tableRowWhite {
background-color:#FFFFFF;
font-size: 12px;
border-bottom:solid 1px #d9d9d9;
}

.stTableNarrow {
border:none;
font-family:Arial,sans-serif;
font-size:12px;
width:312px;
float:left;
padding-right:18px;
padding-bottom:10px;
margin-top: 5px;
}

.leadTeaserPage {
margin-bottom: 15px;
}


