/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.master {
	border: 2px solid #E6E6E6;
	background:  url(file:///H|/moln.net/dnn/skin/container/gradient_blue.jpg);
	background-repeat: repeat;
	margin: 6px 0 12px 0;
	}

.master_gray {
	border: 2px solid #E6E6E6;
	background:  url(file:///H|/moln.net/dnn/skin/container/gradient_gray.jpg);
	background-repeat: repeat;
	margin: 6px 0 12px 0;
	}

.master_lightgray {
	border: 2px solid #E6E6E6;
	background:  url(file:///H|/moln.net/dnn/skin/container/gradient_lightgray.jpg);
	background-repeat: repeat;
	margin: 6px 0 12px 0;
	}

.master_lightblue {
	border: 2px solid #E6E6E6;
	background:  url(file:///H|/moln.net/dnn/skin/container/gradient_lightblue.jpg);
	background-repeat: repeat;
	margin: 6px 0 12px 0;
	}

.master_orange {
	border: 2px solid #E6E6E6;
	background: transparent;
	margin: 6px 6px 12px 6px;
	}

.master_noframe {
	border: 0;
	background: #F5F5F5;
	margin: 6px 0 12px 0;
	}
	
.master_ekonomi {
	border: 2px solid #E6E6E6;
	background:  url(file:///H|/moln.net/dnn/skin/container/dollar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 6px 0 12px 0;
	}
	
.master_partners {
	border: 2px solid #E6E6E6;
	background:  url(file:///H|/moln.net/dnn/skin/container/hands.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 6px 0 12px 0;
	}
	
.containermaster_internet {
	width: 100%;
	background:  url(file:///H|/moln.net/dnn/skin/container/cable.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}

.containermaster_mail {
	width: 100%;
	background:  url(file:///H|/moln.net/dnn/skin/container/mail.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}
	
.containermaster_host {
	width: 100%;
	background:  url(file:///H|/moln.net/dnn/skin/container/host.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}

.containermaster_reference {
	width: 100%;
	background:  url(file:///H|/moln.net/dnn/skin/container/reference.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}

.containermaster_support {
	width: 100%;
	background:  url(file:///H|/moln.net/dnn/skin/container/phone.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}
	
.containermaster_blue {
	width: 100%;
	background-color: transparent;
	border: 0; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.top_bar {
	background-image:  url(file:///H|/moln.net/dnn/skin/container/top_gradient.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

.top_orange {
	background-image:  url(file:///H|/moln.net/dnn/skin/container/top_orange.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

.top_gray {
	background:  transparent;
	background-repeat: repeat-x;
	height: 25px;
}

.top_search {
	background-image:  url(file:///H|/moln.net/dnn/skin/container/gradient_search.jpg);
	background-repeat: repeat-x;
	height: 34px;
	border-bottom: 4px solid #fff;
}

.bottom_bar {
	background-image:  url(file:///H|/moln.net/dnn/skin/container/bottom_gradient.jpg);
	background-repeat: repeat-x;
	height: 24px;
}

.containerrow2_blue {
	background-color: transparent;
	padding: 0.5em 1.5em 0.5em 0.5em;
}

table {font-size: 11px;}

tr {font-size: 11px;}

td {font-size: 11px;}
