#bodyprint {
	margin: 20px;
    padding: 10px;
	background-color : #FFFFFF;
 	color : #000000;
	font-family : Verdana, sans-serif;
	font-size: 12px;
}

a:link {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #495778;
	text-decoration: none;
}
a:active {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #495778;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #495778;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ff9900;
	text-decoration: underline;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight : bold;
}

DIV,FORM,INPUT,P,SELECT,SPAN,TEXTAREA,TABLE,TD,TR {
	COLOR:black;
	FONT-FAMILY:Verdana, sans-serif;
	FONT-SIZE:10px;
	FONT-WEIGHT:normal;
}

/* butoanele */
.butonAdmin button, .butonAdmin, .butonAdminCreeaza, .butonAdminReset, .butonAdminSterge, .butonAdminMuta, .butonAdminInapoi {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: transparent;
  width: 91px;
  height: 21px;
  margin: 0;
  text-align: center;
}
.butonAdminCreeaza {
	background-image: url('../images/admin/btn_ok_bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 solid white;
}
.butonAdminReset {
	background-image: url('../images/admin/btn_cancel_bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 solid white;
}
.butonAdmin {
	background-image: url('../images/admin/btn_bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 solid white;
}
.butonAdminSterge {
	background-image: url('../images/admin/btn_bg_delete.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 solid white;
}
.butonAdminMuta {
	background-image: url('../images/admin/btn_bg_move.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 solid white;
}
.butonAdminInapoi {
	background-image: url('../images/admin/btn_bg_back.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 solid white;
}

input.buton {
	background-color : #3363AD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 10px;
    color: #FFFFFF;
}

/* redefinirea headerelor */
h1 {
    font-family: Verdana, sans-serif;
    font-size : 20px;
    font-smooth: 20px;
    font-weight : bold;
    vertical-align: top;	
    text-decoration : none;
    line-height : 120%;
    color : #4880cb;
}
h2 {
    font-family: Verdana, sans-serif;
    font-size : 18px;
    font-weight : bold;
    text-decoration : none;
    line-height : 120%;
    color : #333333;
}

h3 {
    font-family: Verdana, sans-serif;
    font-weight : bold;
    text-decoration : none;
    line-height : 120%;
	font-size: 11px;
    color : #333333;
}

/* elemente de formulare */
/*.form {
    background: transparent;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    text-align: left;
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #333333;
    scrollbar-highlight-color: #333333;
    scrollbar-3dlight-color: #333333;
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #333333;
    scrollbar-arrow-color: #333333
}*/
form.subtire {
	margin-bottom: 0px;
	margin-top: 0px;
}
.subtire {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* stilurile tabelelor folosite */
th {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#333333;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#333333;
}
table.simplu {
	background-color: transparent;
	border: 0px solid black;
}
table.header {
	width: 100%;
	background-color: transparent;
	border: 0px solid black;
}

table.simplu160 {
	width: 220px;
	background-color: transparent;
	border: 0px solid black;
}

th.row0	{ font-size: 11px; color: #ffffff; background-color: #3363AD; }
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #EFEFEF; }
td.row3	{ background-color: #D1D7DC; }
td.row4	{ background-color: #D1D7DC; }
td.row5	{ background-color: #DADADA; }

/* PUBLIC - tabelul in care se afis lista de destinatari ai formularului*/
table.destinatar{
   border-width:1;
   border-color :#3363AD;
   border-style:dotted;
}

/* PUBLIC - linia colorata din formularul creeat in admin  */
td.form {
   background-color : #d5e1f2;
}
