/*
[Table of contents]
1. Common classes
2. Body
3. Header / #header
4. Menu / #menu
5. Featuring / #featuring
5. Page / #page
6. Footer / #footer	

[Color Codes]


[Typography]
Font: Arial

[Dimensions]
Page	
	width: 990px
	
*/

/*
[1. Common classes]
*/

html, body,
div, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, blockquote, th, td,
p, ul, ol, li, img,
form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: bold; }

a { outline: none; } /* Removes Firefox imposed outline */

a:link {
}

a:visited {
}

a:hover {
   text-decoration: none;
}

a:active {
}

a img { border: none; }

p {
   font-size: 1em;
	line-height: 1.5em;
}

ul {
	list-style: none;
}
		
label {
	width: 100px;
	text-align: right;
}		

.clear {
   clear: both;
}

/* 
[2. Body]
*/
body {
	font: 12px Arial, Helvetica, FreeSans, sans-serif;
	background: #f5f5f5 url('../images/bg_14.gif') 50% 0 no-repeat;
}

html>body {
	font-size: 12px;
}

#wrapper {
   background: #FFF;
   margin: 0 auto;
	text-align: left;
	width: 800px;
	border-right: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
}

/*
[3. Header / #header]
*/
#header {
    position:relative;
	 background: #FFF;
	 height: 150px;
}

#header .red {
    background: #ef4137;
}

#header .logo {
    margin-left: 24px;
	 margin-top: 20px;
	 margin-bottom: 0px;
}

#header .motto {
    margin-left: 30px;
	 margin-top: 4px;
}

#header .banner {
	position: absolute;
   top: 0;
   right: 4px;
   width: 632px;
	height: 142px;
}

/*
[4. Menu / #menu]
*/
#menu {
   background: #FFF;
	padding: 7px;
}

#menu ul li {
	display: inline;
}

/*
[5. Featuring / #featuring]
*/

#featuring {
	background: #FFF;
	color:#FFF;
	padding: 0px 8px 8px 8px;
}

#eventg {
   float: left;
	background: #CCCF2A;
	margin-right: 8px;
}

#eventr {
   float: left;
	background: #F03F37;
	margin-right: 8px;
}

#eventm {
   float: left;
	background: #EC247C;
}

#featuring .arrow {
	margin-left: -20px; 
	margin-right: 5px;
	vertical-align: top; 
}

#featuring .details {
	padding: 8px 0px 0px 20px;
	width: 215px; 
   display: block;
}

#featuring h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

#featuring p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#featuring a {
	color: #FFF;
	text-decoration: none;
}

#featuring a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*
[6. Page / #page]
*/
#page {
   background: #FFF;
	padding: 0px 8px 8px 8px;
	
	background-image: url(../images/bgm.gif); 
	background-repeat: repeat-y;
}

#page2 {
   background: #FFF;
	padding: 0px 8px 8px 8px;
	
	background-image: url(../images/bgm2.gif); 
	background-repeat: repeat-y;
}

#content {
   float: right;
   width: 586px;
}

#content a {
	color: #222;
	text-decoration: none;
}

#content .download a {
	color: blue;
	text-decoration: underline;
}

#content .download a:hover {
	color: blue;
	text-decoration: underline;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 0;
	color: #222;
	text-transform: uppercase;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
}

#content h3 a {
	color: #e53695;
	text-decoration: none;
}

#content h3 a:hover {
	color: #e53695;
	text-decoration: underline;
}

#content h1 a {
	color: #e53695;
	text-decoration: none;
}

#content h1 a:hover {
	color: #e53695;
	text-decoration: underline;
}

#content .subtitle {
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px 0;
	color: #222;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;	
}

#content li {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;	
}

#content p {
	font-size: 1.1em;
	text-align: justify;
	margin-right: 8px; 
}

#content .arrowd {
	margin-left: -17px; 
	margin-right: 6px;
	vertical-align: baseline; 
}

#content .arrowt {
	margin-left: 4px; 
	margin-right: 4px;
	vertical-align: baseline; 
}

#content .odd {
	background: #F3F3F3;
	padding: 8px 8px 8px 24px;
}

#content .odd li {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	margin-left: 20px;
}

#content .odd ul {
	list-style:circle;
}

#content .edit {
	background: #FFF;
	padding: 8px 8px 8px 24px;
}

#content .even {
	background: #E7E8EA;
	padding: 8px 8px 8px 24px;
}

#content .gray-bg {
	background: #E7E8EA;
	padding: 8px 8px 8px 0px;
}

#content li .odd {
	background-image: url(../images/arrow_over.gif); 
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	padding: 8px 8px 8px 24px;
	cursor: pointer;
}

#content a {
	color: #269cdd;
}

#content a:hover {
	text-decoration: underline;
}

#content .odd-arrow {
	background-image: url(../images/arrow_over.gif); 
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	padding: 8px 8px 8px 24px;
	cursor: pointer;
}

#content .even-arrow {
	background-image: url(../images/arrow_over.gif); 
	background-repeat: no-repeat;
	background-color: #E7E8EA;
	padding: 8px 8px 8px 24px;
	cursor: pointer;
}

#content .images {
	margin-top: 20px;
	margin-bottom: 15px;
}

#content .images img {
	margin-right: 5px;
	margin-bottom: 5px;
}

#sidebar {
	background: #F3F3F3;
   float: left;
	width: 190px;
}

#sidebar .wrapper {
	padding: 6px 6px;
}

#sidebar .search {
	background: #9e1f64;
	margin-bottom: 6px;
}

#search {
	background: #F9F9F9;
	border: 0px;
	width: 115px;
	padding: 0px 0px;
	margin-right: 2px;
}

#sidebar #email {
	background: #F9F9F9;
	border: 0px;
	width: 114px;
	padding: 0px 0px;
	margin-right: 2px;
}

#sidebar .subs { margin-top: 30px; }

#sidebar .calendar {
	background: #e53695;
	margin-bottom: 6px;
}

#sidebar .agenda {
	background: #f03f37;
	margin-bottom: 6px;
}

#sidebar .newsletter {
	/* background: #f69321; */
	background: #07b0d8;
}

#sidebar .caption3 {
    color: #000;
	/* background: #e38417; */ 
	background: #0799bc;
	float: left;
	font-size: 0.89em;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	width: 100%;
}

#sidebar .caption {
    color: #000;
	background: #d12e27; 
	float: left;
	font-size: 0.89em;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	width: 100%;
}

#sidebar .caption2 {
   color: #000;
	background: #acae1b; 
	float: left;
	font-size: 0.89em;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	width: 100%;
}

#sidebar .image {
	margin: 10px 0 10px 0;
}

#sidebar .arrow {
	vertical-align: top;
	margin-right: 0px;
}

#sidebar .white {
	color: #FFF;
	font-size: 0.89em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

#sidebar .white a {
	color: #FFF;
	text-decoration: none;
}

#sidebar .white a:hover {
	color: #FFF;
	text-decoration: underline;
}

#sidebar h3 {
	font-size: 1em; 
	font-weight: bold; 
	background: #F9F9F9; 
	padding: 4px;
	color: #f03f37;
	text-align: center;
	margin-bottom: 1px; 
}

#sidebar .details {
	font-size: 1em; 
	font-weight: normal; 
	background: #F9F9F9; 
	padding: 4px;
	color: #f03f37;
	text-align: center;
}

#sidebar .tickets {
	background: #ccce2b;
	margin-bottom: 6px;
}

#sidebar .tickets h3 {
	font-size: 1em; 
	font-weight: bold; 
	background: #F9F9F9; 
	padding: 4px;
	color: #ccce2b;
	text-align: center;
	margin-bottom: 1px; 
}

#sidebar .gray {
	color: #898989;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}

#sidebar .gray img {
	vertical-align: bottom;
	margin-right: 4px;
}

#sidebar .lang {
	font-size: 1.2em;
	font-weight: bold;
	color: #e53695;
	margin-top: 20px;
	text-align: center; 
}

#sidebar .lang a {
	color: #e53695;
	text-decoration: none;
}

#sidebar .lang a:hover {
	color: #e53695;
	text-decoration: underline;
}

.inactive {
	color: #959595;
}

#maincontent {
   background: #F3F3F3;
   float: left;
	width: 452px;
}

#maincontent a {
	color: #222;
	text-decoration: none;
}

#maincontent h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;	
}

#maincontent p {
	font-size: 1.1em;
}

#maincontent .arrow {
	margin-left: -17px; 
	margin-right: 7px;
	vertical-align: top; 
}

#maincontent .odd-arrow {
	background-image: url(../images/arrow_over.gif); 
	background-repeat: no-repeat;
	background-color: #F3F3F3; 
	padding: 8px 8px 8px 24px;
	cursor: pointer;
}

#maincontent .odd {
	background-color: #F3F3F3; 
	padding: 8px 8px 8px 24px;
}

#maincontent .even-arrow {
	background-image: url(../images/arrow_over.gif); 
	background-repeat: no-repeat;
	background-color: #E7E8EA;
	padding: 8px 8px 8px 24px;
	cursor: pointer;
}

#maincontent .even {
	background: #E7E8EA;
	padding: 8px 8px 8px 24px;
}

#posters {
   background: #F3F3F3;   
	float: right;
	width: 129px;
}

#posters .wrapper {
	padding: 6px 6px 0px 6px;
}

#posters img {
	margin-bottom: 6px;
}

.spacer {
	background: #FFF;
	line-height: 3px;
}

/*
[7. Footer / #footer]
*/
#footer {
	padding: 10px 10px 30px 10px;;
    background: #FFF;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}

#footer .copyright {
	color:#CCC;
}

#footer .left {
	float: left; 
	width: 400px;
}

#footer .right {
	float: left; 
	width: 380px; 
	text-align: right;
}

/*
Round corners
*/
.boxg { 
  background: #CCCF2A; 
}

.boxtopg { 
  background: url(../images/ne_01.gif) no-repeat top right; 
}

.boxbottomg { 
  background: url(../images/se_01.gif) no-repeat bottom right; 
}

.boxr { 
  background: #F03F37; 
}

.boxtopr { 
  background: url(../images/ne_02.gif) no-repeat top right; 
}

.boxbottomr { 
  background: url(../images/se_02.gif) no-repeat bottom right; 
}

.boxm { 
  background: #EC247C; 
}

.boxtopm { 
  background: url(../images/ne_03.gif) no-repeat top right; 
}

.boxbottomm { 
  background: url(../images/se_03.gif) no-repeat bottom right; 
}

.boxh { 
  background: #ef4137; 
}

.boxtoph { 
  background: url(../images/ne.gif) no-repeat top right; 
}

.boxbottomh { 
  background: url(../images/se.gif) no-repeat bottom right; 
}

.boxcontent {
  padding: 3px 11px 3px 13px;
  width: 152px;
}

.boxcontentf {
  padding: 4px 10px 4px 10px;
}

.boxcontentfb {
  padding: 4px 20px 4px 20px; color: #fff; 
}
.boxcontentfb p { font-size: 11px; }

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: none;	
   display: block !important;
}

.boxs { 
  background: #9E1F64; 
}

.boxtops { 
  background: url(../images/ne_04.gif) no-repeat top right; 
}

.boxbottoms { 
  background: url(../images/se_04.gif) no-repeat bottom right; 
}

.boxtopf { 
  background: url(../images/ne_09.gif) no-repeat top right; 
}

.boxcontents {
  padding: 0px 5px 0px 5px;
}

.boxcontenth {
  padding: 0px 5px 0px 5px;
  height: 85px;
}

.boxcontenta {
  padding: 0px 18px 0px 20px;
  width: 140px;
}

img.corners {
   width: 5px;
   height: 5px;
   border: none;
   display: none;	
   display: block !important;
}

.boxc { 
  background: #e53695; 
}

.boxtopc { 
  background: url(../images/ne_05.gif) no-repeat top right; 
}

.boxbottomc { 
  background: url(../images/se_05.gif) no-repeat bottom right; 
}

.boxa { 
  background: #9E1F64; 
}

.boxtopa { 
  background: url(../images/ne_06.gif) no-repeat top right; 
}

.boxbottoma { 
  background: url(../images/se_06.gif) no-repeat bottom right; 
}

.boxt { 
  background: #9E1F64; 
}

.boxtopt { 
  background: url(../images/ne_07.gif) no-repeat top right; 
}

.boxbottomt { 
  background: url(../images/se_07.gif) no-repeat bottom right; 
}

.boxf { 
  background: #54b0e1; 
}

.boxtopf { 
  background: url(../images/ne_09.gif) no-repeat top right; 
}

.boxbottomf { 
  background: url(../images/se_09.gif) no-repeat bottom right; 
}

/* 
Calendar
*/
#calendar {
	font-weight: normal;

}

#calendar a {
	color: #FFF;
	text-decoration: none;
}

#calendar a:hover {
	color: #FFF;
	text-decoration: underline;
}

#calendar table {
	font-size: 0.9em;
	color: #841451; 
	font-weight: normal;	
}

#calendar thead {
	font-weight: normal;
}

#calendar .day {
	color: #FFF;
}

#calendar .daywe {
	color: #FFF;
}

#calendar thead th {
	padding: 2px 4px 2px 4px;
	text-align: center;
	font-weight: normal;
}

#calendar tbody td {
	padding: 2px 5px 2px 5px;
	text-align: center;
}

#calendar .today {
	background-color: #f84eaa; 
}

#calendar .we {
}

#calendar .selected {
	color: #FFF;
}

#calendar .pad {
}

#calendar .prev {
	float: left;
	margin-right: 4px;
	margin-left: 0px;
}

#calendar .next {
	float: left;
	margin-left: 4px;
}

#calendar .month {
   color: #000;
	background: #c1247f; 
	float: left;
	font-size: 0.89em;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	width: 120px;
	margin-bottom: 6px; 
}

/* slideshow */
div.slideshow {
   position: relative;
	width: 632px;
	height: 142px;
}
					 
.slideshow div {
   position: absolute;
   top: 0;
	left: 0;
}

.label-form {
	width: 100px; 
	padding: 5px 0px;
	vertical-align: top;
}

.label-contact {
	width: 100px; 
	vertical-align: top;
	padding: 2px 0;
}

.login {
	background: #F3F3F3; 
	height: 600px; 
	margin: 0 8px;
}

.error {
	font-weight: normal;
	color: red;
}

#admin {
   background: #FFF;
	padding: 7px;
	font-size: 1em;
}

.tools {
   color: #BBB;
   font-size: 12px;
}

.pagination {
	margin-top: 10px;
	text-align: center;
}

.pagination .pagenav a {
	color: #e53695;
}

.example {
	font-size: 10px;
	font-style: italic;
	color: #AAA;
	padding-left: 6px;
}

.input-form {
	width: 300px;
}

.lookup-form {
	width: 100px;
}

.minput-form {
	width: 200px;
}

.sinput-form {
	width: 80px;
}

.textarea-form {
	width: 440px;
	height: 360px;
}

.excerpt-form {
	width: 440px;
	height: 80px;
	margin-top: 4px;
}

.textarea-forml {
	width: 540px;
	height: 360px;
}

textarea {
	font: 12px Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
}

.upper {
	text-transform: uppercase;
}

.declaratii .column { font-size: 11px; float: left; padding: 5px 0px; width: 180px;  }
.declaratii .small-column { font-size: 11px; float: left; padding: 5px 0px; width: 134px;  }
.declaratii .arrow-column { float: left; width: 46px; }
.declaratii .header { font-size: 12px;  padding: 10px 0px; }
.declarations { width: 100px; padding: 5px 5px; background: #e7e8ea; margin-left: 360px; }

.xsmall { font-size: 10px; color: #666; }
.small { font-size: 11px; color: #666; }
.large-text { width: 140px; }
.xlarge-text { width: 180px; }
.subject-text { width: 460px; }
.xxlarge-text { width: 540px; }
.small-text { width: 40px; }
.gray { color: #666;}
.green { color: #cccd2b; }
.green a { color: #cccd2b; }
.table-label {width: 80px; color: #666;}
.read-only { color: #666; background: #f5f5f5;}
.unsubscribe { vertical-align: bottom;}

td { font-weight: normal; }

.subsection { text-transform: uppercase; }

.fb { margin-top: 20px; height: 40px; display: block; }
