﻿/* ******* Styles for MaxCont DNN containers. Autor zarko.komljenovic@considero.net ******* */

/* ******* --------------------------------------- MAIN --------------------------------------- *******/
.MaxContMaster {
	margin-bottom: 5px;
	width: 100%;
}
.BlueBorder {
	border: 2px solid #6ad5fc;
}
.MaxCont_TL {
	width: 10px;
	height: 9px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_TL.gif);
	background-repeat: no-repeat;
}
.MaxCont_T {
	height: 9px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_T.gif);
	background-repeat: repeat-x;
}
.MaxCont_TR {
	width: 10px;
	height: 9px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_TR.gif);
	background-repeat: no-repeat;
}
.MaxCont_L {
	width: 10px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_L.gif);
	background-repeat: repeat-y;
}
.MaxCont_M {
	background-color: #ffffff;
}
.MaxCont_R {
	width: 10px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_R.gif);
	background-repeat: repeat-y;
}
.MaxCont_BL {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_BL.gif);
	background-repeat: no-repeat;
}
.MaxCont_B {
	height: 10px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_B.gif);
	background-repeat: repeat-x;
}
.MaxCont_BR {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	background-image: url(images/MaxCont_BR.gif);
	background-repeat: no-repeat;
}

.TitleMaster {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.TitleWrapper {
	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/MaxCont_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-image: url(images/MaxCont_BlueT.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
h1.IC_BlueTitleH {
	padding: 0xp;
	margin: 0px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #446165;
}