﻿/* ******* Styles for IkomaCont DNN containers. Autor zarko.komljenovic@considero.net ******* */

/* ******* --------------------------------------- MAIN --------------------------------------- *******/
.IkomaContMaster {
	margin: 2px;
	width: 100%;
}
.IkomaCont_TL {
	width: 10px;
	height: 9px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_TL.gif);
	background-repeat: no-repeat;
}
.IkomaCont_T {
	height: 9px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_T.gif);
	background-repeat: repeat-x;
}
.IkomaCont_TR {
	width: 10px;
	height: 9px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_TR.gif);
	background-repeat: no-repeat;
}
.IkomaCont_L {
	width: 10px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_L.gif);
	background-repeat: repeat-y;
}
.IkomaCont_M {
	background-color: #f0f0f0;
}
.IkomaCont_R {
	width: 10px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_R.gif);
	background-repeat: repeat-y;
}
.IkomaCont_BL {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_BL.gif);
	background-repeat: no-repeat;
}
.IkomaCont_B {
	height: 10px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_B.gif);
	background-repeat: repeat-x;
}
.IkomaCont_BR {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	background-image: url(images/IkomaCont_BR.gif);
	background-repeat: no-repeat;
}

.TitleMaster {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.TitleWrapper {
	border: 2px solid #ffffff;
	padding: 3px;
	line-height: 140%;
}
.ICTitle {
	
}
.ActionsMaster {
	height: 1px;
	background-color: #ffffff;
	padding-left: 30px;
}
.ContMaster {
	vertical-align: top;
	padding: 5px;
}
/* ******* --------------------------------------- EMPTY --------------------------------------- *******/
.IC_Empty {}
h1.IC_EemptyTitleH {
	padding: 0xp;
	margin: 0px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #343434;
}
/* ******* --------------------------------------- YELLOW --------------------------------------- *******/
.IC_Yellow {
	background-color: #f0c504;
	background-image: url(images/IkomaCont_YellowT.gif);
	background-position: top;
	background-repeat: repeat-x;
}
h1.IC_YellowTitleH {
	padding: 0xp;
	margin: 0px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #343434;
}
/* ******* --------------------------------------- BLUE --------------------------------------- *******/
.IC_Blue {
	background-color: #2f4db2;
	background-image: url(images/IkomaCont_BlueT.gif);
	background-position: top;
	background-repeat: repeat-x;
}
h1.IC_BlueTitleH {
	padding: 0xp;
	margin: 0px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
