@charset "utf-8";
/* CSS Document */
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#E0F5FA; }
ul { list-style:none; }
img { border:0; }
.clear { clear:both; }
#logout { height:30px; clear:both; border:1px solid #bbd0d6; background-color:#d6e9f3; margin:10px; }
.menu_cat { padding:2px 2px; text-decoration:underline; }
.top { margin-bottom: 15px; }
.buttondiv { margin-top: 10px; }
.messagebox { position:absolute; width:100px; margin-left:4px; border:1px solid #c93; background:#ffc; padding:3px; }
.messageboxok { position:absolute; width:auto; margin-left:4px; border:1px solid #349534; background:#C9FFCA; padding:3px; font-weight:bold; color:#008000; }
.messageboxerror { position:absolute; width:auto; margin-left:0px; border:1px solid #CC0000; background:#F7CBCA; padding:3px; font-weight:bold; color:#CC0000; }
#content_wrapper { width:970px; margin:0px auto; border:1px solid #CCCCCC; background-color:#FFFFFF; }
#menu { width:200px; float:left; display:inline; border:1px solid #bbd0d6; background-color:#d6e9f3; padding:10px; margin:10px; }
#menu ul { margin:0xp; padding:0px; }
#menu li { float:left; width:195px; margin:5px 0px; }
.spant { font-weight:bold; font-size:14px; color:#0099FF; background-color:#fff; padding:5px; }
#menu li a, #menu li a:visited { padding-left:10px; text-decoration:none; color:#333333; font-weight:bold; }
#menu li a:hover { color:red; }
#content { width:700px; padding:0px 10px; float:left; margin-top:10px; }
.table_d td { padding:5px 0px; }
.table_m td { padding:5px 10px; }
.table_m span { font-weight:bold; }
#mess_ans { border:1px solid green; background-color:white; text-align:center; font-weight:bold; padding:5px; font-size:14px; margin-bottom:5px; color:green; }
#file_mess { background-color:#D6E9F3; border:1px solid #003399; font-weight:bold; padding:10px; margin-bottom:10px; }
#photo_gallery { border:1px solid #003399; padding:10px; background-color:#D6E9F3; padding-left:0px; margin-top:20px; }
#photo_gallery li img { width:150x; height:120px; float:left; display:inline; margin:0px 0px 10px 15px; }
.table_view th { background-color:#CCCCCC; border:1px solid #999999; }
.table_view td { border:1px solid #999999; text-align:center; }
#menu_ed ul { width:580px; padding-left:25px; }
#menu_ed li { width:100%; padding-bottom:5px; }
#menu_ed li a, #menu_ed li a:visited { color:#000033; font-weight:bold; font-size:12px; text-decoration:none; cursor:pointer; }
#menu_ed li a:hover { color:#006699; text-decoration:underline; }
#menu_ed td { height:28px; }
#menu_ed span { font-size:16px; font-weight:bold; color:#FF0000; }
.del_button { width:20px; height:20px; text-align:center; background:#FFFFFF url(../img/delete.gif) center no-repeat; border:0; cursor:pointer; }
.add_button { width:20px; height:20px; text-align:center; background:#FFFFFF url(../img/add.jpg) center no-repeat; border:0; cursor:pointer; }
.edit_button { width:20px; height:20px; text-align:center; border:0; cursor:pointer; }
#adauga_cat { border-bottom:1px solid #999999; padding-bottom:10px; margin-bottom:10px; }
#form_add label { font-weight:bold; }
.del_pic { color:#FF0000; font-weight:bold; }
.del_pic:hover { text-decoration:underline; }


.showError{
	color:#ff0000;
	margin-bottom:15px;
}