@charset "utf-8";
/* CSS Document */

body {
	background-color: #191919;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	color: #191919;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #faf7f7;
	padding: 0px;
}
.gornjaTabela {
	margin-right: auto;
	margin-left: auto;
}

#wrapper table {
	padding: 10px;
}

img.double-border {
	border: 2px solid #ddd;
	padding: 2px; /*Inner border size*/
	background: #fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#wrapper table tr td ul li {
	list-style-type: square;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #191919;
}
#wrapper table tr .polje {
	border-bottom-style: none;
	border-bottom-color: #191919;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #DDD;
	
}

/*feeder style*/

#container {
position: relative;
width: 200px;
margin: auto;
margin-top: 10px;

}

h1 {
	font-size: 16px;
	line-height: 16px;
}

/*ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}*/

a {
	text-decoration: none;
	color: #B30A7F;
}

a:hover {
text-decoration: underline;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
overflow: hidden;
background: #191919;
padding: 0.2em;
border: 2px solid #c5c5c5;
height: 320px; /* You should adjust this height for your project. */
position: relative;
float: left;
max-width: 200px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;

}

#widget img {
float: left;
border: 1px solid white;
padding: .2em;
background: #d3d3d3;
margin-right: .5em;
width: 90px;
height: 90px;
}

#widget li {
clear: left;
overflow: hidden;
position: relative;
top: 0;
padding-bottom: 0;
height: 165px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

h4 {
padding-top: 0;
font-size: 12px;
}

li p {
color: #474747;
margin-top: .2em;
}
#wrapper table tr .polje #container #widget .widgetList {
	color: #faf7f7;
}
#wrapper #footer {
	background-color: #b30a7f;
	height: 30px;
	width: 800px;
}
#wrapper #footer #footerLinks {
	padding-left: 10px;
}
#wrapper #footerLinks a {
	color: #FAF7F7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FAF7F7;
	padding-right: 5px;
}

#wrapper #footerLinks2 a {
	color: #FAF7F7;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 5px;
}

/* LIGHTBOX */

.imgBorder{
	border:1px solid #CCC;
	padding:5px;
}

