.cv_programat{
	border:1px dotted green;
	/*background-color:#DDFFAA;*/
}

a.msg_link{
	color:#ea6202;
	text-decoration:none;
	font-weight:bold;
}
a.msg_link:hover{
	color:red;
}

form{
	margin:0px;
	padding:0px;
}

.message_text {
	border:1px dotted #d6d6d6;
	margin-top:10px;
	padding:10px;
}

div.cv_mouse_over:hover{
	cursor:pointer;
}

/*div.ppm_bkg {
	background:transparent url(../images/modal_bkg.png) no-repeat top left; 
	text-align:left;
	display:block;
	width:407px;
	height:206px;
}*/

/* rolloverul meu */
div.cv_line div.op1{
	display: none;
}

div.cv_line:hover div.op1{ 
	background: transparent url(../images/op1_bkg.png) no-repeat; 
    display:block;
    position:absolute;
    top:0px;
	right:0px;
	width:160px;
	height:80px;
	padding-left:10px;
	padding-top:8px;
	z-index:1;
}

a.admin_head_link{
	color:black;
	text-decoration:none;
}
a.admin_head_link:hover{
	color:blue;
	text-decoration:underline;
}

a.name_link1:link {
	font-size: 12px;
	color:#2f4f85;
	text-decoration: none;
}
a.name_link1:visited {
	font-size: 12px;
	color:#2f4f85;
	text-decoration: none;
}

a.name_link1:hover {
	font-size: 12px;
	color:#e34f01;
	text-decoration:none;
}

a.name_link1:active {
	font-size: 12px;
	color:#2f4f85;
	text-decoration: none;
}

a.mpage_link_verde {
	font-size: 11px;
	color:#2f4f85;
	text-decoration: none;
	font-weight:normal;
}

a.mpage_link_verde:hover {
	color:green;
	text-decoration:underline;
}

a.mpage_link_rosu {
	font-size: 11px;
	color:#2f4f85;
	text-decoration: none;
	font-weight:normal;
}

a.mpage_link_rosu:hover {
	color:red;
	text-decoration:underline;
}

/* Grafic */
table.grafic {
	border:1px dotted black;
	border-top:none;
}
table.grafic caption{
	font-size:1em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border:1px dotted black;
	border-bottom:none;
}
table.grafic tr.barvrow td {
	width: 10px;
	vertical-align: bottom;
	border-bottom-color: red;
	border-bottom-style: solid;
	text-align: center; 
}
table.grafic tr.bartrow td {
	text-align: center 
}

ul.mess_menu li.op_folder1 {
	background:transparent url(../images/folder.png) no-repeat top left;
	background-position:-2px 0;
}

tr.odd1 {
	height:85px;
}

tr.odd1 td {
	border-bottom:1px dotted #d6d6d6;
	font-size:12px;
}

tr.even1 {
	height:85px;
}

tr.even1 td {
	background-color:#f6f6f6;
	border-bottom:1px dotted #d6d6d6;
	font-size:12px;
}

tr.odd2 {
	height:85px;
}

tr.odd2 td {
	background-color:#EBFFEA;
	border-bottom:1px dotted #d6d6d6;
	font-size:12px;
}

tr.even2 {
	height:85px;
}

tr.even2 td {
	background-color:#E1F5E1;
	border-bottom:1px dotted #d6d6d6;
	font-size:12px;
}

/*
* admin
*/

div.admin_panel{
	border:1px solid #c0c0c0;
	background-color:#eeeeee;
	padding:5px;
	margin:5px;
}

div.admin_panel div.panel_title{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
	color:#608000;
}

div.admin_panel table th{
	font-size:1.1em;
	border-bottom:1px dotted black;
}

div.admin_panel table.valign_top tr{
	vertical-align:top;
}

p.cond_titlu{
	font-size:2em;
	text-align:center;
	font-weight:bold;
	line-height:10px;
}
p.cond_h{
	font-size:1.5em;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:-10px;
}
p.cond_p{
	font-size:1.2em;
	line-height:15px;
}
ul.cond_p{
	font-size:1.2em;
	line-height:15px;
}

