/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body {
	padding: 0px 0 0;
	margin: 0;
	font: 10px/1.7em Tahoma, Arial, sans-serif;
	background: #fff repeat-x;
	color: #333333;

	}

a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 1.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }


/* layout */
#content {
	margin: 10px auto;
	width: 740px;
	float: left;
	font-size: 10px;

}
#logo { position:relative;
	top:0;
	left:0;
	width:300px;
	background:red;
	margin: 0 0 10px 0; }
#header_rt {
	position:relative;
	top:0;
	left:300px;
	width:300px;
	background:green;
	}
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{
	padding: 3px 0;
	margin: 0;
	float: left;
	font-size: 11px;
		font-weight: bold;
}
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 10px;
		margin-right: 2px;
		background: #808080 url(../images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(../images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #96c2d4 url(../images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 10px;
	}
	#tablist .key { text-decoration: underline; }
	#tablist li.current a{
		background: #96c2d4 url(../images/corner.gif) no-repeat top right;
		color: #ffffff;
		padding: 6px 10px;
	}

/* main menu topics */
#topics {
	clear: left;
	float: left;
	background: #96c2d4 url(style_04_FILES/topicsbg.gif) repeat-x left top;
	padding: 8px 5px;
	margin: 0 0 5px;
	color: #fff;
	height: 32px;
	width: 740px;
	font-size: 10px;


}
	#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}
	/* search form styling */

/*		form, form p { margin: 0; padding: 0; line-height: 25px; } */
.search { width: 130px; border: 1px solid #357994; background: #fff; color: #333333; padding: 4px; margin: 0; font-weight: bold; font-size: 10px;  }

.button {
	padding: 1px;
	font: bold 10px Arial, Sans-Serif;
	border: 1px #000066;
}

/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
#subheader {
		position: relative;
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(style_04_FILES/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
		width:735px;
	}

.subheader {
		position: static;
		margin: 0 0 10px 0;
		padding: 8px;
		background: #f4f4f4 url(style_04_FILES/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
		width:735px;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: auto;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.right_articles {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 80px;	
		margin: 0 0 10px 0;
		background: #fff url(images/notes.gif) no-repeat center left;
		color: #454545;
	}
/* footer */
#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	font-size: 10px;

}
#footer .right { float: right; }

#div-1 {
 position:relative;
}
#div-1a {
 position:absolute;
 top:0;
 right:350px;
 width:200px;
}
#div-1b {
 position:absolute;
 top:0;
 left:0;
 width:200px;
}
#content tr td {
	font-size: 12px;
}


.indent {
	margin-left: 20px;


}
/* side menu */
.arrowlistmenu{
	width: 175px;
	margin-top: 10px;
	margin-left: 5px;
	border-bottom: 0px solid #dadada;
	padding-right: 5px;


}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.smenu1 {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	padding: 2px 0;
	padding-left: 19px;
	font-weight: bold;
	border-top: 1px dotted #dadada;
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: left ;
	background-image: url(style_04_FILES/arrowbullet.png);
}


.smenu1 a{
	text-decoration: none;
	display: block;
	background-image: none;

}

.smenu1 a:visited{
color: #666666;
}

.smenu1 a:hover{ /*hover state CSS*/
color: #666666;
background-color: #F3F3F3;
}

.smenu1act {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	font-weight: bold;
	border-top: 1px dotted #dadada;
	border-bottom: 0px solid #dadada;
	font-size: 90%;
	background-image: url(style_04_FILES/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.smenu1act a{
	text-decoration: none;
	display: block;
	background-image: none;

}

.smenu1act a:visited{
color: #666666;
}

.smenu1act a:hover{ /*hover state CSS*/
color: #666666;
background-color: #F3F3F3;
}



.sdmnulvl2  {
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding: 0px 0;
	padding-left: 0px;
	font-weight: bold;
	border-bottom: 0px solid #dadada;
	font-size: 90%;


}
.sdmnulvl2 a{
	text-decoration: none;
	display: block;
	margin-left: 30px;

}

.sdmnulvl2 a:visited{
color: #666666;
}

.sdmnulvl2 a:hover{ /*hover state CSS*/
color: #666666;
background-color: #F3F3F3;
}


.sdmnulvl2act  {
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding: 0px 0;
	padding-left: 0px;
	font-weight: bold;
	border-bottom: 0px solid #dadada;
	font-size: 90%;


}
.sdmnulvl2act a{
	text-decoration: none;
	display: block;
	margin-left: 30px;

}
#maincontent {
	margin-right: 0px;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;

}

#maincontent-nolt {
	margin-right: 0px;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
}


.csc-mailform-field {

}
.csc-mailform-field label {
padding: 0px;
margin: 0;
width:100px;
/*float: left; */
float: left; 
vertical-align: top;
}
.sdmnulvl2 {
	font-weight: bold;
	font-size: x-small;
}
.sdmnulvl2 a {
	font-size: x-small;
}
.rootline {
	color: #FFFFFF;
}
.rootline a {
	color: #FFFFFF;
	text-decoration: none;
}
.rootline a:hover {
	text-decoration: underline;
}



#bbox_lt_col{
	color: #fff;
	margin:0 10px;
	padding:0 10px 0 0px;
}

#bbox_rt_col{
	color: #fff;
	margin:0 10px;
	padding:0 10px 0 0px;
}

	#main1 {
		margin:0 0px; padding:0px;
		}
	#main2 {
		margin:0; padding:0;

		}
	#left {
		float:left;
		width:250px;
		margin:0 ; padding:0;

		font-size:80%;
		border-right-width: 0px;
		border-right-style: dotted;
		border-right-color: #555555;
		}
	#left li {
		
		}
	#middle {
		margin:0 250px;
		width:249px;
		font-size:80%;
		}

	#right {
		
		float:right; 
		margin:0 0px;
		width:250px;
		padding:0 0 0 0;
		font-size:80%;
		border-style: dashed;
		border-width: 1px;
		border-color: #555555;
		background:#FFFFD1;

		}


	.column-in {
		margin:0; padding:0.5em 0.5em;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
	h1,h2,h3,h4 { margin: 0.2em 0 }
	p { margin: 0.5em 0 }
	a { color:black }
	
h3
{

margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 10px;
font-family: Georgia,"Times New Roman",Times,serif;
font-weight: bold;
font-size: 16px;
background-color: #f8f8f8;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #555555;
/*letter-spacing: 2px;*/
}

h4
{

margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 10px;
font-family: Georgia,"Times New Roman",Times,serif;
font-weight: bold;
font-size: 16px;

background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #555555;
/*letter-spacing: 2px;*/
}
