.icon-32-submit 	{ background-image: url(../../admin14/img/cs_submit.png); }
.icon-32-home 		{ background-image: url(../../admin14/img/cs_home.png); }
.icon-32-help 		{ background-image: url(../../admin14/img/cs_help.png); }
.icon-32-list 		{ background-image: url(../../admin14/img/cs_list.png); }
.icon-32-addnew 	{ background-image: url(../../admin14/img/cs_add_new.png); }
.icon-32-delete 	{ background-image: url(../../admin14/img/cs_delete.png); }
.icon-32-next 		{ background-image: url(../../admin14/img/cs_next.png); }
.icon-32-prev 		{ background-image: url(../../admin14/img/cs_prev.png); }
.icon-32-filter 	{ background-image: url(../../admin14/img/cs_filter.png); }
.clear { clear: both; }

/*****************************  Toolbar ****************/
table.toolbar_1    			 { 
 border-collapse: collapse;
 padding: 0;
 margin: 0;	 
}
table.toolbar_1 td 			 {
 padding: 1px 1px 1px 4px;
 text-align: center;
 color: #666;
 height: 48px;
}
table.toolbar_1 span {
 float: none;
 width: 32px;
 height: 32px;
 margin: 0 auto;
 display: block; 
}
table.toolbar_1 a {
  display: block;
  float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
	color: #0B55C4;
}
table.toolbar_1 a:visited {
  display: block;
  float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
	color: #0B55C4;
}
table.toolbar_1 a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #F90;
}

table.toolbar_1 a.standard_link {
  display: inline;
  float: none;	
	border:  0;
	padding: 0;
	cursor: pointer;
	color: #0B55C4;
	font-size: 12px;
	text-decoration: none;
}
table.toolbar_1 a.standard_link:visited  {
  display: inline;
  float: none;	
	border:  0;
	padding: 0;
	cursor: pointer;
	color: #0B55C4;
	font-size: 12px;
	text-decoration: none;
}
table.toolbar_1 a.standard_link:hover{
  display: inline;
  float: none;	
	border:  0;
	padding: 0;
	cursor: pointer;
	color: #F90;
	font-size: 12px;
	text-decoration: none;
}

a {
  color: #0B55C4;
	font-size: 12px;
	text-decoration: none;
}
a:visited  {
  color: #0B55C4;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
 	color: #F90;
	font-size: 12px;
	text-decoration: none;
}

div.red_mark {
 display: inline;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}

/***************************** Opste **************/



body {
	font-family: Verdana;
	font-size: 12px;
	color: #646464;
	text-align: center;
	background: #B3D6E0;
	/*background: #ffffff;*/
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #646464;
	text-align: left;
	background: #B3D6E0;
	/*background: #ffffff;*/
}
input, select{
 border:1px solid silver;
 font-size:12px;
 background: #f6f6f6;
 margin: 1px 0 1px 0;
}

textarea{
 border:1px solid silver;
 font-size:12px;
 background: #f6f6f6;
 margin: 1px 0 1px 0;
 background-image: url(../../admin14/img/red_line1.gif);
}

.plus_minus{
font-size:12px;
	width: 30px;
	margin: 3px 0 0 0;
}


/*************************** Kontejneri ********************/

#whole-page {
	text-align: left;
	width: 990px;
	margin: 0 auto;
}

.logo {
	margin: 15px 0 20px 0;
	width: 980px;
	height: 12px;
	background: url(../../admin14/img/cs_logo.gif) no-repeat left top;
}

h2 {
	font-size: 18px;
	/*font-weight: bold;*/
	color: #5494af;
	margin: 0;
	padding: 0 0 0 10px;	
}
h4 {
	font-size: 13px;	
	color: #ffffff;
	margin: 0;
	padding: 5px;	
}
span.sp_message_ok {
	font-size: 15px;	
	color: #72eb2d;
	margin: 20px;
	padding: 25px;	
	font-weight: bold;
}
span.sp_message_error {
	font-size: 15px;	
	color: #FF0000;
	margin: 20px;
	padding: 25px;	
}
hr {
	color: #ffffff;
	background-color: #ffffff;
}
.nadesno {
	float: right;
}


.outer_box {
	background: #eeeeee;
	padding: 5px;	
	margin : 0 0 0 0 ;
	width :980px;
}
.inner_box {
	background: #ffffff repeat-y left top;
	border: 1px solid #ddd;
}
.inner_box_navigation {
	background: #e1e1e1 repeat-y left top;
	border: 1px solid #dddddd;
}



/*********************************** Glavna tabela ******************/

/* Content ---------------------------------------- */

.img_info{
 width:16px;
 height:16px;
 padding: 0 2px 0 0;
}

table.main_table_1  {
	border-top: 1px solid #dddddd;
}
td.main_table_title_1 {
	background: #f6f6f6;
	font-size: 13px;
	font-weight: bold;
	color: #5494af;
	padding: 5px 0 5px 5px;
	border-bottom: 2px solid #dddddd;
}
td.main_table_left_1  {
	background: #e1e1e1;
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
	font-weight: bold;
	text-align:right;	
}
td.main_table_left_11  {
	background: #e1e1e1;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;

	text-align:left;
	font-size: 11px;
}
td.main_table_right_1  {
	background: #f6f6f6;
	padding: 3px 0 3px 3px;
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
}
td.main_table_right_11  {
	background: #f6f6f6;
	padding: 0px;
	vertical-align: top;
}
td.edit_table_left_1  {
	vertical-align: top;
	
}
td.edit_table_right_1  {
	vertical-align: top;
	
}



table.main_table_2  {
	border-top: 1px solid #dddddd;
}
td.main_table_title_2 {
	/*background: #f6f6f6;*/
	font-size: 13px;
	font-weight: bold;
	color: #5494af;
	padding: 5px 0 5px 5px;
	border-bottom: 2px solid #dddddd;
}
td.main_table_left_2  {
	/*background: #e1e1e1;*/
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
	font-weight: bold;
	text-align:right;
	
}
td.main_table_right_2  {
	/*background: #f6f6f6;*/
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
}
td.edit_table_left_2  {
	vertical-align: top;
	
}
td.edit_table_right_2  {
	vertical-align: top;
	
}


table.list_table{
	padding: 15px;
}
tr.list_table_par:hover td { background: #fdfcf6; }
tr.list_table_nepar:hover td { background: #fdfcf6; }

tr.list_table_nepar td{
	font-size: 12px;
	background: #f1f1f1;
	padding: 5px;
}
tr.list_table_par td{
	font-size: 12px;
	background: #fbfbfb;
	padding: 5px;
}
tr.list_table_title td{
	font-size: 12px;
	background: #d1d1d1;
	padding: 5px;
	color: #5494af;
}




.form_text_error_php {
	color: #0000FF;
	margin-right:10px;
	padding: 10px 10px 10px 0px;
	font-size: 10px;
}
.form_text_error_js {
	color: #FF0000;
	margin-right:10px;
	padding: 10px 10px 10px 0px;
	font-size: 10px;
}


.dobrodosli {
	padding-bottom: 5px;
	padding-top: 0px;
	font-weight: bold;
	background: url(../../admin14/img/user.png) no-repeat left;
	padding-left: 20px;
}






h1 a {
	display: block;
	width: 225px;
	height: 28px;
}

h1 span { display: none; }







/* Footer ---------------------------------------- */

.footer {
	margin: 10px 0 30px;
	font-size: 11px;
	line-height: 11px;
	color: #9B9B9B;
	padding: 0 0 0 5px;
//	float: right;
}

.footer a { color: #9B9B9B; }

.footer a:hover { text-decoration: none; }


.main-row{
	display:none;
	background: #000000;
	}