/* Global Styles */

body {
	margin:0px;
	background-color: White;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
	hr{
		width: 70%;
		height: 1px;
		color: #a4c2c2;
	 vertical-align: middle;	
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:Navy;
	}
	
.pageName {
	font: 20px; font-weight: bold;
	color: Navy;
	letter-spacing:.1em;
	line-height:26px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	.tdLeft{
		border-left-width: 1px;
		border-left-color: #08B8B0;
		border-left-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: #08B8B0;
		border-bottom-style: dashed;
	}
.tdRight{
		border-right-width: 1px;
		border-right-color: #08B8B0;
		border-right-style: dashed;
		border-bottom-width: 1px;
		border-bottom-color: #08B8B0;
		border-bottom-style: dashed;
	}
	.tdBottom{
		border-bottom-width: 1px;
		border-bottom-color: #08B8B0;
		border-bottom-style: dashed;
	}
	.slika{
	border: 1px; border-color: #87CEEB; border-style: solid;
   padding: 3px;	
	margin-left: 50px;
	margin-top: 10px;
	}
	.slika_naslov{
		border: 1px; border-color: #87CEEB; border-style: solid;
		padding: 3px;
	}
	.tablica{
		font-size: 10px;
		color: #006400;
		width: 200px;
	}
	.naslov{
		width: 300px;
		float: left;
		font-family: "Arial Black";
		font-size: 16px;
		color: White;
		border: 1px; border-style: dashed; border-color: Black;
		background-color: Silver;
	}
	.tab_naslov{
		background-color: #FAFAD2;
	}.crveno {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
}

