@charset "utf-8";
/* CSS Document */

body {
    text-align:center;
	background-color:#000;
	
}
a {
	text-decoration:none;
	color:#000;
	font-size:12px;
}
a:hover {
	color:#090;
}

#main {
	width: 800px;
	height:800px;
	background:#FFF;
	margin:0px auto;
	z-index:1;
	}


#antet {
	width:800px;
	height:120px;
	float:inherit;
}

#st_sus {
	width:120px;
	height:120px;
	margin:0px;
	float:left;
}

#dr_sus {
	width:680px;
	height:120px;
	float:right;
	text-align:right;
	margin:0px;
	
}


#butoane {
	width:120px;
	height:380px;
	float:left;
}

#continut {
	width:530px;
	height:530px;
	float:left;
	overflow:auto;
}

#centru {
	width:500px;
	height:360px;
	float:left;
	font-family:"Comic Sans MS", cursive;
	font-size:13px;
	color:#000;
	text-align:left;
	padding:5px;
}

#ceas{
	font-family:"Comic Sans MS", cursive, sans-serif;
	color:#009900;
	text-align:center;
	}
#dreapta {
	width:130px;
	height:380px;
	float:right;
}

#jos {
	clear:both;
	z-index:-1;
}

#meniu {
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 10px 10px;
    width: 60%;
}

#meniu li{
   
    padding: 10px 10px;
}

#meniu a {
    text-decoration: none;
    font-family:"Comic Sans MS", cursive;
    font-weight:400;
    color: green;
	font-size:12px;
	display:inline;
    
}

#meniu a:hover {
    border-bottom: 3px solid red;
}
.wireframemenu{
border: 1px solid #009900;
background-color: white;
border-bottom-width: 2;
width: 110px;
float:left;
position:relative;
top:25px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 110px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 10px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
height:14px;
color: #000;
text-decoration: none;
border-bottom: 1px solid #090;
}

.wireframemenu a:visited{
color: #000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #396DA7;
color:#FFF;
}
table {
	text-align:center;
}
td {
	text-align:center;
}
.mainTable {
	background-color: #E1E1E1;
	border: 1px solid #999999;
	width: 175px;
}

.monthRow {
	background-image: url("images/monthBg.gif");
	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #252216;
	height: 25px;
}

.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #252216;
}

.monthRow a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.dayNamesText {
	background-image: url("images/dayBg.gif");
    font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #333333;
	height: 15px;
	width: 25px;
}

.rows {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
}

.sOther {
    background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
}

.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #336699;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.popupDate2 {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	padding: 4px;
}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.s23 {
	background-color: #CCFF00;
	padding: 4px;
}

.categoryDiv {
	background-color: #FCF5EF;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;
}

.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 4px;
}
.doi {
    position:relative;
    top:30px;
    left:-3px;
}