@charset "iso-8859-1";

<!--

html,body {
	font-family:verdana, arial, helvetica, sans-serif; color:#666666; font-size:11px;
}
/* hr {
	border: 1px solid #a20031;
} */

.buton {
	font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #a20030; border: 1px solid #f08080; border-bottom-color: #8b0000;
	border-left-color: #8b0000; padding:1px;
}
.buton2 {
	font-family: verdana, arial, helvetica, sans-serif; font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #2378b8;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.text_box {
	border:1px solid #707070;
	color:#666666;
	height:14px;
	width:120px;
	font-size:10px;
}

.menu_link, .menu_link a:link, .menu_link a:visited {
	color:#010101;
	text-decoration:none;
}
.menu_link a:hover {
	color:#970c35;
	text-decoration:none;
}


td{
	font-size :11px;
}



a:link, a:visited, a:active {
	font-family: arial; font-size: 11px; color: #2378b8; text-decoration: none; font-weight: normal;
}
a:hover{
	font-family: arial; font-size: 11px; color: #2378b8; text-decoration: underline; font-weight: normal;
}

input {
	background-color: #ffffff; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif; color: #000000; border: 1px solid #000000;
}
textarea{
	background-color : #ffffff;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #000000;
	font-size :10px;
	border: 1px solid #000000;
}
select{
	background-color : #ffffff;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #000000;
	border: 1px solid #000000;
}
.titlu {
	font-weight : bold;
	font-size : 12px;
}
.subtitlu{
	font-weight : bold;
 }


.header{
	background-color : #f1f1f1;
	color: #333;
	text-align : center;
	font-weight : bold;
	font-size :11px;
}

a.header, a.header:active, a.header:link, a.header:visited{
	color: #ffffff;
	text-decoration: none;
}
a.header:hover {
	color: #ffffff;
	text-decoration: underline;
}

.supraheader {
	background-color : #fff;
	color: #333;
	text-align : left;
	font-weight : bold;
	font-size :12px;
}
 a.supraheader, a.supraheader:active, a.supraheader:link, a.supraheader:visited{
	color: #ffffff;
	text-decoration:none;
	border:none;
}
a.supraheader:hover{
	color: #ffffff;
	text-decoration:underline;
	border:none;
}
.subheader {
	background-color: #c4c4c4;
	text-align: center;
	color: #000000;
	font-size: 11px;
}

.bk_0 {
	background-color: #ffffff; padding-bottom: 10px; border-bottom: #f1f1f1 1px solid;
}
.bk_1 {
	background-color: #ffffff; padding-bottom: 10px; border-bottom: #f1f1f1 1px solid;
}
.bk_sel {
background-color: #ffffff;
}

.mesajok{
	background : #228b22;
	color 	: white;
}
.mesaj{
	background : #f0e68c;
}
.mesajnotok{
        background-color: #f13c3d;
        color :white;
}
.error{
        background-color: #ff7070;
        color :white;
		padding: 2px;
}

.nota{
		font-size :9px;
}

.borderdot{
	border : 1px dotted silver;
}

-->