@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: small;
	color: #333333;
}
h1 {
	font-size: small;
	font-weight:normal;
	color: #333333;
}
body {
	background-color: #2a2a2a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.meniu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.meniu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.meniu:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a.meniu:active {
	color: #000000;
	text-decoration: none;
}

a.normal:link {
	color: #452824;
	text-decoration: underline;
}
a.normal:visited {
	color: #452824;
	text-decoration: underline;
}
a.normal:hover {
	color: #78463F;
	text-decoration: underline;
}
a.normal:active {
	color: #78463F;
	text-decoration: underline;
}

a.left_bar:link {
	color: #DCCAC7;
	text-decoration: underline;
}
a.left_bar:visited {
	color: #DCCAC7;
	text-decoration: underline;
}
a.left_bar:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.left_bar:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.left_bar_small:link {
	font-size: x-small;
	color: #DCCAC7;
	text-decoration: underline;
}
a.left_bar_small:visited {
	font-size: x-small;
	color: #DCCAC7;
	text-decoration: underline;
}
a.left_bar_small:hover {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}
a.left_bar_small:active {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}

.style1 {color: #FFFFFF}
.style11 {	color: #5F2307;
	font-size: small;
}
.input_left {
	color: #DCCAC7;
	border: 1px solid #663C36;
    background: #2D1A17;
}
.input_left:focus {
	color: #DCCAC7;
	border: 1px solid #DCCAC7;
    background: #2D1A17;
}
.button_left {
	color: #DCCAC7;
	border: 1px solid #663C36;
    background: #2D1A17;
}
.button_left:hover {
	color: #FFFFFF;
	border: 1px solid #DCCAC7;
    background: #2D1A17;
}
.style12 {
	color: #DCCAC7;
	font-size: x-small;
}
.style13 {font-size: x-small}
.titlu {
	color: #452824;
	font-weight: bold;
	font-size: large;
}
a.titluLink:link {
	color: #452824;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
a.titluLink:visited {
	color: #452824;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
a.titluLink:hover {
	color: #452824;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
a.titluLink:active {
	color: #452824;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
.subtitlu {
	color: #452824;
	font-weight: bold;
	font-size: small;
}
.titlu_unit {
	color: #452824;
	font-weight: bold;
	font-size: medium;
}
.scris {
	color: #333333;
	font-size: small;
}
.comentariu {
	color: #452824;
	font-size: x-small;
	font-style: italic;
}
.atentionare {
	color:#990000;
	font-size: small;
	font-style: italic;
}
.mic {
	font-size: x-small;
}
.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#452824;
}
.dateChooser td.dateChooserActiveToday {
    border: 2px solid #452824;
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 1px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
a.pagini {
	padding: 0.4em 0.7em;
	margin: 0.1em;
	color: #666666;
	background-color: #EEEEEE;
	text-decoration: none;
}
a.pagini:hover {
	color: #FFFFFF;
	background-color: #452824;
}
a.pagini_s {
	color: #FFFFFF;
	background-color: #452824;
}
.tabel tr {
	background-color: #EEEEEE;
}
.tabel tr:hover {
	background-color: #f0e4e2;
}
.inscriere {
	padding: 10px;
	margin: auto;
	width: 600px;
	color: #666666;
	background-color: #EEEEEE;
	border: 1px dotted #452824;
	border-bottom: 5px solid #452824;
	text-align: center;
}