body {
	font-family: 'trebuchet ms', verdana, arial, tahoma;
	font-size: 90%;
	color: #777;
	background-color: white;
	/*background: transparent url('../images/bg_body.gif') no-repeat bottom left;*/
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #wrapper-content, #wrapper-footer {
	width: 1074px;
	margin: 0 auto;
	text-align: left;

}
#header {
	width: 1074px;
	margin: 0 auto;
	text-align: right;
}
#wrapper-menu-top {
	background: white url('../images/bg02-white-left.png') no-repeat left top;
	width: 1074px;
}

#menu-top {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	width: 1074px;
}
.clearx{
	clear:both;
}
div.ev1{
	border:solid 1px #eee;
	background-color:#eff6ff;
	margin:5px;
	padding:4px;
	width:769px;
}
div.ev2{
	border:solid 1px #eee;
	background-color:#fffcef;
	margin:5px;
	padding:4px;
	width:769px;
}
#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(../images/menuleft5.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	/*font-weight:bold;*/
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(../images/menuright5.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#E0D4B8;/*5b8fbe*/;
	display: block;
	float: left;
	cursor: pointer; /* IE doesn't display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span { color:#9A782E; text-decoration: underline;background-position:100% -42px; }
 #menu-top li#current a { color:#9A782E; text-decoration: underline;background-position:0% -42px;  }
 #menu-top li#current a span { color:#9A782E; text-decoration: underline;background-position:100% -42px; }


#wrapper-header {
	background: transparent url('../images/bg1.png') top center repeat-x;
}

#header {
	background: #FAE9C4 url('../images/header_final2.jpg') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('../images/bg02-blue-left2.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('../images/bg02-blue-right2.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding-right: 100px;
	height: 192px;
	line-height: 3em;
	color:#945400;/*#704D2A;*/
	font-weight: bold;
	font-size: 200%;
}

#wrapper-content {
	background: transparent url('../images/bg02-white-left.png') no-repeat left top;
	position:relative;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
	min-height: 300px;
	width:789px;
}

#wrapper-menu-page {
	float: right;
	width: 200px;
	margin: 20px 30px 3em 2em;
	background: transparent url('../images/menu.jpg') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	position:absolute;
	right:0px;
}
#bottom_menu_page {
	 background:  url('../images/menu_btm.jpg') no-repeat center bottom;
	 padding: 10px;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	font-size: 79%;
	text-align:left;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #276782;/*#1D384C;*/
	font-weight: normal;
	letter-spacing: 0.15em;
	font-weight:bold;
}
#menu-page h4 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #E6880E;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-weight:bold;
}
#menu-page h5 {
	font-size: 75%;
	margin: 1em 0 0.3em 0;
	color: #276782;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-weight:bold;
}

#menu-page a:link, #menu-page a:visited { color:#AE0A00;}/*#826127}/*#6D3629;}*/
#menu-page a:hover { color: #1D384C; text-decoration: underline;}
.program li{
	color:#AE0A00;
	font-weight:normal;
	text-align:left;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #EFE7C2;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }

.dropcap
{
	float: left;
	width: .7em;
	font-size: 4em;
	line-height: 83%;
	color: #AE0A00;/*#704D2A;*/
}
#content img {
	border: solid 1px #704D2A;
	margin:7px 7px 7px 7px;
	padding: 1px;

}
#content p {
	text-align:justify;
}
#content h3 {
    color:#AE0A00; /*#6D5829;*/
    background: transparent url('../images/book.gif') left 4px no-repeat;
	padding-left: 25px;
	border-bottom: dotted 1px #ccc;

}
#breadcrumb {
	margin: 0px;
	font-size: 1.0em;
	color: #6D5829;
}
.clear {
	clear: left;
	margin: 0; padding:0px;
}
/*liste*/
#list{
	margin:0px;
	padding:0px;
}
#list ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-align: left;
}

#list ul li
{
	background: transparent url('../images/book.gif') left center no-repeat;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	color: #555753;
}

#list2{
	margin:0px;
	padding:0px;
}
#list2 ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-align: left;
}

#list2 ul li a
{
	background: transparent url('../images/book.gif') left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #555753;
}

#list2 ul li a:hover
{
	background: transparent url('../images/book.gif') left center no-repeat;
	color: #14374A;
	font-weight: bold;
}
.highlight {
	color:#525252;/*#627a80;*/
	font-weight:bold;

}
.highlight2 {
	color:#567482;
	font-weight:bold;
	font-size:85%;
	}
.highlight3 {
	color:#AE0A00;
	font-weight:bold;
	font-size:85%;
	}
.highlight4{
	color:#5b8fbe;
	font-weight:bold;
}
.activitate ul {
	list-style-type: none;
	font-size:90%;
}
.evenimentul_lunii ul{
	list-style-type: none;
	font-weight: bold;
}

#calendar{
	font-size:87%;
}
#biografie{
	font-size:80%;
}
#regulament{
	font-size:85%;
}
.personalitati{
	font-size:85%;
}
table#abonament{
	border-collapse:collapse;
}
table#abonament td {
	border: solid 1px #777;
	vertical-align: top;
}
table#abonament td.header {
	background: #ffd478;
	color: #2F82BF;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
table#abonament ul {
	margin:15px 0px  15px 15px ;
	padding:0;
	list-style-type: none;
}
table#abonament li {
	font-size: 80%;
}
table.biblioteci{
	border-collapse:collapse;
}
table.biblioteci td {
	border: solid 1px #777;
	vertical-align: top;

}
table.biblioteci td ul li {
	padding-top:10px;
}
table.biblioteci td.header {
	background: #ffd478;
	color: #2F82BF;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
table.biblioteci ul {
	margin:10px 0px  10px 10px ;
	padding:0;
	list-style-type: none;
}
table.biblioteci li {
	font-size: 85%;
}
table#eveniment{
	border-collapse:collapse;
}
table#eveniment td {
	/*border: solid 1px #000;*/
	vertical-align: top;
}
table#eveniment td.header {
	background: transparent;
	color: #2F82BF;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
table#eveniment ul {
	margin:10px 0px  10px 10px ;
	padding:0;
	list-style-type: none;

}
table#eveniment li {
	font-size: 80%;

}
table.primavara_poetilor{
	border-collapse:collapse;
}
table.primavara_poetilor td {
	vertical-align: top;
}

table.primavara_poetilor ul {
	margin:0px 0px  0px 0px ;
	list-style-type: none;
}
table.primavara_poetilor li {

}

table#program_primavara_poetilor{
	border-collapse:collapse;
	font-size:85%;
}
table#program_primavara_poetilor td {
	border: solid 1px #777;
	vertical-align: top;
	padding: 5px;

}
table#program_primavara_poetilor td.header {
	background: #ffd478;
	color: #2F82BF;
	padding: 10px;
	font-weight: bold;
	text-align:left;
}

.articole {
	display:none;
	border: solid 1px #E6DDB4;
	background: #FFEBBF;
}
.istoric {
	display:none;
	text-align:justify;
	padding:4px;
	border: solid 1px #E6DDB4;
	background: #FFEBBF;
}
#fragment{
	font-size:85%;
}
#nota{
	font-size:85%;

	color:#E6880E;
}

/*liste*/
h1 {font-size: 150%;}
h2 {
	font-size: 140%;
	color:#2F82BF;
	}
h3 {font-size: 130%;}
h4 {font-size: 110%;}
h5 {
	font-size: 110%;
	color:#E6880E; /*#f2b661;*/
}
h6 {font-size: 100%;}

table.proit{
	border-left:1px solid #777777;
	border-top:1px solid #777777;
}
table.proit td{
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	padding:0px;
}
#content table.proit p{
	margin:0px;
	font-size:11px;
	padding:2px 5px;
}
#content table.proit td.left p{
	margin:0px;
	font-size:11px;
	padding:2px 5px;
}
#content table.proit img{
	margin:0px;
	border:0px none;
}
table.proit tr.title{
background:#FFD478;
color:#2F82BF;
}

.arhe{
	list-style-type:none;
	list-style:none;
	border-bottom:1px solid #999;
	padding:0px;
	margin:25px 0px 45px;
	background:url(../images/arhe.gif) repeat-x bottom;
	}
.arhe li{
	display:inline;
	list-style:none;
	list-style-type:none;
	margin-left:25px;
	background:#fff;
	}
.arhe li a{
	padding:0px 10px;
	border:1px solid #CCC;
	border-bottom:1px solid #999;
	}
.arhe li a.activ{
	border:1px solid #999;
	border-bottom:1px solid #FFF;
	color:#666666;
	}
#arh2006, #arh2007{
	display:none;
	}
.myclear{clear:both;}