/* General styles */
html, body {
	margin: 0;
	padding: 0;
}

BODY {
	background:#000 url(../images/bg-repeat.jpg) repeat-y 50% 0;
	color: #FFF;
	font-family: tahoma, arial, sans-serif;
}

a {
	color:#9bcae9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#hd {
	height: 179px;
	width: 1005px;
	padding-top: 1px;
	background: url(../images/hd-bg.jpg) left no-repeat;
}

#hd.loggedin {
	background: url(../images/hd-bg-loggedin.jpg) left no-repeat;
}

#hd #sitelogo {
	height: 133px;
	width: 686px;
	margin: 45px 0 0 15px;
}

#hd #sitelogo a {
	display: block;
	width: 686px;
	height: 133px;
}

#useraccount {
	font-family: arial, sans-serif;
	font-size:11px;
	margin:0;
	padding:5px 15px;
	right:0;
	top:42px;
}

#useraccount TD.avatar {
	width: 76px;
}

#useraccount TD.avatar IMG {
	/*border: 1px solid #2D7E9D;*/
	border:none;
	margin:1px 10px 0 5px;
}

#hd #useraccount STRONG {
	font-size: 15px;
}

#hd #useraccount A.logout {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

#hd #useraccount #login {
	position: absolute;
	top: 30px;
	left: -254px;
	width: 250px;
}

#hd #useraccount .formfield td label {
	text-transform: capitalize;
}

/* --------------- Override the common style for the field width */
#hd #useraccount .formfield input {
	width: 163px;
	border: 1px solid #414141;
}

#login label {
	color: white;
}

#useraccount .buttons {
	position: absolute;
	top: 71px;
	left: -48px;
}

#useraccount .buttons input {
	color: #FBBC00;
	font-weight: bold;
	border: 0;
	font-size: 0px;
	width: 55px;
	height: 23px;
	overflow: hidden;
	background: url('../images/btn-login.png') top left no-repeat;
}

/* Sign up now! link */
#hd #useraccount .buttons a {
	position: absolute;
	top: -71px;
	left: -28px;
	.white-space:nowrap;
	font-size: 11px;
	font-weight: bold;
}

#useraccount .links {
	top: 74px;
	left: -169px;
}

#useraccount .links a {
	font-size: 10px;
	.white-space:nowrap;
}

/* --------------- Preguntar sobre background de factions */
#bd_bg {
	background: url(../images/factions/KirovBackground.jpg) no-repeat 0 0;
}

#wrapper {
	background: url(../images/bg-base.jpg) top center no-repeat;
}

#container {
	/*	background:#0B0F12; */
}

/* --------------- Donde se usa? */
.errormsg {
	color:#D52C20;
	font-weight:bold;
}

A.promote {
	background:url(../images/arrow.png) no-repeat left center;
	padding:0 0 0 15px;
}

A.demote {
	background:url(../images/arrow.png) no-repeat left center;
	padding:0 0 0 15px;
}

A.remove {
	background:url(../images/arrow.png) no-repeat left center;
	padding:0 0 0 15px;
}

/* END General styles */
/* Footer */
#ft {
	margin-left:-13px;
}


/* END Footer */
/* Games Main Menu */
#gameselector {
	height: 43px;
	margin: 0;
	padding-left: 210px;
}

#gameselector LI {
	height:43px;
}

#gameselector LI.portal {
	width: 160px;
}

#gameselector LI.ra3 {
	width:135px;
}

#gameselector LI.tiberium {
	width:142px;
}

#gameselector LI.generals {
	width:142px;
}

#gameselector LI.arena {
	width:104px;
}

/* END Games Main Menu */
/* Simple Search */
#search {
	position: absolute;
	bottom: -6px;
	right: 36px;
}

#search label {
	color: #FFF;
}

#search #searchfield {
	width: 110px;
	height: 15px;
	padding: 3px 5px 0 5px;
	vertical-align: middle;
	border: 1px solid #323232;
	margin-top: 50px;
}

#searchbox #q {
	border: 1px solid #323232;
	width: 150px;
}

#search .button {
	color: #FBBC00;
	font-weight: bold;
	border: 0;
	font-size: 0px;
	width: 27px;
	height: 28px;
	overflow: hidden;vertical-align: middle;
	background: url('../images/btn-arrow.gif') top left no-repeat;
}

/* Advanced link */
#search a {
	text-transform: lowercase;
	color: #fff;
	margin-left: 5px;
	font-size: 10px;
}

#search #advancedsearch {
	background:url(../images/search-expcol.png);
	background-position:left top;
	vertical-align:bottom;
}

#search #advancedsearch.collapse {
	background-position:left bottom;
}

#advancedsearchoptions {
	background:#202C32;
	border-color: #1C6F92;
	padding:3px 25px 3px 5px;
}

/* END Simple Search */
/* Search Results */
.generaluserinfo .searchresult {
	margin:5px 0;
}

.generalpersonainfo .searchresultuserinfo {
	border-left:1px solid #2F89AB;
	font-size:11px;
	padding-left:10px;
}

.generalpersonainfo P.text {
	font-size:11px;
}

.searchresult .username {
	padding:0!important;
}

.searchresult .status {
	margin:0 10px 0 0;
}

/* END Search Results */
/* Level 1 Menu */
.l1menu {
	width: 1005px;
	padding: 0;
	height: 65px;
	background: url(../images/bg-menu.jpg) no-repeat left top;
	text-align: center;
	position: relative;
}

.l1menu .item {
	height: 65px;
	line-height: 60px;
	margin: 0 10px;
	padding: 10px 7px;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
}

/* END Level 1 Menu */
/* Level 2 Menu */
.l2menu {
	border-left: 2px solid #758386;
	border-right: 2px solid #758386;
	border-bottom: 2px solid #758386;
	background: #030000 url(../images/l2menu-bg.png) repeat-x left bottom;
	padding:5px;
	padding-right: 0px;
	top: 35px;
}


.l2menu LI {
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;
	cursor: pointer;
	text-align: left;
	text-transform: none;
	background: url(../images/l2menu-bg-item.png) no-repeat 7px 50%;
	.background: url(none); /* IE override for lack of transparent PNG support in IE6 */ 
	white-space:nowrap;
}

.l2menu LI A {
	margin-left: 13px;
	.margin-left: 0; /* IE override for lack of transparent PNG support in IE6 */ 
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* END Level 2 Menu */
/* Content */
#content {
	padding-left: 0;
	width: 658px;
	margin-left: 19px;
}

#content .portlet {
	width: 658px;
}

/* Modify the Right Rail width */
#rightrail {
	/*width: 265px;
	padding: 0 0 0 10px; >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> no need foor new structure */
}

.userstatus {
	color:#6DC4D8;
}

.odd {
	background:#0b1e33;
}

/*.framedpanel {
	border: 0;
	padding:0px;
}*/

/*.framedpanelclose {
	border: 0;
	height:0;
	font-size:0;
	line-height:0;
}*/

.portlet H1, .portlet H2, .portlet H3 {
	padding:8px 21px 4px;
}

.portlet H3 {
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 50px;
}

.portlet H4 A {
	color:#FFF;
}

.newsrotatorimage img placeholder {
	margin-right: 10px;
}

.newsrotator .newstitle {
	color: #c9cfd5;
	font-size: 12px;
	font-weight: bold;
}


/* END Portlet - News Rotator */
/* Portlet - Rankings */
.portlet #ranking1v1 {
	background: url(../images/bg-mod-sites.jpg) top left no-repeat;
}

.portlet #ranking1v1 .pcontent table.ranking {
	width: 243px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* END Portlet - Rankings */
.portlet .pcontent {
	color: #ffffff;
	font-size: 12px;
	padding: 36px 10px 0 13px;
	background: url('../images/bg-portlet-top.jpg') no-repeat top left;
}

.articlerotator .pcontent {
	padding-top: 26px;
}

.portlet.displayprofileheader .pcontent  {
	color: #ffffff;
	font-size: 11px;
	padding: 26px 0px 0px 0px;
	background: url('../images/bg-portlet-top.jpg') no-repeat top left;
}

#rightrail .portlet {
	width: 288px;
}

#rightrail .portlet .pheader {
	width: 288px;
	height: 32px;
	background: url('../images/bg-portlet-header-288.jpg') no-repeat top left;
}

#rightrail .portlet .pcontent {
	background: url('../images/bg-portlet-content-288.jpg') no-repeat top left;
	padding: 14px 10px 5px 12px;
}

#rightrail .portlet.genericviewpromo .pcontent {
	padding: 12px 10px 0 12px;
}

#rightrail .portlet .pfooter {
	height: 19px;
	background: url('../images/bg-portlet-footer-288.jpg') no-repeat top left;
}

#rightrail .portlet.genericviewpromo .pfooter {
	height: 10px;
	background: url('../images/bg-portlet-footer-288-mini.jpg') no-repeat top left;
}

#rightrail .portlet .pcontent .firstplace div.viewbrief {
	margin-left: 100px;
}

.portlet .pcontent a img {
	text-decoration: none;
	border: none;
}

.formfield.changeimage img {
	border: 2px solid;
	border-color: black;
}

.formfield.changeimage img.selected {
	color: #6DC4D8;
	border-color : #6DC4D8;
	border: 2px solid;
}

.portlet .tools A {
	border-color:#a4d980;
}

.portlet HR, .portlet .hr {
	height:6px;
	background: url(../images/bg-hr.gif) repeat-x;
}

.portlet .viewall {
	font-size:13px;
}

.portlet .linktocontent {
	font-size: 15px;
}

.portlet .linktocontent:hover {
	text-decoration: underline;
}

.portlet .metadata {
	font-size: 10px;
	color: #c9cfd5;
}

UL.simplelist LI {
	background-color:#00080b;
}

SPAN {
	color: #a4d980;
}

.links {
	margin:0 10px 10px;
	text-align:right;
}

.formfield {
	margin: 5px 0 0 0;
}

.formfield SPAN.metadata, .formfield.twocol SPAN.metadata {
	font-size: 10px;
	color: #a4d980;
}

.formfield LABEL {
	color:#6DC4D8;
}

.formfield .staticdata {
	color:#6DC4D8;
	font-weight:bold;
}

.formfield INPUT[type=text], .formfield INPUT[type=password] {
	border: 0;
	background:#000;
	color:#ffffff;
}

/* Generic Form */
.formfield SELECT, TEXTAREA {
	border:1px solid #323232;
}

.formfield SELECT {
	font-size: 11px;
	font-family:arial,helvetica,clean,sans-serif;
	border-color:#2F89AB;
	position:relative;
}

/* END Generic Form */
INPUT[type=button],
INPUT[type=submit] {
	background:#060606;
	border-color:#3b3c3c;
	color:#FFF;
	font-size:11px;
}

.buttons INPUT[type=button],
.buttons INPUT[type=submit] {
	margin-right:15px;
	margin-top: -10px;
}

UL.rate LI {
	background:url(../../common/images/rate-star.png) no-repeat left top;
	padding:0 0 0 15px;
}

UL.rate LI.selected {
	background:url(../../common/images/rate-star.png) no-repeat left bottom;
	padding:0 0 0 15px;
}

UL.rate LI IMG {
	border:0!important;
}

.newsrotatorimg .selector {
	.margin-right:11px;
}

.newsrotatorimg .selector LI {
	background:#000;
	border:2px solid #000;
	filter: alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	width:150px;
}

.newsrotatorimg .selector LI:hover, .newsrotatorimg .selector LI.hover {
	background:#000;
	border: 2px solid #35bbee;
	color:#fff;
	filter: alpha(opacity=80);
	-moz-opacity:.85;
	opacity:.85;
}

/* Stats */
.loading {
	background:url(../images/animatedpreload.gif) no-repeat center center;
	height:140px;
}

.stats1  {
	color:#65c4d8;
	margin:10px 20px;
	width:95%;
}

.generalpersonainfo .stats1 {
margin:10px auto;
}

#contentnavigation .psection .stats1 {
margin:10px;
}


.stats1 TH {
	background-color:#000B0F;
	border: 1px solid #464646;
	font-weight:bold;
	text-align:left;
}

.stats1 THEAD TH {
	color:#FFF;
}

.stats1 TD {
	background-color:#000B0F;
	border: 1px solid #464646;
}

.stats1 .highlight, .stats2 .highlight  {
	color: #FFF;
}

.stats2 .header TD {
	color: #a4d980;
	font-weight:bold;
}

.loading {
	background:url(/images/animatedpreload.gif) no-repeat center center;
	height:140px;
}

/* END Stats */
/* Rankings */
.ranking {
	margin: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	background: url(../images/central-firstplace.png) 10px 10px no-repeat;
}

.ranking TD {
	padding:1px 5px;
	background-color: #00080b;
}

.ranking TD a {
	color: #ffffff;
	text-decoration: none;
}

.ranking TD a:hover {
	text-decoration: underline;
}

.ranking .firstplace TD.position {
	visibility: hidden;
	background: none;
}

.ranking .firstplace {
}

.ranking .firstplace TD {
	border-spacing: 0;
	padding: 6px 5px 16px 33px;
}

.ranking .firstplace .position {
	padding: 0;
}

.ranking .firstplace TD UL {
	margin:0;
}

.ranking .firstplace TD UL LI {
	margin:0;
}

.ranking .firstplace TD.avatar {
	text-align:right;
	vertical-align:top;
}

.ranking .firstplace .viewbrief {
	position: absolute;
	margin-left: 100px;
	margin-top: 30px;
}

.ranking  TD.position {
	background:#090202;
	color:#a4d980;
	font-weight:bold;
	text-align:center;
	width:20px;
	padding: 0;
	border-right: 1px solid #000;
}

.ranking .firstplace td, .ranking .header td {
	background: none;
	border: none;
}

.ranking .viewbrief {
	float: right;
	background:url(../images/btnMoreInfo_off.png) no-repeat;
	height:16px;
	margin:0 0 0 5px;
	width:16px;
}

.ranking .viewbrief:hover {
	background:url(../images/btnMoreInfo_off.png) no-repeat;
}

.ranking .detailspopupcontainer .detailspopup {
	background:#000000;
	border:2px solid #333333;
	color:#FFFFFF;
	width:200px;
}

.matches {
	text-align: center;
}

.header .matches {
	text-align: left;
}

.value {
	color:#a4d980;
}

.ranking .detailspopupcontainer .detailspopup .value {
	color:#315678;
}

.ranking .detailspopupcontainer .detailspopup .images {
	background:none;
	margin:2px;
	padding:3px 0;
	text-align:center;
	width:50px;
}

.ranking .detailspopupcontainer .detailspopup .images .avatar {
	margin-bottom:5px;
}

.ranking .detailspopupcontainer .detailspopup .personadata {
	position:relative;
}

.ranking .detailspopupcontainer .detailspopup .personadata .close {
	background:#333;
	height:8px;
	right:4px;
	width:8px;
}

.ranking .detailspopupcontainer .detailspopup .personadata .close:hover {
	background:#666;
}

.ranking .firstplace TD .detailspopupcontainer .detailspopup TD {
	padding:2px;
}

UL.scores {
	text-decoration:none;
	margin:5px 0;
}

UL.scores LI {
	background:none;
	margin:0;
	padding:0;
}

/* END Rankings */
/* Basic User Information Portlet */

.displayprofileheader .pcontent {/* ver de pasar a styles2 */
text-align:center;
}

.displayprofileheader .username, .displayclanheader .username {
	font-size:15px;
	height: 20px;
}

.displayprofileheader .username A, .displayclanheader .username A {
	color:#6DC4D8;
	text-decoration:none;
	font-weight:bold;
}

.displayprofile .username {
	color: #53c0e2;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}


.displayclanheader .userdata {
	border-left:1px solid #2F87AB;
}

.displayclanheader .status {
	font-size:11px;
	margin-left:20px;
}

/* END Basic User Information Portlet */
/* Tabbed Menu Portlet */
.tabbedmenu {
	border: 0;
	margin:0;
}

.tabbedmenu li a{
	text-decoration: none;
	color: #FFF;
}

.tabbedmenu li {
	background:#00080b url(../images/l1menu.png) repeat-x left top;
	border: 0;
}

.tabbedmenu li:hover {
	background:#00080b url(../images/l1menu-over.png) repeat-x left top;
}

.tabbedmenu li.selected {
	background:#00080b url(../images/l1menu-on.png) repeat-x left top;
	border: 0;
}

.tabbedmenu li.selected a {
	color: #D2FE92;
}

/* END Tabbed Menu Portlet */
/* SubTabbed Menu Portlet */
.subtabbedmenu li {
	background:#43719E url(../images/l1menu-over.png) repeat-x left top;
}

.subtabbedmenu li.selected {
	background:#43719E;
}

.subtabbedmenu li.selected a {
	color:#FFF;
}

/* END SubTabbed Menu Portlet */
/* Tabled Content */

.portlet.articlegrid .tabledcontent {
	margin:10px 0 5px 18px;
}


.tabledcontent IMG {
	border: 1px solid #43719E;
}

/* END Tabled Content */
/* UNITS */
.portlet.unit P {
	padding: 0 10px;
}

.portlet.unit .maintable {
	background-color: #000;
	border: 1px solid #FFF;
	color: #FFF;
	filter: alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
}

.portlet.unit .battlefootage {
	background: url(../images/factions/unit-battle-footage.png) no-repeat;
	height: 31px;
	margin-top: 10px;
}

*html .portlet.unit .battlefootage {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=static-content/portal/images/factions/unit-battle-footage.png);
}

.portlet.unit .history {
	background: url(../images/factions/unit-header-history.png) no-repeat;
	height: 31px;
	margin-top: 10px;
}

*html .portlet.unit .history {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=static-content/portal/images/factions/unit-header-history.png);
}

.portlet.unit .notes {
	background: url(../images/factions/unit-header-notes.png) no-repeat;
	height: 31px;
	margin-top: 10px;
}

*html .portlet.unit .notes {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=static-content/portal/images/factions/unit-header-notes.png);
}

.portlet.unit .pcontent {
	border: 0;
	background: 0;
}

.portlet.unit .firstcolumn SPAN, .portlet.unit .secondcolumn SPAN {
	color: #f9b700;
	font-weight: bold;
}

.portlet.unit .hr {
	background: #887072;
}

.portlet.unit .media {
	margin: auto;
}

/* END UNITS */
/* FACTIONS */
.portlet.faction P {
	padding: 0 10px;
}

.portlet.factiontitle {
	font-size:14px;
	background: url(../images/factions/bg_title.png) repeat-x;
	height: 40px;
	vertical-align: middle;
	border: 1px solid #3e3e3e;
}

.portlet.faction .factions {
	border: 3px double #887072;
	width: 236px;
	font-size: 10px;
	padding: 10px 0 0 0;
	margin: 0;
}

.portlet.faction .pcontent {
	border: 0;
	background: 0;
}

.pcontent.bgsoviets {
	background: url(../images/factions/bg_soviets.png) no-repeat top left;
}

.portlet.faction UL {
	background: url(../images/factions/bg_faction-ul.png) repeat-y;
}

.portlet.faction LI {
	list-style-type: none;
	background: url(../images/factions/bg_faction-li.png) no-repeat 15px 10px;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #000;
}

.portlet.faction SPAN {
	color: #66c0d8;
	font-weight: bold;
}

/* END FACTIONS */
/* LADDERS */
.ladderstats .description {
	color:#65c4d8;
	font-size: 11px;
}

/* END LADDERS */
/* WALLPAPER PORTLET */
.articlewallpaper A {
	font-size: 11px;
}

.articlewallpaper UL {
	background-color:#000;
	border: 1px solid #323232;
}

/* END WALLPAPER PORTLET */
/* DOWNLOAD PORTLET */
.download A {
	font-size: 14px;
	color: #2f89ab;
	text-decoration: none;
}

.download UL {
	background-color:#0b1e33;
	border: 1px solid #2f89ab;
}

/* END DOWNLOAD PORTLET */
/* Carrousel */
.carrousel  #prev {
	background:url(../images/imgGalleryPrev.png) no-repeat;
}

.carrousel  #next {
	background:url(../images/imgGalleryNext.png) no-repeat;
}

/* END Carrousel */
/* Profile Form */

.portlet form .twocol label {
width:270px;
}

.portlet.editprofile LABEL {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.portlet.editprofile SPAN {
	font-size: 11px;
	color:#6DC4D8;
	font-weight: bold;
}

SPAN.fixeddata {
	color:#6DC4D8;
}

.portlet.editprofile .formfield{
	width: 600px;
	margin: auto;
	padding: 2px;
}
.portlet.editprofile FORM .twocol LABEL {
	width: 270px;
}

.portlet.editprofile INPUT[type=text]{
	width: 120px;
	border: 1px solid #323232;
}

.portlet.editprofile INPUT[type=file] {
	width: 200px;
}

.portlet.editprofile .left{
	font-weight: normal;
}

.portlet.editprofile .tworows{
	width: 150px;
}


/* END Profile Form */
/* Public Profile */

.portlet.displayprofile IMG {
	margin: 0 0 10px 0;
}

.portlet .publicdata {
	color: #FFF;
	float:left;
	font-size: 11px;
	font-weight: bold;
	list-style:none;
	margin:0 25px 0 20px;
	padding: 5px 0;
}

.portlet .publicdata LI {
	margin:0;
	padding:0 0 5px;
}

.portlet.displayprofile P, .portlet.displayclan P {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px 15px;
}

.portlet.displayprofile SPAN, .portlet.displayclan SPAN  {
	color: #53c0e2;
}



/* END Public Profile */
/* Clan Info */

.portlet.displayclan .hr {
margin:5px 20px;
}

.displayclan p.description {
padding-left:20px;
}


.portlet.displayclan  .gamestats TD {
	background-color:#000B0F;
	border:1px solid #464646;
	padding:10px 40px 10px 15px;
}

.portlet.displayclan .gamelogo {
	margin:0 5px;
}

.portlet P.totalscore {
	background:#000B0F;
	border:1px solid #464646;
	font-size:12px;
	font-weight:bold;
	margin:10px 20px;;
	padding:5px 10px;
}

/* Clan Info */
/* Portlet Overlay */
.popupportlet {
	background:#1F2E42 url(../images/cnc-pcontent-bg.png) repeat-x left top;
	border:1px solid #FFF;
}

.popupportlet H2 {
	margin:25px 30px 5px;
}

.popupportlet H4 {
	margin:15px 30px;
}

.popupportlet P {
	margin:0 30px 5px;
}

.popupportlet FORM {
	border-top:1px solid #356982;
	margin:10px 30px;
	padding:5px 10px;
}

.popupportlet .buttons {
	background:#204D74;
	margin:25px 0 0;
	padding:5px 0;
}

/* END Portlet Overlay */
/* Iframed Portlet */
.iframecontainer {
	border:1px solid #FFF;
}

BODY.iframebody {
	background:#1F2E42 url(../images/cnc-pcontent-bg.png) repeat-x left top;
}

.iframedportlet H2 {
	margin:25px 30px 5px;
}

.iframedportlet H4 {
	margin:15px 30px;
}

.iframedportlet P {
	margin:0 30px 5px;
}

.iframedportlet FORM {
	border-top:1px solid #356982;
	margin:10px 30px;
	padding:5px 10px;
}

.iframedportlet .buttons {
	background:#204D74;
	margin:25px 0 0;
	padding:5px 0;
}

/* END Iframed Portlet */
/* END Content */

.portlet.pagetitle {
	border:none;
}

.portlet.fullladder H3, .portlet.genericview H3 {
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 50px;
	background: url(../images/bg_h3_big.jpg) no-repeat top left;
}

.portlet.genericview .pcontent H3 {
	background:none;
	padding: 0 0 0 21px;
}

H2 A {
	color:#D2FE92;
	font-size:12px;
	font-weight:normal;
	padding:0 10px;
}

.formfield.changeimage .selected IMG {
	border: 2px solid #3dead2;
}

/* CLAN - PERSONA */
.personaclanrole SPAN {
	color:#65c4d8;
}

.personaclanactions {
	padding:5px;
	text-align:right;
}

/* INVITE TO MY CLAN LIST */
#myclanlistholder {
	width:200px!important;
}

#myclanlistholderoptions {
	background:#202C32;
	border-color: #1C6F92;
}

#myclanlistholderoptions LI{
	list-style-type:none;
	padding:2px 0;
}

#myclanlistholderoptions A.small {
	font-size:10px;
}

/*added a commanderrs list*/
#personas.portlet.listcommanders A.legacy { /* >>>>>>.listcommanders>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> revisar >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	font-style:italic;
}

#personas.portlet.listcommanders LI.selected A { /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> revisar >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	color:#FFF;
}

/* PROMO PORTLETS */
#rightrail .portlet.genericviewpromo IMG {
	max-width:265px;
}

#content .portlet.genericviewpromo IMG {
	max-width:670px;
}

#leftnavigation .portlet.genericviewpromo IMG {
	max-width:185px;
}

#contentnavigation .portlet.genericviewpromo IMG {
	max-width:750px;
}

/* REGIONAL */
TABLE.regional {
	margin:10px;
}

TABLE.regional SELECT {
	border:1px solid #2F89AB;
	background-color:#1F2E42;
	color:#ffffff;
	margin-right:5px;
}

/* serch results PERSONA / CLAN - SIMPLE VIEW */
.generalsearchresults H2 EM {
	color:#3DEAD2;
}

.searchresults THEAD TH {
	font-size:11px;
}

.searchresults TH {
	font-size:14px;
}

.searchresults TH, .searchresults TD {
vertical-align:middle;
}

.searchresults TD.game {
	height:34px;
}

.searchresults TD.game.sub {
background:#000B0F url(../images/sub_small.png) no-repeat 10px 5px;
}

.searchresults TD.game.cnc {
background:#000B0F url(../images/cnc_small.png) no-repeat 10px 5px;
}

.searchresults.clansearch TD.game {
width:140px;
}

/* end serch results  new*/
.majorerror {
	background:url(../images/majorerror.png) no-repeat left top;
}

P.message {/* P containing error/success/other message */
padding-left:10px;
}

.successmsg {
	color:#3DEAD2;
	font-weight:bold;
}

/* NEW PROFILE STYLES *****************************************************************************************************************************************/
/* ***************** ******************************************************************************************************************************************/
/* user profil */
#leftnavigation {
	width:207px;
	padding:0;
}

#contentnavigation {
	width:756px;
	padding:0;
}


#contentnavigation .pheader {
background:url(../images/contentnavigation_head.png) left top no-repeat;
height:42px;
}

#contentnavigation .pcontent {
background:url(../images/contentnavigation_mid.png) repeat-y;
padding: 10px 10px 0 10px ;
}

#contentnavigation .pfooter {
background:url(../images/contentnavigation_foot.png) left bottom no-repeat;
margin:0;
}

#leftnavigation .pheader {
background:url(../images/leftnavigation_head.png) left top no-repeat;
height:42px;
}

#leftnavigation .pcontent {
background:url(../images/leftnavigation_mid.png) repeat-y;
}


#leftnavigation .pfooter {
background:url(../images/leftnavigation_foot.png) left bottom no-repeat;
height:21px;
}

#leftnavigation .displayclanheader .pcontent {
text-align:center;
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#leftnavigation .portlet.displayclanheader .pcontent A {
	color:#6DC4D8!important;
	font-weight:normal!important;
	text-decoration:none;
	font-size:16px;
}

#leftnavigation .portlet.displayclanheader .pcontent IMG {
	margin:10px auto;
}

/*#leftnavigation .portlet.list .pcontent {
	background:none;
	padding:0;
}

#leftnavigation .portlet.list .pcontent H3 {
	background:url(../images/leftnavigation_head.png) left top no-repeat!important;
	padding:0 0 15px 50px;
}

#leftnavigation .portlet.list .pcontent .hr {
	background:none!important;
}*/

.listcommanders .pcontent UL.simplelist { /* VER SI ES NECESARIA ESTA CLASE */
	padding:0px 10px 30px 10px;
	margin:0;
}

.listcommanders .pcontent UL.simplelist LI {/* VER SI ES NECESARIA ESTA CLASE */
	padding:3px 5px 3px 20px;
	margin-top:4px;
}

.listcommanders ul.simplelist img { 
padding:0 10px 0 0;
vertical-align:middle;
}

.listcommanders ul {
list-style-type:none;
}

.listcommanders .pheader H2 {
float:left;
padding-right:8px;
}

.listcommanders .pheader a {
display:block;
float:left;
color:#9BCAE9;
font-size:11px;
font-weight:normal;
margin-top:10px;
}

.matchhistory {
width:97%;
margin-bottom:10px;
}



/* EDIT CLAN */

.portlet.editclan label {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.portlet.editclan FORM {
	margin: 20px;
}

.portlet.editclan .formfield{
	width: 600px;
	margin: auto;
	padding: 2px;
}

.portlet.editclan FORM .twocol LABEL {
	width: 300px;
}

.portlet.editclan INPUT[type=text]{
	width: 250px;
	border: 1px solid #323232;
}

.portlet.editclan INPUT[type=file] {
	width: 400px;
}

.portlet.editclan .left{
	font-weight: normal;
}

.portlet.editclan .tworows{
	width: 150px;
}

#contentnavigation .portlet.editclan #customavatar {
	display: none;
}

#contentnavigation .pcontent .buttons {
margin-top:10px;
}


/* EDIT CLAN */
/* EDIT COMMANDER */
#contentnavigation .portlet.editcommanders {
	background:url(../images/contentnavigation_mid.png) repeat-y;
	padding:0;
	margin:0;
}

/* COMMANDER STATS */
#contentnavigation .displaycommander {
	width:756px;
	margin-left:30px;
}

#contentnavigation .displaycommander h3 {
	padding-left:10px;
}

#contentnavigation .displaycommander .tabbedmenu {
	margin-left:30px;
}

#contentnavigation .displaycommander .psection.tabbedmenu {
	margin-left:0;
}

#contentnavigation .displaycommander .framedpanel {
	margin-left:20px;
}

#contentnavigation .displaycommander .framedpanel .hr {
	margin-right:20px;
}

#contentnavigation .displaycommander .framedpanel .personaclanrole {
	padding-right:10px;
}


/* Content Article */
#contentarticle {
	margin: 0; padding: 0;
}

.articlenews .pcontent {
	padding: 46px 30px 0;
}

.articlenews .pcontent {
	font-size: 12px;
	line-height: 15px;
}

.articlenews .pcontent p {
	padding: 0 0 10px;
}

.articlenews .pcontent ul {
	list-style: disc;
	margin-left: 20px;
}

.articlenews .pcontent h1 {
	font-size: 16px;
	color: #FFF;
	line-height: 15px;
	padding: 2px 0 10px;
	margin: 0;
}

.articlenews .pcontent h2 {
	font-size: 12px;
	padding: 2px 0 10px;
	line-height: 12px;
	color: #FFF;
	text-align: center;
}

.articlenews .pcontent img {
	border: 1px solid #80c956;
	margin: 3px 3px 10px;
}

/* END Content Article */

#content .detailviews .pcontent {
	border-bottom: 8px solid #808684;
}

#content .generalsearchresults {
	height: 65px;
	font-size: 18px;
	line-height: 70px;
	padding-left: 15px;
	margin-bottom: 0;
	background: url('../images/bg-portlet-top.jpg') top left no-repeat;
}

#content #tabs {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 20px 5px 20px;
	background: url('../images/bg-portlet-top.jpg') top left no-repeat;
	background-position: 0px -45px;
	border: 0;
	border-right: 1px solid #4c4e4d;
}

#content #personas {
	margin-top: 0;
	padding: 0;
	border: 0;
	background: url('../images/bg-portlet-top.jpg') no-repeat;
	background-position: 0px -80px;
}

#content #personas .simplecontent {
	padding: 0px 20px 0px 20px;
}

#content #personas .portlet {
	background: transparent;
	margin: 0;
	padding: 0;
}

#content #personas .portlet .pcontent {
	padding-bottom: 0px;
	margin-left: -1px;
	background: transparent;
}

#content #personas .portlet .pcontent table {
	margin-left: 13px;
}


.formfield textarea {
	height:10em;
	width:600px;
	background-color:#000;
	border: 1px solid #323232;
	color: #FFF;
}

/* END Content */

/* LANGUAGE SELECTOR */

#languageselector {
	right:20px;
}

#languageoptions {
    background:#222222;
    border:1px solid #9bcae9;
}
/*  END LANGUAGE SELECTOR */

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* NEW STRUCTURE SPECIFIC PORTLETS */

.pheader {
background: url('../images/bg_h3_big.jpg') top left no-repeat;
height:32px;
}

.pheader H2 {
margin-left:30px;
}

.pfooter {
	height: 27px;
	background: url('../images/bg-portlet-bottom-big.jpg') 2px bottom no-repeat;
	clear:both;
	line-height:27px;
	padding: 0 10px;
}

.pfooter a {
	color: #aBf0ff;
	font-weight: bold;	
}

#rightrail .pfooter {
	line-height:19px;
}

#rightrail .pfooter a {
	font-size: 12px;
}


.portlet.paginated .pfooter .prev {
margin-left:7px;
}

.articlenews .pheader, 
.articlevideo .pheader, 
.articlewallpaper .pheader {
background-image:none;
height:auto;
}

.articlenews .pheader H2, 
.articlevideo .pheader H2, 
.articlewallpaper .pheader H2 {
margin-left:0;
padding: 0 10px 0;
font-size: 20px;
}

.articlenews .pheader .metadata, 
.articlevideo .pheader .metadata, 
.articlewallpaper .pheader .metadata {
padding: 0 10px 5px;
margin: 0;
}

.articlevideo .pcontent,
.articlewallpaper .pcontent {
	background: none;
	margin: 0;
	padding: 0;
}

.articlevideo .pfooter,
.articlewallpaper .pfooter {
	display: none;
}

.portlet.articlewallpaper IMG {
	border: 1px solid #323232;
	margin: 10px 10px;
}
