/* 
	project: internet sharing template
   	author: luka cvrk (www.solucija.com) 
								*/
   
body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt
}

/* links */
a {
	color: #003B6E;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #9EC068;
	background: inherit;
	text-decoration: none;
}

img{
	border:none;
}

/* headings */
h1 { font: bold 2.2em "Arial", Sans-Serif; color: #003B6E; margin: 0; }
h2 { font: bold 1.75em Arial, Sans-Serif; color: #003B6E; margin: 0; padding: 0; }
h3 { font: bold 1.55em Arial, Sans-Serif; color: #003B6E; margin: 0; padding: 0; }
h1 a, h3 a { color: #003B6E; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }


/* content holder */
#content {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


/* horizontal tabbed menu - NORMALLY PADDING IS SET FOR 410 */
#tabs {
	background: #fff url(images/bigbox1.jpg) no-repeat left top;
	color: #000;
	height: 60px;
	text-align: center;
	padding: 0 0 0 504px;
	font-size: 0.8em;
	line-height: 0.9em;			
}
#tabs li {
	display: inline;
	height: 45px;
}
#tabs li a {
	float: left;
	color: #808080;
	padding: 7.5px 0;
	width: 95px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	background-image: url(images/barbg1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#tabs li a:hover {
	background: #fff url(images/barcurrent1.gif) no-repeat;
	color: #000;
	padding: 7.5px 0;
}	
#tabs li a.current { background: #fff url(images/barcurrent1.gif) no-repeat; color: #2C71AE; }	
.key { text-decoration: underline; }


/*Transcorners*/
#leftinner {
	padding:10px;
	background:transparent;
	border:1px solid #87C154;
}
#rightinner {
	padding:10px;
	background:transparent;
}


/* left side */
.left {
	float: left;
	width: 675px;
	margin:0 0 10px 0
}
	.left_articles {
		margin: 0 10px 10px 10px;
		padding: 10px 0 0 0;
		text-align: auto;
		color: #000;
		background: #fff;
	}
	
.dotted {
		margin: 0 10px 10px 10px;
		text-align: justify;
		color: #000;
		background: #fff;
		border-bottom: 1px dotted #ccc;
		width:900px;
		margin:0 0 0 20px;
		padding: 10px;		
}

#right {
	float: right;
	width: 275px;
	margin: 0 0 0 0;
}

/* footer  */
.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
