/*
================================
 Container Styles for DotNetNuke
================================
*/
/* Main */
.Main {
	margin: 30px 10px 20px 20px;
}
.Admin .Main {
	margin: 30px 0 40px 0;
}
.Main H2 {
	margin: 0;
	padding: 0;
}
.Main .Head{
	color:#ED223E;
	font-size: 18px;
}
.Main TD,
.Main TH {
	font-size: 11px;
}
.Main H3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}


/* MiddleRightMain */
.MiddleRightMain {
	margin: 0;
	background: #f2e3c3 url(images/SmallTableBackground.jpg) top left no-repeat;
	padding:10px;
	border-bottom:1px solid #EC213D;
}
.MiddleRightMain H3 {
	margin: 0 0 5px 0;
	padding: 0;
}
.MiddleRightMain .Head {
	color:#ED223E;
	font-size:12px;
	font-weight:bold;
	display: block;
	float: left;
}
..MiddleRightMain  .MRContentPane {
	clear: both;
}


/* RightMain, ActionList */
.RightMain {
	margin: 0;
	padding: 10px 15px;
}
.RightMain H3,
.ActionListCont H3 {
	margin: 0 0 8px 0;
	padding: 0;
}
.RightMain H3 .Head,
.ActionListCont H3 .Head {
	color:#ec213d;
	font-size: 12px;
	font-weight: bold;
}


/* ActionList */
.ActionListCont {
	margin: 0;
	padding: 0;
}
.ActionListCont UL {
	margin: 0;
	padding: 0;
}
.ActionListCont LI {
	margin: 0 0 7px 0;
	padding: 0;
	list-style-type: none;
}
.ActionListCont A:link,
.ActionListCont A:visited,
.ActionListCont A:hover {
	color: #000;
}



/* Text/HTML */
.Banners IMG {
	display: block;
	border-width: 0;
}
IMG.ActionPict {
	float: left;
	margin: 0 4px 0 0;
	border:1px #000 solid;
	display: block;
}
UL.Izdvajamo LI {
	font-size: 11px;
}

br.clr { clear: both; height: 5px ;}

.HomePage .HeaderHolder .RightColumn A {
	margin: 0;
}
A.NavItem1,
A.NavItem2,
A.NavItem3,
A.NavItem4 {
	background: url(images/FrontMainNavBack.jpg) no-repeat;
	padding: 10px 15px 10px 125px;
	width: 256px;
	height: 120px;
}
A.MainNavHome:link,
A.MainNavHome:visited,
A.MainNavHome:hover {
	display: block;
	text-decoration: none;
}
.MainNavHome H3 {
	margin: 0;
	padding: 0;
	color: #ec223d;
	font-size: 11px;
	font-weight: bold;
}
.MainNavHome P {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #4f4f4f;
}
A.NavItem1 {
	background-position: 0px 0px;
	height: 115px;
	padding: 20px 15px 0 125px;
}
A.NavItem1:hover {
	background-position: 0px -469px;
}
A.NavItem2 {
	background-position: 0px -113px;
}
A.NavItem2:hover {
	background-position: 0px -582px;
}
A.NavItem3 {
	background-position: 0px -235px;
	padding: 9px 15px 0 125px;
}
A.NavItem3:hover {
	background-position: 0px -704px;
}
A.NavItem4 {
	background-position: 0px -355px;
	height: 114px;
	padding: 15px 15px 0 125px;
}
A.NavItem4:hover {
	background-position: 0px -824px;
}
.ActionPanel P {
	margin: 5px 0;
	padding: 0;
}

.OBholder {
	background: #f1f0f0 url(images/OnlineBankBack.jpg) bottom left no-repeat;
}
.SOHolder {
	background: #f8f7f7 url(images/SmartofficeBack.jpg) bottom left no-repeat;
}
.MCHolder {
	background: #fefefe url(images/MulticashBack.jpg) bottom left no-repeat;
}

.eBankHolder {
	width: 450px;
	margin-top: 10px;
}
.OBholder,
.SOHolder,
.MCHolder {
	padding: 15px 15px 20px 170px;
}
.eBankHolder H3 {
	color: #ec223d;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.eBankHolder P {
	margin: 0;
	padding: 0;
	display: block;
}
.eBankHolder UL.Chooser {
	margin: 5px 0 0 0;
	padding: 0;
}
.eBankHolder LI {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
HTML>BODY .eBankHolder LI {
	float: left;
}
.eBankHolder .Chooser A {
	font-size: 12px;
	font-weight: bold;
	padding: 11px 0 0 50px;
	height: 45px;
}
HTML>BODY .eBankHolder .Chooser A {
	display: block;
}
.OBholder .Chooser LI.L1 A {
	background: url(images/OnlineBackEnterIcon.gif) center left no-repeat;
}
.OBholder .Chooser LI.L2 A {
	background: url(images/OnlineBackDemoIcon.gif) center left no-repeat;
	color: #000;
}
.SOHolder .Chooser LI.L1 A {
	background: url(images/SmartOfficeEnterIcon.gif) center left no-repeat;
}

.LegendTable,
.TableData,
.OfficeList,
.LoansTable {
	width: 450px;
	margin: 10px 0;
}
.TableData .c2,
.TableData .c3 {
	text-align: center;
}
HTML>BODY .TableData TD+TD {
	text-align: center;
}
.TableData {
	border-collapse: collapse;
}
.LegendTable TD,
.LoansTable TD,
.LoansTable TH,
.OfficeList TD,
.TableData TD {
	font-size: 11px;
	border-bottom: 1px #CCC dotted;
	vertical-align: middle;
	padding: 2px 4px;
}
.LegendTable TD {
	border-width: 0;
}
.OfficeList TH,
.TableData TH,
.LoansTable TH {
	color: #ec213d;
	text-align: left;
}
.TableData TH {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #CCC solid;
}
.OfficeList TH {
	padding: 2px 4px;
	border-bottom: 1px #CCC solid;
}
.HeadLeft TH {
	text-align: left;
}
.Gradjani .c4 {
	text-align: center;
}
.HighLight {
	background-color: #f0f0eb;
}
.CenteredTD TD {
	text-align: center;
}
TD.NoLine {
	border-width: 0;
}


/* Download */
.DownloadModule {
	border-width: 0;
	margin: 10px 0 0 0;
}
.DownloadIconHolder {
	display: none;
}
.DownloadHeader {
	background-color:transparent;
	padding: 2px;
	border-bottom-width: 0;
	margin-top: 20px;
	margin-top: expression("0");
	display: block;
	clear: both;
}
.DownloadHeader .DHTitleData {
	display: none;
}
.DownloadHeader .DHTitle .Normal {
	font-size: 10px;
}
.DownloadHeader .SubHead {
	color: #ec213d;
	text-transform: none;
	font-size: 10px;
}
.DownloadHeader .NormalBold {
	display: none;
}
.DownloadDescription {
	clear: both;
}
.DownloadDescription .Normal {
	display: block;
	font-size: 10px;
}
.DownloadMiddlePart {
	background-color:transparent;
}
.DownloadFooter {
	display: none;
}


/* Sidemenu Right pane */
.MiddleRightMain UL.MenuItems0 {
	margin: 0;
	padding: 0;
	clear: both;
}
.MiddleRightMain .MenuItems1 LI {
	background-image: none;
}
.MiddleRightMain .MenuItems0 UL {
	margin: 0;
	padding: 0;
}
.MiddleRightMain .MenuItems0 LI {
	padding: 1px 0;
	margin: 0;
	list-style-type: none;
}
.MiddleRightMain .MenuItems0 LI A:link,
.MiddleRightMain .MenuItems0 LI A:visited,
.MiddleRightMain .MenuItems0 LI A:hover {
	font-size: 11px;
	color: #4c4c4c;
	text-decoration: underline;
	float: none;
}
.MiddleRightMain .MenuItems0 LI A:hover {
	color: #ed223e;
}


/* Links module right pane */
.RightColumn .LinksTable .CommandButton:link,
.RightColumn .LinksTable .CommandButton:visited,
.RightColumn .LinksTable .CommandButton:hover {
	color: #4c4c4c;
}
.RightColumn .LinksTable .CommandButton:hover {
	color: #ed223e;
}
.RightColumn .LinksTable .LinksItem {
	padding: 2px 0;
}


/* Sitemap */
.MainContentPane .MenuItems0 {
	margin: 0;
}
.MainContentPane .MenuItems0 A,
.MainContentPane .MenuItems0 LI {
	float: none;
	background-image: none;
	clear: both;
}
.MainContentPane .MenuItems0 A IMG {
	margin-right: 5px;
}

.MainContentPane .MenuItems0 LI,
.MainContentPane .MenuItems0 A:link,
.MainContentPane .MenuItems0 A:visited,
.MainContentPane .MenuItems0 A:hover {
	color: #000;
	font-size: 11px;
}
.MainContentPane .MenuItems0 A:hover {
	color: #ed223e;
}


/* Latest news */
.NewsItem {
	margin: 0 0 5px 0;
}
.NewsItem CITE,
.NewsItem H3,
.NewsItem H3 A:link,
.NewsItem H3 A:visited,
.NewsItem H3 A:hover {
	color: #e60028;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
	font-style: normal;
}
.NewsItem .Normal {
	display: block;
	font-size: 10px;
	color: #5d5d5d;
}


/* News articles */
.NewsItem H2,
.NewsItem H2 A,
.NewsItem H2 A:link,
.NewsItem H2 A:visited,
.NewsItem H2 A:hover {
	color: #e60028;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.Main .NewsItem {
	margin: 10px 0; 
}
.Main .NewsItem .Normal {
	display: block;
	font-size: 11px;
	color: #000;
}
.NewsItem A.CommandButton:link,
.NewsItem A.CommandButton:visited,
.NewsItem A.CommandButton:hover {
	color: #e60028;
}
.NewsNavigation {
	font-size: 11px;
	text-align: center;
}
.NewsNavigation A:link,
.NewsNavigation A:visited,
.NewsNavigation A:hover {
	color: #000;
}
.NewsNavigation A.Selected {
	font-weight: bold;
}

/* Search Results */
.xsSearchResult a { color: #E60028!important ;}
.xsSearchResult  span.sample { display: none ;}
.xsSearchResult  span.path { display: none ;}
.xsSearchResult p { margin-bottom: 5px ;}


/* XSL */
/* Ticker */
#tickerHolder {
	width:530px;
	overflow:hidden;
	margin: 8px 5px 0 5px;
}
#tickerContent {
	white-space:nowrap;
}
#tickerContent .Item {
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px #8c8c8c solid;
}
#tickerContent .Name {
	color: #e60128;
}
#tickerContent .Trend {
	font-weight: bold;
}


/* Exchange rate */
.EmptyContentPane .ExchangeRate {
	margin: 10px 10px 20px 20px;
}
.ExchangeRate TABLE {
	border-collapse: collapse;
}
.ExchangeRate CAPTION {
	text-align: left;
	padding-bottom: 6px;
}
.ExchangeRate CAPTION A {
	font-size: 12px;
	font-weight: bold;
}
.ExchangeRate .Types {
	font-size: 10px;
}
.ExchangeRate .Description {
	font-size: 12px;
	text-align: center;
}
.ExchangeRate .Description LABEL {
	font-weight: bold;
	margin: 0 4px 0 4px;
}
.ExchangeRate .List TD,
.ExchangeRate .List TH {
	font-size: 10px;
	font-weight: normal;
	padding: 2px 6px;
	vertical-align: middle;
}
.ExchangeRate .List TR:hover {
	background-color: #fdf0ab;
}
.ExchangeRate TH {
	border-bottom: 1px #CCC solid;
	color: #ec223d;
}
.ExchangeRate .Up {
	color: #3e5e89;
}
.ExchangeRate .Down {
	color: #c01818;
}
.ExchangeRate .NormalDropDown {
	font-size: 11px;
}
.ExchangeRate .NormalTextBox {
	width: 90px;
}
.ERcalculator .NormalTextBox {
	width: 150px;
}
.ERcalculator .Types {
	margin-top: 10px;
	text-align: center;
}
.ExchangeRate .NormalDropDown:focus,
.ExchangeRate .NormalTextBox:focus {
	background-color:#fffbe4; 
}
.ExchangeRate .Calc {
	margin: 5px 0;
}
.ExchangeRate .Calc TD {
	padding: 2px;
	font-size: 10px;
}
.Source {
	font-size: 10px;
	text-align: right;
	margin: 10px 0;
}
.Source IMG {
	vertical-align: middle;
	margin: 0 0 0 5px;
	border-width: 0;
}
/* Long list */
/* column align in IE */
.LongER TABLE {
	width: 450px;
	margin-top: 10px;
}
.ERcalculator {
	text-align: center;
}
.ERcalculator TABLE {
	width: auto;
	margin: 0 auto;
}
.LongER .List TD,
.LongER .List TH {
	font-size: 11px;
}
.LongER .c1,
.LongER .c2 {
	text-align: center;
}
.LongER .c3,
.LongER .c4,
.LongER .c5,
.LongER .c6,
.LongER .c7,
.LongER .c8 {
	text-align: right;
}
.LongER .c9 {
	text-align: center;
}
/* column align in Mozzila */
.LongER TH+TH {
	text-align: center;
}
.LongER TH+TH+TH {
	text-align: right;
}
.LongER TD+TD+TD {
	text-align: right;
}
/* Short list */
/* column align in IE */
.ShortER TABLE {
	width: 170px;
}
.ShortER .c1,
.ShortER .c4 {
	text-align: center;
}
.ShortER .c2,
.ShortER .c3 {
	text-align: right;
}
/* column align in Mozzila */
.ShortER TH+TH {
	text-align: left;
}
.ShortER TD+TD {
	text-align: right;
}
.ShortER TD+TD+TD {
	text-align: center;
}
.TLlink {
	text-align: right;
}
.TLlink A:link,
.TLlink A:visited,
.TLlink A:hover {
	color: #ec223d;
	font-size: 10px;
}
#EffectiveDIV,
#ForeignDIV {
	width:100px;
	height:100px;
	border:1px solid black;
	font-size: 10px;
	background-color: #fcf8e4;
	z-index: 200;
	padding: 8px;
	margin-left: 100px;
	text-align: left;
}


/* Calculator */
INPUT.Disabled {
	background-color: transparent;
	background-image: none;
	border-width: 0;
	color: #4e4e4e;
	text-align: right;
	cursor: default;
}

/* Notepad sa lijeve strane */
.notepad {background-color:#eff0f0; margin:10px; padding:10px; display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; border:1px #e3e3e3 solid; clear: both;}
.notepad P {margin: 0 0 5px 0;}

/* jScroller2 */
#newsTicker { width: 530px; height: 15px; overflow: hidden; }
#newsTicker LI { list-style-type: none; margin: 0 0 0 8px; padding: 0 8px 0 0; font-size:11px; display: inline; border-right: 1px #CCC solid;}
#newsTicker UL { margin: 0; padding: 0; display: inline;}