/* 
	project: internet sharing template
   	author: luka cvrk (www.solucija.com) 
								*/
   
body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; background:url(images/content_bg.jpg) repeat-y 50% 0; }

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

/* Image Borders */
img {
border:0px;
}

/* headings */
h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; }
h1 a, h2 a { color: #10426D; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2978B4; }
.title { color: #808080; }

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
input.search { width: 150px; border: none; background: #fff url(images/input.gif) no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; }

/* content holder */
#content { margin: 10px auto; width: 960px; }

/* header */
#header { height: 75px; }
#logo { padding: 0; float: left; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; margin: 0 0 0 0; text-align: right;position:relative; }
#top_links { margin: 0; text-align:center; float:right; margin-top:-50px; margin-right:20px; }
#top_links a { color:#ffffff; }
#top_links a:hover { color:#9EC068; }
/* horizontal tabbed menu - moved to menu.css */	

/* search form */
#search { 
	float: left;
	clear: both;
	color: #000;
	background: #fff url(images/searchbg_sm.gif) no-repeat;
	padding: 17px 0 20px 40px;
	width: 252px;
	margin: 0 0 0 0;
}
	#search p { padding: 0; margin: 0; }


/* grey subheader */
.gboxtop { clear: both; height: 8px; background: #dedede url(images/gboxtop.gif) no-repeat; color: #000; margin-top:10px; }
.gbox { background: #dedede url(images/gbox.gif) no-repeat bottom left; color: #444; padding: 1px 13px 10px 13px; margin: 0 0 20px 0; }
.gbox p { padding: 7px 0; margin: 0;}
.gbox h1 { font-family:"Trebuchet MS", Arial; font-size:16px; color:#00527A;}
.gbox h1 .breadcrumbs { font-family:"Trebuchet MS", Arial; font-size:14px; color:#666666;}


/* left side */
.left { float: left; width: 648px; margin: 0 0 10px 5px; }
	.left_articles {
		margin: 0 20px 15px 10px;
		padding: 10px 0 0 0;
		text-align: justify;
		border-bottom: 1px dotted #ccc;
		color: #000;
		background: #fff;
	}
	
	.calendar { height: 50px; float: left; background: #fff url(images/calendar.gif) no-repeat; width: 50px; padding: 5px 0 0 9px;  color: #808080;}
	.calendar p { padding: 0; margin: 0; }
	.description { padding: 0 0 2px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; }
	.thumbnail { float: left; margin: 0 18px 8px 0; border: 1px solid #dedede; }


/* bottom thirds */
.thirds { float: left; width: 203px; background: #eee; margin: 0 12px 0 0; color: #5d5d5d; }
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
	.smallbox p { padding: 0; margin: 0; }

	
/* right side */
#right {
	float: right;
	width: 295px;
	margin: 10px 0 10px 0;
}
	.boxtop, .boxtop2 { height: 19px; background: #fff url(images/boxtop.gif) no-repeat; color: #000; }
	.boxtop2 { background: url(images/boxtop2.gif) no-repeat; }
	.box, .box2 { background: url(images/box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 10px 0; }
	.box2 { background: url(images/box2.gif) no-repeat bottom left; }
	.box p, .box2 p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }
	.box h3, .box2 h3 { margin: 0; padding-top: 5px; padding-bottom: 5px; }
	
	.rates td { padding-left: 20px; padding-right:20px; }
	.rates .ratesHeader { background:url(images/ratesBg.gif) top left repeat-x; color:#FFFFFF; text-align:center; padding:0; margin:0; }
	.rates .type1 { background:#EFEFEF; }
	.rates .type2 { background:#E3E3E3; }


/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(images/bluebtn.gif) no-repeat; width: 100px; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { background: #488EB2 url(images/greenbtn.gif) no-repeat; padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(images/hoverbtn.gif) no-repeat; color: #fff; }

/* footer  */
.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; }