/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* ez container specs table */

.specs_table {
	width:550px;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;  
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}*/

/* container icon */

td.container_icon {
	padding-right:5px;
	vertical-align:top;
	width:36px;
}

td.container_icon img {
	width:36px;
	height:36px;
}

/* om heel de container naar boven te schuiven */

table.container_content {
	width:550px;
}

/* headers in main content */

.specs_table h2 {
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 20px 0px;
	color:#718184;
}

/* specs table */

.specs table {
	margin-bottom:20px;
	margin-top:0;
	float:left;
}

.specs table td {
	padding:4px 0 4px 0;	
	border-bottom:1px dotted #90BDEA;
	color:#6F9FA5;
}

.specs table td.table_head {
	color:#11869A;
	font-weight:bold;
	font-size:14px;
	border-bottom:0px;
	padding-bottom:10px;
	border-bottom:1px dotted #90BDEA;
}

.specs table td.table_headfirst {
	border-bottom:0px;
	padding-bottom:4px;
	color:#11869A;
	padding-bottom:10px;
	border-bottom:1px dotted #90BDEA;
	font-weight:bold;
}

.specs table td.table_pricefirst {
	border-bottom:0px;
	color:#92A2A5;
}

.specs table .table_leftlabel {
	color:#92A2A5;
}

.specs table td.table_price {
	color:#F77E12;
	font-weight:bold;
	font-size:12px;
	border-bottom:0px;
}

.h3_title span {
	margin: 0px 0 0px 0;
	margin-top /*\**/: 10px\9;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#005360;
	background:url(img/parTitle_arrow.jpg) no-repeat left;
	padding:0px 0 0px 20px;	
	float:left;
	width:530px;
	width /*\**/: 497px\9;
	position:relative;
	left:-5px;
	top:-8px;
	left /*\**/: -37px\9;
}
.h2_title {
	height:15px;
	padding:5px 0;
	margin:0;
	border-bottom:1px dotted #96abaf;
	padding-bottom:8px;
}

#dotted_border {
	/*border-bottom:1px dotted #96abaf;*/
	background:url(img/dotted.gif) repeat-x bottom right;
}

.h3_title {
	height:0px;
	padding:0px;
	margin:0;
	padding:0;
	padding-bottom /*\**/: 10px\9;
	line-height:1.1em;
	line-height /*\**/: 1.4em\9;
}

.h2_title span {
	color:#016878;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#718184;
	position:relative;
	left:-44px;
}

.specs_table .container_icon {
	/* 
	!! wel nodig indien de titel een h2 is (dan heeft die een stippellijn)
	border-bottom:1px dotted #96abaf;
	*/
}

/* standaard button */

.specs_table .StandardButton {
	background: url(img/btn_bg.jpg) no-repeat;  
	color: #8b9a9c; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	border:none;
	width:60px;
	height:18px;
	cursor:pointer;
	font-weight: normal;
	display:block; 
	text-decoration:none;
	padding:0px 0px 0px 7px;
	float:right;
	margin-top:0px;
	position:relative;
	top:-5px;
}

.specs_table .StandardButton:hover {
	background: url(img/btn_bg.jpg) no-repeat;  
	color: #636f71; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	border:none;
	width:60px;
	height:18px;
	cursor:pointer;
	font-weight: normal;
	display:block; 
	text-decoration:none;
	padding:0px 0px 0px 7px;
	float:right;
	margin-top:0px;
	top:-5px;
}
