@charset "utf-8";
/* CSS Document */

/* start reset browser settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, textarea, legend,
select, isindex, listing, xmp, plaintext,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	white-space: normal;
}
body {
	line-height: 1;
	color: black;
	background: white;
	padding: 5px;
}
ul, ol, dir, menu {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: "" "";
}
:link, :visited, a, ins, blink {
	text-decoration: none;
}
iframe, form, fieldset, abbr, acronym, object, applet, table 
a, img, a img, :link img, :visited img { 
	border: none; 
}
font { 
	color: inherit !important; 
	font: inherit !important; 
}
marquee { 
	overflow: inherit !important; 
}
nobr { 
	white-space: normal; 
}
/* end reset browser settings */

/* start template settings */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Tahoma, arial;
	font-size: 12px;
	color: #434545;
}
a:link {
	color: #2590B9;
}
/* textul pentru mesaje */
.alert_msg {
	color:#CC3300;
}
/* textul pentru erori */
.alert_eror {
	color:#990000;
}
/* tracer */
.meniu_ascuns {
	display:none;
	font-size:12px;
}
.farTracer {
	background-color:#FFCC33;
}
#afisare_tracer {
	text-align: left;
	font-size: 12px;
}
/* end template settings */