/* 
------------------------------------------------
  Styles for Home.php
------------------------------------------------
 */
 

 #home_base {
    /*margin: 0 auto;*/
    width: 710px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    background-color: transparent;
    float:left;
    /*margin-bottom:30px;*/
}

#home_user_panel {
    background-color: transparent
    /* border: 1px solid #222; */
    height: 60px;
    clear: both;
    font-size: 90%;
    width: 350px;
    float: right;
    text-align:right;
    position:relative;
    right:10px;
}
#home_user_panel table#home_UPanel_table {
	  float:right;
	  font-size:95%;
	  text-align:right;
}

#home_header {
	  position:relative;
    top:-27px;
    left:20px;
    background-color: transparent;
    z-index:2;
    width:350px;
    
    clear: both;
    font-size: 90%;
    float: top;
    /* border: 1px solid #222; */
}

#home_header table#home_header_table {
	  width: 650px;
	  font-size:95%;
	  text-align:center;
}


#home_header a {
    color: black;
    border-bottom-color: #999;
}
#home_header a:hover {
    color: #999;
}

#home_bottom_space{
    width: 650px;
    height:50px;
    background-color: transparent;
    border-top: 0;
    clear: both; 
    font-size: 90%;
    position : relative;
    left:20px;
}

#w_cam
{
	width:650px;
	text-align:center;
}

div.dan_div
{
	height:0px;
}

table.dan_table
{
	visibility:hidden;	
}


input.otvori_dan_btn
{
  width: 150px;
  height: 20px;
  vertical-align:center;
  color:black;
  background-color: transparent;
  border: 1px solid gray;
  cursor:pointer;			
}

input.otvori_obj_btn
{
  width: 116px;
  height: 20px;
  vertical-align:center;
  color:black;
  background-color: transparent;
  border: 1px solid gray;
  cursor:pointer;	
}

tr.obj_row
{
	visibility:collapse;
	text-align:center;
}

div.obj_div
{
	visibility:hidden;
	text-align:center;
	height:0px;	
}