@CHARSET "ISO-8859-1";
body, html {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #303060;
	background-color: #FFC;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
}

#doc2 {
	width: 974px;
}

a, a:hover, a:visited, a:active {
	text-decoration: underline;
	color: #303060;
	font-weight: normal;
}

a:hover, a:visited:hover {
	color: #FF8040;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF8040;
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF8040;
	text-align: left;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #303060;
	text-align: left;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF8040;
	text-align: left;
}

th {
	font-weight: bold;
	/*border-bottom: 1px solid #FF8040;*/
}

td {
	margin: 0px;
	padding: 2px;
	border: 0px;
	/*border-bottom: 1px dotted #FF8040;*/
	vertical-align: top;
	text-align: left;
}

p {
	text-align: justify;
}

hr {
	background-color:#229ACE;
	border:0 none;
	color:#229ACE;
	height: 1px;
}

	
img {  
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader();  
}  

.clear {
	clear: both !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.topM {
	margin-top: 10px;
}

.centerdiv {
	margin-left: auto;
	margin-right: auto;
}

div .errorMessage {
	background-image:url(../img/error_small_red.png);
	background-position:2px 50%;
	background-repeat:no-repeat;
	background-color: #ffdada;
	border: 1px solid #db4444;
	color: #960e0e;
	text-align: justify;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px 2px 2px 22px;
}

div .error_message  {
	background-image:url(../img/error.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-color: #ffdada;
	border: 1px solid #db4444;
	color:#960e0e;
	text-align: justify;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px 5px 5px 40px;
}

div .info_message {
	background-image:url(../img/information.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-color: #FFFFCC;
	color:#FF8040;
	text-align: justify;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px 5px 5px 40px;
	text-align: justify;
}

div .success_message {
	background-image:url(../img/admin/success.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-color: #c7ffc7;
	border: 1px solid #48cd48;
	color:#025502;
	text-align: justify;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px 5px 5px 40px;
	text-align: justify;
}

.paginationControl {
	text-align: center;
}

.adminbg {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: justify;
}

.row_odd {
}

.row_even {
	background: #FEC;
}

strong {
	font-weight: bold;	
}

#tooltip.btrm{
    border:1px solid #FF8040;
    color:#229ACE;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px; 
    margin-top:2px;
    font-style: italic;
    background: #FFF url('/img/question-white.png') 2px center no-repeat;
    padding-left: 16px;
}


#tooltip.btrm #ttimg.top{
	position:absolute;
	margin-top:-8px;
    margin-left:-8px
}
#tooltip.btrm #ttimg.bottom{
	position:absolute;
    bottom:0;
    margin-bottom:-3px;
    margin-left:-8px
}

.loading {
    background-image: url('/img/loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}

.loading * {
    opacity: .5;
}

.small_loading {
	background: #FFF url('/img/autocomplete_indicator.gif') right center no-repeat;
}

.small_error {
	background: #FFF url('/img/error_small_red.png') right center no-repeat;
}

.greenService {
	color: #0C0 !important;
	text-transform: none !important;
	text-align: left !important;
}

.yellowService {
	color: #FF8040 !important;
	text-transform: none !important;
	text-align: left !important;
}

.redService {
	color: #F00 !important;
	text-transform: none !important;
	text-align: left !important;
}

.redService a, .redService a:visited {
	color: #F00;
}

.helpText {
	font-size: 8pt;
	color: #229ACE;
	font-style: italic;
	padding-left: 14px;
	background: url('/img/question-small-white.png') left top no-repeat;
}

.helpLink,
.helpLink a,
.helpLink a:visited {
	font-size: 8pt;
	color: #229ACE !important;
	font-style: italic;
}

.ui-datepicker-trigger {
	vertical-align: middle;
	padding-left: 3px;
	cursor: pointer;
}

.dataList {
	background-color: #FFF;
	border: 1px solid #229ACE;
	padding: 10px;
}

.dataList table {
	width: 100%;
}

.dataList td, .dataList th {
	padding: 5px;
}

.dataList th {
	color: #229ACE;
}

.dataList p {
	color: #303060;
}

.dataList a {
	font-weight: bold;
}

.dataList .id {
	white-space: nowrap;
	font-size: 8pt;
	font-weight: bold;
}

.dataList ul li {
	padding-left: 10px;
	color: #FF8040;
	margin-bottom: 10px;
}

.dataList ul li a {
	display: block;
	text-decoration: underline !important;
	color: #303060 !important;
	font-weight: bold !important;
	background-image: url(/img/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: -5px;
	padding-left: 5px;
}

.dataList ul li a:hover {
	color: #FF8040 !important;
	background-image: url(/img/sidemenu_hover.gif);
	font-weight: bold;
}

.dataList ul li p {
	color: #229ACE;
}


.viewHolder {
	border: 1px solid #229ace;
	padding: 10px;
	background-color: #FFF;
}

.viewHolder h1 {
	background: #229ace;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 12px;
	margin: -10px -10px 5px -10px;
}

.viewHolder label {
	display:block;
	float:left;
	width: 250px;
	text-align: right;
	margin: 5px 0;
	font-weight: bold;
}
.viewItem {
	float: left;
	padding: 5px 3px 3px 3px;
	margin-left: 10px;
}

.indent1 {
	margin-left: 10px;
}

.admin-header-full {
	width: 723px;
	background: url(/img/admin_header_full.png) no-repeat center center;
}

.admin-header-lite {
	width: 721px;
	border: 1px solid #F00;
	background: url(/img/admin_header_lite.png) no-repeat center center;
}

.admin-header-abo {
	width: 721px;
	border: 1px solid #F00;
	background: url(/img/admin_header_abo.png) no-repeat center center;
}

.ahleft, 
.ahright {
	margin: 0px;
	border: 0px none;
	padding: 0px;
}

.ahleft {
	float: left;
	width: 325px;
}

.ahright {
	float: right;
	width: 363px;
}

.ahleft h3, 
.ahright h3 {
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
	font-size: 9pt;
}
.admin-header-full .ahleft, 
.admin-header-full .ahright, 
.admin-header-full .ahleft h3, 
.admin-header-full .ahright h3 {
	color: #FFF;
}

.admin-header-abo .ahright,
.admin-header-abo .ahright h3 {
	color: #FFF;
}

.admin-header-lite .ahleft, 
.admin-header-lite .ahleft h3,
.admin-header-abo .ahleft, 
.admin-header-abo .ahleft h3 {
	color: #F00;
}

.admin-header-lite .ahright, 
.admin-header-lite .ahright h3 {
	color: #888;
}
	
.ahleft p, .ahright p {
	padding: 5px 10px 10px 10px;
	font-size: 8pt;
}

.ahleft div, .ahright div {
	text-align: right;
	width: 100%;
}


.errorHolder {
	border: 1px solid #F00;
	padding: 10px;
	background-color: #FFF;
	color: #960E0E;
}

.errorHolder h1 {
	background: #FFDADA;
	color: #F00;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 12px;
	margin: -10px -10px 5px -10px;
}

/****** rezolvare buguri IE ****/

#article table {
	border:none !important;
}
#article table td {
	border:1px solid #000 !important;
}
.formItemFlat{
	display:inline;
}
.contactPlati td {
	border:1px solid #000;
	padding: 2px 5px;
}
.contactPlati{
	padding: 5px;
	width:500px;
}
.contactInfo{
	margin:10px 0 10px 100px;
}
.contactInfo td{
	padding: 2px 10px;
}
.buttonContainer{
	text-align:center;
}
.contactContainer{
	padding:10px; 
	background-color: #FFFFFF;
	 border: 1px solid #FF8040;
}
.gridColor td, .gridColor th
{
	border-bottom:1px solid #229ACE;
	padding-bottom:20px;
}
.gridColor td{
	padding-top:10px;
}
.gridColor{
	margin-bottom:8px;
}
.gridColor .firstItem td{
	border:none;
	padding-bottom:0;
}
.rightContent{
	width: 236px; 
	float: right;
}
.leftContent{
	width: 472px;
	float: left;
}
.clearfix{
	overflow:auto;
}
.contractsResult{
	background-color: #FFC;
	margin-top:8px;
}
.homeTopStatistics{
	
	width:234px;;
	height:236px !important;
	padding:0 !important;
}
.homeTopStatistics td{
	padding:3px 2px; 	
	color: #229ACE;
	font-size:13px;
	font-weight:normal;
	
}
.homeTopStatistics table,.homeTopStatistics form{
	margin:10px 10px 0 10px;
}
.homeTopStatistics form{
	float:left;
}
.homeTopStatistics td.value{
	color: #FF8040;
	text-align: right;
}
.homeTopStatistics h2{
	margin:0 !important;
	
}

.homeTopStatistics ul.relatedLinks, .homeTopStatistics ul.relatedLinks li{
	width:170px;
	float:none;
	line-height:18px;
	
}
.homeTopStatistics ul.relatedLinks li a{
	float:none;
}
.homeTopStatistics ul.relatedLinks li{
	height:15px;
	line-height:15px;
	
}
.homeTopStatistics ul.relatedLinks{
margin-top:10px;	
margin-left:10px;

}
.homeTopStatistics .orangeButton{
float:none;
}
.homeTopStatistics .containerButton{
text-align:right;
}
