@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------

Project:	3 Idei
Author:		Bogdan Alexandru Carlugea
Primary use:	Netbridge Development
-------------------------------------------------------------------*/

@import url("reset.css");
@import url("transparenta.css");
@import url("new.css");

body{
	font-family:Arial,Verdana,Tahoma, Sans-Serif;
	font-size:12px;
	background:url(/lib/images/frontend/bg-body1.png) repeat-x left top;
	width:100%;
	height:100%;
}

body#account{
	font-family:Arial,Verdana,Tahoma, Sans-Serif;
	font-size:12px;
	background:#fff;
	width:100%;
	height:100%;
}


#wraper {
	min-height:100%;

}



/* Header Section */
#header-holder {
	width:100%;
	background:url(/lib/images/frontend/bg-header-holder.jpg) repeat-x left top;
	float:left;
}


#header {
	display:block;
	width:955px;
	height:88px;
	padding:3px 5px 0px 0px;
	margin:0px auto;
}

.logo {
	float:left;
	display:block;
	width:auto;
	padding:14px 0px 0px 0px;
}

.curs {
	background-color:#F7F7F7;
	display:block;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:14px;
	padding-top:11px;
}

.curs a {
	color:#1893CF;
}

.curs a:hover {
	color:#474747;
}

.bloombt {
	display: block;
	float: right;
	font-weight: bold;
	padding-top: 10px;
	height: 25px;
	background-color: #1995D3;
	font-size: 13px;
	text-align: center;
	width: 80px;
}

.bloombt a {
	color: #FFFFFF;
}

.bloombt a:hover {
	color:#474747;
}

.topForm {
	float:right;
	display:block;
	width:auto;
	background-color:#f7f7f7;
	padding:7px 10px 7px 15px;
}

.topForm ul {
	float:left;
	display:block;
	width:auto;
	padding:3px 20px 0px 0px;	
	font-size:12px;
	color:#ccc;
	font-weight:bold;
}

.topForm ul li {
	float:left;
	display:block;
	width:auto;
	padding:0px 8px 0px 0px;
}


.topForm ul li a.login {
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/lacat-login.png);
	background-repeat:no-repeat;
	color:#1893cf;
	padding:0px 0px 0px 15px;
}

.topForm ul li a.rss {
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/bg-rss.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#1893cf;
	padding:0px 0px 0px 15px;
}
.topForm ul li a.cont {
	float:left;
	display:block;
	width:auto;
	
	background-repeat:no-repeat;
	background-position:left center;
	color:#1893cf;
	padding:0px 0px 0px 0px;
}

.topForm ul li a.logout {
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/lacat-logout.png);
	background-repeat:no-repeat;
	color:#1893cf;
	padding:0px 0px 0px 15px;
}

.topForm ul li a.contact {
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/bg-contact.png);
	background-repeat:no-repeat;
	color:#1893cf;
	padding:0px 0px 0px 15px;
}

.searchTerm {
	float:left;
	display:block;
	width:auto;
	padding:0px 5px 0px 0px;
}

.searchTerm input {
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/bg-TopInputCauta.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #c5c5c5;
	height:17px;
}

.searchBox{
	float:left;
	display:block;
	width:auto;
}

/* End Header Section */


/* Begin Blue Section */
#blue-section-holder2 {
	float:left;
	width:100%;
	background:url(/lib/images/frontend/3bg2.jpg) repeat-x left top;
	height:400px;
}
#blue-section-holder {
	float:left;
	width:100%;
	background:url(/lib/images/frontend/3bg.jpg) repeat-x left top;
	height:360px;
}

body#account #blue-section-holder {
	float:left;
	width:100%;
	background:url(/lib/images/frontend/bg-account.png) repeat-x center top;
	height:auto;
}

#blue-section{
	display:block;
	width:960px;
	margin:0px auto;

}

.menu-holder {
	float:left;
	display:block;
	width:150px;
	padding:22px 14px 0px 0px;
	background:url(/lib/images/frontend/bg-verticalMenu.png) no-repeat top right;
	height:318px;
}

.menu-holder h1 {
	float:left;
	display:block;
	width:145px;
	background:url(/lib/images/frontend/bg-headerMenuVertical.png) no-repeat bottom left;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:normal;
	padding:0px 0px 5px 5px;
}

.menu-holder ul {
	float:left;
	display:block;
	width:150px;
	padding:7px 0px 0px 0px;
}

.menu-holder ul li {
	float:left;
	display:block;
	width:140px;
	padding:6px 0px 6px 10px;
	border-bottom:1px dashed #3aa4d5;

}

.menu-holder ul li.active {
	float:left;
	display:block;
	width:140px;
	padding:4px 0px 6px 10px;
	background:url(/lib/images/frontend/transparenta-menu.png) no-repeat;
	background-position:0px 0px;
	height:10px;
	border-bottom:1px dashed #3aa4d5;
}

.menu-holder ul li a {
	float:left;
	display:block;
	width:auto;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

.menu-holder ul li a:hover {
	float:left;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#fff3b1;
}

.menu-holder ul li.active a{
	color:#fff3b1;
}




.holder-CenterTopRightSection {
	float:left;
	display:block;
	width:795px;

}

.KeyPlayer {
	float:left;
	display:block;
	width:230px;
	height:325px;
	padding:15px 19px 0px 16px;
}

.bg-key1 {
	background:url(/lib/images/frontend/bg-key1.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.bg-key2 {
	background:url(/lib/images/frontend/bg-key2.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.bg-key3 {
	background:url(/lib/images/frontend/bg-key3.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.holder-KeyPlayerImage {
	float:left;
	display:block;
	width:230px;
	height:183px;
	cursor:pointer;
}

.Opacity {
	float:left;
	display:block;
	width:170px;
	background:url(/lib/images/frontend/opacitate-border.png) no-repeat top left;
	height:93px;
	padding:90px 0px 0px 75px;
}

.Opacity a.play-btn {
	background:transparent url(/lib/images/frontend/button-play.png) no-repeat scroll 0%;
	display:block;
	float:left;
	height:16px;
	width:58px;
	text-indent:-9000px;
}

.Opacity a.play-btn:hover {
	cursor:pointer;
}

.Keyplayer-Bio {
	float:left;
	display:block;
	width:230px;
	padding:10px 0px 0px 0px;
}

.Keyplayer-Bio h2 {
	float:left;
	display:block;
	width:230px;
	font-size:21px;
	font-weight:bold;
	padding:0px 0px 12px 0px;
}

.Keyplayer-Bio h2 a {
	color:#fff;
}

.Keyplayer-Bio span {
	float:left;
	display:block;
	width:230px;
	color:#fff2ab;
}

.Keyplayer-Thoughts {
	float:left;
	display:block;
	width:230px;
	padding:10px 0px 0px 0px;
}

.Keyplayer-Thoughts ul {
	float:left;
	display:block;
	width:230px;
}

.Keyplayer-Thoughts ul li{
	float:left;
	display:block;
	width:230px;
	padding:0px 0px 9px 0px;
}

.Keyplayer-Thoughts ul li a{
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/transparent-arrow.png) no-repeat center left;
	padding:0px 0px 0px 13px;
	color:#fff;
}

.Keyplayer-Thoughts p {
	float:left;
	display:block;
	width:230px;
	color:#abd3ea;
	font-size:11px;
	text-align:right;
}

/* End Blue Section */


/* Begin Center Section */

body#account .holder-BodyCenterSection {
	width:100%;
	float:left;
	display:block;
}


.holder-BodyCenterSection {
	width:100%;
	float:left;
	display:block;
}

.BodyCenterSection{
	display:block;
	width:960px;
	margin:0px auto;

}

.BodyLeftSection {
	float:left;
	display:block;
	width:636px;
	padding:0px 19px 0px 0px;
}

.holderComentarii-Video {
	float:left;
	display:block;
	width:636px;
	padding:18px 0px 0px 0px;
}

.ComentariiVideo {
	float:left;
	display:block;
	width:636px;
	padding:15px 0px 15px 0px;
	border-bottom:1px dotted #c0c0c0;
}

.Left-ComentariiVideo {
	float:left;
	display:block;
	width:140px;
	padding:0px 20px 0px 0px;
}
.Left-ComentariiVideo p {
	float:left;
	display:block;
	width:135px;
	padding:0px 0px 0px 5px;
	color:#474747;
	font-size:18px;
	font-weight:bold;
	text-align:right;
}

.Left-ComentariiVideo span {
	float:left;
	display:block;
	width:140px;
	text-align:right;
	font-size:10px;
	color:#999;
}

.Left-ComentariiVideo strong {
	float:left;
	display:block;
	width:140px;
	text-align:right;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:7px 0px 0px 0px;
}

.Right-ComentariiVideo {
	float:left;
	display:block;
	width:476px;
}

.Right-ComentariiVideo h2 {
	float:left;
	display:block;
	width:476px;
	font-weight:bold;
	font-size:15px;
	font-family:"Trebuchet MS",Arial,Verdana,Sans-Serif;
	padding:0px 0px 10px 0px;

}

.Right-ComentariiVideo p {
	float:left;
	display:block;
	width:451px;
	color:#4e4e4e;
	line-height:18px;
}

.Right-ComentariiVideo a {
	float:left;
	display:block;
	width:auto;
	color:#178fc9;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	margin:3px 0px 0px 0px;
}

.Right-ComentariiVideo a:hover {
	text-decoration:none;
}

.holder-MovieRowCentre {
	float:left;
	display:block;
	width:636px;
}

.MovieRecent {
	float:left;
	display:block;
	width:150px;
	padding:0px 12px 0px 0px;
}

.MovieClip{
	float:left;
	display:block;
	width:100px;
	background:url(/lib/images/frontend/movie-small.jpg) no-repeat 0px 0px;
	height:67px;
	padding:56px 0px 0px 50px;
	cursor:pointer;
}

.MovieClip a.btn_play {
	background:transparent url(/lib/images/frontend/button-play.png) no-repeat scroll 0%;
	display:block;
	float:left;
	height:16px;
	width:58px;
	text-indent:-9000px;
}

.MovieClip a.btn_play:hover {
	cursor:pointer;
}

.MovieSpeaker {
	float:left;
	display:block;
	width:135px;
	padding:0px 12px 15px 0px;
}

.MovieSpeaker b {
	float:left;
	display:block;
	width:135px;
	color:#333;
	font-weight:bold;
	font-size:14px;
	padding:0px 0px 9px 0px;
}

.MovieSpeaker em {
	float:left;
	display:block;
	width:135px;
	font-size:11px;
	color:#4e4e4e;
	font-style:italic;
	padding:0px 0px 12px 0px;
}

.MovieSpeaker span {
	float:left;
	display:block;
	width:135px;
	font-size:11px;
	color:#4e4e4e;
	font-weight:bold;
	padding:0px 0px 9px 0px;
	
}
.MovieSpeaker p.MovieDate {
	float:left;
	display:block;
	width:135px;
	position:relative;
	color:#999;
	font-size:10px;
}

.BodyTitleLeftSection {
	float:left;
	display:block;
	width:636px;
	padding:30px 0px 13px 0px;
}
.BodyTitleLeftSection h2 {
	float:left;
	display:block;
	width:auto;
	font-size:18px;
	font-weight:bold;
	color:#474747;
}

.BodyTitleLeftSection p {
	float:left;
	display:block;
	width:auto;
	font-size:11px;
	color:#178fc9;
	font-weight:bold;
	padding:5px 0px 0px 12px;
}

.BodyTitleLeftSection p a {
	font-size:11px;
	color:#178fc9;
	font-weight:bold;
}

.BodyTitleLeftSection p a:hover {
	text-decoration:underline;
}



.BodyRightSection {
	float:left;
	display:block;
	width:300px;
	padding:30px 0px 0px 0px;
}

.reclama {
	float:left;
	display:block;
	width:300px;
	padding:31px 0px 30px 0px;
}

.BodyRightSection h2 {
	float:left;
	display:block;
	width:auto;
	font-size:18px;
	font-weight:bold;
	color:#474747;
	padding:0px 0px 10px 0px;
}

.holder-Ideipopulare {
	float:left;
	display:block;
	width:278px;
	border:5px solid #e5e5e5;
	background-color:#f8f8f8;
	padding:0px 6px 0px 6px;
	margin:0px 0px 20px 0px;
}

.holder-Idei {
	float:left;
	display:block;
	width:278px;
	border-bottom:1px dashed #bababa;
	padding:10px 0px 0px 0px;
}

.holder-Idei ul {
	float:left;
	display:block;
	width:278px;
}

.holder-Idei ul li {
	float:left;
	display:block;
	width:278px;
	padding:0px 0px 9px 0px;
}

.holder-Idei ul li a {
	color:#1995d2;
}

.holder-Idei ul li p {
	float:left;
	display:block;
	width:267px;
	padding:0px 0px 0px 11px;
	color:#333;
}

.holder-Idei ul li p em,.holder-Idei ul li p i {
	font-style:italic;
	display:block;
	padding:6px 0px 0px 0px;
}

.holder-Idei ul li p strong,.holder-Idei ul li p b {
	font-weight:bold;
	display:block;
}

.holder-profil {
	float:left;
	display:block;
	width:290px;
	border:5px solid #e5e5e5;
	background-color:#f8f8f8;
	padding:15px 0px 4px 0px;
}

.holder-profilTop {
	float:left;
	display:block;
	width:275px;
	padding:0px 0px 15px 15px;
}

.profilTopLeft {
	float:left;
	display:block;
	width:90px;
	padding:0px 10px 0px 0px;
}

.profilTopRight {
	float:left;
	display:block;
	width:165px;
	padding:0px 10px 0px 0px;
}

.profilTopRight h3 {
	float:left;
	display:block;
	width:165px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

.profilTopRight em {
	float:left;
	display:block;
	width:165px;
	font-size:13px;
	font-style:italic;
	line-height:normal;
	padding:0px 0px 8px 0px;
}

.profilTopRight a {
	float:left;
	display:block;
	width:auto;
	color:#178fc9;
	font-weight:bold;
	text-decoration:underline;
	padding:0px 0px 0px 2px;
}

.profilTopRight a:hover{

	text-decoration:none;
}

.holder-bodyProfil {
	float:left;
	display:block;
	width:260px;
	padding:0px 15px 0px 0px;
}

.CVSpeaker {
	float:left;
	display:block;
	width:275px;
	height:135px;
	padding:15px 0px 0px 15px;
	border-top:1px solid #e5e5e5;
}

.CVSpeaker p{
	float:left;
	display:block;
	width:250px;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding:0px 0px 16px 0px;
}

.CVSpeaker {
	overflow-x: hidden;
	overflow-y: auto;
}

.mgbottom20 {
	margin-bottom: 20px;
}

.holder-bodyProfil p {
	float:left;
	display:block;
	width:260px;
	color:#666;
	font-size:11px;
	line-height:16px;
	padding:0px 0px 15px 0px;
}

.holder-bodyProfil strong {
	float:left;
	display:block;
	width:260px;
	font-size:11px;
	color:#666;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

.holder-bodyProfil ul {
	float:left;
	display:block;
	width:260px;
}

.holder-bodyProfil ul li {
	float:left;
	display:block;
	width:260px;
	padding:0px 0px 9px 0px;
}

.holder-bodyProfil ul li a{
	float:left;
	display:block;
	width:auto;
	background:url(../images/bg-blueArrow.png) no-repeat center left;
	font-size:11px;
	color:#1995d2;
	padding:0px 0px 0px 10px;
}


.holder-bodyProfil p {
	float:left;
	display:block;
	width:260px;
	color:#666;
	font-size:11px;
	line-height:16px;
	padding:0px 0px 15px 0px;
}

.holder-bodyProfil strong {
	float:left;
	display:block;
	width:260px;
	font-size:11px;
	color:#666;
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

.holder-bodyProfil ul {
	float:left;
	display:block;
	width:260px;
}

.holder-bodyProfil ul li {
	float:left;
	display:block;
	width:260px;
	padding:0px 0px 9px 0px;
}

.holder-bodyProfil ul li a{
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/bg-blueArrow.png) no-repeat center left;
	font-size:11px;
	color:#1995d2;
	padding:0px 0px 0px 10px;
}



.holder-AddComment {
	float:left;
	display:block;
	width:636px;
	padding:28px 0px 0px 0px;
}

.holder-AddComment h3 {
	float:left;
	display:block;
	width:631px;
	padding:0px 0px 10px 5px;
	font-size:18px;
	color:#333;
	font-weight:bold;
}

.holder-AddComment h3 a{
	float:left;
	display:block;
	width:631px;
	padding:0px 0px 10px 5px;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.holder-AddComment h3 a:hover{
	float:left;
	display:block;
	width:631px;
	color:#178fc9;
	padding:0px 0px 10px 5px;
	font-size:18px;
	font-weight:bold;
}
.AddComment {
	float:left;
	display:block;
	width:636px;
	padding:0px 0px 5px 0px;
}

.Left-AddComment {
	float:left;
	display:block;
	width:141px;
	padding:0px 19px 0px 0px;
	text-align:right;
	color:#333;
	font-size:13px;
}

.Left-AddComment p {
	float:left;
	display:block;
	width:141px;
	height:18px;
	line-height:normal;
	padding:6px 0px 0px;
}

.Right-AddComment {
	float:left;
	display:block;
	width:451px;
}

.Right-AddComment p{
	float:left;
	display:block;
	width:451px;
}

.Right-AddComment  p input{
	float:left;
	display:block;
	width:444px;
	border:1px solid #c5d4e3;
	height:14px;
	padding:5px 0px 5px 4px;
}

.Right-AddComment  p input.btnSubmit{
	float:left;
	display:block;
	border:none;
	width:139px;
	height:26px;
	padding:0;
}

.Right-AddComment p textarea {
	border:1px solid #C5D4E3;
	display:block;
	float:left;
	height:97px;
	padding:5px 0px 5px 4px;
	width:444px;
}

/* End Center Section */


/* Begin Paginare top */

.top-paginare {
	
	display:block;
	width:auto;
	padding:2px 0px 0px 0px;
}

.top-paginare ul, .bottom-paginare ul,.paginareSearch ul, .paginare-comentarii ul {
	float:left;
	display:block;
	width:auto;
}

.top-paginare ul li, .bottom-paginare ul li, .paginareSearch ul li, .paginare-comentarii ul li{
	float:left;
	display:block;
	width:auto;
	color:#ababab;
	font-size:14px;
	font-weight:bold;
	padding:0px 6px 0px 0px;
}

.top-paginare ul li a, .bottom-paginare ul li a, .paginareSearch ul li a, .paginare-comentarii ul li a {
	color:#178fc9;
	text-decoration:underline;

}

.top-paginare ul li a.pagina_activa, .bottom-paginare ul li a.pagina_activa, .paginareSearch ul li a.pagina_activa, .paginare-comentarii ul li a.pagina_activa {
	color:#474747;
	text-decoration:none;
}

.top-paginare ol, .bottom-paginare ol, .paginareSearch ol, .paginare-comentarii ol {
	float:right;
	display:block;
	width:auto;
	padding:2px 0px 0px 0px;
}

.top-paginare ol li, .bottom-paginare ol li, .paginareSearch ol li, .paginare-comentarii ol li {
	float:left;
	display:block;
	width:auto;
	font-size:14px;
	font-weight:bold;
	color:#ababab;
	padding:0px 6px 0px 0px;
}

.top-paginare ol li a, .bottom-paginare ol li a, .paginareSearch ol li a, .paginare-comentarii ol li a {
	color:#178fc9;
	text-decoration:underline;
}



/* End paginare top */

/* Begin paginare bottom */

.bottom-paginare {
	float:left;
	display:block;
	width:631px;
	padding:10px 0px 44px 5px;
	border-top:1px dotted #c0c0c0;
	
}

/* End paginare bottom */

/* Begin Cautare Keyword */

.holder-SearchKeyword {
	float:left;
	display:block;
	width:795px;
	padding:21px 0px 0px 0px;
	background:url(/lib/images/frontend/bg_holder-SearchKeyword.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:auto;
	min-height:400px;
}

.holder-TopSearchKeyword {
	float:left;
	display:block;
	width:775px;
	padding:0px 0px 0px 20px;
}

.holder-TopSearchKeyword h1 {
	float:left;
	display:block;
	width:775px;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	padding:0px 0px 14px 0px;
}

.holder-TopSearchKeyword p {
	float:left;
	display:block;
	width:775px;
	color:#fff2ab;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 13px 0px;
}

.holder-BodySearchKeyword {
	float:left;
	display:block;
	width:790px;
	padding:1px;
	min-height:300px;
	background-color:#fff;
}

.BodySearchKeyword {
	float:left;
	display:block;
	width:770px;
	background:url(/lib/images/frontend/bg_searchbody.png);
	background-repeat:repeat-x;
	height:auto;
	padding:4px 0px 0px 20px;
}

.paginareSearch {
	float:left;
	display:block;
	width:750px;
	padding:16px 16px 0px 4px;
}

.holder-Searchresult {
	float:left;
	display:block;
	width:750px;
	padding:14px 0px 14px 0px;
	border-bottom:1px dotted #c0c0c0;
	cursor:pointer;
	
}
.holder-Searchresult span.btn_play {
	background: url(/lib/images/frontend/button-play.png) no-repeat scroll 0%;
	display:block;
	float:left;
	height:16px;
	width:58px;
	margin-bottom:80px;
	text-indent:-9000px;
}
.holder-Searchresult span.btn_play:hover {
	cursor:pointer;
}

.holderMovieResult {
	float:left;
	display:block;
	width:100px;
	padding:86px 19px 0px 10px;
}
.holderMovieResult span.btn_play {
	background:transparent url(/lib/images/frontend/button-play.png) no-repeat scroll 0%;
	display:block;
	float:left;
	height:16px;
	width:86px;
	text-indent:-9000px;
}

.holderMovieSearch {
	float:left;
	display:block;
	width:100px;
	padding:86px 19px 0px 10px;
	background:url(/lib/images/frontend/gri-movie.jpg) no-repeat 0px 0px;
	height:27px;
}

a.MovieResult {
	background:url(/lib/images/frontend/button-play.png) no-repeat;
	float:left;
	display:block;
	width:58px;
	height:16px;
	text-indent:-9000px;
}

a.MovieResult:hover {
	cursor:pointer;
}

.holder-DescriereSpeaker {
	float:left;
	display:block;
	width:581px;
	padding:6px 0px 0px 0px;
}

.holder-DescriereSpeaker span {
	float:left;
	display:block;
	width:auto;
	color:#999;
	font-size:10px;
	padding:5px 0px 0px 0px;
}

.holder-DescriereSpeaker div.topBio {
	float:left;
	display:block;
	width:581px;
}

.holder-DescriereSpeaker div.topBio b {
	float:left;
	display:block;
	width:auto;
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0px 5px 0px 0px;
}

.holder-DescriereSpeaker div.topBio p {
	float:left;
	display:block;
	width:auto;
	font-size:11px;
	color:#4e4e4e;
	padding:2px 0px 0px 0px;
}

.holder-DescriereSpeaker div.topBio p strong {
	font-weight:bold;
}

.holder-DescriereSpeaker div.topBio p em {
	font-style:italic;
}

.DescriereSpeaker {
	float:left;
	display:block;
	width:581px;
	padding:13px 0px 0px 0px;
}

.DescriereSpeaker p {
	float:left;
	display:block;
	width:581px;
	font-size:11px;
	color:#4e4e4e;
	line-height:13px;
}

.DescriereSpeaker span {
	float:left;
	display:block;
	width:auto;
	color:#178fc9;
}

.DescriereSpeaker span a {
	color:#178fc9;
	font-weight:bold;
	font-size:11px;
}	

.DescriereSpeaker span a:hover {
	text-decoration:underline;
}	



/* End Cautare Keyword */


/* Begin Form Login */

.holder-form_Login {
	display:block;
	margin:0px auto; 
	width:320px;
	height:275px;
	
	padding:35px 0px 30px 0px;
}

.holder-form_Login p {
	float:left;
	display:block;
	width:320px;
	padding:0px 0px 5px 0px;
}


.holder-form_Login p b {
	font-size:18px;
	color:#fff;
	font-weight:bold;
}



.holder-form_Login p span {
	float:left;
	display:block;
	width:315px;
	background:url(/lib/images/frontend/bg-inputlogin.png) no-repeat 0px 0px;
	height:21px;
	padding:10px 0px 10px 5px;

}

.holder-form_Login p span input.txt {
	float:left;
	display:block;
	width:315px;
	background-color:transparent;
	border:none;
	height:21px;
}

.loginbtn {
	float:left;
	display:block;
	width:320px;
	padding:15px 0px 20px 0px;
	background:url(/lib/images/frontend/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.loginbtn em {
	float:left;
	display:block;
	/*width:auto;*/
	padding:15px 0px 0px 0px;
}

.loginbtn span {
	float:left;
	display:block;
	width:auto;
	font-size:14px;
	font-weight:bold;
	padding:13px 0px 0px 0px;
}

.loginbtn span a {
	color:#fff;
}

.loginbtn span a:hover {
	text-decoration:underline;
}

.loginbtn p {
	float:right;
	display:block;
	width:110px;
	height:41px;
}


.login_bottom{
	float:left;
	display:block;
	width:313px;
	padding:0px 0px 0px 7px;
}

.login_bottom p {
	float:left;
	display:block;
	width:313px;
	font-size:11px;
	color:#fff;
	line-height:15px;
	padding:22px 0px 0px 0px;
}

.login_bottom p a {
	color:#fff;
	text-decoration:underline;
}

.login_bottom p a:hover{
	text-decoration:none;
}

.login_bottom p b {
	font-size:9px;
	background:none;
	margin:0px 0px 0px 5px;
	font-weight:normal;
}


/* End Form Login */

/* Begin Account Edit Profile */

.account-holder {
	float:left;
	display:block;
	width:960px;
}

.account-holder h1 {
	float:left;
	display:block;
	width:auto;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:20px 0px 26px 0px ;
}

.account-holder ul {
	float:left;
	display:block;
	width:960px;
	height:36px;
	padding:0px 0px 30px 0px;
}



.account-holder ul li.Account-Inactive {
	float:left;
	display:block;
	width:auto;
	height:36px;
	background:transparent url(/lib/images/frontend/bg-blue-opener.png) no-repeat;
	background-position:top left;
	padding:0px 0px 0px 10px;
	margin:0px 20px 0px 0px;
}


.account-holder ul li.Account-Inactive span {
	float:left;
	display:block;
	width:auto;
	height:36px;
	background:transparent url(/lib/images/frontend/bg-blue-closer.png) no-repeat top right;
	padding:0px 10px 0px 0px;
}

.account-holder ul li.Account-Inactive a {
	float:left;
	display:block;
	width:auto;
	height:26px;
	padding:10px 0px 0px 0px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background-color:#0d6290;
}	




.account-holder ul li.Account-active {
	float:left;
	display:block;
	width:auto;
	height:36px;
	background:transparent url(/lib/images/frontend/bg-white-opener.png) no-repeat;
	background-position:top left;
	padding:0px 0px 0px 10px;
	margin:0px 20px 0px 0px;
}




.account-holder ul li.Account-active span {
	float:left;
	display:block;
	width:auto;
	height:36px;
	background:transparent url(/lib/images/frontend/bg-white-closer.png) no-repeat top right;
	padding:0px 10px 0px 0px;
}




.account-holder ul li.Account-active a {
	float:left;
	display:block;
	width:auto;
	height:26px;
	padding:10px 0px 0px 0px;
	color:#055683;
	font-size:14px;
	font-weight:bold;
	background-color:#fff;
}	

.account-holder ul li.Account-Upload {
	float:left;
	display:block;
	width:auto;
	height:36px;
	background:transparent url(/lib/images/frontend/bg_green_opener.png) no-repeat;
	background-position:top left;
	padding:0px 0px 0px 10px;
	margin:0px 20px 0px 0px;
}

.account-holder ul li.Account-Upload span {
	float:left;
	display:block;
	width:auto;
	height:36px;
	background:transparent url(/lib/images/frontend/bg_green_closer.png) no-repeat top right;
	padding:0px 10px 0px 0px;
}


.account-holder ul li.Account-Upload a {
	float:left;
	display:block;
	width:auto;
	height:26px;
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:url(/lib/images/frontend/bg_green_center.png) repeat-x top left;
}	

.account-holder ul li.Account-active a.special-color {
	float:left;
	display:block;
	width:auto;
	height:26px;
	padding:10px 0px 0px 0px;
	color:#128103;
	font-size:14px;
	font-weight:bold;
	background-color:#fff;
}

.account-holder ul li.Account-active a em {
	color:#d00000;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	padding:0px 0px 0px 7px;
}

.account-holder ul li.Account-Inactive a em {
	color:#a2cfe8;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	padding:0px 0px 0px 7px;
}


.account-holder {
	float:left;display:block;
	width:960px;
}

body#account .holderBodyAccount {
	display:block;
	width:960px;
	margin:0px auto;
}

.holder_Account_LeftSideCol {
	float:left;
	display:block;
	width:730px;
	padding:0px 20px 0px 0px;
}

.holder-EditareProfil {
	float:left;
	display:block;
	width:730px;
	padding:0px 0px 5px 0px;
}

.holder-EditareLeft {
	float:left;
	display:block;
	width:90px;
	padding:0px 20px 0px 0px;
	font-size:13px;
	color:#333;
	text-align:right;
}

.holder-EditareLeft p {
	float:left;
	display:block;
	width:90px;
	padding:6px 0px 0px 0px;
	height:18px;
	line-height:normal;
}

.holder-EditareCenter {
	float:left;
	display:block;
	width:450px;
	padding:0px 15px 0px 0px;
}

.holder-EditareCenter p {
	float:left;
	display:block;
	width:450px;
}

.holder-EditareCenter p span.accountTerms{
	float:left;
	display:block;
	width:279px;
	font-size:13px;
	padding:10px 0px 0px 0px;
}


.holder-EditareCenter p span.accountTerms input.chkBox {
	float:left;
	display:block;
	width:auto;
	margin:0px 5px 0px 0px;
	border:none;
	padding:0;
}

.holder-EditareCenter p span.accountTerms a {
	color:#1486c1;
}

.holder-EditareCenter p input.createAccount {
	float:right;
	display:block;
	width:166px;
	height:33px;
	padding:0;
	border:0;
}

.holder-EditareCenter p em{
	float:left;
	display:block;
	width:450px;
	color:#333;
	font-size:11px;
	font-style:normal;
	padding:5px 0px 0px 0px;
}

.holder-EditareCenter p input {
	float:left;
	display:block;
	width:444px;
	border:1px solid #c5d4e3;
	height:14px;
	padding:5px 0px 5px 4px;
	font-size:12px;
}

.holder-EditareCenter p input.Img {
	float:left;
	display:block;
	width:auto;
	border:none;
	height:auto;
	padding:0px;
}

.holder-EditareCenter p input.btn_action {
	float:right;
	display:block;
	width:auto;
	text-align:right;
	border:none;
	height:auto;
	padding:0px;
}

.holder-EditareCenter p input.Profile {
	float:right;
	display:block;
	width:auto;
	text-align:right;
	border:none;
	height:auto;
	padding:0px;
}

.holder-EditareCenter p input.file {
	float:left;
	display:block;
	width:291px;
	height:auto;
	border:1px solid #c5d4e3;
}

.holder-EditareCenter p input.UploadFile {
	float:left;
	display:block;
	width:448px;
	height:24px;
	border:1px solid #c5d4e3;
	padding:0;
}

.holder-EditareCenter p textarea {
	float:left;
	display:block;
	width:444px;
	border:1px solid #c5d4e3;
	height:14px;
	padding:5px 0px 5px 4px;
	height:249px;
}

.holder-EditareCenter span {
	float:left;
	display:block;
	width:auto;
	padding:0px 5px 0px 0px;
}

.holder-EditareRight {
	float:left;
	display:block;
	width:155px;

}

.holder-EditareRight p {
	float:left;
	display:block;
	font-size:11px;
	width:135px;
	color:#333;
	line-height:120%;
}

.holder-EditareRight p span {
	display:block;
	width:135px;
}


.holder_Account_RightSideCol {
	float:left;
	display:block;
	width:210px;
	
}

.Account-RightSideCol {
	float:left;
	display:block;
	width:192px;
	border:5px solid #e5e5e5;
	padding:11px 0px 8px 8px;
}

.holder-TopRightSideAccount {
	float:left;
	display:block;
	width:192px;
	background:url(/lib/images/frontend/bg_info.png) no-repeat;
	background-position:0px 0px;
	height:34px;
}

.holder-TopRightSideAccount p {
	float:left;
	display:block;
	width:150px;
	font-family:"Trebuchet MS",Arial,Verdana,Sans-Serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
	padding:3px 0px 13px 42px;
	height:18px;
}

.holder-TopRightSideBody {
	float:left;
	display:block;
	width:181px;
	padding:0px 11px 0px 0px;
}

.holder-TopRightSideBody p {
	float:left;
	display:block;
	width:181px;
	font-size:12px;
	color:#333;
	line-height:18px;
	padding:0px 0px 17px 0px;
}

/* End Account Edit Profile  */


/* Begin Account Comentarii  */

.menuComentarii {
	float:left;
	display:block;
	width:720px;
	padding:6px 0px 8px 10px;
	border-bottom:1px dotted #c0c0c0;
	margin:0px 0px 1px 0px;
}

.menuComentarii ul {
	float:left;
	display:block;
	width:auto;
}

.menuComentarii ul li{
	float:left;
	display:block;
	width:auto;
	padding:0px 8px 0px 0px;
	font-family:"Trebuchet MS",Arial,Verdana,Sans-Serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
}

.menuComentarii ul li.Activ a{
	float:left;
	display:block;
	width:auto;
	color:#333;
	text-decoration:none;
}


.menuComentarii ul li a {
	float:left;
	display:block;
	width:auto;
	color:#178fc9;
	text-decoration:underline;
	line-height:normal;
}

.menuComentarii ul li a:hover {
	float:left;
	display:block;
	width:auto;
	color:#178fc9;
	text-decoration:none;
}

.statusComentarii {
	float:left;
	display:block;
	width:720px;
	padding:8px 0px 8px 10px;
	background-color:#d5e6ee;
	margin:0px 0px 1px 0px;
}

.statusComentarii ul {
	float:left;
	display:block;
	width:auto;
}

.statusComentarii ul li{
	float:left;
	display:block;
	width:auto;
	padding:0px 7px 0px 0px;
}

.statusComentarii ul li a.aprobaComments {
	float:left;
	display:block;
	width:67px;
	height:20px;
	background:url(/lib/images/frontend/a.aproba.png) no-repeat;
	background-position:0px 0px;
	text-indent:-9000px;
}

.statusComentarii ul li a.aprobaComments {
	float:left;
	display:block;
	width:67px;
	height:20px;
	background:url(/lib/images/frontend/a.aproba.png) no-repeat;
	background-position:0px 0px;
	text-indent:-9000px;
}

.statusComentarii ul li a.respingeComments {
	float:left;
	display:block;
	width:80px;
	height:20px;
	background:url(/lib/images/frontend/a.respinge.png) no-repeat;
	background-position:0px 0px;
	text-indent:-9000px;
}

.statusComentarii ul li a.stergeComments {
	float:left;
	display:block;
	width:64px;
	height:20px;
	background:url(/lib/images/frontend/a.sterge.png) no-repeat;
	background-position:0px 0px;
	text-indent:-9000px;
}

.statusComentarii ul li span {
	float:left;
	display:block;
	width:auto;
	color:#333;
	font-size:12px;
	padding:4px 0px 0px 0px;
}

.holder-ActiunetopComentarii {
	float:left;
	display:block;
	width:718px;
	padding:11px 0px 11px 12px;
	background-color:#e5e5e5;
}

.inputComentariu {
	float:left;
	display:block;
	width:13px;
	padding:0px 20px 0px 0px;
}

.inputComentariu p {
	float:left;
	display:block;
	width:13px;
}

.inputComentariu p input {
	float:left;
	display:block;
	width:auto;
}

.DataComentariu {
	float:left;
	display:block;
	width:100px;
	padding:0px 17px 0px 0px;
}

.DataComentariu p {
	float:left;
	display:block;
	width:100px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.BodyComentariu {
	float:left;
	display:block;
	width:449px;
	padding:0px 19px 0px 0px;
}

.BodyComentariu b {
	float:left;
	display:block;
	width:449px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.ActiuniComentariu {
	float:left;
	display:block;
	width:93px;
}

.ActiuniComentariu p {
	float:left;
	display:block;
	width:93px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.holder-AccountComentarii {
	float:left;
	display:block;
	width:718px;
	padding:16px 0px 16px 12px;
	border-bottom:1px dotted #c0c0c0;
}

.DataComentariu span {
	float:left;
	display:block;
	width:92px;
	font-size:10px;
	color:#d00000;
}

.DataComentariu ul {
	float:left;
	display:block;
	width:100px;
	font-size:10px;
	padding:11px 0px 8px 0px;
}

.DataComentariu ul li {
	float:left;
	display:block;
	width:auto;
	padding:0px 3px 0px 0px;
}

.DataComentariu b {
	float:left;
	display:block;
	width:100px;
	font-size:12px;
	color:#333;
}

.BodyComentariu h2 {
	float:left;
	display:block;
	width:449px;
	font-family:"Trebuchet MS",Arial,Verdana,Sans-Serif;
	font-size:15px;
	font-weight:bold;
}

.BodyComentariu p {
	float:left;
	display:block;
	width:449px;
	line-height:18px;
	font-size:12px;
	color:#333;
	padding:10px 0px 0px 0px;
}

.ActiuniComentariu ol {
	float:left;
	display:block;
	width:93px;
	padding:28px 0px 0px 0px;
}

.ActiuniComentariu ol li{
	float:left;
	display:block;
	width:93px;
	padding:0px 0px 12px 0px;
}

.ActiuniComentariu ol li.used a.bg_aproba{
	color:#999;
	text-decoration:none;
}


.ActiuniComentariu ol li a.bg_aproba {
	float:left;
	display:block;
	width:78px;
	height:auto;
	padding:0px 0px 0px 15px;
	background:url(/lib/images/frontend/bg-li-aproba.png) no-repeat;
	background-position:0px 0px;
	color:#178fc9;
	text-decoration:underline;
}

.ActiuniComentariu ol li a.bg_aproba:hover {

	text-decoration:none;
}

.ActiuniComentariu ol li a.bg_respinge {
	float:left;
	display:block;
	width:78px;
	height:auto;
	padding:0px 0px 0px 15px;
	background:url(/lib/images/frontend/bg-li-respinge.png) no-repeat;
	background-position:0px 0px;
	color:#178fc9;
	text-decoration:underline;
}

.ActiuniComentariu ol li a.bg_respinge:hover {

	text-decoration:none;
}

.ActiuniComentariu ol li a.bg_sterge {
	float:left;
	display:block;
	width:78px;
	height:auto;
	padding:0px 0px 0px 15px;
	background:url(/lib/images/frontend/bg-li-sterge.png) no-repeat;
	background-position:0px 0px;
	color:#178fc9;
	text-decoration:underline;
}

.ActiuniComentariu ol li a.bg_aproba:hover {
	text-decoration:none;
}

.verzui {
	background:url(/lib/images/frontend/bg-verzui.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

.paginare-comentarii {
	float:left;
	display:block;
	width:630px;
	padding:16px 0px 0px 0px;
}

/* End Account Comentarii   */

/* Begin  Video */

.holder-Video {
	float:left;
	display:block;
	width:796px;
	height:350px;
	background:url(/lib/images/frontend/bg-videoSection1.jpg) no-repeat top left;
	padding:15px 0px 0px 0px;
}

.playerVideo {
	float:left;
	display:block;
	width:411px;
	padding:0px 25px 0px 36px;
}

.playerVideoDescription {
	float:left;
	display:block;
	width:314px;
	padding:0px 0px 0px 10px;
}

.holder-speakerVideo {
	float:left;
	display:block;
	width:314px;
	padding:0px 0px 16px 0px;
}

.holder-speakerVideo h1 {
	float:left;
	display:block;
	width:314px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	padding:0px 0px 15px 0px;
}

.holder-speakerVideo h1 a {
	color:#fff;
}

.holder-speakerVideo p {
	float:left;
	display:block;
	width:314px;
	line-height:normal;
	font-size:14px;
	color:#fff2ab;
}

.holder-speakerVideo p strong {
	font-weight:bold;
}

.holder-speakerVideo p em {
	font-style:italic;
}

.holder-BodyVideo {
	float:left;
	display:block;
	width:290px;
	padding:13px 24px 0px 0px;
}

.holder-BodyVideo h2 {
	float:left;
	display:block;
	width:286px;
	padding:12px 0px 23px 4px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.holder-BodyVideo ol {
	float:left;
	display:block;
	width:286px;
	padding:0px 0px 0px 4px;
}


.holder-BodyVideo ol li{
	float:left;
	display:block;
	width:286px;
	padding:0px 0px 16px 0px;
	line-height:16px;
}

.holder-BodyVideo ol li a{
	background:transparent url(/lib/images/frontend/transparent-arrow.png) no-repeat scroll 0px 4px;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0px 0px 0px 13px;
	width:auto;
}
.holder-BodyVideo ul {
	float:left;
	display:block;
	width:286px;
	padding:0px 0px 0px 4px;
}

.holder-BodyVideo ul li{
	float:left;
	display:block;
	width:286px;
	padding:0px 0px 9px 0px;
}

.holder-BodyVideo ul li a {
	background:transparent url(/lib/images/frontend/transparent-arrow.png) no-repeat scroll left center;
	color:#FFFFFF;
	display:block;
	float:left;
	padding:0px 0px 0px 13px;
	width:auto;
}
.holder-BodyVideo ul li span.arrow {
	background:transparent url(/lib/images/frontend/transparent-arrow.png) no-repeat scroll left center;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 13px;
	width:auto;
}
.holder-BodyVideo p {
	float:left;
	display:block;
	width:280px;
	color:#fff;
	line-height:16px;
	font-size:11px;
	padding:0px 10px 16px 0px;
}

.holder-BodyVideo span {
	float:left;
	display:block;
	width:290px;
	color:#abd3ea;
	font-size:11px;
	text-align:right;
	
}

/* End    Video */

/* Begin terms and conditions */

.terms {
	float:left;
	display:block;
	width:751px;
	color:#494949;
	line-height:21px;
	padding:11px 0px 10px 0px;
}

.terms p {
	float:left;
	display:block;
	width:751px;
}

.terms strong {
	float:left;
	display:block;
	width:751px;
	font-weight:bold;
}



/* End    terms and conditions */


/* Footer Section */


#footer-holder {
	display:block;
	width:100%;
	float:left;
	margin-top:100px;
}

.footer {
	display:block;
	width:960px;
	margin:0px auto;
	border-top:1px solid #c9c9c9;
	padding:5px 0px 0px 0px;
}

ul.ft_line1 {
	float:left;
	display:block;
	width:960px;
	border-bottom:1px dotted #C9C9C9;
	padding:10px 0px 8px 0px;
	font-family:Tahoma,Arial,Verdana,Sans-Serif;
	font-size:11px;
}


ul.ft_line1 li {
	float:left;
	display:block;
	width:auto;
	color:#c9c9c9;
	line-height:normal;
	padding:0px 6px 0px 0px;
}

ul.ft_line1 li strong {
	color:#333;
	font-weight:bold;
	
}

ul.ft_line1 li a{
	float:left;
	display:block;
	width:auto;
	color:#117BDD;
	font-weight:bold;
}

ul.ft_line1 li a:hover {
	color:#666;
}

ul.ft_line2 {
	float:left;
	display:block;
	width:960px;
	color:#999;
	font-size:10px;
	padding:8px 0px 0px 0px;

}

ul.ft_line2 li{
	float:left;
	display:block;
	width:auto;
	padding:0px 6px 0px 0px;
}

ul.ft_line2 li.scripts{
	float:right;
	display:block;
	width:auto;
	padding:0px 6px 0px 0px;
}

ul.ft_line2 li a{
	font-size:12px;
	font-weight:bold;
	color:#666;
}

ul.ft_line2 li a:hover{
	color:#117BDD;
}

ul.ft_line2 li span{
	float:left;
	display:block;

	padding:5px 0px 20px 0px;
}

.ft_trafic {
	float:left;
	display:block;
	width:960px;
	padding:20px 0px 0px 0px;

}







/* End footer Section */


.holder-Idei ul {
	float:left;
	display:block;
	width:271px;
	padding:0px 0px 0px 7px;
}

.holder-Idei ul li {
	float:left;
	display:block;
	width:242px;
	padding:0px 0px 9px 0px;
}

.holder-Idei ul li p.speaker {
	float:left;
	display:block;
	width:208px;
	color:#474747;
	font-size:12px;
	padding:0px 0px 0px 0px;
}	

.holder-Idei ul li p.speaker strong{
	float:left;
	display:block;
	width:208px;
	padding:0px 0px 6px 0px;
	font-weight:bold;
}

.holder-Idei ul li a {
	background:transparent url(/lib/images/frontend/bg-blueArrow.png) no-repeat scroll 0px 3px;
	color:#1995D2;
	display:block;
	float:left;
	font-size:12px;
	padding:0 0 0 10px;
	width:auto;
}




/*Begin Upload Section */

.holder-uploadSection {
	float:left;
	display:block;
	width:636px;
}


/* End Upload Section */


/* Alte stiluri */

.noborder {
	border:none;
}

.lasty {
	padding-right:0;
}

li.lasty {
	padding-right:0;
}
.no-paddedRight{
	padding-right:0;
}

p.paddedTop10 {
	padding-top:10px;
}

.paddedTop10 {
	padding-top:10px;
}

p.no-paddedBottom{
	padding-bottom:0;
}

.paddedLeft20{
	padding-left:20px;
}

.paddedLeft5{
	padding-left:5px;
}

.paddedTop8{
	padding-top:8px;
}

.paddedBottom65{
	padding-bottom:65px;
}

.mgTop15{
	margin-top:15px;
}

.mgTop10{
	margin-top:10px;
}

	
.dottedBorderTop {
	border-top:1px dotted #c0c0c0;
}	
/* End alte stiluri */


#btnSubmit-Trimite{
	float:left;
	display:block;
	border:none;
	width:62px;
	height:26px;
	padding:0;
}

/* Form errors */
ul.errors {
	color: #FF0000 !important;
	padding-bottom: 20px;
}

.message {
	float:left;
	display:block;
	width:100%;
}
.message p.ok {
	float:left;
	display:block;
	width:90%;
	border:1px solid #87af1b;
	color:#5a770b;
	font-weight:bold;
	background:url(/lib/images/frontend/bg-autentificare-valida.png) #e7efd1 no-repeat;
	background-position:5px 5px;
	padding:7px 0px 6px 25px;
	margin:0px 0px 15px 0px;
}
.message p.error{
	float:left;
	display:block;
	width:90%;
	border:1px solid #dd0000;
	color:#af1b1f;
	font-weight:bold;
	background:url(/lib/images/frontend/bg-autentificare-eroare.png) #efd1d2 no-repeat;
	background-position:5px 5px;
	padding:7px 0px 6px 25px;
	margin:0px 0px 15px 0px;
}
.clearfix-top{
	clear: both;
	line-height: 0;
	margin: 0;
	padding:20px 0px 0px 0px;
}

/* RSS stuff */
.rss-holder {
	padding: 20px 0 0 20px;
	float:left;
	display:block;
	width:760px;
	background:url(/lib/images/frontend/bg_holder-SearchKeyword.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:auto;
	min-height:400px;	
}

.rss-holder h1 {
	color: #FFFFFF;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 14px;
}

.rss-holder .rss-list {
	background: #fff url(/lib/images/frontend/bg_searchbody.png) repeat-x scroll left top;
	width: 100%;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px
}
.rss-list ul {
	margin: 0px 0px 0px 40px
}
.rss-list ul li {
	list-style: square url(/lib/images/frontend/bg-rss.png);
	margin: 10px 0px;
}
.rss-list ul li a {
	color:#117BDD;
	font-weight:bold;
}
.rss-list ul li a:hover{
	color:#666;
	font-weight:bold;
}
/* RSS stuff end */

.terms a {
	color:#117BDD;
	font-weight:bold;
}
.terms a:hover{
	color:#666;
	font-weight:bold;
}

.Opacity span.play-btn {
	background:transparent url(/lib/images/frontend/button-play.png) no-repeat scroll 0%;
	display:block;
	float:left;
	height:16px;
	width:58px;
	text-indent:-9000px;
}
.MovieClip span.btn_play {
	background:transparent url(/lib/images/frontend/button-play.png) no-repeat scroll 0%;
	display:block;
	float:left;
	height:16px;
	width:58px;
	text-indent:-9000px;
}


/* new */
.hold_new {
	float:left;
	margin:10px 0px -5px 4px;
	width:270px;
	overflow:hidden;
	float:left;
}
.hold_new li {
	float:left;
	width:270px;
	padding-bottom:15px;
}
.hold_new li a.pic {
	float:left;
	margin-right:10px;
}

.hold_new li h2 {
	font-size:13px;
	font-weight:normal;
	float:left;	
	font-style:italic;
	padding-bottom:8px;
	width:100%;
}

.hold_new li a {
	color:#178fc9;
	float:left;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
}

.hold_new li div {
	float:left;
	width:140px;
}
.hold_new li div h1 {
	font-size:18px;
	float:left;
	font-weight:bold;
	padding-bottom:8px;
}
.hold_new li div h1 a {
	color:#000;
	text-decoration:none;
	font-size:18px;
}

.hold_it {
	float:left;
	width:318px;
}
.left_box {
	float:left;
	width:296px;
}
.holder_left_box_blue {
	float:left;
	display:block;
	width:288px;
}

.left_box div {
	float:left;
	width:256px;
	font-size:14px;
	color:#666;
	line-height:21px;
	padding:20px;
	background:url(/lib/images/frontend/bg_blu.gif) repeat-x left top;
}
.left_box div h2 {
	font-weight:bold;
	font-size:18px;
	color:#000;
	padding-bottom:10px;
}
.left_box a {
	color:#178fc9;
	text-decoration:none;
}
.pink {
	float:right;
	border:1px solid #fffbf0;
}
.pink div {
	background:url(/lib/images/frontend/bg_pink.gif) repeat-x left top;
}
.pad_top {
	padding-top:31px;
}

.holder-uploadSection {
	float:left;
	display:block;
	width:636px;
	height:344px;
	background:url(/lib/images/frontend/bg_holder_upload.png) no-repeat top left;
	padding:23px 0px 0px 0px;
}

.lightBlue {
	float:left;
	display:block;
	width:282px;
	padding:0px 3px 0px 3px;
}

.lightBlue .descrierePromovare {
	float:left;
	display:block;
	width:235px;
	padding:0px 25px 0px 22px;
}

.lightBlue .descrierePromovare p {
	float:left;
	display:block;
	width:235px;
	font-size:14px;
	color:#474747;
	line-height:20px;
	padding:0px 0px 12px 0px;
}

.lightBlue .descrierePromovare p a {
	text-decoration:underline;
	color:#474747;
}

.lightBlue .descrierePromovare p a:hover {
	text-decoration:none;
}

.lightPink {
	float:right;
	display:block;
	width:282px;
	padding:0px 3px 0px 3px;
}

.lightBlue h1,.lightPink h1 {
	float:left;
	display:block;
	width:261px;
	color:#474747;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dotted #f3f8fa;
	padding:0px 0px 20px 21px;
	margin:0px 0px 15px 0px;
}


.lightPink div {
	float:left;
	display:block;
	width:244px;
	padding:0px 0px 0px 24px;
}

.lightPink div p {
	float:left;
	display:block;
	width:244px;
	font-size:14px;
	color:#474747;
	line-height:20px;
	padding:0px 0px 15px 0px;
}


.holder-Idei ul li a.functia{
	background:transparent;
	color:#000;
	font-size:12px;
	padding:0 0 3px 0;
	float: none;
	display: inline;
}



/*Begin Upload Section */

.holder-uploadSection {
	float:left;
	display:block;
	width:636px;
}

/* End Upload Section */


/* Begin Upload Feedback */

.feedback_upload {
	float:left;
	display:block;
	width:730px;
	background:url(/lib/images/frontend/bg_upload_succes.png) no-repeat top left;
	height:auto;
}

.feedback_upload h1 {
	float:left;
	display:block;
	width:656px;
	padding:0px 0px 7px 74px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.feedback_upload p {
	float:left;
	display:block;
	width:656px;
	padding:0px 0px 7px 74px;
	font-size:12px;
	color:#333;
}

.feedback_upload span {
	float:left;
	display:block;
	width:730px;
	padding:23px 0px 0px 0px;
}


.feedback_upload span a {
	float:left;
	display:block;
	width:auto;
	background:url(/lib/images/frontend/bg_dbl_orange_arrow.jpg) no-repeat 0px 3px;
	color:#178fc9;
	font-weight:bold;
	padding:0px 0px 0px 12px;
}

.feedback_upload span a:hover {
	text-decoration:underline;
}


/* End Upload Feedback */

/* Begin Create Cont */

.holder-CreateAccount {
	float:left;
	display:block;
	width:730px;
	padding:17px 0px 0px 40px;
}

/* End Create Cont */

/* Begin My Video */

.holder-RowMyVideos{
	float:left;
	display:block;
	width:730px;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #f2f2f2;
}

.holder-Myvideo{
	float:left;
	display:block;
	width:344px;
	border-right:1px solid #f2f2f2;
	padding:0px 10px 0px 0px;
}

.UserVideo {
	float:left;
	display:block;
	width:150px;
	padding:0px 10px 0px 0px;
}

.UserVideoDescription {
	float:left;
	display:block;
	width:174px;
}

.UserVideoDescription p {
	float:left;
	display:block;
	width:174px;
	font-size:12px;
	padding:0px 0px 15px 0px;
}

.UserVideoDescription ul {
	float:left;
	display:block;
	width:174px;
}

.UserVideoDescription ul li{
	float:left;
	display:block;
	width:174px;
	font-size:11px;
	padding:0px 0px 0px 0px;
}

.UserVideoDescription ul li.comments{
	float:left;
	display:block;
	width:158px;
	font-size:11px;
	padding:0px 0px 7px 16px;
	background:url(/lib/images/frontend/bg_comentarii.png) no-repeat top left;
	color:#055683;
	font-weight:bold;
}

.UserVideoDescription ul li.comments a{
	color:#055683;
	font-weight:normal;
}

.UserVideoDescription ul li.comments a:hover{
	text-decoration:underline;
}

.UserVideoDescription ul li.status {
	float:left;
	display:block;
	width:158px;
	font-size:11px;
	padding:0px 0px 7px 16px;
	*padding:1px 0px 7px 16px;
}

.VideoApproved {
	background:url(/lib/images/frontend/bg_videoStatus_aprobat.png) no-repeat 0px 0px;;
}

.VideoPending {
	background:url(/lib/images/frontend/bg_videoStatus_pending.png) no-repeat 0px 0px;
}

.VideoDenied {
	background:url(/lib/images/frontend/bg_videoStatus_neaprobat.png) no-repeat 0px 0px;
}

.UserVideoDescription ul li.embed {
	float:left;
	display:block;
	width:158px;
	font-size:11px;
	padding:0px 0px 7px 16px;
	background:url(/lib/images/frontend/bg_embedvideo.png) no-repeat 0px 4px;
	*background:url(/lib/images/frontend/bg_embedvideo.png) no-repeat 0px 6px;
}

.UserVideoDescription ul li.embed input {
	
	display:inline;
	width:107px;
	border:1px solid #ebeaea;
	font-size:10px;
	color:#818181;
	height:13px;
	margin:0px 0px 0px 4px;
	padding:1px 0px 1px 3px;
}

.UserVideoDescription ul li.preview_embed {
	float:left;
	display:block;
	width:158px;
	font-size:11px;
	padding:0px 0px 0px 16px;
	background:url(/lib/images/frontend/bg_preview_embed.png) no-repeat top left;
}

.UserVideoDescription ul li.preview_embed a{
	float:left;
	display:block;
	width:auto;
	font-size:11px;
	padding:0px 10px 0px 0px;
	background:url(/lib/images/frontend/bg_preview_video.png) no-repeat right center;
	color:#055683;
	font-weight:bold;
}

.UserVideoDescription ul li.preview_embed a:hover{
	text-decoration:underline;
}

.UserVideoDescription ul li em{
	font-style:italic;
}

.UserVideoDescription ul li strong{
	font-weight:bold;
}

.UserVideoDescription p a{
	color:#055683;
	font-weight:bold;
}

.UserVideoDescription p a:hover{
	text-decoration:underline;
}


/* End My Video  */


/* Alte stiluri */


.mgbottom20{
	margin:0px 0px 20px 0px;
}

.noborder {
	border:none;
}

.lasty {
	padding-right:0;
}

li.lasty {
	padding-right:0;
}
.no-paddedRight{
	padding-right:0;
}

p.paddedTop10 {
	padding-top:10px;
}

.paddedTop10 {
	padding-top:10px;
}

p.no-paddedBottom, .UserVideoDescription ul li.no-paddedBottom{
	padding-bottom:0;
}

.paddedLeft20{
	padding-left:20px;
}

.paddedLeft10{
	padding-left:10px;
}

.paddedLeft5{
	padding-left:5px;
}

.paddedTop8{
	padding-top:8px;
}

p.paddedTop6{
	padding-top:6px;
}

.paddedBottom65{
	padding-bottom:65px;
}

.mgTop15{
	margin-top:15px;
}

.mgTop10{
	margin-top:10px;
}

.float_right {
	float:right;
}

.noborderRight {
	border-right:none;
}
	
.dottedBorderTop {
	border-top:1px dotted #c0c0c0;
}	
/* End alte stiluri */
