body {
	background: url(/images/back_principal.jpg) top repeat-x #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}

.input-box {
	background: #FFF;
	border:1px solid #000;
	padding: 2px;
	color:#cc0000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.input-box2 {
	background: #EFEFEF;
	border:1px solid #000;
	padding: 2px;
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.input-box3 {
	background: #F3F3F3;
	border:0px;
	padding: 2px;
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.input-box4 {
	background: #FFFFFF;
	border:1px solid #CC0000;
	padding: 2px;
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.input-box5 {
	background: #ffe7e7;
	border:1px solid #CC0000;
	padding: 2px;
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.afiseaza {
	display: inline;
}
.afiseaza2 {
	display: inline;
	padding: 0px 20px;
}

.head_tab1 {
	height:48px; 
	background: url(/images/sus_cal1.jpg) top no-repeat;
}

.head_tab2 {
	height:48px; 
	background: url(/images/sus_cal2.jpg) top no-repeat;
}

.head_tab3 {
	height:48px; 
	background: url(/images/sus_cal3.jpg) top no-repeat;
}

.head_tab4 {
	height:48px; 
	background: url(/images/sus_roz.jpg) top no-repeat;
}

.head_tab5 {
	margin-top:15px;
	height:48px; 
	background: url(/images/gri_sus.jpg) top no-repeat;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.nuAfisa {
	display: none;
}

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #F00;
}
a:active {
	color: #C00;
}

a.nou:link {
	color: #000;
}
a.nou:visited {
	color: #000;
}
a.nou:hover {
	color: #FFF;
}
a.nou:active {
	color: #000;
}

a.nou2:link {
	color: #000;
	text-decoration:none;
}
a.nou2:visited {
	color: #000;
	text-decoration:none;
}
a.nou2:hover {
	color: #C00;
	text-decoration:none;
}
a.nou2:active {
	color: #000;
	text-decoration:none;
}

a.nou3:link {
	color: #FFF;
	text-decoration:none;
}
a.nou3:visited {
	color: #FFF;
	text-decoration:none;
}
a.nou3:hover {
	color: #FFF;
	text-decoration:underline;
}
a.nou3:active {
	color: #FFF;
	text-decoration:none;
}