body {
	padding: 0;
	margin: 0;
	font: 0.74em sans-serif, veranda;
	line-height: 1.5em;
	color: #454545;
}
div.page {	width: 100%;
    height: 100%;

}
div.content {
	width: 953px;

}

.menu_left_act {   border-top: 1px solid #ffcc33;
   border-bottom: 1px solid #ffcc33;
   background-color: #eeeeee;
   cursor: pointer;
   padding-left: 10px;
   font-size: 11px;
}
.menu_left_inact {
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   background-color: #FFFFFF;
   cursor: pointer;
   padding-left: 10px;
   font-size: 11px;
   font-family: sans-serif;
}

td.tabs_act {   width: 80px;
   height: 26px;
   background-image: url(../images/models/bg_td/sign_titleleft.gif);
   background-repeat: no-repeat;
   font-family: sans-serif;
   color: #FFFFFF;
   text-align: center;
   background-position: 50% 20%;
   cursor: pointer;
   font-weight: bold;

}

a.mmm {
   background-image: url(../images/top_menu/smarrow.gif);
   background-repeat: no-repeat;
   font-family: sans-serif;
   color: #000000;
   text-align: center;
   background-position: 0% 4px;
   font-weight: bold;

}


td.tabs_inact {   width: 80px;
   height: 26px;
   background-image: url(../images/models/bg_td/sign_titleright_o.gif);
   background-repeat: no-repeat;
   font-family: sans-serif;
   color: #FFFFFF;
   text-align: center;
   background-position: 50% 20%;
   cursor: pointer;
   font-weight: bold;
}

button.programare {   background-color: #FEBE10;
   font-family: sans-serif;
   font-size: 10px;



}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

p {	margin: 0;
	padding: 0;
}







