body{
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
}

.page {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: url(../images/page-bg.gif) no-repeat;
	padding: 25px;
}

/* Meniu principal */
.menu ul li{
float:left;
padding:0 5px;
margin: 0px;
list-style:none;
cursor: pointer;
}

.menu a{
height:35px;
display:block;
float:left;
padding-left:13px;
margin: 0px;
text-decoration:none;
color:#000;
border-bottom: 1px solid #ff9933;
font-weight: bold;
cursor: pointer;
}

.menu a:hover{
background:url(../images/menu-left.gif) no-repeat left top;
height:35px;
display:block;
float:left;
padding-left:13px;
margin: 0px;
text-decoration: underline;
color:#000;
border-bottom: none;
cursor: pointer;
}

.menu a.selected{
background:url(../images/menu-left.gif) no-repeat left top;
height:35px;
display:block;
float:left;
padding-left:13px;
margin: 0px;
text-decoration: underline;
color:#000;
border-bottom: none;
cursor: pointer;
}

.menu a span{
display:block;
padding:15px 13px 0 0;
margin: 0px;
float:left;
cursor: pointer;
}

.menu a:hover span{
background:url(../images/menu-right.gif) no-repeat right top;
display: block;
padding: 22px 13px 0 0;
margin: 0px;
float:left;
border-bottom: none;
cursor: pointer;
}

.menu a.selected span{
background:url(../images/menu-right.gif) no-repeat right top;
display: block;
padding: 22px 13px 0 0;
margin: 0px;
float:left;
border-bottom: none;
cursor: pointer;
}
/* END Meniu principal */

.banner {
	background: url(../images/banner.png);
	height: 248px;
	width: 942px;
}

.rightText {
	float: right;
	text-align: left;
	width: 450px;
}

.orange {
	color: #fe8a00;
	font-family: Georgia, Times New Roman;
}

.registerList {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

.registerList li {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman;
	font-size: 16px;
}

.registerBut{
	background: url(../images/register.gif) no-repeat;
	width: 280px;
	height: 39px;
  color: white;
  font-family: Georgia, Times New Roman;
  font-size: 24px;
  padding: 4px 0px 0px 15px;
  cursor: pointer;
}

.loginBut{
  background: url(../images/login.gif);
  padding: 0px;
  margin: 0px;
  border: 0px;
  height: 30px;
  width: 105px;
  font-weight: bold;
  font-size: 12px;
}

.large {
	font-size: 36px;
}

.content{

}

.left{
	width: 680px;
	float: left;
}

.right{
	width: 210px;
	float: left;
}

.box1{
	background: url(../images/icon-inregistrare.gif) no-repeat;
	padding: 65px 10px 10px 10px;
	width: 198px;
	height: 65px;
	font-size: 10px;
	float: left;
	color: #707070;
	margin-bottom: 10px;
	cursor:pointer;
}

.box2{
	background: url(../images/icon-creaza.gif) no-repeat;
	padding: 65px 10px 10px 10px;
	width: 198px;
	height: 65px;
	font-size: 10px;
	float: left;
	color: #707070;
	margin: 0px 10px 0px 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	cursor:pointer;
}

.box3{
	background: url(../images/icon-organizeaza.gif) no-repeat;
	padding: 65px 10px 10px 10px;
	width: 198px;
	height: 65px;
	font-size: 10px;
	float: left;
	color: #707070;
	margin-bottom: 10px;
	margin-left: 2px;
	cursor:pointer;
}

.box{
	background: url(../images/box-bg.gif) no-repeat bottom;
	padding: 10px 40px 20px 40px;
	width: 180px;
}

.boxClosed{
	background: url(../images/autentificare-bg.gif) no-repeat;
	height: 43px;
	width: 244px;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 25px;
}

input{
	color: #666;
	margin: 3px 0px;
}

input[type="button"]{
	color: black;
}

input[type="submit"]{
	color: black;
}

h1{
	color: #ff9900;
	font-family: Georgia, Verdana, Arial;
	font-size: 14px;
	margin: 5px 0px 0px 3px;
}

h2{
	font-size: 14px;
	font-family: Georgia, Verdana, Arial;
	color: #f7941d;
}

.adaugat{
	font-size: 11px;
	font-family: Georgia, Verdana, Arial;
	color: #f7941d;
	font-weight:bold;
}
.data{
	font-size: 11px;
	font-family: Georgia, Verdana, Arial;
	color: #5574b9;
	font-weight:bold;
}

.content-top{
	background: url(../images/content-top.gif) no-repeat bottom;
	height: 6px;
	width: 678px;
	clear: both;
}

.content-bottom{
	background: url(../images/content-bottom.gif) no-repeat top;
	height: 6px;
	width: 678px;
	margin-bottom: 10px;
}

.content-bg{
	background: url(../images/content-bg.gif) repeat-y;
	width: 658px;
	padding: 10px;
}

.content-top1{
	background: url(../images/content-top1.gif) no-repeat bottom;
	height: 6px;
	width: 678px;
	clear: both;
}

.content-bottom1{
	background: url(../images/content-bottom1.gif) no-repeat top;
	height: 6px;
	width: 678px;
	margin-bottom: 10px;
}

.content-bg1{
	background: url(../images/content-bg1.gif) repeat-y;
	width: 658px;
	padding: 10px;
}

.content-bg img{
	margin-left: 12px;
}

.content-gradient-top{
	background: url(../images/content-gradient-top.gif) no-repeat bottom;
	height: 6px;
	width: 678px;
	clear: both;
}

.content-gradient-bottom{
	background: url(../images/content-gradient-bottom.gif) no-repeat top;
	height: 6px;
	width: 678px;
	margin-bottom: 10px;
}

.content-gradient-bg{
	background: url(../images/content-gradient-bg.gif) repeat-y;
	width: 658px;
	padding: 10px;
}

.link{
	background: url(../images/arrow.gif) no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 10px;
	float: left;
	width: 90px;
	color: #5e6da2;
	font-size: 12px;
	font-family: Georgia, Verdana, Arial;
	cursor: pointer;
}

.footer{
	width: 800px;
	clear: both;
	text-align: center;
}

.footerTop{
	border-bottom: 1px dotted #999999;
	padding: 10px;
	margin: 10px;
	color: #555555;
}

.footerTop a {
	color: #555555;
	text-decoration: none;
}

.footerTop a:hover{
	text-decoration: underline;
}

.footerBottom{
	color: #336699;
}

.footerBottom a{
	color: #336699;
	text-decoration: none;
}

.footerBottom a:hover{
	text-decoration: underline;
}

form{
	margin: 0px;
	padding: 0px;
}

.bannerSide{
	margin: 20px 0px 20px 45px;
	background: url(../images/publicitate.gif) top left no-repeat;
	padding: 15px 0;
}

a {
	color: #5574b9;
}

a.decs{
	text-decoration: none;
}

.pic{
	float: left;
	width: 108px;
	margin-left: 15px;
}

.picTop{
	background: url(../images/pic-top-mic.gif) no-repeat bottom;
	width: 108px;
	height: 4px;
}

.picBottom{
	background: url(../images/pic-bottom-mic.gif) no-repeat bottom;
	width: 108px;
	height: 4px;
}

.pic img{
	background: url(../images/pic-bg-mic.gif) repeat-y;
	padding: 0px 4px;
}

.bubble{
	background: url(../images/bun-venit.gif) no-repeat;
	width: 140px;
	height: 105px;
	margin-left: 50px;
	padding-top: 35px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #8faae8;
	text-align: center;
	font-weight: bold;
}

.userMenu{
	float: left;
	width: 678px;
	height: 130px;
}

.userMenu ul{
	margin: 5px 0px 5px 0px;
	list-style: none;
	padding: 0px;
}

.userMenu li{
	float:left;
	margin: 0px 3px 0px 3px;
}

.userMenu li img{
	border: 0px;
}

.err {
	color: #CC0000;
	font-size: 10px;
}

h1.titlu{
	border-bottom: 1px dotted #999999;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h1.big{
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 5px;
}

div.eventTab {
	background: url(../images/tab.gif);
	height: 37px;
	width: 132px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	position: relative;
	top: +1px;
}

div.eventTabSel {
	background: url(../images/tabSel.gif);
	height: 38px;
	width: 132px;
	position: relative;
	top: +1px;
	color: #636363;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	cursor: default;
}

div.eventBoxTop {
	background: url(../images/content-top-tab.gif) no-repeat bottom;
	height: 5px;
	width: 678px;
	clear: both;
}

div.eventTab2 {
	background: url(../images/tab-alb.gif);
	height: 31px;
	width: 152px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #636363;
	float: left;
	margin-right: 1px;
	position: relative;
	top: +1px;
}

.tabPoze {
	background: url(../images/tab-poze.gif);
	height: 53px;
	width: 146px;
}

.tabFilme {
	background: url(../images/tab-filme.gif);
	height: 53px;
	width: 156px;
}

.grey {
	background: #efefef;
	padding: 10px;
}

.masa{
	background: #f9f9f9;
	border: 3px solid #a9b6e3;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 265px;
	overflow: hidden;
}

.masaWaterMark {
	z-index: 1;
	font-size: 40px;
	color: #dadff3;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.masaContent {
	z-index: 100;
	position: relative;
	top: -20px;
}

.ok{
	color: green;
}

.off
{
  font-size: 12px;
  color: #ffffff;
  background-color: #5574d2;
  font-weight:bold;
  padding: 1px 2px 1px 2px;
  border-left:1px solid #5574d2;
  border-top:1px solid #5574d2;
  border-right:1px solid #5574d2;
  cursor: pointer;
  margin-right:2px;
}
.on
{
  font-size: 12px;
  color: #5574d2;
  background-color: #ffffff;
  font-weight:bold;
  padding: 1px 2px 1px 2px;
  border-bottom:1px solid #5574d2;
  margin-right:2px;
  cursor: pointer;
}

.fontListItem {
	border-bottom: 1px solid #AAA;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #444;
	padding: 3px;
}

.fontListItem:hover {
	background: #FCFCFC;
}

.fontListContainer {
	position: absolute;
	width: 150px;
	height: 132px;
	background: #F6F6F6;
	border:1px solid #888;
}

/* Bar */

.bar{
	background: url(../images/menu-bar-bg.gif) repeat-x;
	height: 38px;
	width: 605px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	font-family: Arial;
}

.bar a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 6px;
	border-right: 1px dashed #ffffff;
}

.bar a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.bar a.selD{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.barLeft{
	background: url(../images/menu-bar-left.gif) no-repeat;
	height: 38px;
	width: 12px;
	float: left;
}

.barRight{
	background: url(../images/menu-bar-right.gif) no-repeat;
	height: 38px;
	width: 12px;
	float: left;
}

a.no{
	border-right: none;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 70px;
border: 1px solid black;
padding: 2px;
background-color: #ffffe0;
visibility: hidden;
z-index: 100;
}

#dhtmlpointer{
position: absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.titlu{
	font-size:18px;
	color:#5b82ff;
	margin:5px;
}

.chenar{
	float:left;
	background-color:#f7f6f6;
	height:300px;
	width:285px;
	border:1px solid #b2c6fa;
	margin:10px;
	padding:10px;
}

.pagina{
	float:left;
	background-color:#f7f6f6;

	border:1px solid #b2c6fa;
	margin:10px;
	padding:10px;
}

.cifre{
	font-size:16px;
	color:#fd4242;
	letter-spacing:-0.1em;
	font-weight:bold;
}

.text{
	font-size:12px;
	color:#6c6c6c;
	font-weight:bold;
}

.mult{
	font-size:11px;
	color:#3960df;
	font-weight:bold;
}
/************ New *************/
.boxMicTop {
	background: url(../img/box-top.gif) no-repeat bottom;
	height: 5px;
	width: 325px;
}

.boxMicBottom {
	background: url(../img/box-bottom.gif) no-repeat top;
	height: 5px;
	width: 325px;
	margin-bottom: 10px;
}

.boxMic {
	background: url(../img/box-bg.gif) repeat-y;
	width: 325px;
	padding: 10px;
}