/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: white;
	BORDER-RIGHT: #dfe6ff 1px solid; 
	BORDER-TOP: #dfe6ff 1px solid; 
	BORDER-LEFT: #dfe6ff 1px solid; 
	BORDER-BOTTOM: #dfe6ff 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containermaster_red {
	width: 100%;
	background-color: #fff3f3;
	BORDER-RIGHT: #ffdfdf 1px solid; 
	BORDER-TOP: #ffdfdf 1px solid; 
	BORDER-LEFT: #ffdfdf 1px solid; 
	BORDER-BOTTOM: #ffdfdf 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containermaster_trans {
	width: 100%;
	background-color:Transparent;
	BORDER-RIGHT: silver 1px solid; 
	BORDER-TOP: silver 1px solid; 
	BORDER-LEFT: silver 1px solid; 
	BORDER-BOTTOM: silver 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containerrow1_blue {
	background-color: Transparent;
	BORDER-RIGHT: #26419a 0px solid; 
	BORDER-TOP: #26419a 0px solid; 
	BORDER-LEFT: #26419a 0px solid; 
	BORDER-BOTTOM: #26419a 0px solid; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.containerrow1_red {
	background-color: Transparent;
	BORDER-RIGHT: #26419a 0px solid; 
	BORDER-TOP: #26419a 0px solid; 
	BORDER-LEFT: #26419a 0px solid; 
	BORDER-BOTTOM: #26419a 0px solid; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.containermaster_trans{
	width: 100%;
	background-color: Transparent;
	BORDER-RIGHT: silver 1px solid; 
	BORDER-TOP: silver 1px solid; 
	BORDER-LEFT: silver 1px solid; 
	BORDER-BOTTOM: silver 1px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}


.containerrow2_blue {
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.containerrow2_red {
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.containerrow2_trans {
	background-color: Transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*--- detta �r avdelaren ---*/
.containerhr_blue 
{
	height: 0px;
	width: 100%;
	color: #f3f6ff;
	background-color: Transparent;
	BORDER-RIGHT: silver 0px solid; 
	BORDER-TOP: silver 0px solid; 
	BORDER-LEFT: silver 0px solid; 
	BORDER-BOTTOM: silver 0px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containerhr_red 
{
	height: 0px;
	width: 100%;
	color: #fff3f3;
	background-color: Transparent;
	BORDER-RIGHT: silver 0px solid; 
	BORDER-TOP: silver 0px solid; 
	BORDER-LEFT: silver 0px solid; 
	BORDER-BOTTOM: silver 0px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}





























































