@charset "utf-8";
/* CSS Document */
@import url(yuireset.css);
@import url(navTree.css);

/*------------------------------------------ begin the main style*/
html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	background:#0c0e0f url(../img/main-container-bg.png) top repeat-x;
}
a{
	text-decoration:none;
	color:#FFFFFF;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	font-size:0;
}
.lh10{
	height:10px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:1008px;
	background:#161919 url(../img/main-header-bg.png) top center no-repeat;
}
/*------------------------------------------ header zone style*/
#mainHeader{
	height:126px;
	position:relative;
}
#logo {
	display:inline;
	float:left;
	font-size:1.5em;
	font-weight:normal;
	height:100px;
	margin:27px 0 0 11px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:226px;
}
#logo span {
	background:transparent url(../img/goldring-logo-tahoma.png) no-repeat scroll 0 0;
	height:100%;
	position:absolute;
	width:100%;
}
#logo a{
	color:#303233;
	text-decoration:none;
	font-size:0px;
}
#searchArea{
	position:absolute;
	width:222px;
	height:24px;
	right:0px;
	bottom:17px;
}
#searchArea input{
	float:left;
}
.searchInputText{
	width:150px;
	padding:1px 0 0 0;
	margin:1px 4px 0 0;
}
/*------------------------------------------ content zone style*/
#mainContent{
	padding:10px;
	background: #343737 url(../img/mainContent-bg.png) bottom repeat-x;
	float:left;
}
.mainNavigation{
	background:#1e2831;
}
.mainNavigation ul{
	height:41px;
	border:1px solid #0a1821;
	border-bottom:none;
	background:url(../img/mainnav-bg.gif) top repeat-x;
}
.mainNavigation ul li{
	float:left;
}
.mainNavigation ul li a{
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:41px;
	padding:0 28px;
	background:url(../img/mainnav-delimiter.gif) right top no-repeat;
}
.mainNavigation ul li a.active{
	text-decoration:underline;
}
.mainNavigation ul li a.lastItem{
	background:none;
	padding:0 24px 0 26px;
}
.middleContent{
	background: url(../img/areas-bg.gif) top repeat-y;
	float:left;
	position:relative;
}
/*------------------------------------------ left zone style*/
.leftZone{
	float:left;
	position:relative;
	width:156px;
	z-index: 1000;
}
/*------------------------------------------ leftBox zone general style*/
.leftBox{
	width: 156px;		
}
.leftBox h2, .rightBox h2{
	font-size:14px;
	font-weight:bold;
	line-height:29px;
	height:29px;
	background:url(../img/title-bg.gif) top left repeat-x;
	padding:0 0 0 7px;
}
.leftBox h3{
	font-size: 11px;
	line-height: 23px;
	padding: 0 8px 0 8px;
	color: #555555;
}
/*------------------------------------------ leftBox produseServicii zone style*/
.produseServicii{
	position:relative;
}
.produseServicii ul{
	background:#CCCCCC;
}
.produseServicii ul li{
	line-height:47px;
	float:left;
	width:100%;
	background:url(../img/lefttab-bg.gif) top repeat-x;
}
.produseServicii ul li a{
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:47px;
	padding:0 0 0 18px;
	background:url(../img/tableft-normal.gif) right top no-repeat;
}
.produseServicii ul li a:hover{
	color:#ff0000;
	text-decoration:none;
	background:url(../img/tableft-arrow.gif) right top no-repeat;
}

/*------------------------------------------ leftBox cursValuarBNR zone style*/
.cursValuarBNR{
	position:relative;
}
.cursValuarBNR h3{
	background:url(../img/curslist-bg.gif) top repeat-x;
}
.cursValuarBNR ul{	
}
.cursValuarBNR ul li{
	height:23px;
	width:153px;
	position:relative;
	background:url(../img/curslist-bg.gif) top repeat-x;
}
.coinFlag, .coinName, .coinValueYesterday, .evolutionFirst, .coinValueToday, .evolutionSecond{
	font-size:10px;
	position:absolute;
	height: 12px;
}
.coinFlag{
	width:15px;
	top:6px;
	left:4px;
}
.coinName{
	top:5px;
	left:24px;
	width:36px;
}
.coinValueYesterday{
	top:5px;
	left:56px;
	width:38px;
	color:#c2c3c3;
}
.evolutionFirst{
	top:9px;
	left:94px;
	width:7px;
}
.coinValueToday{
	top:5px;
	left:105px;
	width:38px;
	color:#c2c3c3;
}
.evolutionSecond{
	top:9px;
	left:141px;
	width:7px;
}	
/*------------------------------------------ leftBox pieteValutare zone style*/
.pieteValutare{
	position:relative;
}
.smallChart{
	padding:2px;
}
/*------------------------------------------ leftBox calendareFinanciare zone style*/
.calendareFinanciare{}
.calendareFinanciare h3{
	font-size:11px;	
	background: url(../img/calendar_top_bg.gif) repeat-x left top;
}
.calendareFinanciare h3 a:hover, .calendareFinanciare h3 a.active{
	color:#F10000;
	text-decoration:none;
	font-weight: bold;
}
.calendarZone{
	margin:0 auto;
	width:149px;
	height:144px;
	background:#000000;
}
/*------------------------------------------ middle zone style*/
.middleZone{
	float:left;
	position:relative;
	width:608px;/*608px*/
	
}
.middleZone h2{
	position:relative;
	font-size:16px;
	font-weight:bold;
	line-height:47px;
	background:url(../img/middleh2-bg.gif) top repeat-x;
	width:596px;
	margin:0 auto;
	padding:0 0 0 10px;
}
.seeAll{
	position:absolute;
	right:12px;
	bottom:2px;
}
.seeAll a{
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	background:url(../img/redArrow.gif) right center no-repeat;
	padding:0 10px 0 0;
}
.innerContent{
	padding:0 10px 10px 10px;
}
.innerContent p{
	color:#dddddd;
}
.innerContent a{
	color:#FF0000;
}
.innerContent h3{
	color:#ececec;
	font-size:15px;
	font-weight:bold;
}
/*------------------------------------------ bread crumbs style*/
.breadCrumbs{
	position:relative;
	background:#fbfbfb;
	border-top:1px solid #404040;
	color:#010101;
	line-height:26px;
	height:26px;
	font-size:11px;
}
.breadCrumbs ul{
	padding:0 0 0 10px;
	float:left;
}
.breadCrumbs ul li{
	float:left;
}
.breadCrumbs ul li a{
	font-weight:bold;
	color:#d30000;
	background:url(../img/breadCrumbs-delimiter.gif) right center no-repeat;
	padding:0 10px 0 8px;
	display:block;
	float:left;
}
.breadCrumbs ul li a.currentItem{
	color:#5c5c5c;
	background:none;
}
.breadCrumbs ul li a.currentItem:hover{
	text-decoration:none;
}
/*------------------------------------------ protectia fondului clientului style*/
.protectiaFondului{
	position:relative;
}
.imageLeft{
	float:left;
	border:1px solid #989898;
	margin:12px 12px 3px 0;
}
.imageLeft img{
	border:1px solid #000000;
}
/*------------------------------------------ .evolutia Valutelor in Timp Real style*/
.evolutiaValutelorTimpReal{}
.tableHeader{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	height:21px;
	line-height:21px;
	background: #FF002D url(../img/tableHeader-bg.gif) left bottom repeat-x;
}
.tableRow{
	font-size:11px;
	height:24px;
	line-height:24px;
	background: #4B4D47 url(../img/row-bg.gif) bottom repeat-x;
}
.tableColumn{
	background:transparent url(../img/heading-bg.gif) no-repeat scroll left center;
	font-weight:bold;
	padding:0 10px 0 24px;
	width:5%;
}
.tableColumn strong{
	color:#000000;
}
.tableColumn1{
	width: 53px;
	padding: 0 0 0 10px;
	background:#3D3E3A url(../img/row-bg.gif) repeat-x scroll left bottom;
}
.tableColumn2{
	width:67px;
}
.tableColumn3{
	width:66px;
}
.tableColumn4{
	width:60px;
}
.tableColumn5{
	width:80px;
}
.tableColumn6{
	width:78px;
	padding:0 0 0 14px;
}
.tableColumn7{
	width:58px;
}
.tableRow {
	background: #4B4D47 url(../img/column-noh-bg.gif) repeat-x scroll left bottom;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}
/*------------------------------------------ ultimeleStiri style*/
.ultimeleStiri{
}
ul.news{
}
ul.news li{
	width:100%;
	margin-bottom: 10px;
	float:left;
	background:url(../img/newslist-bg.jpg) left bottom repeat-x;
	position:relative;
}
ul.news li h3{
	padding:10px 0 10px 4px;
}
.newsThumb{
	float:left;
	margin: 5px 10px 0 0px;
	border: 1px solid #989898;
}
.newsThumb img{
	width: 150px;
	border:1px solid #000000;
}
.newsDescription{
	padding: 0 10px;
	color: #DDDDDD;

}
.newsReadMore{
	text-align: right;
	bottom:12px;
	display: block;
	padding: 0px 10px 10px;
}
.news-nodesc{
	margin-right: 10px;
	padding:0 10px 0 0;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	background:url(../img/redArrow.gif) right center no-repeat;
	float: right;
}
.newsReadMore a{
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	background:url(../img/redArrow.gif) right center no-repeat;
	padding:0 10px 0 0;
	display: block;
}
.tableColumnMinimize {
	background:transparent url(../img/row-bg.gif) repeat-x scroll left bottom;
	padding:0 0 0 5px;
}
/*------------------------------------------ right zone style*/
.rightZone{
	float:left;
	position:relative;
	width:224px;
}
/*------------------------------------------ rightbox loginArea style*/
.rightBox{
	width: 224px;
}
.clients{
	position:relative;
}
.loginArea{
	position:relative;
	height:67px;
	padding:0;
	background:url(../img/rightBox-leftborder.gif) left no-repeat;
}
.loginContent{
	height:56px;
	padding:11px 0 0 8px;
	margin:0 0 0 4px;
	background:url(../img/lefttab-bg.gif) bottom repeat-x;
}
.loginArea input{
	float:left;
}
.inputext{
	width:70px;
	margin:2px 2px 0 0;
}
.inputimage{
	margin:0 0 0 5px;
}
.forgotPass{
	color:#fbfbfb;
	position:absolute;
	bottom:12px;
	right:9px;
}
.newAccount, .demoAccount, .platformaAccount{
	height:47px;
	line-height:47px;
	background:url(../img/lefttab-bg.gif) bottom repeat-x;
}
.newAccount a{
	background:url(../img/newAccount.gif) left no-repeat;
	padding:0 0 0 63px;
	height:47px;
	display:block;
	font-size:12px;
	font-weight:bold;
}
.demoAccount a{
	background:url(../img/platformaAccount.gif) 2px no-repeat;
	padding:0 0 0 63px;
	height:47px;
	display:block;
	font-size:12px;
	font-weight:bold;
}
.platformaAccount a{
	background:url(../img/demoAccount.gif) left no-repeat;
	padding:0 0 0 63px;
	
	display:block;
	font-size:12px;
	font-weight:bold;
}

/*------------------------------------------ rightbox indiciBursieri style*/
.indiciBursieri{}
.chartZone{
	margin:0 auto;
	width:218px;
}
.indiciBursieri ul{
}
.indiciBursieri ul li{
	height:23px;
	position:relative;
	background:url(../img/curslist-bg.gif) top repeat-x;
}
.col1, .col2, .col3, .col4, .col5, .col6,  .col7{
	font-size:10px;
	position:absolute;
	height: 12px;
	color:#C2C3C3;
}
.col1{
	width:57px;
	top:6px;
	left:4px;
	color:#f9f9f9;
}
.col2{
	top:5px;
	left:67px;
	width:33px;
}
.col3{
	top:9px;
	left:103px;	
	width:9px;
	color:#c2c3c3;
}
.col4{
	top:5px;
	left:140px;
	width:33px;
}
.col5{
	top:9px;
	left:200px;
	width:9px;
	color:#c2c3c3;
}
.col6{
	top:5px;
	left:168px;
	width:33px;
}
.col7{
	top:9px;
	left:204px;
	width:9px;
}
/*------------------------------------------ footer zone style*/
#mainFooter ul{
	height:41px;
}
#mainFooter ul li{
	float:left;
}
#mainFooter ul li a{
	float:left;
	font-size:12px;
	line-height:41px;
	padding:0 28px;
	color:#737575;
}
/*------------------------------------------ interior page style*/
.innerContent h4{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
}
.innerContent h5{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.interiorPage{}
.interiorPage p{
	line-height:20px;	
}
.interiorPage h2 big{
	font-size:11px;
	color:#989898;
	font-weight:normal;
}
.interiorPage h2 small{
	color:#ff0000;
	font-size:11px;
}
.share{
	font-size:12px;
	color:#ff0000;
}
.share a{
	background:none;
	padding:0;
}
.tableHeaderGrey{
	background:transparent url(../img/tableHeaderGrey-bg.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:20px;
}
.tableHeaderGrey td{
	padding:0 0 0 10px;
}
.secondTableRow{
	font-size:11px;
	height:24px;
	line-height:24px;
	background:url(../img/row1-bg.gif) bottom repeat-x;
}
.secondTableColumn{
	font-weight:bold;
	width:57px;
	background:url(../img/column1-bg.gif) bottom no-repeat;
	padding:0 0 0 24px;
}
.interiorPage ol{
	padding:10px 0 10px 35px;
}
.interiorPage ol li{
	background:url(../img/whiteArrow.gif) 0 8px no-repeat;
	padding:0 0 0 15px;
	line-height:24px;
}
/*------------------------------------------ cont nou style*/
.contNou{
	padding:0 0 0 60px;
}
.contNou label{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 2px 1px;
	display:block;
}
.inputfield{
	border:1px solid #1e1e1e;
	width:200px;
	margin:0 5px 0 0;
}
.butonTrimite{
	margin:0 0 0 50px;
}

/* Curs BNR */
.cursValuarBNR .down,
.cursValuarBNR .up,
.cursValuarBNR .const{
	margin-top: -1px;
	background:url(../img/blue-arrow.gif) no-repeat right top;
}
.cursValuarBNR .down{
	background-image:url(../img/red-arrow.gif);
}
.cursValuarBNR .up{
	background-image:url(../img/green-arrow.gif);
}

/* Indice Bursier */
.indiciBursieri .plus,
.indiciBursieri .minus,
.indiciBursieri .const{
	margin-top: -2px;
	background:url(../img/blue-arrow.gif) no-repeat right top;
}
.indiciBursieri .minus{
	background-image:url(../img/red-arrow.gif);
}
.indiciBursieri .plus{
	background-image:url(../img/green-arrow.gif);
}
.show{
	display:block;
	visibility:visible;
}
.hide{
	display:none;
	visibility:hidden;
}

/* Emitenti */ 
.emitenti-content{
	padding: 0 10px 10px;
}
	.emitenti-top{	
		margin-bottom: 10px;
	}
.emitenti-input, .date-input{
	width: 233px;
	height: 17px;
	padding-top: 2px;
	border: 1px solid #870006;
}
	.date-input{
		width: 81px;
		font-size: 12px;
		color: #D30000;
		font-weight: bold;
	}
.emitenti-button{
	margin: 5px 0;
}
.emitenti-chart{	
	text-align: center;
}
.eminenti-buttons{
	padding: 40px  60px;
}
	.eminenti-buttons .internal-linkd{
		float: left;
	}
	.eminenti-buttons .internal-linkd{
		float: right;
	}
	
/* Eminenti Details */
.emitent-search{
	padding-top: 10px;
}
	.emitent-search p, .emitent-symbol{
		padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
	}
		.emitent-search p strong{
			color: #FF3E3E;
		}
	.emitent-symbol{
		font-weight: normal;
	}
.search-button{
	margin-top: -4px;
}
.emitenti-date{
	margin: 8px 0;
}
	.date_e{
		margin-left: 6px;
	}
.change-grafic{
	margin: 10px 0 10px 14px;
}

/*  Demo Page */ 
.cont-demo-table td{
	padding: 5px;
}
.cont-demo-table h3 ,.experience{
	margin: 10px 0;
	font-size: 16px;
	color: #FF3E3E;
	font-weight: bold;
}
	 .experience{
		color: #FFFFFF;
		display: block;
		font-size: 13px;
	}

/* Tranzactionare*/
#tabt{
 	margin: 0px 10px 10px;
}
.right-banner{
	display: block;
 	margin: 10px 2px;
}

/* Latest News */
 .news .rss-link, .news .rss-link:hover {
 	padding: 10px 10px 5px 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
	.news .rss-link:hover {
		text-decoration: underline;
	}
.middleZone .news  h2 {
	width: 579px;
}
.innerContent .news-headline{
	padding: 15px 10px 10px;
	color:#FF3E3E;
	font-size:16px;
	font-weight:bold;
}

/* Calendare Financiare  */
.month-table-info{
	background: #2C2F2C;
}
.day-info{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../img/day-info_bg.gif) repeat-x left top;
	border-right: 1px solid #B10000;
}
.day-properties{
	font-size: 11px;
	font-weight: normal;
	color: #898989;

	border-right: 1px solid #282A28;
	border-bottom: 1px solid #282A28;
}
.month-day{
	margin: 5px 0;
	text-align: center;
	color: #FF3E3E;
	font-weight: bold;
}
.cursValuarBNR .curs-bnr_date{
	text-align: right;
	color: #FFFFFF;
}
.calendar-extern_top{
	background: #FF000F url(../img/title-bg.gif) repeat-x left bottom;
	font-size: 11px;
 }
.calendar-extern_content{
	font-size: 11px;
}
	.calendar-extern_content .calendar-extern-day{
		color: #F10000;
		font-weight: bold;
	}

/* Search Page */	
.innerContent .search-result, .search-result:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	.search-result:hover{
		color: #F10000;
		text-decoration: underline;
	}

/* Convertor */
.convertor-more{
	padding: 3px 8px 5px 0;
	text-align: right;
}
.convertor-more a, .convertor-more a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
	.convertor-more a:hover{
		text-decoration: underline;
	}

/* Analize Feed */
.anlize-feed{
	padding: 10px;
	text-align: right;
}
.anlize-feed a, .anlize-feed a:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
	.anlize-feed a:hover{
		color: #FF0000;
	}
	.anlize-feed a img{
		margin: -2px 5px 0 0;
	}
	
/* Tranzactionare Tabs */	
.tranzactionare{}
	.tranzactionare img{
		margin: 0 10px 5px 0;  
		border: 2px solid #3B3B39;
		float: left;
	}
	.tranzactionare h5{
		padding: 7px 0 8px;
		font-size: 16px;
		font-weight: bold;
		color: #F40002;
	}
	.tranzactionare ul li {
		font-size: 11px;
	}
		.tranzactionare ul li strong{
			padding: 2px 0 4px;
			display: block;
			font-size: 12px;
		}
		
/* Tutorials */
.tutorial-title, .tutorial-title:hover{
	margin: 2px 0;
	font-weight: normal;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
	.tutorial-title:hover{
		color: #ff0000;
		text-decoration: underline;
	}	
.latest_tutorial{
	padding: 5px 0;
}
	.latest_tutorial h2{
		margin-bottom: 4px;
	}
	.latest_tutorial .zf-link-container{
		margin-right: 3px;
	 }
.video-tutorial{
	position: relative;
}
	.video-tutorial .play-icon{
		position: absolute;
		left: 43px;
		top: 18px;
	}	
.video-info{
	border: 1px solid #AC0000;
}

.videos-thumb{
	display: block;
	width: 150px;
	height: 100px;
	position: relative;
}
.videos-thumb .youtube-img{
	border: 1px solid #AC0000;
} 
.videos-thumb .videos-play{
	position: absolute;
	left: 43px;
	top: 18px;
}
.more-tutorial, .more-tutorial:hover{
	margin: 3px 5px 0 0;
	display: block;
	float: right;
	color: #ff0000;
	text-decoration: none;
}
	.more-tutorial:hover{
		text-decoration: underline;
	}
.tutorial-ul{
	padding-left: 15px;
}
.tutorial-ul li{
	list-style: circle;
	padding: 4px;
}

/* Videos Page */
.link-album, .link-album:hover{
	margin: 2px 0 5px 0;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
	.link-album:hover{
		color: #F10000;
		text-decoration: underline;
	}
.video-description{
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	color: #DDDDDD;
}

/* Newsletter */
.newsletter-container, .newsletter-info{
	padding: 7px 10px;
	text-align: right;
}
	.newsletter-info{
		padding: 0px 10px 7px;
		text-align: left;
	}
.newsletter-container .subscribe_button, .newsletter-info .subscribe_button{
	width: 92px;
	height: 23px;
	margin-top: 10px;
	background:url(../img/newsletter_button.gif) no-repeat left top;
	border: none;
	cursor: hand;
}
.newsletter-container .subscribe_text, .newsletter-info .subscribe_text{
	width: 186px;
	height: 22px;
	*height: 21px;
	padding: 2px 8px;
	*padding: 5px 8px 0px;
	color: #FEFEFE;
	background: url(../img/newsletter-input_bg.gif) repeat-x left top;
	border: 1px solid #555553;
}
	.newsletter-info .subscribe_text{
		margin: 2px 0px;
	}
	
/* Zf */
.right-zf{
	padding: 5px 5px 0px;
}
.zf-link-container{
	margin-bottom: 6px;
	border: 1px solid #424442;
}
	.right-zf-link, .right-zf-link:hover{
		padding: 8px;
		border: 1px solid #555755;
		background: #424442;
		display: block;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;		
	}
		.right-zf-link:hover{
			color: #FFFEFE;
			text-decoration: underline;
		}
	.more-info{		
		margin: 2px 0 7px 0;
		float: right;
		display: block;
	}

/* Cont Live - Demo */
.cont-live-demo{
	margin: 0 10px 10px 10px;
}
	.cont-live{
		margin-right: 10px;
	}

/* Logare Platforme */
.logare-info{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/logare-platforme_bg.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}
.login-platform-container{
	margin-bottom: 5px; 
	border: 1px solid #191919;
}
	.login-platform{
		padding: 20px 16px;
		background: #191919;
		border: 1px solid #474747;
	}
		.login-platform .platformainput{
			width: 274px;
			height: 26px;
			padding: 0 5px;
			margin: 5px 0;
			border: 1px solid #8F8F8F;
			color: #FFFFFF;
			background: url(../img/platforma-input_bg.gif) no-repeat left top;
		}
		.login-platform span{
			width: 120px;
			margin: 0 10px 0 0;
			*margin: 0 10px 8px 0;
			display: inline-block;
			text-align: right;
			font-size: 13px;
			color: #FFFFFF;
			font-weight: bold;
		}
		.platform-button, .platform-buttona{
			width: 110px;
			height: 28px;
			margin: 2px 0 0 6px;
			*margin: 0px 0 5px 6px;
			background: url(../img/platforma-button.gif) no-repeat left top;
			border: none;
			cursor: pointer;
		}
			.platform-buttona{
				background: url(../img/senda.gif) no-repeat left top;
			}
		.button-container{
			margin: 10px 0;
		}
			.button-container a, .button-container a:hover{
				margin: 0 0 10px 0;
				display: block;
				float: left;
			}
		
/* Lessons */
.profil-info{
	padding: 10px 16px;
}
	.profil-info a, .profil-info a:hover{
		margin-right: 10px;
	}

/* Pagination info */
.pagination-info{
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
	.pagination-info .textbox{
		font-size: 12px;
		font-weight: normal;
		border: 2px solid #8F8F8F;
	}		

		
/* Form Style */
.txtform{
	width: 250px;
	height: 19px;
	padding-top: 2px;
	border: 1px solid #870006;
}
.txtarea{
	width: 400px;
	padding-top: 2px;
	border: 1px solid #870006;
}
.contact-button{
	margin: 5px 0 10px; 
}
.txtform_demo, .txtform_demo_d{
	width: 140px;
	height: 19px;
	padding-top: 2px;
	border: 1px solid #870006;
}
	.txtform_demo_d{
		width: 90px;
		height: 21px;
		padding: 0;
	}

/* Error Style */
.info, .success, .warning, .error{  
    border: 2px solid;  
    margin: 10px 0px;  
    padding:10px 10px 10px 53px;  
    background-repeat: no-repeat;  
    background-position: 10px center;
}
	.info h3,
	.success h3,
	.warning h3,
	.error h3{
		font-size:17px;
	}
	.info a,
	.info a:hover,
	.success a,
	.success a:hover,	
	.warning a,
	.warning a:hover,	
	.error a,
	.error a:hover{
		font-size:11px;
		float:right;
		font-weight:bold;
		text-decoration:none;
		outline:none;
		text-transform:capitalize;
		background-image:url(../img/admin_dismiss.gif);
		background-repeat:no-repeat;
		padding-left:15px;
	}
	
.info{
    color: #567da5;  
    background-color: #d7ebf2;  
    background-image: url(../img/admin_info.gif);
	border-color:#b6c7cd;
}
	.info a{
		color: #567da5;
		background-position:0px -35px;
	}
.success{
    color: #ffffff;  
	border-color:#3b9805;
    background-color: #8ac469;  
    background-image:url(../img/admin_success.gif);	
}
	.success a{
		color: #ffffff;  
		background-position:0px 3px;
	}
.warning{
    color: #655f4f;  
    background-color: #fdedc5;  
    background-image:url(../img/admin_warning.gif);
	border-color:#efcd78;	
}
	.warning a{
		color: #655f4f;
		background-position:0px -16px;
	}
.error{
    color:#ffffff;  
    background-color:#ed7053;
    background-image:url(../img/admin_error.gif);
	border-color:#870006;
}  
	.error a{
		color:#ffffff;
		background-position:0px -54px;
	}
	
/* Clear Float Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.read-next{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 10px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7;
	font-size: 13px;
	color: #414141;
}

.textholder{
    width:250px;
	height:220px;
	padding-left:28px;
	padding-top:10px;
	padding-right:25px;
	float:right;
	background-image:url(http://www.goldring.ro/img/bgtexte.png);
        background-repeat: no-repeat;
}

/* Deschidere cont nou */
.logare-contnou{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/cont_nou_bg.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}
/* Contact Broker */
.logare-contactbroker{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/contact_broker_bg.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}

/* Descarca rapoarte */
.logare-descarcarapoarte{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/descarca_raport_bg.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}

/* Abonare newsletter */
.logare-abonarenewsletter{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/abonare_newsletter.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}

/* Informatii linkuri utile in partea de sus a paginilor */
.logare-infosus{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/info_despre_noi.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}
/* Informatii linkuri utile in partea de sus a paginilor Scoala de tranzactionare*/
.logare-infosus_sc{
	margin: 10px 0 15px;
	padding: 8px 10px 8px 57px;
	border: 2px solid #B0B0B0;
	background: #D7D7D7 url(../img/info_despre_noi_sc.jpg) no-repeat left top;
	font-size: 13px;
	color: #414141;
}

/* pentru butonul de folow din parea stanga*/

#followTab {

  /* No bullets */
  list-style: none;

  /* Position and float the tab */  
  position: fixed;
  z-index: 1;
  right: 0;
  top: 130px;
  
  /* Give the tab width and padding */
  width: 24px;
  padding: 8px 5px;
  
  /* Add the curved white border */
  border: 3px solid #fff;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  
  /* Add the semitransparent gradient background */
  background: #FF0000;
  
}

/* Items within the tab */

#followTab li {
  margin: 9px 0 0 0;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

/* General style for buttons within the tab */

#followTab a {
  display: block;
  width: 24px;
  background-image: url("../images/follow-tab-buttons.png");
}

#followTab a span {
  position: absolute;
  top: -999em;
}

/* "Newsletter" button */

#followTab a.newsletter {
  height: 16px;
  background-position: 0 0;
}

#followTab a.newsletter:hover {
  background-position: 0 -16px;
}

/* "RSS" button */

#followTab a.rss {
  height: 24px;
  background-position: 0 -32px;
}

#followTab a.rss:hover {
  background-position: 0 -56px;
}

/* "Twitter" button */

#followTab a.twitter {
  height: 15px;
  background-position: 0 -80px;
}

#followTab a.twitter:hover {
  background-position: 0 -95px;
}

/* "Facebook" button */

#followTab a.facebook {
  height: 24px;
  background-position: 0 -110px;
}

#followTab a.facebook:hover {
  background-position: 0 -134px;
}

/* "Youtube" button */

#followTab a.youtube{
  height: 24px;
  background-position: 0 -158px;
}

.multilanguage {
	position: absolute;
	top:85px;
	right: 235px;
}

img.inline {
  position: relative;
  display: block;
  border: 1px solid #333;
  margin: 5px 0 10px 0;
}

/* Header/footer boxes */

.wideBox {
  clear: both;
  text-align: center;
  margin: 70px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}

.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}


.search_box {
	float:right;
	line-height:23px;
	height:23px;
	padding:6px 10px;
}
.search_box div{
	float:left;
}

.search_box .subscribe_text {
	width: 130px;
	height: 22px;
	*height: 21px;
	padding: 0px 8px;
	*padding: 5px 8px 0px;
	color: #FEFEFE;
	background: url(../img/newsletter-input_bg.gif) repeat-x left top;
	border: 1px solid #555553;
	margin-right:3px;
}


#analize_login_form_box {
	padding: 10px 35px 35px;
	padding-bottom: 25px;
}

#analize_login_user_details {
	float:right;
	margin-top: 15px;
	width:220px;
}

#analize_login_user_details ul li {
	line-height:18px;
}

#analize_login_user_details ul li a:hover{
	color: #A52511;
	font-weight:bold;
}

.login_options {
	margin-top: 10px;
	text-align: center;
}

.login_options a {
	color: #A52511;
}

.define_analize_user_form_box {
	margin: 10px ;
}

.red_submit_button {
	background-color: #C30000;
	border: 1px solid #730909;
	color: #FFFFFF;
	padding: 2px 5px;
	cursor: pointer;
}

.analize_login_form_box_title {
	height:20px;
	line-height:20px;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	background-image:url("../img/middleh2-bg.gif");
	padding: 10px 0px;
	text-align: center;
}
