@charset "utf-8";
/* CSS Document */

.membersBrowswer {
	border:1px solid #D9D9D9;
	float:left;
	padding:20px 30px;
	width:580px;
	border-top: none;
	
}
.membersBrowswer form {
	width:580px;
	padding-bottom:20px;
	border-bottom:1px solid #666666;
	margin-bottom:20px;
}
.membersBrowswer .holder {
	margin-bottom:10px;
	text-align:right;
}
.membersBrowswer .holder input {
	border:1px solid #666666;
	height:18px;
	margin:5px 0 8px;
	width:348px;
}
.membersBrowswer .holder label {
	width:140px;
	font-size:12px;
	float:left;
}
.membersBrowswer .holder select {
	width:360px;
}
* html .membersBrowswer .holder select {width:357px;}
.membersBrowswer .holder input.button {
	width:70px;
	height:20px;
	cursor:pointer;
	font-size:12px;
	color:#FFFFFF;
	background:url(/img/buttons/okBgrd.gif) left top no-repeat;
	border:none;
	padding-bottom:5px;
}

/*******************   Navigation with tabs   *******************/
.tabNavigation {
	float:left;
	width:100%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
	line-height:normal;
	background:url(/img/tabs/borderBottom.gif) left bottom no-repeat;
}
.tabNavigation ul {
	margin:0;
	list-style:none;
}
.tabNavigation li {
	display:inline;
	margin:0;
	padding:0;
}
.tabNavigation a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(/img/tabs/tabLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabNavigation a:hover, .tabNavigation a:hover span {text-decoration:none;}
.tabNavigation a span {
	float:left;
	display:block;
	background-image: url(/img/tabs/tabRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding:8px 15px 8px 6px;
	color:#888888;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
   .tabNavigation a span {
	float:none;
	margin-right:10px;
}
/* End IE5-Mac hack */
   .tabNavigation a:hover span {
	color:#333333;
}
.tabNavigation a:hover {
	background-position:0% 0px;
}
.tabNavigation a:hover span {
	background-position:100% 0px;
	color:#666666;
}
.tabNavigation a.current,.tabNavigation a.current:hover {
	background-position:0% -32px;
}
.tabNavigation a.current span, .tabNavigation a.current:hover span  {
	background-position:100% -32px;
	color:#333333;
	text-decoration:none;
}

/***********************************************************************/
.userMainContent  ul.listStoryBrowser li{
	padding:10px 0px;
	margin-bottom:10px;
	background:transparent url(/img/bgrdHor.gif) repeat-x scroll left bottom;
}
.userMainContent  ul.listStoryBrowser li p {padding-bottom:5px;}
ul.listStoryBrowser a img {float:left; margin-right:20px;}
ul.listStoryBrowser p.fullName a {font-size:16px; font-weight:bold;}

/*******************   Podaci o kompaniji     ***************************/
.membersBrowswer .boxBorder {
	background:transparent url(/img/bgrdHor.gif) repeat-x scroll left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}


