/**
 * Fisierl de style pentru IE, Opera
 *
 * @author		Radu Calauz <radu_calauz@yahoo.com>
 * @name			iexplorer.css
 * @copyright	TackeSoft
 * @version		[Tacke - 1.2.0, 10/10/2002]
 */ 

body
{
	font-family:tahoma;
	font-size:11px;
	color: #798086;
	scrollbar-base-color:#CCCCCC;
   scrollbar-highlight-color:aaaaaa;
   scrollbar-arrow-color:#6699cc;
}

pre, tr,th, td
{
	font-family:tahoma;
	font-size:11px;
	color: #585858;
}
a, a:link, a:visited, a:active
{
	text-decoration: none;
	font-family:tahoma;
	font-size:11px;
	color: #626262;
}

a:hover 
{
	text-decoration: underline;
	font-family:tahoma;
	font-size:11px;
	color: Black;
}

ul
{
	margin-top: 11px;
	margin-bottom: 12px;
}

.inputtext1
{
	font-family : tahoma;
	font-size : 11px;
	font-weight : normal;
	background-color : white;
	border : 1 solid #C0C0C0;
	color : #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.inputtext2
{
	font-family : tahoma;
	font-size : 11px;
	font-weight : normal;
	border : 1 solid #C0C0C0;
	color : #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

.inputbutton1
{
	font-family : tahoma;
	font-size : 11px;
	font-weight : normal;
	background-color : #eeebdf;
/*	border : 1 solid #000000;*/
	color : #000000;
}

.select1
{ 
	font-family : tahoma;
	font-size : 11px;
	font-weight : normal;
	background-color : white;
	border : 1 solid #000000;
	color : #000000;
}

.textarea1
{
	font-family : tahoma;
	font-size : 11px;
	font-weight : normal;
	background-color : white;
	border : 1 solid #C0C0C0;
	margin-top: 2px;
	margin-bottom: 2px;
	color : #000000;
}

.sup
{
	font-size:11px;
}

.submitbutton { border: 1px #EAEAEA solid; background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }