/* CSS Document */
/* POPUP TOOLBOX */

div#tbpopup {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#toolbox {
	font-family: Verdana, Arial, sans-serif;	
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
	width: 552px !important;
	height: 476px !important;
	background: transparent url('/imagini/layout/popup/background_toolbox_ie.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}

#bg_toolbox {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 550px;
	height: 474px;
	background: #ffffff url('/imagini/layout/popup/background_continut_toolbox.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#continut_toolbox {
	margin-top: 29px;
	margin-left: 4px;
	text-align: left;
	position: relative;
}

#closebtn {
	margin-right: 4px;
	margin-top: 3px;
	float: right;
	width: 16px !important;
	height: 16px !important;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	border: 0;
	/*voice-family: "\"}\"";
	voice-family: inherit;*/
	_margin-right: 2px;	
}

#closebtn a {
	display: block;
	background-image: url('/imagini/layout/popup/close.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	_cursor: hand;
}

#closebtn a:hover {
	background-position: 0px -16px;
}

#closebtn a:active {
	background-position: 0px -32px;
}

/* meniu toolbox */

#meniu_toolbox {
	position: absolute;
	left: 0;
	top: 32px;
	width: 130px;
	z-index: 2000 !important;	
}

#meniu_toolbox a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-right: 1px solid #999999;	
	padding: 2px 0;
	padding-left: 7px;
	margin-bottom: 5px;
	width: auto;
	vertical-align: top;
	background: url('/imagini/layout/popup/meniu_toolbox_bg.gif') left top;
	background-repeat: repeat-y;
	cursor: pointer;
	_cursor: hand;
}

#meniu_toolbox a:hover {
	background-color: #fafafa;
}

#meniu_toolbox a.last {
	border-bottom: 1px solid #cccccc;
}

#meniu_toolbox a.selected {
	border: 1px solid #999999;		
	border-right: 1px solid #ffffff;
	border-left: none;
	background: #ffffff url('/imagini/layout/popup/meniu_toolbox_bg_selected.gif') left top;
	background-repeat: repeat-y;
}

/* Cotinut efectiv in toolbox */
.main_toolbox {
	position: absolute;
	left: 129px;
	top: 6px;
	right: 7px;
	bottom: 7px;
	width: 410px;
	height: 433px;
	border: 1px solid #999999;
	text-align: center;
	background-color: #ffffff;
}

p.titlu_pagina {
/*	background-color: #e7e7e7; */
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #c00000;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center !important;
	margin-bottom: 10px;
}

table.efectiv {
	width: 390px !important;
	margin: 0 auto;
}

table.efectiv p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.efectiv fieldset {
	border: 0;
	width: 95%;
	border-top: 1px solid #aa0000;
	margin-top: 15px;
	display: block;
	clear: both;
}

table.efectiv fieldset span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

table.efectiv fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

table.efectiv fieldset label, table.efectiv label {
		font-size: 11px;
		color: #000000;
		display: block;
}

table.efectiv fieldset input.casuta, table.efectiv fieldset select {
		font-size: 11px;
		color: #000000;
		width: 140px;
		border: 1px solid #848484;
}

table.efectiv fieldset textarea, table.efectiv textarea {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px !important;
		color: #000000;
		width: 340px;
		border: 1px solid #848484;
}

table.efectiv fieldset input.casuta:focus, table.efectiv fieldset textarea:focus {
		background-color: #fbfcfc;
}

table.efectiv fieldset input.buton {
		font-family: Tahoma, sans-serif;	
		font-size: 11px;
		color: #000000;
		background-color: #F0F0F0;
		letter-spacing: 1px;
}

/* POPUP TOOLBOX EOF*/

/* Spune-ti parerea */
table.parere {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
}

table.parere th {
	background-color: #f8f8f8;
	text-align: center;
}

table.parere .bd {
	border-right: 1px solid #e2e2e2;
}
/* Spune-ti parerea ends */

