/*
================================
 Container Styles for DotNetNuke
================================
*/
.containermaster, .containermaster_grey_title, .containermaster_grey, .containermaster_grey2 { width:100%;margin-bottom:14px; }
.containerrow {}
/* 19x25 */
.cTL { background: white url('/images/ssk/container_top_left.png') no-repeat 0 0; width:19px; height:25px; }
.cT { background: white url('/images/ssk/container_top.png') repeat-x 0 0; height:25px; }
.cTR { background: white url('/images/ssk/container_top_right.png') no-repeat -7px 0; width:19px; height:25px; }
.cL { background: white url('/images/ssk/container_left.png') repeat-y 0 0; width:19px; }
.cR { background: white url('/images/ssk/container_right.png') repeat-y -7px 0; width:19px; }
.cBL { background: white url('/images/ssk/container_bottom_left.png') no-repeat 0 0; width:19px; height:25px; }
.cB { background: white url('/images/ssk/container_bottom.png') repeat-x 0 0; height:25px; }
.cBR { background: white url('/images/ssk/container_bottom_right.png') no-repeat -7px 0; width:19px; height:25px; }

/* podstawowy.htm */
.container_master {
	width: 100%;
	padding: 0 0 20px;
}
.container_actions {
	width: 1px;
}
.container_title {
	width: 100%;
	padding: 0 0 10px;
}
.container_title .Head {
	background-color: transparent;
	color:#005355;
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	letter-spacing: -1px;
	font-size:19px;
	font-weight:normal;
}
.container_content {
	width: 100%;
}
a.printButton:active, a.printButton:hover, a.printButton:link, a.printButton:visited {
	color:#67A9AD;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-left:5px;
	vertical-align:middle;
	padding-bottom:4px;
}

/* grey */
.containerrow_grey_title{background: white url('/images/ssk2/top_grey.png') repeat-x 0 0; height:33px;}
.containerrow_grey_title_left{background: white url('/images/ssk2/top_grey_left.png') no-repeat 0 0; width:13px; height:33px;}
.containerrow_grey_title_right{background: white url('/images/ssk2/top_grey_right.png') no-repeat 0 0; width:15px; height:33px;}
.containerrow_white{background-color:white;}
.containerrow_grey_title .Head{
	color:#249295;
	font-family:verdana,tahoma;
	font-size:17px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-left:14px;
	text-decoration:none;
}


.containermaster_grey{background: white url('/images/ssk2/grey.png') no-repeat 0 0;width:250px; height:130px;}
.containerrow_grey{height:25px;}

.containermaster_grey2{background: white url('/images/ssk2/grey2.png') no-repeat 0 0;width:250px; height:165px;}
.containerrow_grey2{height:25px;}

/* rightpane_gray.htm */
.container_rightpane_gray_master {
	background: transparent url('images/rightpane_gray/middle.jpg') repeat-y;
	width: 248px;
	margin: 0 0 15px;
}
.container_rightpane_gray_top {
	background: url('images/rightpane_gray/top.jpg') no-repeat top;
	width: 248px;
}
.container_rightpane_gray_bottom {
	background: url('images/rightpane_gray/bottom.jpg') no-repeat bottom;
	width: 248px;
}
.container_rightpane_gray_content {
	width: 248px;
	padding: 14px 0;
}

/* rightpane_empty.htm */
.container_rightpane_empty_master {margin: 0 0 15px;}





