/*********************
	HTML Elements
*********************/
*{
	margin:0;
	padding:0;
}
body{
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}
a, a:visited{
	text-decoration:none;
}
img{
	border:0;
	margin:1px;
}
p{
	padding:3px;
}
h2{

}
input{
	padding:2px;
}
select{
	padding:2px;
}
td
{
	vertical-align:top;
}
/*********************
	Structure
*********************/
#container{
	width:1230px;
/*	margin-left:auto;
	margin-right:auto;*/
}
#header{
	width:1230px;
}
#header h2{
	margin-top:0px;
	margin-bottom:0px;
}
#content{
	width:1000px;
	float:right;
	margin:10px 0 10px 0;
	padding:10px;
}
#sidebar{
	background:#FFF;
	width:170px;
	float:left;
	margin:10px 0 10px 0;
	padding:10px;
}
#footer{
	clear:both;
	padding:5px;
	margin-top:10px;
}
#box h3{
	padding:5px;
	font-size:14px;
}
/*********************
	Sidebar
*********************/
#sidebar ul{
	list-style:none;
	line-height:22px;
}
#sidebar ul li a,#sidebar ul li a:visited{
	padding-left:19px;
	text-decoration:none;
	margin:0 3px;
	display:block;
}
#sidebar ul li a:hover{
	text-decoration:underline;
}
#sidebar ul li ul{
	margin-left:10px;
}
#sidebar h3{
	padding:2px;
	font-size:14px;
}
/*********************
  TopMenu, Top-Panel
*********************/
#topmenu{
	margin-top:30px;
	width:700px;
	float:left;
	voice-family:inherit;
}
#topmenu ul{
	list-style:none;
	line-height:25px;
}
#topmenu li{
	display:inline;
}
#topmenu a,#topmenu a:visited{
	padding:5px 12px 5px 12px;
	text-decoration:none;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;
	
}
#top-panel{
	background:#FFF;
	padding:5px;
	height:20px;
	float:left;
	width:950px;
}
#top-panel ul{
	list-style:none;
}
#top-panel ul li{
	display:inline;
	line-height:20px;
}
#top-panel ul li a{
	padding-left:19px;
	text-decoration:none;
	margin:0 3px;
	display:inline-block;
}
#top-panel a:hover{
	text-decoration:underline;
}
/*********************
		Other
*********************/
.a-right{text-align:right;}
.a-left{text-align:left;}
.a-center{text-align:center;}
#pager{
	margin:5px;
	height:25px;
}
#styleswitcher{
	float:right;
}
#styleswitcher ul{
	list-style:none;
	line-height:10px;
}
#styleswitcher li{
	height:12px;
	display:inline;
}
#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
}
a#defswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#bd3f09;
	font-size: 8px;
	color:#bd3f09;
	display:inline-block;
}
a#blueswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#375b91;
	font-size: 8px;
	color:#375b91;
	display:inline-block;
}
a#greenswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#d0e0b8;
	font-size: 8px;
	color:#d0e0b8;
	display:inline-block;
}
a#brownswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#654322;
	font-size: 8px;
	color:#654322;
	display:inline-block;
}
a#mixswitch {
	width:15px;
	height:10px;
	margin: 3px 0 3px 0;
	background-color:#294145;
	font-size: 8px;
	color:#294145;
	display:inline-block;
}
#credits{
clear:both;
	width:200px;
	float:left;
}
/*********************
		Tables
*********************/
table{
	margin:5px;
	border-collapse: collapse;
	table-layout:automatic;
	width:98%;
}
td, th{
	padding: 2px;
} 
thead{

}
/*********************
		Home
*********************/
#infowrap li{
	display:inline:
}
#infobox{
	width:365px;
	float:left;
	margin-top:10px;
}
#infobox h3{
	padding:5px;
	font-size:14px;
}
.margin-left{
	margin-left:5px;
}
#rightnow .reallynow {
	padding: 5px;
	font-size:14px;
}
#rightnow h3{
	padding:2px;
	padding: 0 10px;
	font-size:14px;
}
#rightnow .reallynow span {
	display: block;
	text-align: left;
	float: left;
	padding:0 2px;
	font-size:14px
}
#rightnow .reallynow a {
	text-decoration:none;
	display: block;
	text-align: right;
	float: right;
	padding:0 0 0 18px;
	margin-left:4px;
	font-weight:normal;
	font-size:12px;
}
#rightnow .reallynow a:hover{
	text-decoration:underline;
}
#rightnow .youhave {
	font-size:  12px;
	padding: 10px;
}
#rightnow a {
	font-weight: bold;
}
/*********************
		Forms
*********************/
form{
	padding:10px;
	margin:0 auto;
}
form#aspnetForm fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form#aspnetForm legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;
}
form#aspnetForm label {
	/*clear:left;*/
	display:inline;
	vertical-align:top;
	/*width:100px;*/
	/*text-align:right;*/
	padding-left:5px;
	padding-top:8px;
	
}
form#aspnetForm input {
	padding:3px;
	margin-bottom:5px;
}
form#aspnetForm select {
	margin-left:5px;
}
form#aspnetForm textarea {
	width:410px;
	height:200px;
	padding:5px;
	overflow:auto;
}
form#aspnetForm option {
	background:#FFF;
}
form#aspnetForm optgroup option {

}
.button {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
.button:hover{
	background-position:center left;
}

/*********************
	Icons
*********************/
.icon{
	padding-left:19px;
	text-decoration:none;
	height:20px;
	font-size:12x;
	margin:0 3px;
	display:inline-block;
	line-height:20px;
}

.poke_right{padding-left:16px !important;}
.default{background:transparent url(../img/icons/house.png) no-repeat left;}
.user{background:transparent url(../img/icons/user.png) no-repeat left;}
.user_add{background:transparent url(../img/icons/user_add.png) no-repeat left;}
.time{background:transparent url(../img/icons/time.png) no-repeat left;}
.time_add{background:transparent url(../img/icons/time_add.png) no-repeat left;}

.brick{background:transparent url(../img/icons/brick.png) no-repeat left;}
.brick_add{background:transparent url(../img/icons/brick_add.png) no-repeat left;}

.cut{background:transparent url(../img/icons/cut.png) no-repeat left;}
.cut_add{background:transparent url(../img/icons/cut_add.png) no-repeat left;}

.money{background:transparent url(../img/icons/money.png) no-repeat left;}
.money_add{background:transparent url(../img/icons/money_add.png) no-repeat left;}

.cart{background:transparent url(../img/icons/cart.png) no-repeat left;}
.cart_add{background:transparent url(../img/icons/cart_add.png) no-repeat left;}
.book{background:transparent url(../img/icons/book.png) no-repeat left;}
.report{background:transparent url(../img/icons/report.png) no-repeat left;}
.door_in{background:transparent url(../img/icons/door_in.png) no-repeat left;}
.cog{background:transparent url(../img/icons/cog.png) no-repeat left;}
.user_add{background:transparent url(../img/icons/user_add.png) no-repeat left;}
.group{background:transparent url(../img/icons/group.png) no-repeat left;}
.vcard{background:transparent url(../img/icons/vcard.png) no-repeat left;}
.report_user{background:transparent url(../img/icons/report_user.png) no-repeat left;}
.building{background:transparent url(../img/icons/building.png) no-repeat left;}
.user_comment{background:transparent url(../img/icons/user_comment.png) no-repeat left;}
.comments{background:transparent url(../img/icons/comments.png) no-repeat left;}
.world_add{background:transparent url(../img/icons/world_add.png) no-repeat left;}
.world_delete{background:transparent url(../img/icons/world_delete.png) no-repeat left;}
.map{background:transparent url(../img/icons/map.png) no-repeat left;}
.user_suit{background:transparent url(../img/icons/user_suit.png) no-repeat left;}
.user_female{background:transparent url(../img/icons/user_female.png) no-repeat left;}
.bullet_add{background:transparent url(../img/icons/bullet_add.png) no-repeat left;}
.user_gray{background:transparent url(../img/icons/user_gray.png) no-repeat left;}
.tag_blue{background:transparent url(../img/icons/tag_blue.png) no-repeat left;}
.avion{background:transparent url(../img/icons/avion.jpg) no-repeat left;}
.palma{background:transparent url(../img/icons/palmtree.jpg) no-repeat left;}
.airline{background:transparent url(../img/icons/aviokompanija.jpg) no-repeat left;}
.page{background:transparent url(../img/icons/page.png) no-repeat left;}
.group{background:transparent url(../img/icons/group.png) no-repeat left;}
.cancel{background:transparent url(../img/icons/cancel.png) no-repeat left;}

.control
{
	float:left;
	padding-left:20px;
	clear:both;
	/*border:solid 1px #CFF;*/
}
.control label
{
	color:Gray;
}
.control input[type=submit]
{
	width:100px;
	border-color:#00F !important;
}
.control_dp
{
	float:left;
	padding-left:20px;
}

.borderless,.borderless td {border:none;}

.block{clear:both; overflow:visible;}
.kalendar table,.kalendar table td{ border:none; }
.hide{
	display:none;
}

.emergency-relationship input{
    margin-left: 30px;
    margin-top: 5px;
}
.emergency-relationship label{
    display:inline-block !important;
    padding-top: 5px !important;
}

.faktura-btn {
	padding: 6px 19px;
    border: 1px solid;
    font-weight: bold;
}