/*
./css/v1.css
*/
body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	background:url(../images/bg.png) top repeat-x #333;
}

* {
	margin:0;
	padding:1;
}

img {
border: 0px;
}

a { color: #222222; font-weight: bold; text-decoration: none;}
a:hover { color:#222222; font-weight: bold; text-decoration: none;}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:4px solid #222;
	padding:0px 0px 0px 0px;
}

.fixed {
	width:760px;
	

}

.fluid {
	width:90%;
}

#header {
	height:133px;
	background:url(../images/header.png) top no-repeat;
}
#headera {
	height:133px;
	background:url(../images/headera.png) top no-repeat;
}

#header h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:53px 20px 10px 20px;
	color:#fff;
}

#headera h1 {
	height:45px;
	font:250% Trebuchet MS;
	padding:53px 20px 10px 20px;
	color:#fff;
}

#nav {
	margin:0 0 0 0;
}

#nav li {
	list-style:none;
	display: inline;
	padding:7px 0;
}

#nav li a {
	padding:7px;
	color:#eee;
	text-decoration:none;
}

#nav li a:hover {
	background:#222;
	color:#CBE52E;
}

#sidebar_left {
	float:left;
	width:180px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

#sidebar_right {	
	width:160px;
	padding:10px;
	float:right;
	background:#333333;
	margin:0 0 10px 10px;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	border-bottom:1px solid #222222;
	color: #ffffff;
	z-index: 25;
}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color: #CBE52E;
}

#sidebar_right p {
	font:100% Arial;
	line-height:13px;
}

#sidebar_right ul {
	margin-left: 1em;
	padding-left: 1em;
	line-height: 13px;
}

#sidebar_right li {
	list-style-image: url(../images/arrow.gif);
	border-bottom:0px solid #525252;
	margin-bottom: 8px;
}

.sidebar_head {
	font: 110% Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #CBE52E;
}

#sidebar_right a {color: #CAE42D; text-decoration: none;}
#sidebar_right a:hover {color:#CAE42D; text-decoration: none;}


#content {
	padding:0 0px 0px 10px;
	font-size:120%;
}


#content h2 {
	font:150% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color:#222;
	border-top:0px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:0px 5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

.float_right {
float: right;
}

dl#showhide dd
{
margin:0;
padding:0;
}

#content p{
margin: 15px 0;
line-height: 13px;
}

#content h1,h2,h4,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
	text-align: center;
}

	
	.manageusers {
		border-collapse: collapse;
		width: 100%;
		border: 0px;
	}

.notwritable {
	color: #ff0000;
}

.writable {
	color: #00ff00;
}
	
				/* CSS for checklists */
		.checklist {
			border: 1px solid #ABADB3;
			list-style: none;
			height: 10em;
			overflow: auto;
			width: 28em;
		}
		.checklist, .checklist li { margin: 0; padding: 0; }
		.checklist label { display: block; padding: 0 0.2em 0 25px; text-indent: -25px; }
		.checklist label:hover, .checklist label.hover { background: #555; color: #fff; }
		* html .checklist label { height: 1%; }
		
		
.borderTable {	
text-transform: uppercase;
padding: 2px 4px 2px 4px;
border: 1px solid #000000;
background:#f6f6f6;


}

.radio {	
padding: 2px 4px 0px 4px;
border: 1px solid #000000;
background:#666666;
text-decoration: none;
font-size:10px;
}



#mytable {
	width: 730px;
	padding: 0;
	margin: 0;
}


caption {
	padding: 0 0 5px 0;
	width: 750px;	 
	font: italic 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}



.guestbook { background-color: #f9f9f9; border-right: 1px solid silver; color: silver; font-weight: bold; }
TEXTAREA {
scrollbar-3dlight-color: white;
scrollbar-arrow-color: black;
scrollbar-face-color: white;
scrollbar-darkshadow-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-track-color: white;
}




guest
{
border-style: solid;
border-left-width: 15px;
text-align:left;
}
.selekt { color: #003399; font-weight: bold; }
TD.naslov { background-color: #003399; font-weight: bold; color: white; }
TD.naslov2 { background-color: #365EAF; font-weight: bold; color: white; border-bottom: 1px solid #003399; }

.txtFormu {
font-family: Verdana;
font-size: 10px;
color: #000;
}

input, select, textarea {
font-family: Verdana;
font-size: 10px;
color: #000;
border: solid 1px #003d5a;
background: url(images/caja_formu.gif) repeat;
}


