/*
DYNAMIC DATA CONTROL FRAME STD
*/

.ddcf_bar
{
	position:fixed;
	bottom:32px;
	left:0px;
	right:0px;
	height:30px;
	display:none;
}
.ddcf_bar_border
{
	border:1px solid #555555;
}
.ddcf_spacer
{
	height:30px;
	width:100%;
	position:relative;
}


/*
DYNAMIC DATA FRAME STD
*/

.ddf_window
{
	background-color:#ffffff;
	overflow:hidden;
	display:none;
}

.ddf_window_border
{
	border-top:2px solid #bbbbbb;
	border-left:2px solid #bbbbbb;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
}

.ddf_window_border_front
{
	border-top:2px solid #888888;
	border-left:2px solid #888888;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
}

.ddf_w_head
{
	position:relative;
	height:30px;
	line-height:30px;
	width:100%;
}
.ddf_w_head_white span
{
	margin-left:10px;
	font-family:UniversCondensed, Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	cursor:default;
}


.ddf_w_content
{
	position:absolute;
	width:100%;
	top:30px;
	bottom:0px;
	left:0px;
}

.ddf_w_help
{
	position:absolute;
	width:100%;
	top:30px;
	bottom:0px;
	left:0px;
	background-color:#ffffff;
}
.ddf_wh_content
{
	position:absolute;
	right:5px;
	top:20px;
	bottom:5px;
	left:5px;
	overflow:auto;
}
.ddf_wh_close
{
	position:absolute;
	width:20px;
	top:0px;
	height:20px;
	right:10px;
	cursor:pointer;
	background: url(/externals/DynamicDataFrame/www/img/20_close_black.png) no-repeat center center;
}

.ddf_wh_icons
{
	position:absolute;
	height:20px;
	right:5px;
	top:5px;
	zoom:1;
}

.ddf_bar
{
	position:relative;
	float:left;
	height:30px;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

.ddf_bar span
{
	margin-left:5px;
	font-family:UniversCondensed, Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	cursor:default;
}

.ddf_bar_icons
{
	float:left;
	margin-top:5px;
	margin-left:10px;
	height:20px;
}

.ddf_bar_text
{
	float:left;
	line-height:30px;
	height:30px;
}
.ddf_bar_text span
{
	cursor:pointer;
}

.ddf_bi_close
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_close_grey.png) no-repeat center center;
}
.ddf_bi_maximize
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_max_grey.png) no-repeat center center;
}
.ddf_bi_maximized
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_maxed_grey.png) no-repeat center center;
}
.ddf_bi_minimize
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_min_grey.png) no-repeat center center;
}
.ddf_bi_pin
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_pin_grey.png) no-repeat center center;
}
.ddf_bi_pinned
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_pinned_grey.png) no-repeat center center;
}
.ddf_bi_help
{
	margin-right:5px;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_help_grey.png) no-repeat center center;
}

.ddf_loader_div
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: url(/externals/DynamicDataFrame/www/img/throbber.gif) no-repeat center center;
}

.ddf_wh_drag
{
	position:absolute;
	top:0px;
	left:0px;
	right:55px;
	height:30px;
	cursor:move;
	zoom:1;
	background: url(/externals/DynamicDataFrame/www/img/10_transparent.gif);
}

.ddf_whi_close
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_close_grey.png) no-repeat center center;
}
.ddf_whi_maximize
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_max_grey.png) no-repeat center center;
}
.ddf_whi_maximized
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_maxed_grey.png) no-repeat center center;
}
.ddf_whi_minimize
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_min_grey.png) no-repeat center center;
}
.ddf_whi_pin
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_pin_grey.png) no-repeat center center;
}
.ddf_whi_pinned
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_pinned_grey.png) no-repeat center center;
}
.ddf_whi_help
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_help_grey.png) no-repeat center center;
}

.ddf_w_info
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	min-height:40px;
	border-top:1px solid #666666;
}
.ddf_wi_background
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	top:0px;
	background-color:#000000;
	background:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#000000', endColorstr='#000000') progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ddf_wi_text
{
	padding-top:5px;
	position:relative;
}

.ddf_wit_title
{
	color:#ffffff;
	font-family:UniversCondensed, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
}
.ddf_wit_text
{
	color:#ffffff;
	font-size:12px;
}
.ddf_wi_icon_info
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:40px;
	background: url(/externals/DynamicDataFrame/www/img/40_info.png) no-repeat center center;
}
.ddf_wi_icon_error
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:40px;
	background: url(/externals/DynamicDataFrame/www/img/40_error.png) no-repeat center center;
}

.ddf_grad_blue,
.ddf_max_grad_blue
{
	/* http://www.colorzilla.com/gradient-editor/#3b81bb+0,1c5b8e+100;Custom */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #539fe6; /* Old browsers */
	background: -moz-linear-gradient(top, #539fe6 0%, #19588b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#539fe6), color-stop(100%,#19588b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #539fe6 0%,#19588b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #539fe6 0%,#19588b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #539fe6 0%,#19588b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #539fe6 0%,#19588b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539fe6', endColorstr='#19588b',GradientType=0 ); /* IE6-9 */
	zoom:1;
}

.ddf_grad_blue span,
.ddf_max_grad_blue span
{
	color:#ffffff;
}

.ddf_grad_grey,
.ddf_max_advent_grad_grey
{
	/* http://www.colorzilla.com/gradient-editor/#3b81bb+0,1c5b8e+100;Custom */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	zoom:1;
}

.ddf_grad_white
{
	/* http://www.colorzilla.com/gradient-editor/#3b81bb+0,1c5b8e+100;Custom */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	zoom:1;
}

.ddf_grad_white span
{
	color:#767676;
}

/*
DYNAMIC DATA FRAME MAX
special for FAQ and Image Gallerie
*/

.ddf_max_window
{
	overflow:hidden;
	display:none;
}

.ddf_max_w_head
{
	position:absolute;
	height:30px;
	line-height:30px;
	top:0px;
	left:0px;
	right:0px;
}

.ddf_max_w_head_white h2{
	margin-left:10px;
	margin-top:4px;
	font-family:UniversCondensed, Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	cursor:default;
}

.ddf_max_wh_icons
{
	position:absolute;
	height:20px;
	right:0px;
	top:5px;
	zoom:1;
}

.ddf_max_whi_close
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_close_grey.png) no-repeat center center;
}

.ddf_max_w_content_wrapper
{
	background-color:white;
	border-left:#888888 2px solid;
	border-right:#666666 2px solid;
	border-bottom:#666666 2px solid;
	border-top:#888888 2px solid;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-100px;
	padding-top:30px;
	width:400px;
	height:200px;
	overflow:hidden;
}

.ddf_max_w_content
{
	color: black;
}

.ddf_max_w_content_grey
{
	color: #565656;
}
#woasfaqtopdiv, 
.ddf_max_w_content_grey div.gridfloat, 
.ddf_max_w_content_grey div.gridfloat div.simple
{
	position:relative;
}

.ddf_max_w_background
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ddf_max_w_info
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	min-height:40px;
	border-top:1px solid #666666;
}
.ddf_max_wi_background
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	top:0px;
	background-color:#000000;
	background:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#000000', endColorstr='#000000') progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ddf_max_wi_text
{
	padding-top:5px;
	position:relative;
}

.ddf_max_wit_title
{
	color:black;
	font-family:UniversCondensed, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-left::5px;
	padding-top::5px;
}
.ddf_max_wit_text
{
	color:black;
	font-size:12px;
}
.ddf_max_wi_icon_info
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:40px;
	background: url(/externals/DynamicDataFrame/www/img/40_info.png) no-repeat center center;
}
.ddf_max_wi_icon_error
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:40px;
	background: url(/externals/DynamicDataFrame/www/img/40_error.png) no-repeat center center;
}

.ddf_max_loader_div
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: url(/externals/DynamicDataFrame/www/img/throbber.gif) no-repeat center center;
}

/*
DYNAMIC DATA FRAME VIDEO
*/

.ddf_head_video
{
	position:relative;
	height:30px;
	line-height:30px;
	width:100%;
}

.ddf_wraper_video
{
	background-color:white;
	border: 1px solid;
	border-color: black;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-175px;
	width:600px;
	height:350px;
}

.ddf_background_video
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*
DYNAMIC DATA FRAME MAX EXIT
*/

.ddf_max_exit_w_head
{
	position:absolute;
	height:0px;
	top:0px;
	left:0px;
	right:0px;
}

.ddf_max_exit_w_content_wrapper
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:0px;
	margin-top:0px;
	width:0px;
	height:0px;
}

.ddf_max_exit_wh_icons
{
	position:absolute;
	height:0px;
	overflow:visible;
	right:0px;
	top:5px;
	zoom:1;
}

.ddf_max_exit_whi_close
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:35px;
	height:35px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/internet15/35_close_blue.png) no-repeat center center;
}

/*
DYNAMIC DATA FRAME MAX ADVENT
*/
.ddf_max_advent_close{
	right:5px;
	color:#0067b2;
	font-family:UniversCondensed, Arial, sans-serif;
	cursor:pointer;
	line-height:20px;
	margin-right:5px;
}

.ddf_max_advent_head_blue h2{
	margin-left:10px;
	font-family:UniversCondensed, Arial, sans-serif;
	font-size:18px;
	color:#0067b2;
	cursor:default;
}

/*
DYNAMIC DATA FRAME WOdownloadCarousel
*/

.ddf_dlc_window
{
	overflow:hidden;
}

.ddf_dlc_w_head
{
	position:absolute;
	height:30px;
	line-height:30px;
	top:0px;
	left:0px;
	right:0px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	border-bottom:2px solid #ffffff;
	background-color:#19588b;
}

.ddf_dlc_wh_icons
{
	position:absolute;
	height:20px;
	right:5px;
	top:5px;
	zoom:1;
}

.ddf_dlc_whi_close
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	height:20px;
	line-height:20px;
	padding-left:25px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_close_grey.png) no-repeat left center;
}
.ddf_dlc_whi_close span
{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

.ddf_dlc_w_background
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color: #dddddd;
	/*background-color: rgba(221,221,221,.9);*/
	filter: alpha(opacity=90);
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	zoom:1;
}

.ddf_dlc_w_content_wrapper
{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.ddf_dlc_w_content
{
	position:absolute;
	top:32px;
	bottom:0px;
	left:0px;
	width:100%;
}

/* =============================================================================
	 mac headline
============================================================================= */
.ddf_maxheadline_window
{
	overflow:hidden;
	display:none;
}

.ddf_maxheadline_w_head_white h2{
	margin-left:10px;
	font-family:UniversCondensed, Arial, sans-serif;
	font-size:18px;
	color:#ffffff;
	cursor:default;
}

.ddf_maxheadline_wh_icons
{
	position:absolute;
	height:20px;
	right:0px;
	top:-25px;
	zoom:1;
}

.ddf_maxheadline_whi_close
{
	margin-right:5px;
	cursor:pointer;
	float:right;
	width:20px;
	height:20px;
	position:relative;
	background: url(/externals/DynamicDataFrame/www/img/20_close_grey.png) no-repeat center center;
}

.ddf_maxheadline_w_content
{
	color: black;
	left:0px;
	top:0px;
	border-left: 1px solid;
	border-left-color: black;
	border-right: 1px solid;
	border-right-color: black;
	border-bottom: 1px solid;
	border-bottom-color: black;
}

.ddf_maxheadline_w_content_grey
{
	color: #565656;
}
.ddf_maxheadline_w_info
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	min-height:40px;
	border-top:1px solid #666666;
}
.ddf_maxheadline_w_background
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.ddf_maxheadline_w_head
{
	position:absolute;
	top:-30px;
	left:0px;
	height:30px;
	line-height:30px;
	width:100%;
	/* http://www.colorzilla.com/gradient-editor/#1065b0+0,00447b+100;Custom */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(0,70,173,0.7) 0%, rgba(0,45,114,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,70,173,0.7)), color-stop(100%,rgba(0,45,114,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,70,173,0.7) 0%,rgba(0,45,114,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,70,173,0.7) 0%,rgba(0,45,114,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,70,173,0.7) 0%,rgba(0,45,114,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,70,173,0.7) 0%,rgba(0,45,114,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30046ad', endColorstr='#d9002d72',GradientType=0 ); /* IE6-9 */
	zoom:1;
	color:#ffffff;
	margin-left:0px !important;
	border-left: 1px solid;
	border-left-color: black;
	border-right: 1px solid;
	border-right-color: black;
	border-top: 1px solid;
	border-top-color: black;
}

.ddf_maxheadline_w_head span h2
{
	padding-left:0px;
	font-size: 120%;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:15px;
	vertical-align: middle;
}

.ddf_maxheadline_w_content_wrapper
{
	background-color:white;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-160px;
	width:600px;
	height:320px;
}

.ddf_maxheadline_w_content_wrapper_internet
{
	background-color:white;
	border: 1px solid;
	border-color: black;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-160px;
	width:600px;
	height:320px;
}

.ddf_maxheadline_w_content_wrapper_intranet
{
	background-color:white;
	border: 1px solid;
	border-color: black;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-175px;
	width:600px;
	height:350px;
}

.ddf_background_pageRecommend
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


/*
DYNAMIC DATA FRAME custom for receipe detail display
*/

.ddf_hl_max_w_content_wrapper {
	border: 3px solid #c5270d;
	background-color:#ffffff;
	width: 700px;
	padding: 0;
}

.ddf_hl_max_w_head, .ddf_hl_max_w_content {
	position: relative;
}

.ddf_hl_max_w_head {
	background: #c5270d;
	filter: none;
}
.ddf_hl_max_w_head span {
	margin-left:10px;
	font-size:14px;
	color:#ffffff;
	cursor:default;
}

.ddf_hl_max_w_content {
	position:absolute;
	width:100%;
	top:30px;
	bottom:0px;
	left:0px;
	background: url(/externals/DynamicDataFrame/www/img/bg_pattern1.jpg) bottom center repeat-x;
}

/* ddf in admin mode */ 

.ddf_max_w_content p h2
{
	color: #19588b;
	font-size: 1.0833em;
	font-weight: bold;
}

.ddf_max_w_content p h3
{
	color: #19588b;
	font-size: 1em;
	font-weight: bold;
}

.ddf_max_w_content p {
		font-size: 12px;
    padding: 2px 0 6px;
}

/* semidefaultContentTable trHead trOdd trEven */

.ddf_max_w_content table.defaultContentTableNoLayout {width:100%; max-width:770px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border-spacing:0;}
.ddf_max_w_content table.defaultContentTable,
.ddf_max_w_content table.defaultContactTable 		{ width:100%; max-width:770px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:1px solid #cdcdcd;border-spacing:0;}
.ddf_max_w_content table.semidefaultContentTableNoLayout {max-width:770px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border-spacing:0;}
.ddf_max_w_content table.semidefaultContentTable { max-width:770px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:1px solid #cdcdcd;border-spacing:0;}
.ddf_max_w_content table.defaultContentTable tr.trHead {}
.ddf_max_w_content table.defaultContentTable tr.trHead td,
.ddf_max_w_content table.defaultContactTable tr.trHead td	{	color: #212121; padding:1px 2px 1px 5px; margin:0px;border-bottom:1px solid #CDCDCD;vertical-align:middle;
	height:3em;
	zoom:1;
	background: rgb(255,255,255);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}
.ddf_max_w_content table.defaultContentTable tr.trHead2 td.tdHead	{	color: #212121; padding:1px 2px 1px 5px; margin:0px;border-bottom:1px solid #CDCDCD;vertical-align:middle;
	height:3em;
	zoom:1;
	background: rgb(255,255,255);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}
.ddf_max_w_content table.defaultContentTable tr.trOdd td	{background-color:#ebf4fd; padding:1px 2px 1px 5px; margin:0px;  height: 18px;border-bottom:1px solid #CDCDCD;border-right:1px solid #EAEAEA;}
.ddf_max_w_content table.defaultContentTable tr.trEven td	{background-color:#FFFFFF; padding:1px 2px 1px 5px; margin:0px; height: 18px;border-bottom:1px solid #CDCDCD;border-right:1px solid #EAEAEA;}
.ddf_max_w_content table.defaultContentTable tr.trHead td p {margin:0px; padding:0px;}

.ddf_max_w_content table.defaultContactTable tr td	{padding:1px 2px 1px 5px; margin:0px;  height: 18px;border-bottom:1px solid #CDCDCD;}
.ddf_max_w_content table.defaultContactTable tr.trHead td p {margin:0px; padding:0px;}

.ddf_max_w_content table.semidefaultContentTable tr.trHead	{}
.ddf_max_w_content table.semidefaultContentTable tr.trHead td	{color:#212121; padding:1px 2px 1px 5px; margin:0px;border-bottom:1px solid #CDCDCD;vertical-align:middle;
	height:3em;
	zoom:1;
	background: rgb(255,255,255);
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1)));
background-image: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
background-image: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
background-image: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}
.ddf_max_w_content table.semidefaultContentTable tr.trOdd td	{background-color:#ebf4fd; padding:1px 2px 1px 5px; margin:0px;  height: 18px;border-bottom:1px solid #CDCDCD;border-right:1px solid #EAEAEA;}
.ddf_max_w_content table.semidefaultContentTable tr.trEven td	{background-color:#FFFFFF; padding:1px 2px 1px 5px; margin:0px;  height: 18px;border-bottom:1px solid #CDCDCD;border-right:1px solid #EAEAEA;}
.ddf_max_w_content table.semidefaultContentTable tr.trHead td p {margin:0px; padding:0px;}
tr {padding:1px;}

/* special for tables in tables with class */
.ddf_max_w_content table.defaultContentTableNoLayout table,
.ddf_max_w_content table.defaultContentTable table,
.ddf_max_w_content table.defaultContactTable table,
.ddf_max_w_content table.semidefaultContentTableNoLayout table,
.ddf_max_w_content table.semidefaultContentTable table {
	border-collapse:collapse;
}