/* ################################################ */
/* ######## redefinire a tagurilor standard ####### */
/* ################################################ */

BODY {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
margin: 0;
padding: 0;
} /* se mai poate adauga: background-image: url(../calea/imagine.gif); background-repeat: repeat-x;  */

A:link, A:active	{	text-decoration: none; 	color: #0000CC	}
A:visited 		{	text-decoration: none; 	color: #000099	}
A:hover 		{	text-decoration: none; 	color: #0000FF	}
A:visited.brown 	{ 	text-decoration: none; 	color: #00CCFF	}

TABLE {
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}


FORM, INPUT, TEXTAREA {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
background-color: #FFFFFF;
border-style: solid;
border: 1px #AAAAAA solid;
font-style: normal;
font-weight: normal;
padding: 2;
margin: 2;
}

SELECT {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
background-color: #FFFFFF;
font-style: normal;
font-weight: normal;
}



/* ################################################ */
/* ############# definire de clase noi ############ */
/* ################################################ */

/* clase posibile pentru tabele - vezi si atributele de la redefinirea tag-ului TABLE */

.tbmaster {
background-color: #00CCCC;
text-decoration: none;
}
/* tabelul general al paginii  */

.tbordura {
border: #21147A;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
padding: 2;
} /* tabel cu bordura */

.lmenu {
color: #333399;
border: #FFFFFF;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
padding: 0;
margin: 0;
font-style: normal;
font-weight: bold;
background-color: #F0F8FF;
/* background-image: url(../images/lmenu.jpg); */
} /* tabel menu left*/


.tnews {
border: #000000;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
padding: 0;
margin: 2;
background-color: #99CCFF;
} /* tabel menu left*/


.tpage {
border: #FFFFFF;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
padding: 2;
} /* tabel centru pagina */

/* clase posibile pentru linii si celule de tabele */

.trhead {
color: #003300;
background-color: #E0E7EE;
text-decoration: none;
font-weight: bold;
text-align:center;
} /* cap tabel */

.trtitle {
color: #000000;
background-color: #66CC99;
text-decoration: none;
font-weight: normal;
text-align: right;
} /* cap tabel */

.rand1 { background-color: #FFFFEF; } /* culori alternative linii */
.rand2 { background-color: #FFFFE3; } /* culori alternative linii */

/* 	clase posibile pentru texte 	*/

.normal {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
font-weight: bold;
}

.error {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
font-weight: normal;
}

.notice {
color: #777777;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
font-style: italic;
font-weight: normal;
text-align: justify;
}

.mic {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
text-decoration: none;
font-style: normal;
font-weight: normal;
}

.valued {
color: #245C11;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
font-weight: bold;
text-align: normal;
}

.valuedn {
color: #FFFF00;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
font-weight: bold;
text-align: normal;
}
/* 	clasa posibila pentru  butoane de tip submit 	*/
.button {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
background-color: #6699CC;
border: 1px #88BBEE solid;
font-style: normal;
font-weight: bolder;
}

/* ################################################ */
/* ############# definire de sub clase ############ */
/* ################################################ */

.lmenu A:hover {text-decoration: none; color: #FF0000; font-weight: bold; font-style: normal; } /* subclasa */
.lmenu A:link {text-decoration: none; color: #336677; font-weight: bold; font-style: normal; } /* subclasa */
.lmenu A:active {text-decoration: none; color: #990000; font-weight: bold; font-style: normal; } /* subclasa */
.lmenu A:visited {text-decoration: none; font-weight: bold; font-style: normal; } /* subclasa */
