html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input, select, textarea {
	width:600px;
}


textarea {
height:50px;
}

input[type="checkbox"] {

}


input[disabled],select[disabled],textarea[disabled],option[disabled] {
   background-color:#E2E2E2;
}

input[readonly],select[readonly],textarea[readonly],option[readonly] {
   background-color:#E2E2E2;
}

input[type='text'], input[type='password'] {
	padding: 2px;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
}
a, a:visited {
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}

#container {
	height: 100%;

}
body > #container {
	height: auto;
	min-height: 100%;
}
#content {
	background: #FFFFFF url('../image/background.png') 0px 1px repeat-x;
	padding: 10px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
}

#header .div1 {
	height: 56px;
	padding: 0px 30px;
	background: url('../image/header.png') repeat-x;
	min-width: 900px;
}
#header .div2 {
	color: #FFFFFF;
	padding: 8px 0px 0px 0px;
	float: left;
}
#header .div3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px 0px;
	float: right;
}
#header .div2 span {
	font-weight: bold;
}

#menu {
	background: url('../image/menu.png') repeat-x;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	padding: 0px 30px;
	min-width: 900px;
}
#menu > ul.left {
	float: left;
}
#menu > ul.right {
	float: right;
}
#menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#menu > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
}
#menu > ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#menu > ul > li + li {
	background: url('../image/split.png') center left no-repeat;
}
#menu > ul .top, #menu > ul li li.sfhover {
	padding: 10px 15px 9px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#menu > ul ul li {
	padding: 2px;
}
#menu > ul .selected .top {
	background: url('../image/selected.png') repeat-x;
	color: #FFFFFF;
}
#menu > ul .selected:hover a.top, #menu > ul .sfhover a.top {
}
#menu > ul .parent {
	background: url('../image/arrow-right.png') 95% center no-repeat;
}
#menu > ul li {
	float: left;
	list-style: none;
}
#menu > ul li ul {
	position: absolute;
}
#menu > ul li li {
	clear: both;
}
#menu > ul li ul a {
	color: #FFFFFF;
	
	width: 155px;
}
#menu > ul li ul ul {
	margin: -27px 0 0 157px;
}
#menu > ul li li:hover, #menu > ul li li.sfhover {
	background: #3c9ccb;
	color: #000000;
}

#content {
	background: #FFFFFF url('../image/background.png') 0px 1px repeat-x;
	padding: 10px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}


.box {
	margin-bottom: 15px;
}
.box > .heading {
	height: 38px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	background: url('../image/box.png') repeat-x;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box > .heading h1 {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #003A88;
	font-size: 16px;
	float: left;
}
.box > .heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}
.box > .heading .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}
.box > .heading .buttons .button {
	margin-left: 5px;
}
.box > .content h2 { 
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;	
}
.box > .content {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
	overflow: auto;
}
a.button, .list a.button, .listfilter a.button {
    background: none repeat scroll 0 0 #003A88;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
}
#footer {
	background: #FFFFFF url('../image/footer.png') repeat-x;
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-top: -128px;
	clear: both;
}
#footer a {
	color: #333;
	text-decoration: underline;
}



.cpanel-left {
    float: left;
    width: 54%;
}

.cpanel-left .icon {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
	width:111px;
	height:99px;
    text-align: center;

}

.cpanel-left .icon:hover {

-moz-box-shadow: 0 0 1em #cbcbcb; 
-webkit-box-shadow: 0 0 1em #cbcbcb; 
box-shadow: 0 0 1em #cbcbcb;

}



.cpanel-left .icon1 {
	display:block;
width:111px;
height:99px;
  background-color: transparent;
  background-image: url(../image/anketa.png);
  background-repeat: repeat;
}

.cpanel-left .icon1:hover {
 background-color: transparent;
-moz-box-shadow: 0 0 1em #cbcbcb; 
-webkit-box-shadow: 0 0 1em #cbcbcb; 
box-shadow: 0 0 1em #cbcbcb;
}



.cpanel-right {
    float: left;
	width:46%;

}

.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.list td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}
.list thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
.list tbody td a {
    text-decoration: underline;
	padding-left:1px;
	padding-right:1px;
}
.list tbody td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 5px;
    vertical-align: middle;
}
.list .naslov {
    padding: 7px;
    text-align: left;
	background: url("../image/grid_heder.png") repeat-x scroll 0 0 transparent;
	color:#FFF;
}

.list .left {
    padding: 7px;
    text-align: left;
}
.list .right {
    padding: 7px;
    text-align: right;
}
.list .center {
    padding: 7px;
    text-align: center;
}
.list .asc {
    background: url("../image/asc.png") no-repeat scroll right center transparent;
    padding-right: 15px;
}
.list .desc {
    background: url("../image/desc.png") no-repeat scroll right center transparent;
    padding-right: 15px;
}
.list tr.filter td {
    background: none repeat scroll 0 0 #E7EFEF;
    padding: 5px;

}
.list tbody tr:hover td {
    background-color: #F5F5F5;
}





.listfilter {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 5px;
    width: 100%;
}
.listfilter td {
    border-bottom: 1px solid #DDDDDD;
   
}
.listfilter thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}
.listfilter thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
.listfilter tbody td a {
    text-decoration: underline;
	padding-left:1px;
	padding-right:1px;
}
.listfilter tbody td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 5px;
    vertical-align: middle;
}
.listfilter .naslov {
    padding: 7px;
    text-align: left;
	background: url("../image/grid_heder.png") repeat-x scroll 0 0 transparent;
	color:#FFF;
}
.listfilter .left {
    padding: 7px;
    text-align: left;
}
.listfilter .right {
    padding: 7px;
    text-align: right;
}
.listfilter .center {
    padding: 7px;
    text-align: center;
}
.listfilter tr.filter td {
    background: none repeat scroll 0 0 #E7EFEF;
    padding: 5px;

}




table.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form > tbody > tr > td:first-child {
    width: 200px;
}
table.form > tbody > tr > td {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    padding: 10px;
}

.form .sivo {
	color:#999;
}


#txtArt{
	color: #333;
	display: inline-block;	
	margin-left:5px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#CCC;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    color: #FF0000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
	height: 0px;
}
.errors {
    color: #FF0000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
	padding-left: 15px;
	height: 0px;
}


span.gi {
    color: #D7D7D7;
    font-weight: bold;
    margin-right: 5px;
	
}

.paginationControl a{
    border: 1px solid #DDDDDD;
    color: #A3A3A3;
    font-size: 12px;
    padding: 4px 10px;
    text-decoration: none;


}
.paginationControl b{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #269BC6;
    color: #269BC6;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 10px;
    text-decoration: none;
}
.paginationControl{

}

.publish{
	background-image: url("../image/tick.png");
	display: inline-block;
	width:16px;
	height:16px;
	text-align: center;
}

.publish_x{
	background-image: url("../image/publish_x.png");
	display: inline-block;
	width:16px;
	height:16px;
	text-align: center;
}

.publish_delete{
	background-image: url("../image/delete.png");
	display: inline-block;
	width:16px;
	height:16px;
}



.prikaz_slider{
	background-image: url("../image/slider.gif");
	background-repeat: no-repeat;
	display: inline-block;
	width:16px;
	height:16px;
	text-align: center;
}

.prikaz_event{
	background-image: url("../image/event.png");
	background-repeat: no-repeat;
	display: inline-block;
	width:16px;
	height:16px;
	text-align: center;
}

.prikaz_dodaj_enab{
	background-image: url(../image/dodaj_enab.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	
}

.prikaz_dodaj_dis{
	background-image: url("../image/dodaj_dis.png");
	background-repeat: no-repeat;
	display: inline-block;
	width:24px;
	height:24px;
	text-align: center;
}

table.adminlist {
    background-color: #F3F3F3;
    border-spacing: 1px;
    color: #666666;
    width: 100%;
}
table.adminlist td, table.adminlist th {
    padding: 4px;
}
table.adminlist td {
    padding-left: 8px;
}
table.adminlist thead th {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    color: #666666;
    text-align: center;
}
table.adminlist thead th.left {
    text-align: left;
}
table.adminlist thead a:hover {
    text-decoration: none;
}
table.adminlist thead th img {
    padding-left: 3px;
    vertical-align: middle;
}
table.adminlist tbody th {
    font-weight: bold;
}
table.adminlist tbody tr {
    background-color: #FFFFFF;
    text-align: left;
}
table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td {
    background-color: #E8F6FE;
}
table.adminlist tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
}
table.adminlist tbody tr.row1 td {
    background: none repeat scroll 0 0 #F0F0F0;
    border-top: 1px solid #FFFFFF;
}
table.adminlist tfoot tr {
    color: #333333;
    text-align: center;
}
table.adminlist tfoot td, table.adminlist tfoot th {
    background-color: #F7F7F7;
    border-top: 1px solid #999999;
    text-align: center;
}
table.adminlist td.order {
    text-align: center;
    white-space: nowrap;
    width: 200px;
}

table.adminlist td.center {
    text-align: center;
}

table.adminlist td.order span {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    text-align: center;
    width: 20px;
}
table.adminlist .pagination {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
table.adminlist td.indent-4 {
    padding-left: 4px;
}
table.adminlist td.indent-19 {
    padding-left: 19px;
}
table.adminlist td.indent-34 {
    padding-left: 34px;
}
table.adminlist td.indent-49 {
    padding-left: 49px;
}
table.adminlist td.indent-64 {
    padding-left: 64px;
}
table.adminlist td.indent-79 {
    padding-left: 79px;
}
table.adminlist td.indent-94 {
    padding-left: 94px;
}
table.adminlist td.indent-109 {
    padding-left: 109px;
}
table.adminlist td.indent-124 {
    padding-left: 124px;
}
table.adminlist td.indent-139 {
    padding-left: 139px;
}
table.adminlist tr td.btns a {
    text-decoration: underline;
}

table.adminlist a:link {
    color: #025A8D;
    outline: medium none;
    text-decoration: none;
}

.order_stavke_up {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    text-align: center;
    width: 20px;
	background-image:url("../image/uparrow.png");
}
.order_stavke_up_dis {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    text-align: center;
    width: 20px;
	background-image:url("../image/uparrow_dis.png");
}
.order_stavke_down {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    text-align: center;
    width: 20px;
	background-image:url("../image/downarrow.png");
}
.order_stavke_down_dis {
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    text-align: center;
    width: 20px;
	background-image:url("../image/downarrow_dis.png");
}


select[name="id_jezik"] {
    width: 100px;
	margin-top:-2px;

}

select[name="id_jezik"] option {
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 30px;
}
select[name="id_jezik"] option[id="jez_1"] {
    background-image: url("../image/cg.png");
}
select[name="id_jezik"] option[id="jez_2"] {
    background-image: url("../image/en.png");
}


.box_info {
	font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0 0;
	
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: rgba(0, 0, 0, 0.8);
    margin: 1.5em 0 0;
    padding: 1.4286em;
	
	background: none repeat scroll 0 0 #F4F4F4;
}

.box_success {
	font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0 0;
	
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: rgba(0, 0, 0, 0.8);
    margin: 1.5em 0 0;
    padding: 1.4286em;
	
	background: none repeat scroll 0 0 #88CC88;
}

.box_warning {
	font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0 0;
	
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: rgba(0, 0, 0, 0.8);
    margin: 1.5em 0 0;
    padding: 1.4286em;
	
	background: none repeat scroll 0 0 #CCCC88;
}

.box_greska {
	font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0 0;
	
    border-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: rgba(0, 0, 0, 0.8);
    margin: 1.5em 0 0;
    padding: 1.4286em;
	
	background: none repeat scroll 0 0 #CC8888;
}

