/*
	project: internet hosting template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
*{ margin: 0; padding: 0; }
body {
	font: .7em Arial, Verdana, Sans-Serif;
	line-height: 1.7em;
background: #fff url(file:///C|/Documents and Settings/Administrator/Desktop/Labor Web/LaborTracker/images/menu.gif) repeat-x; 	color: #454545;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}
a { color: #3F2C57; background: inherit; text-decoration: none; }
#left a, #right a { border-bottom: 1px dotted #3F2C57; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 { font: normal 2.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 0 0; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
img { border: 0; }

/* layout */
#content { margin: 0 auto; width: 800px; }
#header {
	padding: 10px 0;
	color: #fff;
	margin: 0 0 20px 0;
	height: 94px;
}

/* main horizontal menu */
#tablist{  margin: 25px 0 0 0;  }
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 4px 15px;
		border: 1px solid #3B3B3B;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #55684A;
		color: #fff;
	}
	#tablist li a.current{
		background: #ADD597;
		color: #fff;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}
	.border { border: 1px solid #AED898;  margin: 0 0 10px 0;}
	.subheader {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
		margin: 0 0 10px 0;
		border: 2px solid #eee;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
	.report {
		margin: 0 0 10px 0;
		border: 2px solid #eee;
		color: #454545;
		padding: 15px 15px 5px 10px;
		font-size:14px;
		line-height:1.75;
	}

		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(file:///C|/Documents and Settings/Administrator/Desktop/Labor Web/LaborTracker/images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: right;
			clear: left;
			margin: 0 15px 10px 0;
			}
	.left_box {
		background: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 10px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
	.input_TextBox {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}		
		
/* right side */
#right {
	float: right;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 45px 0 0 0;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
	.button {
	font: normal 1.6em "Georgia", "Times New Roman", Arial;
	color: #679A4E;
	text-align: center;
	margin-right: 0;
	margin-bottom: 120px;
	margin-left: 0;
	}
	.big {
	color: #2e2e2e;
	font-family: "Georgia", "Times New Roman", Arial;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
	#side_menu { margin: 0 0 10px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a {
/*	color: #3F6C24;*/
	color: #000;
	border: 0;
	margin: 0;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/side_menu.gif);
}
	#side_menu li a:hover {
	color: #3366FF;
	background-image: url(images/side_menu.gif);
}	
	
	.image { float: right; margin: 0 9px 3px 0; }
	
/* footer */
#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
	#footer .right { float: right; }
#rightother {
	width: 300px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10px;
	padding-top: 43px;
	float: right;
}
.buttonOther {
	font: normal 1.6em "Georgia", "Times New Roman", Arial;
	color: #FFFFFF;
	text-align: justify;
	margin-right: 0;
	margin-bottom: 120px;
	margin-left: 0;
}
.buttonOtherImg {
	font: normal 1.6em "Georgia", "Times New Roman", Arial;
	color: #FFFFFF;
}
.errormsg {
	color:#FF0000;
	text-align: center;
	font-weight:bold;
}
