h1 {
	height: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #000000;
}
h3 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: "Times New Roman";
    font-size:12px;
}
.wrapper {
	min-width: 500px;
	min-height: 500px;
	text-align: center;
}
.wrapper_in {
	width: 960px;
	text-align: justify;
	/*background: url('../img/inel.jpg')  center no-repeat;*/
}
.wrapper_in table tr td {
	padding: 2px 4px;
	/*border: 1px solid #ccdae9;*/
}
.wrapper_xx {
	width: 960px;
	min-height: 540px;
	text-align: justify;
}
.rond {
	padding: 2px 2px;
	border: solid 1px #999999;
	font-weight: bold;
	cursor: default;
}
.rondzi {
	padding: 2px 2px;
	border: solid 1px #16446A;
	font-weight: bold;
	cursor: default;
}

.zero {
	padding: 2px 2px;
	font-weight: normal;
	/*width:37px;*/
}
.zerored {
	padding: 2px 2px;
	background-color:#FF0000;
	color:#E6E6E6;
	font-weight: bold;
	/*width:37px;*/
}
.zicur {
	padding: 2px 2px;
	border: solid 1px #2B60DE;
	font-weight: bold;
	cursor: default;
	color: #2B60DE;
}
.zicurzero {
	padding: 2px 2px;
	border: none;
	font-weight: bold;
	cursor: default;
	color: #2B60DE;
}
.zisel {
	background-color: #CCCCCC;
	border: solid 1px #999999;
	font-weight: bold;
	cursor: default;
	color: #2b60de;
}
#anul_div{
	background: url('../img/widgetsep.png') bottom no-repeat;
	height:30px;
}
#orar_div_titlu{
	background: url('../img/widgetseplng.png') bottom no-repeat;
	height:30px;
	width:400px;
}
#orar_wrap {
	background: url('../img/deffond.png');
	height: 320px;
	width: 400px;
	display: block;
}
.orar_div {
	border: solid 1px #999999;
	padding:2px;
	margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    width: 90px;
    height: 16px;
	font-weight: bold;
	cursor: default;
    font-size:12px;
    float: left;
    display:inline;
}
.liber_div {
	border: solid 1px #FF0000;
	padding:2px;
	margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    width: 90px;
    height: 16px;
	font-weight: normal;
    font-size:12px;
    float: left;
    display:inline;
}
.liber_div_pas {
	border: solid 1px #999999;
	padding:2px;
	margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    width: 90px;
    height: 16px;
	font-weight: normal;
    font-size:12px;
    float: left;
    display:inline;
}
.orar_div:hover {
	background-color: #E6E6E6;
	background: #E6E6E6;
	border: solid 1px #333333;
	color: #000000;
}
#luna_div {
	background: url('../img/widgetsep.png') bottom no-repeat;
	height:35px;
}
#select_div {
	background: url('../img/widgetsep.png') bottom no-repeat;
}
#calendar_div {
	/*background: url('../img/widgetsep.png') bottom no-repeat;*/
	width: 300px;
	height: 130px;
}
#calendar_div table {
	padding: 0px 0px;
}
.bord{
	background: url('../img/widgetseplng.png') bottom no-repeat;
	height:30px;
}
#calendar table {
	border-collapse: separate;
	border-color: gray;
	background: none;
	border: 1px solid #FFFFFF;
}
#calendar th {
	color: #FFFFFF;
}

#calendar td, th {
	display: table-cell;
	vertical-align: inherit;
	width: 30px;
	font-size:12px;
	text-align: center;
}
#calendar td:hover {
	background-color: #E6E6E6;
	background: #E6E6E6;
	border: solid 1px #333333;
	width: 37px;
	color: #000000;
}
#mySpan {
    position: relative;
    width: 390px; /* Set your image width */
    height: 85px; /* Set your image height */
}
#mySpan span{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    /*width: 390px;
    height: 60px;*/
    font-size: 14px;
}
#mySpan span.active{
    display:block;    
}
.poz {
	text-decoration: none;
	font-style: normal;
	font-size:14px;
	font-weight: bold;
	color: #2B60DE;
	background-color: #CCCCCC;
}
.poz:hover {
	text-decoration: none;
	font-style: italic;
	font-size:14px;
	font-weight: bold;
	background-color: #2B60DE;
	color: #FFFFFF;
}
.clearBoth { clear:both; }