@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}

body
{
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #000000 url(/images/background.png) repeat-x 0 0;
	color:#ffffff;
	font-size:12px;
	
}

H1{ color:#FFFFFF; margin: 2px 0 8px 0; font-size:17px; text-decoration: underline;}
H2{ color:#FFFFFF; margin: 2px 0 5px 0; font-size:14px; }
H3{ color:#FFFFFF; margin: 2px 0 5px 0; font-size:12px; }

P{ margin: 0 0 8px 0;}

#wrapp_all{
	width:740px;
	/*margin: 58px 0 0 30px;*/
	margin: 58px auto 0 auto;
	
}

#header{

}

#header_left{
	float:left;
}
#header_right{
	float:right;
}

#main_wrap{
	clear:both;
	margin: 15px 0 0 0;
}


#footer{
	clear:both;
	font-size:10px;
	color:#eeeeee;
	padding: 0 10px 0 10px;
	height:30px;
	float:right;
}


.two_column{ width: 100%;}
.two_column .left{ float:left; width:224px; }
.two_column .right{ float:right; width: 508px; }



/*----- MENU --------*/
#menu{
	clear:both;
	height: 26px;
	font-size:16.5px;
	padding: 20px 0 0 0px;
		
}

#menu .menu_first{

}
#menu ul{
	
}
#menu li{
	color:#ffffff;
	float:left;
	/*position:relative;
	list-style-image: url(/images/bullet_white.png);*/
	background: url(/images/bullet_white.png) 0 4px no-repeat;
	list-style-type: none;
	padding: 0 0 4px 14px;
	margin: 10px 0 0 16px;
	list-style-position:inside;
	
}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
	/*margin-left:-4px;*/
}

#menu .selected{
	background: url(/images/bullet_blue.png) 0 6px no-repeat;
}
#menu .selected a{
	/*background: url(/images/bullet_blue.png) left center no-repeat;*/
	color:#5bb4e5;
	text-decoration:none;
}
/*Second level*/
#menu li ul{
	width:auto;
	position:absolute;
	clear:left;
	display:none;
	z-index:9000;
	background-color:#5bb4e5;
	padding: 8px;
	margin: 4px 0 0 -5px ;
	border: solid 3px #ffffff;
	font-size:12.5px;
	/*transparency*/
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;

}
#menu li ul li{
	clear:both;
	margin: 0 0px 0 0px;
	color: #ffffff !important;
}
#menu li ul li a{
	color: #ffffff !important;
}
#menu li ul li:hover a, #menu li ul li.over a{
	text-decoration:underline;
	
}
#menu li:hover, #menu li.over{
	background: url(/images/bullet_blue.png) 0 4px no-repeat;
}
#menu li:hover a, #menu li.over a{

	/*list-style-image: url(/images/bullet_blue.png);
	background: url(/images/bullet_blue.png) left center no-repeat;*/
	color:#5bb4e5;
	text-decoration:none;
}
#menu li:hover ul, #menu li.over ul {
	display: block;
	/*position:absolute;
	clear:both;*/
}

/* Holly Hack. IE Requirement */
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */


/*----- end MENU --------*/


/*------ BANNER ---------*/

.banner{
	width:740px;
	min-height:100px;
	background-color:#000000;
	margin-bottom:12px;
	/*transparency
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
}

/*-------end BANNER -----*/

/* ------ NEWS -------- */

.news_links{}
.news_links li{ 
	margin: 0 0 15px 8px;
	list-style-position: inside;
	list-style-type:none;
}
.news_links li a {
	margin: 4px 0 0 4px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
.news_links li a:hover { text-decoration:underline;}

#news_item_container
{
	height: 197px;
	overflow:auto;
	padding: 0 5px 0 0;
	margin: 0 -3px 0 0;	
}
#news_item_container .date
{
	font-size:10px;
}
#news_item_container h1
{
	display:inline;
	margin: 2px 0 8px 0; 
	font-size:16px;
}

#news_item_container h2
{
	display:inline;
	margin: 2px 0 2px 0; 
	font-size:14px;
	font-weight:bold;
}

#news_item_container h3
{
	display:inline;
	margin: 2px 0 8px 0; 
	font-size:10px;
}

/* ------ end NEWS -------- */


/* --------- various -----------*/
#tdviewer{width: 85% !important;}


.scrollable_wrapper
{
	height: 180px;
	overflow:auto;
	padding: 0 5px 0 0;
	margin: 3px -5px 0 0;
}
/* --------- END various -----------*/


/*-------Scrollbar ----------------*/


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	width:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	width:10px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width:10px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width:10px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/*-------END Scrollbar ----------------*/




/*------------------------------------------------------*/
/*round corners dialog*/
/*------------------------------------------------------*/

.rc {
	 position:relative;
	 margin:0px auto;
	 min-width:8em;
	 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
	 color:#ffff;
	 z-index:1;
	 margin-left:12px; /* default, width of left corner */
	 margin-bottom:0.5em; /* spacing under dialog */
}
.rc .rc_content,
.rc .rc_t,
.rc .rc_b,
.rc .rc_b div {
	 background:transparent url(/images/okvir_orange.png) no-repeat top right;
	 _background-image:url(/images/okvir_orange.png);
}
.rc .rc_content {
	 position:relative;
	 zoom:1;
	 _overflow-y:hidden;
	 padding:0px 12px 0px 0px;
}
.rc .rc_t {
	 /* top+left vertical slice */
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:12px; /* top slice width */
	 margin-left:-12px;
	 height:100%;
	 _height:1600px; /* arbitrary long height, IE 6 */
	 background-position:top left;
}
.rc .rc_b {
	 /* bottom */
	 position:relative;
	 width:100%;
}
.rc .rc_b,
.rc .rc_b div {
	 height:18px; /* height of bottom cap/shade */
	 font-size:1px;
}
.rc .rc_b {
	 background-position:bottom right;
}
.rc .rc_b div {
	 position:relative;
	 width:12px; /* bottom corner width */
	 margin-left:-12px;
	 background-position:bottom left;
}
.rc .rc_wrapper {
	 /* extra content protector - preventing vertical overflow (past background) */
	 padding: 10px 6px 0 4px;
	 position:static;
	 max-height:1200px;
	 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*round corners dialog 2222 - for news */
/*------------------------------------------------------*/

.rc2 {
	 position:relative;
	 margin:0px auto;
	 min-width:8em;
	 max-width:500px; /* based on image dimensions - not quite consistent with drip styles yet */
	 
	 color:#fff;
	 z-index:1;
	 margin-left:12px; /* default, width of left corner */
	 margin-bottom:0.5em; /* spacing under dialog */
}
.rc2 .rc_content,
.rc2 .rc_t,
.rc2 .rc_b,
.rc2 .rc_b div {
	 background:transparent url(/images/okvir_orange_2.png) no-repeat top right;
	 _background-image:url(/images/okvir_orange_2.png);
}
.rc2 .rc_content {
	 position:relative;
	 zoom:1;
	 _overflow-y:hidden;
	 padding:0px 12px 0px 0px;
}
.rc2 .rc_t {
	 /* top+left vertical slice */
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:210px; /* top slice width */
	 margin-left:-12px;
	 height:100%;
	 _height:1600px; /* arbitrary long height, IE 6 */
	 background-position:top left;
}
.rc2 .rc_b {
	 /* bottom */
	 position:relative;
	 width:100%;
}
.rc2 .rc_b,
.rc2 .rc_b div {
	 height:18px; /* height of bottom cap/shade */
	 font-size:1px;
}
.rc2 .rc_b {
	 background-position:bottom right;
}
.rc2 .rc_b div {
	 position:relative;
	 width:210px; /* bottom corner width */
	 margin-left:-12px;
	 background-position:bottom left;
}
.rc2 .rc_wrapper {
	 /* extra content protector - preventing vertical overflow (past background) */
	 min-height: 197px;
	 padding: 10px 4px 0 200px;
	 position:static;
	 max-height:1200px;
	 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.rc2 .rc_left_content{
	padding: 10px 0 0 6px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*round corners dialog 33333*/
/*------------------------------------------------------*/

.rc3 {
	 position:relative;
	 margin:0px auto;
	 min-width:8em;
	 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
	 
	 color:#fff;
	 z-index:1;
	 margin-left:12px; /* default, width of left corner */
	 margin-bottom:0.5em; /* spacing under dialog */
}
.rc3 .rc_content,
.rc3 .rc_t,
.rc3 .rc_b,
.rc3 .rc_b div {
	 background:transparent url(/images/okvir_orange_3.png) no-repeat top right;
	 _background-image:url(/images/okvir_orange_3.png);
}
.rc3 .rc_content {
	 position:relative;
	 zoom:1;
	 _overflow-y:hidden;
	 padding:0px 12px 0px 0px;
}
.rc3 .rc_t {
	 /* top+left vertical slice */
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:210px; /* top slice width */
	 margin-left:-12px;
	 height:100%;
	 _height:1600px; /* arbitrary long height, IE 6 */
	 background-position:top left;
}
.rc3 .rc_b {
	 /* bottom */
	 position:relative;
	 width:100%;
}
.rc3 .rc_b,
.rc3 .rc_b div {
	 height:18px; /* height of bottom cap/shade */
	 font-size:1px;
}
.rc3 .rc_b {
	 background-position:bottom right;
}
.rc3 .rc_b div {
	 position:relative;
	 width:475px; /* bottom corner width */
	 margin-left:-12px;
	 background-position:bottom left;
}
.rc3 .rc_wrapper {
	 /* extra content protector - preventing vertical overflow (past background) */
	 min-height: 197px;
	 padding: 10px 4px 0 478px;
	 position:static;
	 max-height:1200px;
	 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.rc3 .rc_left_content{
	padding: 10px 0 0 12px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*round corners dialog 444444*/
/*------------------------------------------------------*/

.rc4 {
	 position:relative;
	 margin:0px auto;
	 min-width:8em;
	 max-width:740px; /* based on image dimensions - not quite consistent with drip styles yet */
	 color:#fff;
	 z-index:1;
	 margin-left:12px; /* default, width of left corner */
	 margin-bottom:0.5em; /* spacing under dialog */
}
.rc4 .rc_content,
.rc4 .rc_t,
.rc4 .rc_b,
.rc4 .rc_b div {
	 background:transparent url(/images/okvir_black.png) no-repeat top right;
	 _background-image:url(/images/okvir_black.png);
}
.rc4 .rc_content {
	 position:relative;
	 zoom:1;
	 _overflow-y:hidden;
	 padding:0px 12px 0px 0px;
}
.rc4 .rc_t {
	 /* top+left vertical slice */
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:12px; /* top slice width */
	 margin-left:-12px;
	 height:100%;
	 _height:1600px; /* arbitrary long height, IE 6 */
	 background-position:top left;
}
.rc4 .rc_b {
	 /* bottom */
	 position:relative;
	 width:100%;
}
.rc4 .rc_b,
.rc4 .rc_b div {
	 height:18px; /* height of bottom cap/shade */
	 font-size:1px;
}
.rc4 .rc_b {
	 background-position:bottom right;
}
.rc4 .rc_b div {
	 position:relative;
	 width:12px; /* bottom corner width */
	 margin-left:-12px;
	 background-position:bottom left;
}
.rc4 .rc_wrapper {
	 /* extra content protector - preventing vertical overflow (past background) */
	 padding: 10px 6px 0 4px;
	 position:static;
	 max-height:1200px;
	 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/