/* General styles */
BODY {
	background:#000 url(../images/bg-repeat.jpg) repeat-y 50% 0;
	color: #FFF;
}

a {
	color: white;
	text-decoration: none;	
	font-weight: bold;
}

a:hover {
	text-decoration: underline;	
}

#container {
	margin: 0 auto;
}

#contentarea {
	width: 988px;
	margin-left: 10px;
}

#hd {
	background: #000 url(../images/hd-bg.jpg) no-repeat left bottom;
	height: 175px;
	width: 988px;
	margin-left: 10px;
}

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

#hd #sitelogo {
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 50%;
	margin-left: -484px;
	background:url(../images/logo.jpg) no-repeat top left;
	height: 133px;
	width: 686px;
}

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

#hd #useraccount {
	font-size:11px;
	margin:0;
	padding:5px 15px;
	right:0;
	top:42px;
}

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

#hd #useraccount TD.avatar IMG {
	margin-top: 5px;
	border:none;
	margin-left: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: 44px;
	left: -247px;
	width: 250px;
}

#hd #useraccount FORM .links {
	position:absolute;
}

#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 #323232;
}

#login label {
	color: #fff;
}

#useraccount .buttons {
	position: absolute;
	top: 75px;
	left: -44px;
}

#useraccount .buttons input {
	color: #FBBC00;
	font-weight: bold;
	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: -64px;
	left: -27px;
	.white-space:nowrap;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#hd #useraccount .buttons a:hover {
	text-decoration: none;
}

#useraccount .links {
	top: 87px;
	left: -163px;
}

#useraccount .links a {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	.white-space:nowrap;
}

#useraccount .links a:hover {
	text-decoration: none;
}

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

#wrapper {
	background: url(../images/bg-base.jpg) no-repeat 50% 0;
}



.errormsg {
	color:#D52C20;
	font-weight:bold;
	padding-left: 15px;
}

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:-6px;
}

#ft A {
	color:#de8f2e;
}

/* END Footer */
/* Games Main Menu */
#gameselector {
	padding: 3px 0 0 220px;
}

#gameselector LI {
	height:45px;
}

#gameselector LI.portal {
	background:url(../images/gameselector_1.jpg) no-repeat center top;
	width:132px;
}

#gameselector LI.ra3 {
	background:url(../images/gameselector_3.jpg) no-repeat center top;
	width:135px; 
}

#gameselector LI.tiberium {
	background:url(../images/gameselector_2.jpg) no-repeat center top;
	width:142px; 
}

#gameselector LI.generals {
	background:url(../images/gameselector_4.jpg) no-repeat center top;
	width:142px; 
}

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

/* END Games Main Menu */
/* Simple Search */
#search {
	position: absolute;
	bottom: 2px;
	right:24px;
}

#search label {
	color: #FFF;
}

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

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

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

/* 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: 988px;
	margin-left: 10px;
	padding: 0;
	height: 45px;
	background:#325678 url(../images/bg-menu.jpg) no-repeat left top;
	text-align: center;
	position: relative;
}

.l1menu A {
	color: #FFF;
	text-decoration: none;
	font-size:16px;
}

.l1menu A:hover {
	color: #FFF;
	text-decoration: underline;
}

.l1menu .item {
	height: 65px;
	line-height: 40px;
	margin: 0 10px;
	padding: 10px 7px;
	color: #9bcae9;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
}

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

.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);
	white-space:nowrap;
}

.l2menu LI A {
	margin-left: 10px;
	.margin-left: 0;
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #e9e9e9 !important;
}

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

/* Modify the Right Rail width */
#rightrail {
	width: 265px;
	margin-right: 20px;
}

#languageselector {
	right: 15px;
}

.userstatus {
	color:#6DC4D8;
}

.odd {
	background:#0b1e33;
}

.framedpanel {
	border:0;
	padding:5px;
}

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

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

.portlet H3 {
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0 0 0 60px;
	color: #000000;
}

.portlet H4 A {
	color:#FFF;
}

/* Portlet - News Rotator */
.portlet .newsrotator {
	width: 644px;
}

.newsrotator img {
	width: 634px;
	height: 215px;
}

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

.portlet .newsrotatorcontent {
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #000;
}

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

/* END Portlet - News Rotator */
#rightrail .portlet {
	background: none;
}

/* 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: #f2e4ca;
	font-size: 12px;
	padding: 10px 15px 0 12px;
	background: url('../images/pcontent-bg-big.jpg') top left repeat-y;
}

.articlerotator .pcontent {
	padding-top: 0;
}

.portlet .pcontent .ladderstats h3 {
	padding: 11px 0 0 10px;
}

.genericviewpromo .pfooter {
	display: none;
}

.genericviewpromo .pcontent {
	padding: 0;
	margin-left: 7px;
}

#rightrail .portlet .pcontent {
	width: 265px;
	padding: 20px 0 0 0;
	background: none;
}

#rightrail .portlet .pcontent div, #rightrail .portlet .pcontent table {
	margin: 0;
}

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

.portlet .pcontent H3 {
	background:none;
}

.portlet .pcontent IMG {
	border-color:#000000;
}

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

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

.portlet .linktocontent {
	color: white;
	font-size: 14px;
}

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

.portlet .metadata, .portlet .back, .portlet H3 A  {
	color:#f49c3e;
	font-size:11px;
	font-weight:normal;
	padding:0 10px 0 0;
}

UL.simplelist LI {
	background-color:#0b1e33;
}

/*.list SPAN {
	color: #de8f2e;
}

.list .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: #f49c3e;
}

.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;
	font-size: 11px;
}

/* Generic Form */
.formfield SELECT, TEXTAREA {
	border:1px solid #2F89AB;
	color:#2a689e;
}

.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: 0;
	color:#FFF;
	font-size:11px;
}

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

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 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 #f49c3e;
	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;
}

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

.stats1 THEAD TH {
	color:#FFF;
}

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

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

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

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

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

.ranking TD {
	padding:1px 5px;
	background-color: #0f0403;
}

.ranking TD a {
	color: #f2e4ca;
	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:#de8f2e;
	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:#de8f2e;
}

.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;
}

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

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

/* END Rankings */
/* Basic User Information Portlet */
.generaluserinfo .username {
	color:#6DC4D8;
	font-size:15px;
	font-weight:bold;
}

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

.generaluserinfo .status {
	font-size:11px;
}

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

.tabbedmenu li {
	background:transparent none repeat-x scroll left top;
	border:0 none;
}

.tabbedmenu li.selected {
	border:0;
}

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

/* 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 */
.tabledcontent A {
	color: #FFF;
}

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

.portlet.gridviewmore .tabledcontent {
	margin:10px 0 0 20px;
}

/* 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;
	color: #DE8F2E;
}

.portlet.articlewallpaper IMG {
	border: 1px solid #DE8F2E;
}

.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.profile .profilefirstcol, .portlet.profile .profilesecondcol {
	width: 300px;
}

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

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

SPAN.fixeddata {
	color:#6DC4D8;
}

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

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

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

.portlet.profile INPUT[type=text]{
	width: 120px;
}

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

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

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

/* END Profile Form */
/* Public Profile */
.portlet.displayprofile .profilefirstcol {
	padding-left: 10px;
}

.portlet.displayprofile .profilesecondcol {
	padding-left: 20px;
}

.portlet.displayprofile IMG {
	border: 1px solid #53c0e2;
	margin: 0 0 10px 0;
}

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

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

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

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

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

/* END Public Profile */
/* Clan Info */
.portlet .displayclan  .gamestats TD {
	background:#0B1E33;
	border:1px solid #146584;
	padding:10px 40px 10px 15px;
}

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

.portlet P.totalscore {
	background:#0B1E33;
	border:1px solid #146584;
	font-size:12px;
	font-weight:bold;
	margin:10px;
	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 */
/* Content Article */
#contentarticle {
	margin: 0; padding: 0;
}

.articlewallpaper .metadata,
.articlenews .metadata {
	display: none;
}

.articlewallpaper .pcontent,
.articlenews .pcontent {
	padding: 10px 20px 10px 17px;
	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 .portlet h2 {
	font-size: 14px;
	color: #000;
	margin-left: 45px;
	line-height: 28px;
}

#content .detailviews .portlet .simplecontent {
	display: none;
}

#content .detailviews .pcontent p {
	padding-left: 15px;
}

#content .detailviews .pcontent {
	padding-bottom: 60px;
}

#content .generalsearchresults {
	height: 45px;
	font-size: 18px;
	line-height: 30px;
	padding-left: 45px;
	margin-bottom: 0;
	color: #000;
}

#content #tabs {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 20px 5px 20px;
	background-position: 0px -45px;
	border: 0;
	border-top: 1px solid #000;
}

#content #personas {
	margin-top: 0;
	padding: 0;
	border: 0;
	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: 40px;
	margin-left: -1px;
}


/* LANGUAGE SELECTOR */
#languageselector {
background-color:#222;
border:1px solid #F49C3E;
border-right:none;
}

#languageoptions {
    background:#222222;
    border:1px solid #F49C3E;
}

#languageselector, #languageselector A {
	color:#ffffff;
}

/*  END LANGUAGE SELECTOR */


/* END Content */
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* NEW STRUCTURE SPECIFIC PORTLETS */

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

.pheader H2 {
	font-size: 20px;
	font-weight: bold;
	margin-left:40px;
	padding-top:8px;
}

.portlet .pfooter {
	height: 41px;
	background: url('../images/bg-portlet-bot.jpg') bottom left no-repeat;
	clear:both;
	line-height:25px;
	padding: 0 20px;
}

.portlet.viewmore .pfooter .viewall {
	font-size:11px;
}


.portlet.paginated A:link, .portlet.paginated STRONG {
	font-size: 11px;
}

.portlet.paginated A:hover{
	text-decoration: underline;
}
