@charset "windows-1250";
/* GLOBALS */
html, body { height: 100%; }
body { background: #fff; margin: 0; padding: 0; }
td, input, select, textarea { font: 12px Arial, Helvetica, sans-serif; color: #000; line-height: 17px; }

.podnaslov { padding: 13px 0 5px 0; font-weight: bold; color: #bd0000; }
.txtPlavi { color: #005a9c; }
.txtCrveni { color: #bd0000; }

ul.pathLinkList { list-style-type: none; margin: 0 0 0 15px; padding: 0; }
ul.pathLinkList li { display: inline; margin-right: 7px; }
ul.pathLinkList li img { margin-right: 10px; }

.textbox, textarea {  border: 1px solid #dce6f2; padding: 3px 5px; }
.searchbox { width: 300px; margin-right: 10px; }

/* LINKS */
a:link { color: #ba122b; text-decoration: none; }
a:active { color: #ba122b; text-decoration: none; }
a:visited { color: #ba122b; text-decoration: none; }
a:hover { color: #ba122b; text-decoration: none; }

a.linkWhite:link { color: #fff; text-decoration: underline; }
a.linkWhite:active { color: #fff; text-decoration: underline; }
a.linkWhite:visited { color: #fff; text-decoration: underline; }
a.linkWhite:hover { color: #fff; text-decoration: underline; }


/* WRAPPERS */
#masterWrapper { width: 100%; }

#header { width: 100%; }
#headerMain { text-align: left; vertical-align: top; }
#headerMain img { margin: 5px 25px 5px 15px; }
.pathContainer { width: 100%; vertical-align: bottom; }

#path { padding: 6px 0; text-align: left; background: #ba122b; margin-bottom: 0; font-size: 11px; color: #fff; text-align: right; }

#pageContent { width: 100%; margin-bottom: 15px; }
#pageTitle { font: 20px Arial, Helvetica, sans-serif; color: #ba122b; padding: 15px; text-align: left;  }
#pageBody { padding: 0 15px; line-height: 15px; text-align: left; }
#pageBody p { margin: 0 0 16px 0; }

#footerStrip { background: #343537; text-align: left; margin-top: 10px; padding: 7px 15px; color: #ccc; font-size: 11px; text-align: center; }

.tecajnaBig { width: 100%; background: #b3b3b3; }
.tecajnaBig th { background: #ffffff; color: #000; vertical-align: middle; padding: 3px 5px; }
.tecajnaBig td { background: #ffffff; padding: 3px 5px; }
