@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-size: 13px;
	color: #444444;
	line-height: 16px;
	background-color: #ffffff;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;
	outline: none;
}

/* BEGIN FONTS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/
/* END FONTS */

body * {
	outline: none;
}
h1 {
	font-size: 167%;
	color: #5C7A30;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-size: 131%;
	color: #5C7A30;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h3 {
	font-size: 131%;
	color: #444444;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h4 {
	font-size: 100%;
	color: #5C7A30;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h5 {
	font-size: 100%;
	color: #444444;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h6 {
	font-size: 93%;
	color: #444444;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
p {
	font-size: 93%;
	color: #444444;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
ol {
	font-size: 93%;
	color: #444444;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
ul {
	font-size: 93%;
	color: #444444;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #538D03;
	text-decoration: underline;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #78BE0E;
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

#pHeader {
	background-image:url(images/bg_header.gif); 
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 80px;
}
#homeImgs {
}
#homeTabs {
	background-image:url(images/bg_home.gif); 
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#pFooter {
	background-image:url(images/bg_footer.gif); 
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 62px;
	font-size: 85%;
}

a .thumb {
	border: 5px solid #EFEFEF;
}

a:hover .thumb {
	border: 5px solid #78BE0E;
}

.tab_a {
	background-color: #FBFBFB;
}
.tab_b {
	background-color: #F9F9F9;
}

.vspacer1 {
	display: block;
	height: 5px;
	overflow: hidden;
}

.sml {
	font-size: 85%;
}


.events {
	margin: 0px !important;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.event a.event_link {
	display: block;
	padding: 2px 1px 2px 11px;
	background-image: url(images/arr1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-color: #fff;
	border-bottom: 1px dashed #efefef;
	color: #666;
	text-decoration: none;
}
.event a.event_link:hover {
	background-color: #fbfbfb;
	color: #666;
	text-decoration: none;
}
.event .denumire {
	color: #538D03;
	font-weight: bold;
}
.event.past .denumire {
	color: #B67272;
}
.event .data, .event_info .data {
	padding: 0px 2px;
	background-color: #f4f4f4;
	font-size: 11px;
	line-height: 100%;
}
.event .loc {
	/*font-weight: bold;*/
}
.eventtype {
	padding: 0px 2px;
	font-size: 11px;
	line-height: 100%;
	color: #ffffff;
}
.eventtype.e0 {
	background-color: #666;
}
.eventtype.e1 {
	background-color: #F49C17;
}
.eventtype.e2 {
	background-color: #EFD20A;
}
.eventtype.e3 {
	background-color: #DA255B;
}
.eventtype.e4 {
	background-color: #C06193;
}
.eventtype.e5 {
	background-color: #99cc66;
}

.event_info {
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	padding: 5px;
}

.anunt {
	/*border: 3px solid #cc0000;*/
	background-color: #FFE75E;
	color: #CC0000;
	padding: 4px 8px 4px 30px;
	background-image: url(images/exclamation_mark.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
.anunt p {
	color: #990000;
}