/* ---------------------------------------------------------------------------------*/
/* SERVER admin si client acces*/
/* ---------------------------------------------------------------------------------*/
.input_text{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height:15px;
	background: #ffffff url(../imag/server/input_text.jpg) center 0 no-repeat;
	width:197px;
	height:22px;
	border: 0px outset #FFFFFF;
	cursor: pointer;
	padding:3px 0px 0px 15px;
}
.input_combo{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height:15px;
	background: #ffffff url(../imag/server/input_text.jpg) center 0 no-repeat;
	width:197px;
	height:22px;
	border: 0px outset #FFFFFF;
	cursor: pointer;
	padding:2px 0px 0px 0px;
}
.input_combo_prodsect{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height:15px;
	background: #ffffff url(../imag/server/input_text.jpg) left 0 no-repeat;
	width:150px;
	height:22px;
	border: 0px outset #FFFFFF;
	cursor: pointer;
	padding:2px 0px 0px 0px;
}
/* class_check */
.class_check_da{
	text-align:left;
	width:130px;
	height:20px;
	background: url(../imag/server/check_da.gif) -4px -1px no-repeat; 
	padding: 0px 0px 0px 20px;
	
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1f395d;
	line-height:15px;
	text-decoration:none;
}
.class_check_nu{
	text-align:left;
	width:130px;
	height:20px;
	background: url(../imag/server/check_nu.gif) -4px -1px no-repeat; 
	padding: 0px 0px 0px 20px;
	
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #1f395d;
	line-height:15px;
	text-decoration:none;
}

.id_but_maro {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #ffffff url(../imag/server/id_but_maro.jpg) center 0 no-repeat;
	text-align: center;
	vertical-align:middle;
	width: 101px;
	height: 26px;
	border: 0px outset #FFFFFF;
	cursor: pointer;
}
.id_but_logout {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #ffffff url(../imag/server/id_but_maro.jpg) center 0 no-repeat;
	text-align: center;
	width: 101px;
	height: 22px;
	padding:5px 0px 0px 0px;
}
.id_but_maro_ok{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #ffffff url(../imag/server/id_but_maro_ok.jpg) center 0 no-repeat;
	text-align: center;
	vertical-align: baseline;
	width: 101px;
	height: 26px;
	border: 0px outset #FFFFFF;
	cursor: pointer;
}
.id_but_maro_cancel{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #ffffff url(../imag/server/id_but_maro_cancel.jpg) center 0 no-repeat;
	text-align: center;
	vertical-align: baseline;
	width: 101px;
	height: 26px;
	border: 0px outset #FFFFFF;
	cursor: pointer;
}
.id_but_editare{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #ffffff url(../imag/server/but_editare.jpg) center 0 no-repeat;
	text-align: center;
	padding: 3px 0px 0px 0px;
	width: 85px;
	height: 22px;
}

.div_server_interfata{
	border:1px solid #B8BDD3; 
	padding:20px 0px 10px 0px; 
}
.div_in_server_interfata{
	border:1px solid #E8DED9; 
	padding:5px 0px 5px 10px;
	text-align:center;
}

/* SERVER BUTTOM */
.server_button{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 165px; /* width of menu */
}

.server_button li{
	border-bottom: 1px solid white;
	padding-top:3px;
}

.server_button li a{
	background-color: #D6E7EC;
	font-family: Tahoma;
	font-size:11px;
	text-align:left;
	font-weight:bold; 
	display: block;
	color: #000000;
	width: auto;
	padding: 8px 0px 2px 5px;
	text-indent: 8px;
	text-decoration: none;
	background: #FFFFFF url(../imag/server/but_server_a.jpg) center 0 no-repeat;
	height:23px;
	/*border: 1px solid #414A4D; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.server_button li a:visited, .server_button li a:active{
	color: #000000;
}

.server_button li a:hover{
	color: #FFFFFF;
	background: #FFFFFF url(../imag/server/but_server_b.jpg) center 0 no-repeat;
	/*border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
.server_button li.current a{
	color: #202648;
	background: #FFFFFF url(../imag/server/but_server_c.jpg) center 0 no-repeat;
	/*border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

