
@import url("layout.css");
@import url("texts.css");

.avatarholder img, .flagholder img {
	margin: 0;
	padding: 0;
	display: block;
	}
		
.qlmeter {
	width: 83px;
	height: 14px;
	display: block;
	background: url(../images/parts/ql-indicator_empty.gif) left no-repeat;
}
	.qllevel {
		overflow: hidden;
		display: block;
	}

.qlsmallmeter {
	width: 44px;
	height: 8px;
	line-height: 8px; 
	display: block;
	background: url(../images/parts/qlsmall-indicator_empty.gif) left no-repeat;
}
	.qlsmalllevel {
		overflow: hidden;
		display: block;
	}	
	
.skillmeter {
	width: 35px;
	height: 15px;
	display: block;
	background: url(../images/parts/skill-indicator_empty.gif) left no-repeat;
}
	.skilllevel {
		overflow: hidden;
		display: block;
	}	


.rank { /* fosta rank-core */
    padding-left:25px;
    background: url(../images/parts/national_rank.jpg) no-repeat;
}

.flag {
	vertical-align: middle;
	padding: 0px 5px 0px 0px ;
}
.iconbtn img {
	vertical-align: middle;
}

.spacer {
	width: 15px;
	display: inline-block;
}

.holder {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.goleft {
	width: auto;
	float: left;
	display: inline;	
}
.goright {
	float: right !important;
}

.gocenter{
	margin-left:auto;
	margin-right:auto;
}

.smallpadded {
	margin-bottom: 5px;
}
.padded {
	margin-bottom: 10px;
}
.largepadded {
	margin-bottom: 20px;
}
.rightpadded {
	margin-right: 10px;
}
	#filters .rightpadded {  /* ionut */
		margin-right: 10px;
	}


#confirmation {
	width: 495px;
	padding: 10px;
	background-color: #e9f5fa;
	float: left;
	display: block;
}
	#confirmation .core {
		width: 393px;
		padding: 50px;
		background: #FFF;
		border: 1px solid #bacfd7;
		float: left;
		display: block;
		color: #666666;
	}

#confirmation.cap {width:420px;}
#confirmation.cap .core.cap{
width:auto;
}
	
	
		#confirmation p {
			text-align: center;
		}
		#confirmation .last {
			margin-right: 0px;
		}
/*
#messagealert {
	width: 100%;
	float: left;
	display: block;
	padding: 12px 0px 25px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
}
	#messagealert p, .messagealertclass p {
		width: auto;
		padding-left: 50px;
		margin-bottom: 0px;
		color: #666666;
		font-size: 14px;
	}
	.messagealertclass  {
		width: 100%;
		float: left;
		display: block;
		padding: 12px 0px 25px 0px;
		margin-bottom: 10px;
		margin-top: 10px;		
		border-bottom: 1px solid #d5d5d5;
	}	
*/

#messagealert {
	width: 100%;
	float: left;
	display: block;
	padding: 18px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
}
	#messagealert p, .messagealertclass p {
		width: auto;
		padding-left: 50px;
		margin-bottom: 0px;
		color: #666666;
		font-size: 14px;
		line-height: 26px;
	}
	.messagealertclass  {
		width: 100%;
		float: left;
		display: block;
		padding: 18px 0px;
		margin-bottom: 10px;
		margin-top: 10px;		
		border-bottom: 1px solid #d5d5d5;
	}	
.invalidicon {
	background:url(../images/parts/invalid-round.gif) left no-repeat;
}

.invalidalerticon {
	background:url(../images/parts/invalid-round-alert.gif) left no-repeat;
}

.validicon {
	background:url(../images/parts/valid-round.gif) left no-repeat;
}

.emailicon {
	background:url(../images/parts/email-icon.gif) top left no-repeat;
	margin-bottom:17px;
}
div.emailicon p.attention {margin-top:8px; background-position: 0px 12px;}
			
.infoalert {
	width: 100%;
	float: left;
	display: block;
	padding: 10px 0px 25px 0px;
	display: block;
	background:url(../images/parts/info-ico.gif) top left no-repeat;	
}
	.infoalert p {
		width: auto;
		padding-left: 50px;
		margin-bottom: 0px;
	}
	
.bordersep {
	width: 100%;
	float: left;
	display: block;
	border-bottom:1px solid #BEBEBE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.bordersep.last {border:0;}

.entity, .citizen {
	float: left;
	display: block;
}
.citizen {
	width: 180px;
	*width: 179px;
	padding: 20px 10px 20px 0px;
}
	.citizen .avatarholder {
		float: left;
		display: block;
		margin-right: 10px;
		position: relative;
	}
	.citizen .nameholder {
		width: 115px;	
		float: left;
		display: block;
		padding-top: 8px;
		position: relative;
		margin-bottom: 5px;	
	}	
	
.light {
	color: #b4b4b4;
}

.nopadding {
	padding:0 !important;
}

.noborder {
	border:none !important;
}

.restricts strong {
    float:left;
    width:100px;
}
.restricts img.left{
    float:left;
}

.restricts-long a.nameholder {
    float:left;
    width:165px;
    display:inline !important;
    white-space:normal;
    padding-top:7px;
}
.restricts-long a.avatarholder{
    float:left;
    
}

.nomargin {margin:0 !important;}
.nopadding {padding:0 !important;}
.mtop1 {margin-top:10px !important;}
.mtop2 {margin-top:20px !important;}
.mbot2 {margin-bottom:20px !important;}
.mright1 {margin-right:10px !important;}
.mright2 {margin-right:20px !important;}
.clear {clear:both;}
.aleft { float:left !important; }
.right { float:right !important; }
.follow {
    color:#999 !important;
    line-height:12px !important;
}
.follow img{
    vertical-align:middle;
    margin-right:5px;
    margin-top:-1px;
}
.follow a {
    margin-left:8px;
}

#advisor_bg_video #advisor_content {
    width:700px;
    margin-top:110px;
    margin-left:45px;
}
#tut-video {
	width:691px;
	margin:0 auto;
	height:470px;
}
#advisor_bg_video{
    background:transparent url(../images/parts/advisor_bg_clouds_video.jpg) no-repeat scroll 0 0;
    height:308px;
    width:790px;

}

.tracker_s {
 clear:both;
 float:right !important;
 padding-bottom:10px;
 width:420px;
}

.invite_table td{
	padding:10px 0px;
	font-size:12px;
}
.invite_table td.inv_email {
}
.invite_table td.inv_date {
	color:#999999;
}
.invite_table td.inv_name {
	color:#999999;
}
.invite_table td.inv_name img { margin-right:5px; }
.invite_table td.inv_lvl {
	text-align:center;
	color:#666666;
	font-size:18px;
	font-weight:bold;
}
.invite_table td.inv_bonus {
	color:#666666;
	font-weight:bold;
	text-align:center;
}
.invite_table td small {
	font-weight:normal;
	font-size:12px;
}
.invite_table a.dotted {
	font-size:12px;
}
.restruct a.selector-big{
	height:28px !important;
}
.restruct a.selector-big span.date{
	font-size:12px !important;
	padding-top:5px !important;
}
.restruct .core {
	height:42px !important;
	position:relative;
}
.restruct .leftfilters .start, .restruct .leftfilters .end, .restruct .rightfilters .start, .restruct .rightfilters .end  {
	height:60px !important;
}
.restruct .leftfilters .start, .restruct .rightfilters .start  {
	background:transparent url(../images/parts/bgl_l.gif) no-repeat scroll left center !important;
}
.restruct .leftfilters .end, .restruct .rightfilters .end {
	background:transparent url(../images/parts/bgl_r.gif) no-repeat scroll left center !important;
}
a.positioned_right{
	position:absolute;
	right:5px;
	top:18px;
}
a.dark {
	background-position:right bottom !important;
}

a.dark span {
	background-position:left bottom !important;
	color:#FFF !important;
}
a.blue_arrow_small {
	background:transparent url(../images/parts/blue_arrow_small.png) no-repeat scroll right top;
	height:25px;
	line-height:25px;
	color:#3C8FA7;
	font-size:12px;
	display:inline;
	float:left;
	text-decoration:none;
	padding-right:80px;
}

a.blue_arrow_small span {
	background:transparent url(../images/parts/blue_arrow_small.png) no-repeat scroll left top;
	padding-left:10px;
	float:left;
	display:inline;
	cursor:pointer;
	color:#3C8FA7;
}
.tracker {
	clear:both;
	float:right !important;
	padding-top:10px;
	width:420px;
    color:#616161;
}

.line_separator {
    width:100%;
    clear:both;
    float:left;
    color:#616161;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    font-size:18px;
    margin-bottom:20px;
}
.right_push {
    float:left;
    margin-bottom:30px;
    margin-left:165px;
    display:inline;
}

.right_push p {
    color:#616161;
    float:left;
    clear:both;
    margin:5px 0;
	width: 400px;
}

/* Universal */

.u_info {
	background:transparent url(../images/parts/info-ico.gif) no-repeat scroll left center;
	color:#666666;
	font-size:13px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:60px;
	margin-top:10px;
}

/* START ADS */

.advertise_here {
	padding-top:0px;
	padding-left:10px;
	margin-top:-10px;
}
.advertise_here a {
	color:#A3CCD8;
	font-size:10px;
	background:transparent url(../images/parts/adv_here.png) no-repeat scroll left 4px;
	font-weight:normal;
	margin-left:0px;
	margin-top:5px;
	padding-left:8px;
	font-family:Verdana,Tahoma,Arial,serif;
}
.advertise_here a:hover {
	color:#3C8FA7;
	background:transparent url(../images/parts/adv_here_h.png) no-repeat scroll left 4px;
}
.ad_holder {
	background:transparent url(../images/parts/c_ads.jpg) no-repeat 11px top;
	padding-top:10px;
}
.ad_holder .ad_prev {
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:10px;
}
.ad_holder a.report_ad {
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, serif;
	color:#999;
	padding-left:8px;
	background:transparent url(../images/parts/report.jpg) no-repeat left 4px;
	font-weight:normal;
	margin-top:5px;
	margin-left:5px;
}
.ad_holder a.report_ad:hover {
	background:transparent url(../images/parts/report_h.jpg) no-repeat left 4px;
	color:#3C8FA7;
}
.ad_prev {
	width:108px;
	margin:0 auto;
	text-align:left;
	float:none !important;
	overflow:hidden;

}
.ad_prev img {
	display:block;
	margin:0 !important;
}
.ad_prev_img {
	padding:4px;
	background:transparent url(../images/parts/bg_ad.png) no-repeat center center;
	display:block;
	text-align:center;
	margin-bottom:5px;
}
.ad_prev_img a {
	padding-left:0 !important;
	padding-bottom:0 !important;

}
.ad_prev a {
	font-weight:bold;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
	clear:both;
}
.ad_prev a.desc {
	padding-left:5px;
	padding-bottom:0 !important;
	color:#7F7F7F !important;
	line-height:normal !important;
	font-size:11px !important;
	font-weight:normal !important;
	display:block;
	clear:both;
}

::selection {
	background: #35A2C6;
	color: #FFF;
}
::-moz-selection {
	background: #35A2C6;
	color: #FFF;
}
