/* CSS Document */
body 
	{
		background-color: #e6e5e5;
		font-family: Arial, Helvetica, FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
		font-size: 12px;
	}

h1
	{
		font-size: 13px;
		font-weight: bold;
		margin: 3px 0 5px 15px;
	}
h2
	{
		font-size: 12px;
		font-weight: bold;
		margin: 13px 0 5px 0;
	}
p
	{
		margin: 7px 15px;
	}
img
	{
		border: 0;
	}

a
	{
		font-weight: bold;
		text-decoration: none;
		color: #f2a200;
	}
.DatePick
	{
		width: 90px;
		background: url(../images/input_arrow_down.gif) #ffffff right no-repeat;
		cursor: pointer;
		border: 1px #d1d1d1 solid;
		margin-right: 5px;
	}
.selVal
	{
		width: 203px;
		background: url(../images/input_arrow_down.gif) #ffffff right no-repeat;
		cursor: pointer;
		border: 1px #d1d1d1 solid;
		margin-right: 5px;
	}
.button
	{
		height: 20px;
		background: #fff9c0;
		border: 1px #ffce08 solid;
		cursor: pointer;
	}
#container
	{
		text-align: left;
		margin: auto;
		width: 1029px;
		background: url(../images/bg.jpg) repeat-y;
		background-color: #ffffff;
	}
#header
	{
		height: 115px;
	}
#topHeaderMargin
	{
		width: 1029px;
		height: 14px;
		background: url(../images/header_top.jpg) no-repeat;
		background-position: top;
	}
#logo
	{
		padding-top: 5px;
		padding-left: 20px;
		float:left;
	}
#language_switcher
	{
		width: 1029px;
		height: 14px;
		text-align: right;
		background: url(../images/bg.jpg) repeat-y;
		background-position: top;
		background-color: #E6E5E5;
		font-size: 11px;
	}
#language_switcher a:hover
	{
		text-decoration: underline
	}

#bannerTop
	{
		text-align: right;
		padding-right: 20px;
		padding-top: 3px;

	}
#bannerAdsense_content
	{
		text-align: left;
		padding-right: 20px;
		padding-top: 3px;

	}	
#menuContainer
	{
		height: 25px;
		padding: 0 20px;
	}
* html #menuContainer {
    margin-top:  10px;
}
#menu
	{
		height: 25px;
		width: 989px;
		margin: 0;
		background: url(../images/menu_bg.jpg) repeat-x;
	}
#menu a
	{
		font-weight: bold;
		font-size: 13px;
		color: #000000;
		text-decoration: none;
	}
#menu a:hover
	{
		color: #666666;
	}
#menu ul
	{
		margin-left: 0;
		padding-left: 10px;
		padding-top: 4px;
		list-style: none;
	}
#menu li
	{
		display: inline;
		padding-right: 23px;
		padding-left: 15px;
		background: url(../images/menu_separator.jpg) no-repeat;
		background-position: right;
	}
#menu .lastLi
	{
		background: none;
	}
#content
	{
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 20px;
		background: url(../images/bg.jpg) repeat-x;
		overflow: hidden;
	}
* html #content {
    margin-top: -5px;
}
#mainContent
	{
		width: 678px;
		float: left;
		
	}

/* Start: Proprietati convertor */
#convertor
	{
		margin: 0;
		width: 678px;
		height: 200px;
		min-height: 190px;
		border: 1px solid #ffce08;
		background: #fff9c0;
	}
#ContainerValute
	{
		margin: 10px 15px;
	}

.BoxValuta
	{
		width: 290px;
        padding-bottom: 6px;
		background: #ffffff;
		float: left;
		padding-top: 10px;
	}
.BoxValuta .content 
	{
		padding-left: 15px;
		padding-right: 15px;
	}
.BoxValuta input
	{
		width: 194px;
		height: 30px;
		border: 1px #d1d1d1 solid;
		margin-top: 5px;
		padding-top: 4px;
		padding-right: 4px;
		padding-left: 4px;
		font-size: 22px;
		text-align: right;
	}
.BoxValuta .nume
	{
		width: 55px;
		height: 29px;
		border: 1px #ffce08 solid;
		margin-top: 5px;
		margin-left: -1px;
		padding-top: 6px;
		background: #ffce08;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		float: left;
	}
.BoxValuta .butoane
	{
		clear: both;
		margin-left: 15px;
		margin-right: 15px;
		width: 263px;
		height: 24px;
	
	}
.BoxValuta li div
	{
		cursor: pointer;
	}
.BoxValuta ul
	{
		list-style: none;
		margin-left: -40px;
		margin-bottom: 0;
		padding-top: 5px;
	}
.BoxValuta li div
	{
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
	}

.BoxValuta li
	{
		display: inline;

	}
.BoxValuta span
	{
		display: block;
		float: left;
		padding-top: 5px;
		margin-right: 4px;
		margin-bottom: 4px;
		width:40px;
		height: 22px;
		text-align: center;
		background: #d1d1d1;
	}
.BoxValuta .selected
	{
		background: #ffce08;
	}
.BoxValuta .last
	{
		margin-right: 0;
	}
#convertor .SemnEgal
	{
		width: 60px;
		height: 100px;
		text-align: center;
		padding-top: 20px;
		float: left;
		font-weight: bold;
		font-size: 48px;
		color: #ffce08;
	}
#convertor .rezultat
	{
		clear: both;
		text-align: center;
	}
#convertor .DatePick
	{
		margin-top: 5px;
		padding-right: 4px;
		padding-left: 4px;
	}
#convertor .button
	{
       background-color: #FFF;
	}
#Bank_sel	
	{
		width: 150px;
	}
/* End: Proprietati convertor */

/* Start: Proprietati CursBox */
#cursBox
	{
		margin: 0;
		width: 300px;
		height: 200px;
		border: 1px solid #d1d1d1;
	}

#cursBox .DatePick
	{
		margin-left: 15px;
	}
#cursBox table
	{
		padding-left: 15px;
		margin-top: 10px;
	}
#cursBox td
	{
		padding-right: 20px;
		padding-bottom: 8px;
		text-align: right;
		font-size: 12px;
		font-weight: bold;
	}

* html #cursBox td {
        padding-right: 10px; /* IE 6 and below */
}
#cursBox .variatie
	{
		font-weight: normal;
		padding-left: 0;
	}
#cursBox .rate
	{
		padding-left: 0;
	}
*html #cursBox h1
	{
		margin-bottom: -10px;/* IE 7 and below */
	}
/* End: Proprietati CursBox */
#newsFeedMainBox
	{
		margin-top: 10px;
		width: 678px;
		border: 1px solid #d1d1d1;
		padding-bottom: 15px;
	}
#newsFeedMainBox ul
	{
		list-style: none;	
		padding: 0 15px;
		margin-left: 0px;
	}
#newsFeedMainBox li
	{
		padding-bottom:15px;
		text-align: justify;
	}
#newsFeedMainBox .date
	{
		font-size: 10px;	
		color: #999999;
	}
.newsFeedSideBox
	{
		margin-top: 10px;
		width: 300px;
		border: 1px solid #d1d1d1;
	}
.newsFeedSideBox ul
	{
		list-style: none;	
		padding: 0 15px;
		margin-left: 0px;
	}
.newsFeedSideBox li
	{
		padding-bottom:15px;
		text-align: justify;
	}
.newsFeedSideBox .date
	{
		font-size: 10px;	
		color: #999999;
	}
#graficValute
	{
		margin-top: 10px;
		width: 678px;
		height: 310px;
		padding-bottom: 10px;		
		border: 1px solid #d1d1d1;
	}
#graficEvolutie
	{
		width: 678px;
		padding-bottom: 10px;
		border: 1px solid #d1d1d1;
	}
#graficEvolutie .content
	{
		padding-left: 15px;
	}
#graficEvolutie .currency_input_list
	{
		padding-bottom: 10px;
	}
#graficEvolutie .currency_input_list label
	{
		font-size: 11px;
	}
#graficEvolutie .currency_relative_list
	{
		padding-bottom: 10px;
	}
#graficEvolutie .custom_graph
	{
		padding-left :15px;
		padding-right: 15px;
		padding-top: 10px;
	}
#graficEvolutie .download_graph
	{
		padding-left :15px;
	}
	
#preluareCurs
	{
		width: 678px;
		border: 1px solid #d1d1d1;
		text-align: justify;
	}
#preluareCurs p
	{
		padding: 0 15px;
	}
#preluareCurs .configBox
	{
		padding: 15px;
		width: 100%;
	}
#preluareCurs td
	{
		padding-top: 25px;
	}
#preluareCurs .pas
	{
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		width: 180px;
		float: left;
	}
#preluareCurs .pas .pNumber
	{
		color: #ffad3c;
	}
	
#preluareCurs textarea
	{
		font-size: 11px;
		text-align: justify;
		overflow: hidden;
	}
#preluareCurs .propBox
	{
		width: 42px;
		font-size: 11px;
		margin-right: 10px;
	}
#preluareCurs select
	{
		width: 80px;
		font-size: 11px;
		margin-right: 20px;
		margin-left: 5px
	}
#graficEvolutie
	{
		width: 678px;
		border: 1px solid #d1d1d1;
	}
/* Start: Proprietati tabelValute */
#Valute
	{
		margin-top: 10px;
		width: 678px;
		border: 1px solid #d1d1d1;
		padding-bottom: 15px;
	}
#tabelValute th 
	{
		padding:4px 16px 4px 4px;
		text-align:left;
	}
#tabelValute th.cod 
	{
		text-align:left;
		width:80px;
		padding-left: 10px;
	}
#tabelValute td
	{
		padding:4px;
	}
#tabelValute tr:hover td 
	{
		background-color:#fff9c0;
		cursor: pointer;
	}

#tabelValute td.cod 
	{
		padding-left:10px;
		font-weight:bold;
		color: #666666;
	}
#tabelValute .rightalign
	{
		text-align: right;
	}
#tabelValute td span.moneda
	{
		padding-bottom:1px;
		height:11px;
		padding-left:30px;
	}
#tabelValute .up 
	{
		background: #FFFFFF url(../images/arrow_up.gif) no-repeat right;
	}
#tabelValute .down
	{
		background: #FFFFFF url(../images/arrow_down.gif) no-repeat right;
	}
#tabelValute .basic
	{
		text-align: right;
		padding-right: 15px;
	}	
/* End: Proprietati tabelValute */
/* Start: Proprietati bankValute */
#bankValute
	{
		width: 678px;
		border: 1px solid #d1d1d1;
		padding-bottom: 15px;
	}
#tabelBankValute th 
	{
		padding:3px 2px;
		font-size: 11px;		
		text-align:center;
		border: 1px solid #d1d1d1;			
	}
#tabelBankValute th.bank_name 
	{
		text-align:left;
		width:120px;
		padding-left: 10px;
	}
#tabelBankValute td
	{
		padding:3px 2px;
		font-size: 11px;		
		text-align: center;
		border: 1px solid #d1d1d1;		
	}
#tabelBankValute tr:hover td 
	{
		background-color:#fff9c0;
		cursor: pointer;
	}

#tabelBankValute td.bank_name
	{
		padding-left:10px;
		text-align:left;		
		font-weight:bold;
		color: #666666;
	}
	
#bankBox
	{
		width: 678px;
		border: 1px solid #d1d1d1;
		text-align: justify;
	}
#bankBox .bank_info
	{
		margin: 20px 15px 20px 15px;	
	}
#bankBox .bank_info h1, p
	{
		margin-left: 0;
		margin-right: 0;
	}
#bankBox .bank_logo
	{
		float: left;
		width: 225px;
	}
#bankBox .bank_name
	{
		color: #000000;
	}
#bankBox .bank_address
	{
		float: left;
		text-align:left;
		padding-left: 15px;
		width: 150px;
	}
#bankBox .bank_contact
	{
		float: left;
		width: 220px;
		padding-left: 15px;		
		text-align:left;		
	}
#bankBox .bank_url
	{
		float: left;
		text-align: right;		
		padding-left: 15px;	
		position: absolute;
		right: 0;
		top: 15px;
	}
#bankBox .line
	{
		clear: both;
		padding-top: 10px;
		border-bottom: 1px dotted #d1d1d1;
		margin-bottom: 10px;
	}
#bankBox .bank_picture
	{
		float: left;
		padding-right: 15px;
		padding-bottom: 15px;
	}

#contactBox
	{
		width: 678px;
		border: 1px solid #d1d1d1;
		text-align: justify;
	}	
#contactBox .content
	{
		margin: 10px 15px;	
	}
#contactBox .succes
	{
		color: #090;
		font-weight: bold;
		font-size: 11px;	
	}	
#contactBox .error
	{
		color: #f00;
		font-weight: bold;
		font-size: 11px;	
	}	
	
/* End: Proprietati bankValute */	

#sidebar
	{
		float: right;
		width: 300px;
	}
#bannerSide
	{
		margin-top: 10px;
		width: 300px;
		height: 250px;
	}
#footer
	{
		text-align: center;
		height: 75px;
		background: #FFFFFF;
		background: url(../images/footer_bottom.jpg) repeat-x;
		background-position: bottom;
		padding-top: 10px;
	}
#footer .menu_down ul
	{
		list-style: none;
		margin-top: 0;
		margin-bottom: 5px;
		padding-left: 0;
	}
#footer .menu_down li
	{
		display: inline;
		background: url(../images/menu_down_separator.jpg) no-repeat;
		background-position: right;
		padding-left: 10px;
		padding-right: 10px;
	}
#footer .menu_down .lastLi
	{
		background: none;
	}
#footer .copyright
	{
		margin-top: 5px;
		font-weight: bold;
	}
#footer_line
	{
		height: 5px;
		width: 989px;
		margin-left: 19px;
		padding-bottom: 0;
        margin-bottom: 0;
		background: url(../images/footer_line_bg.jpg) repeat-x;
	}
.required {
    color: red;
}
#web_analytics
	{
		width: 300px;
		text-align: center;
		margin: auto;
	}
