/* @group Resetter */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{ margin: 0; padding: 0; }  

a img { border: 0; }

/* @end */

/* @group Basics */

html, body {
	height: 100%;
}

html {
	background: #ac6d44 url(../../images/css/body_bg.jpg) repeat center 0;
}

body {
	color: #333;
	background: transparent url(../../images/css/body_top_traka_bg.jpg) repeat-x center 0;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin: 12px 0 6px 0;
	font-weight: normal; line-height: 18px;
	color: #555;
}
h1 {
	margin: 0 -25px 18px -25px; padding: 0 0 0 15px;
	font-size: 24px; line-height: 36px;
	border: 1px solid #c6c6c6; border-width: 0 0 0 10px;
}
h2 {
	margin: 0 -25px 18px -25px; padding: 0 0 0 15px;
	font-size: 21px; line-height: 36px;
	color: #2C6877;
	border: 1px solid #e2e2e2; border-width: 0 0 0 10px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

ul, ol, dl {
	padding-left: 15px;
}
ul, ol, dl, p { margin-bottom: 18px; font-size: 12px; }
li, dt, dd, p { font-size: 12px; }
ul, ol, dl, p { margin-bottom: 18px; }

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

a:link {
	color: #1e4785;
	text-decoration: underline;
}
a:visited {}
a:hover,
a:focus {
	text-decoration: none;
}
a:active {
	color: #000;	
}

abbr { border-bottom: 1px dotted black; }

/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.clear { clear: both; }

.lFloat {
	float: left;
	margin: 0 18px 18px 0;
}
.lFloat2 {
	float: left;
	margin: 0 36px 18px 0;
}

.rFloat {
	float: right;
	margin: 0 0 18px 18px;
}
.rFloat2 {
	float: right;
	margin: 0 0 18px 36px;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}

a.pdf {
	padding: 0 0 0 24px;
	background: transparent url(../../images/css/acrobat.png) no-repeat;
}
a:hover.pdf,
a:focus.pdf {
	padding: 0 0 0 24px;
	background: #e67926 url(../../images/css/acrobat.png) no-repeat;
}

ul.img {
	clear: both;
	list-style: none;
}
ul.img li {
	float: left;
	margin: 0 12px 12px 0; padding: 0;
}
ul.img li a {}
ul.img li a img {
	display: block;
	margin: 0; padding: 3px;
	border: 1px solid #ddd;
}
ul.img li a:hover img {
	padding: 4px;
	background: #8ce1f5;
	border: 0;
}

ul.album {
	overflow: hidden;
	margin: 10px 0 !important; padding: 0;
	list-style: none;
}
ul.album li {
	float: left;
	margin: 5px; padding: 0;
}
ul.album li a {
	display: block;
}
ul.album li a img {
	border: 4px solid #eee;
}
ul.album li a:hover img,
ul.album li a:focus img,
ul.album li a:active img {
 	border: 4px solid #6dcff6;
}


hr {
	margin: 12px 0;
	height: 0;
	color: #d6d4ce;
	background: #d6d4ce;
	border: 0;
	border-bottom: 1px dotted #d6d4ce;
}


/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#top_bg {
	width: 960px; height: 520px;
	background: url(../../images/css/body_top_bg.jpg) no-repeat;
}

#logo {
	position: absolute; top: 75px; left: 0;
	margin: 0;
	width: 160px; height: 155px;
	text-indent: -99em;
	background-image: url(../../images/css/bask_logo.jpg);
}
#logo a {
	display: block;
	width: 160px; height: 155px;
}

#logo_bg {
	position: absolute; top: 250px; left: 10px;
	margin: 0;
	width: 140px; height: 155px;
	text-indent: -99em;
	background-image: url(../../images/css/beograd_logo.jpg);
}

#radno_vreme {
	position: absolute; top: 445px; left: 0;
	width: 145px; height: 170px;
	padding: 15px 0 0 25px;
	text-shadow: 0 1px 0 #ddd;
	background: url(../../images/css/radno_vreme_bg.jpg) no-repeat;
}
#radno_vreme h4 {
	color: #333;
	font-size: 16px;
}

#radno_vreme dl {
	margin: 0; padding: 0;
}
#radno_vreme dl dd {
	padding: 0 0 0 15px;
	font-weight: bold;
}
#radno_vreme p {
	margin: 9px 0;
	line-height: 14px;
}

#nav {
	position: absolute; top: 95px; left: 810px;
	margin: 0; padding: 0;
	width: 150px; height: 294px;
	list-style: none;
}
#nav li,
#nav a {
	display: block;
	height: 42px;
}
#nav a {
	color: #000;
	font-size: 24px;
	line-height: 42px;
	text-indent: -99em;
	background: url(../../images/css/nav_bg.jpg) no-repeat;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav li.current a {
	background-position: -150px 0;
}
#nav a#navKlub {
	background-position: 0 -42px;
}
#nav a#navKlub:hover,
#nav a#navKlub:focus,
#nav a#navKlub:active,
#nav li.current a#navKlub {
	background-position: -150px -42px;
}
#nav a#navTakmicenja {
	background-position: 0 -84px;
}
#nav a#navTakmicenja:hover,
#nav a#navTakmicenja:focus,
#nav a#navTakmicenja:active,
#nav li.current a#navTakmicenja {
	background-position: -150px -84px;
}
#nav a#navTurniri {
	background-position: 0 -126px;
}
#nav a#navTurniri:hover,
#nav a#navTurniri:focus,
#nav a#navTurniri:active,
#nav li.current a#navTurniri {
	background-position: -150px -126px;
}
#nav a#navInternet_tim {
	background-position: 0 -168px;
}
#nav a#navInternet_tim:hover,
#nav a#navInternet_tim:focus,
#nav a#navInternet_tim:active,
#nav li.current a#navInternet_tim {
	background-position: -150px -168px;
}
#nav a#navLinkovi {
	background-position: 0 -210px;
}
#nav a#navLinkovi:hover,
#nav a#navLinkovi:focus,
#nav a#navLinkovi:active,
#nav li.current a#navLinkovi {
	background-position: -150px -210px;
}
#nav a#navKontakt {
	background-position: 0 -252px;
}
#nav a#navKontakt:hover,
#nav a#navKontakt:focus,
#nav a#navKontakt:active,
#nav li.current a#navKontakt {
	background-position: -150px -252px;
}

ul.podnavigacija {
	list-style: none;
}
ul.podnavigacija li {
	margin: 0 0 15px 0;
}
ul.podnavigacija li a {
	padding: 5px 7px;
	text-decoration: none;
	color: #333;
	background-color: #ddd;
	border-left: 6px solid #ccc;
}
ul.podnavigacija li a:hover,
ul.podnavigacija li a:focus,
ul.podnavigacija li a:active {
	padding: 5px 7px;
	text-decoration: none;
	color: #ddd;
	background-color: #333;
	border-left: 6px solid #666;
}

#content {
	position: absolute; left: 150px; top: 20px;
	width: 670px;
}
#contentTop {
	height: 30px;
	background: url(../../images/css/content_top_bg.png);
}
#contentContainer {
	padding: 15px 45px 0 45px;
	background: url(../../images/css/content_bg.png);
}
#contentBottom {
	margin: 0 0 25px 0;
	height: 170px;
	background-image: url(../../images/css/content_bottom_bg.png);
}
#footer {
	margin: 0; padding: 100px 0 0 45px;
	color: #999;
}
#footer a {
	color: #3b9eae;
}

/* @end */

/* @group Tables */

/* @group Basic */

caption {
	margin: 9px 0;
	font-size: 14px;
}
table {
	min-width: 140px;
	overflow: hidden;
	margin: 0 0 9px 0;
	clear: both;
	color: #333;
	border-collapse: collapse;
	border: 2px solid #ccc;
}
th {
	padding: 3px 6px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #5e5e63;
	border: 1px solid #47464b; border-width: 1px 0 2px 0;
}
th a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
td {
	padding: 3px 6px;
	border: 1px solid #ddd; border-width: 1px 0;
}
tr.nepar td { background: #fff; }
tr.par td {	background: #eff0df; }
tr:hover td { background: #d8e4ee; }

/* @end */

/* @group Admin */

td.rb {
	text-align: center;
}

/* @end */

/* @end */

/* @group Forme */

/* @group Osnovno */

form.styled {
	width: 60%;
	overflow: hidden;
	margin: 12px 0; padding: 0;
	text-align: left;
}
form.styled fieldset {
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
form.styled fieldset.buttons {
	margin: -12px 0 0 0;
	border: 0;
}
form.styled fieldset legend {
	margin: 0 6px 12px 6px; padding: 3px 6px;
	color: #555;
	font-size: 18px;
}

/* @group Divs */

form.styled div {
	clear: both;
	overflow: hidden;
	margin: 0; padding: 6px 12px;
	vertical-align: text-top;
	border-bottom: 1px dotted #ddd;
}
form.styled div div,
form.styled div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form.styled div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form.styled div.wrapper div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form.styled div.wrapper div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form.styled div:last-child {
	border: 0;
}

/* @end */

/* @group Labels */

form.styled div label,
form.styled div p.label {
	display: block;
	float: left;
	width: 160px;
	margin: 0; padding: 3px 12px 3px 0; /* zbog paddinga inputa! */
	position: relative;
	font-size: 14px;
}
form.styled div.inline label {
	display: inline;
	width: auto;
	margin: 0 6px 0 0;
}
form.styled div.required label {
	color: #333;
	font-weight: bold;
}
form.styled div.required label em {
	position: absolute;
	right: 6px;
	font-style: normal;
}

/* @end */

form.styled div p.note {
	margin: 3px 0 3px 172px;
	font-size: 12px;
	color: #666;
}

/* @group Inputs & Buttons */

form.styled input[type=text],
form.styled input[type=password],
form.styled input[type=file],
form.styled textarea,
form.styled select {
	width: 240px;
	margin: 1px 0 0 0; padding: 2px;
	font-size: 12px; line-height: 18px;
	background: #fff url(../../images/css/forme/cdcdcd1px.gif) repeat-x;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
	vertical-align: middle;
}
form.styled textarea {
	width: 320px; height: auto;
	background-color: #fff;
}
form.styled select {
	width: auto;
	margin: 3px 0 1px; padding: 0;
}
form.styled option {
	padding: 0 3px;
}
form.styled  div.inline input[type=text],
form.styled  div.inline input[type=password],
form.styled  div.inline input[type=file],
form.styled  div.inline select {
	display: inline;
	margin: 0 3px 0 0;
}

/* hover */
form.styled input[type=text]:hover,
form.styled input[type=password]:hover,
form.styled input:hover[type=file],
form.styled textarea:hover,
form.styled select:hover { background-color: #fffdd1; }

/* focus */
form.styled input[type=text]:focus,
form.styled input[type=password]:focus,
form.styled input:focus[type=file],
form.styled textarea:focus,
form.styled select:focus { background-color: #c3e8ff; }

/* disabled */
form.styled input[disabled=disabled],
form.styled input:hover[disabled=disabled] {
	color: #000;
	background: #ccc url(../../images/css/forme/input_txt_disabled_bg.gif) repeat-x;
}

/* buttons */
/* TODO */
form.styled button,
form.styled input[type=button],
form.styled input[type=submit],
form.styled input.submit,
form.styled div.submit input,
form.styled a.button {
    display: block;
    float: left;
    margin: 0; padding: 6px; /* Links */
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
	text-decoration: none;
    color: #565656;
    background: #f5f5f5;
    border: 1px solid #bbb;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

form.styled input[type=submit]:hover,
form.styled input.submit:hover,
form.styled div.submit input:hover,
form.styled button:hover, button:focus,
form.styled a.button:hover, a.button:focus {
	color: #c53948;
	background: #fbe3e4;
    border: 1px solid #bbb;
    cursor: pointer;
}

/* @end */

/* @group save, cancel */

/* sačuvaj */
/* TODO */
button.save,
.buttons a.save,
input[type=submit].save,
.buttons a.cancel,
button.cancel {
    padding: 6px 9px 6px 34px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    color: #000;
	background: url(../../images/css/forme/save_cancel.png) no-repeat 0 center;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	letter-spacing: 1px;
}
button.save:hover,
.buttons a.save:hover,
input[type=submit].save:hover {
    color: #004700;
	background: #e6efc2 url(../../images/css/forme/save_cancel.png) no-repeat -300px center;
    border: 1px solid #bdce77;
    border-bottom: 1px solid #83a777;
    border-right: 1px solid #83a777;
}
.buttons a.save:active {
    color: #fff;
    background-color: #529214;
    border: 1px solid #529214;
}

/* cancel */
.buttons a.cancel,
button.cancel {
	margin: 0 0 0 12px;
	background: url(../../images/css/forme/save_cancel.png) no-repeat -600px center;
}
.buttons a.cancel:hover,
button.cancel:hover {
    color: #810000;
	background: #f1d9d9 url(../../images/css/forme/save_cancel.png) no-repeat -900px center;
    border-top: 1px solid #e39695;
    border-left: 1px solid #e39695;
    border-right: 1px solid #b7595b;
    border-bottom: 1px solid #b7595b;
}
.buttons a.cancel:active {
    border: 1px solid #d12f19;
}

/* @end */

/* @group Greške */

form.styled div.error {
	background: url(../../images/css/forme/uf_error.png);
}
form.styled div.error label,
form.styled div.error p.label {
	color: #cc0000;
}
form.styled div.error input[type=text],
form.styled div.error input[type=passsword],
form.styled div.error input[type=file],
form.styled div.error textarea,
form.styled div.error select {
	border: 1px solid red;
}

/* @end */

form.styled input.form-error { border: 1px solid red; }
form.styled div.error-message {
	margin: 0 0 0 180px; padding: 9px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* @end */

/* @end */

/* @group Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 6px 12px;
	text-align: left;
	background-color: #111;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;

	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

}
#tooltip h3 {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#tooltip div {
	color: #ccc;
}

/* @end */



/* @group Po stranama */

.box {
	padding: 5px 10px;
	background-color: #eee;
	border-top: 6px solid #ddd;
}

div.table_wrapper {
	position: relative;
	overflow: hidden;
}
div.table_fog {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(/images/css/table_mask.png);
}

/* @end */

ul#MenuBar1 > li {
	width: auto;
	margin: 0 2px 2px 0;
	border: 1px solid #ccc;

	-webkit-box-shadow: 0 2px 4px rgba(0,0,0, .15);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0, .15);
	box-shadow: 0 2px 4px rgba(0,0,0, .15);
}
ul#MenuBar1 li a.MenuBarItemSubmenu {
	padding-right: 22px;
}
ul#list-nav {
list-style:none;
margin:4px;
padding:0;
width:560px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:132px;
background:#330099;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #33FFFF;
border-right:1px solid #33FFFF;
border-top:1px solid #33FFFF;
border-bottom:1px solid #33FFFF;
}

ul#list-nav li a:hover {
background:#CCFFFF;
color:#000
}
