/* ************************************************************ */
/* **   Styles for SrcContainers cointainers on DotNetNuke   ** */
/* **        Author: zarko.komljenovic@considero.net         ** */
/* ************************************************************ */

@charset "utf-8";

#ContainerMaster {
	width: 100%;
	padding: 0px 10px;
}

#ContainerMasterNoPadding {
	width: 100%;
	padding: 0px 0px;
}

/* ########### >>> Titles, Actions and Content <<< ########### */

#NoBorderTitleActions {
	vertical-align: bottom;
}

#NoBorderSmallTitleActions {
	vertical-align: bottom;
	padding-top: 20px;
}

.TitleH1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FF5500;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

.SmallTitle {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
}

.floatleft {
	float: left;
}

.MainContent {
	width: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	vertical-align: top;
	padding: 10px 0px 0px 1px;
	_padding-left: 11px;
}

.MainContent div .Normal td {
	font-size: 11px;
	line-height: 130%;
	padding: 5px;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 1px solid #dedede;
}

.SmallMainContent {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	vertical-align: top;
	padding: 10px 0px 0px 1px;
	_padding-left: 11px;
}

.SmallMainContent a {
	padding-left: 20px;
	background-image: url(Images/li.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
}

#NoBorderEditActions {
	vertical-align: bottom;
}

.Actions {
	float: right;
}

#ActionEdit {
	float: left;
}

#BottomPanesContainer {
	width: 100%;
	height: 100%;
	border: 1px solid #E5E5E5;
	padding: 10px;
}

#BottomPanesContainer {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.TitleBottom {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/* ########### >>> SRC GRAY RIGHT <<< ########### */

#SiviMaster {
	width: 174px;
	margin-top: 10px;
	background-color: #e8e8e8;
	margin-left: 3px;
}

#SiviGoreLijevo {
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

#SiviGore {
	border-top: 1px solid #dedede;
}

#SiviGoreDesno {
	background-image: URL('Images/vogal_desno_zgoraj.gif');
	background-repeat: no-repeat;
	width: 4px;
	height: 3px;
}

#SiviLijevo {
	border-left: 1px solid #dedede;
}

#SiviCentar {
}

#SiviDesno {
	background-image: URL('Images/senca_desno.gif');
	background-repeat: repeat-y;
	width: 4px;
}

#SiviDoljeLijevo {
	background-image: URL('Images/vogal_levo_spodaj.gif');
	background-repeat: no-repeat;
	width: 2px;
	height: 5px;	
}

#SiviDolje {
	background-image: URL('Images/senca_spodaj.gif');
	background-repeat: repeat-x;
	height: 5px;
}

#SiviDoljeDesno {
	background-image: URL('Images/vogal_desno_spodaj.gif');
	background-repeat: no-repeat;
	width: 4px;
	height: 5px;	
}

.ContainerPanes {
	width: 100%;
}

.ContainerContent {
	padding-bottom: 15px;
}

.sidebar_title {
	background-image: url('Images/sidebar_title_arrow.gif');
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color:#FFFFFF;
	color:#FF5500;
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:15px;
	padding-top:2px;
}

.ContainerContent p a:link, .ContainerContent p a:visited, .ContainerContent p a:active {
	width: 100px;
	padding-right: 10px;
	background-image: url('Images/sidebar_content_arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.ContainerContent p a:hover {
	width: 100px;
	padding-right: 10px;
	background-image: url('Images/sidebar_content_arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
.ContainerContent p {
	padding-right: 10px;
}

.ContainerContent ul {
	padding-top: 20px;
}

.ContainerContent .Normal {
	font-size: 10px;
}