@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("popmundo.com") {
/* ---------- Main stuff ---------- */
       
html
{
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
}

body 
{ 
    background: #85909a url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_main.png') repeat-x !important;
}

a { color: #346587 !important; text-decoration: none !important; }
a:hover { color: #346587 !important; text-decoration: underline !important; }

hr 
{ 
    border: 0; 
    height: 1px; 
    margin: 15px 0; 
    background-color: #999;
}

ul
{
    margin: 0 0 15px 40px;
    padding: 0;
    
}

ul li
{
    list-style-type: disc;
    padding: 0;
    margin: 0 0 5px 0;
}

ul li:last-of-type { margin-bottom: 0; }

ol
{
    margin: 0 0 15px 40px;
    padding: 0;
    
}

ol li
{
    padding: 0;
    margin: 0 0 5px 0;
}

ol li:last-of-type { margin-bottom: 0; }

table 
{ 
    margin: 0 0 15px 10px; 
    padding: 0; 
    border: 0; 
    border-spacing: 0; 
}

table > tr th, tr td 
{ 
    padding: 0 5px 5px 0;
    vertical-align: top; 
}

img { border: 0; }
img.userimage { max-width: 465px; }

input, select, textarea
{
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
}

/* ---------- Layout control ---------- */

div#wrapper 
{ 
    width: 754px;  
    margin: 50px auto 20px auto;
    padding: 0;
    background: #cad3dc !important;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div#header 
{
    background: url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_header.png') repeat-x;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    text-align: center;
    padding: 15px 0 0 0;
    min-height: 110px;
    margin-bottom:5px;
}

div#header img.logo { margin-bottom: 15px; }

img[src="/App_Themes/PPM2/http://www.popmundo.com/App_Themes/PPM2/Images/Popmundo.png"]

{  
	padding-top: 64px !important; 
	width: 275px !important; 
	background-image: url(http://popskins.fourmuellainc.com/new/Maestro/logo.png) !important; 
	background-repeat: no-repeat !important; 
	height: 0 !important; 
}

div#topcolumn
{
    margin: 0 20px;
}

div#content 
{
    float: left;
    width: 489px;
    margin: 0 0 0 20px;
    padding: 0;
}

div#content.onecolumn {}

div#content.twocolumn
{
    width: 489px; 
}

div#sidemenu
{ 
    width: 205px; 
    float: right; 
    margin: 0 20px 0 0;
}

div#sideads
{
    position: absolute;
    display: none;
    width: 160px;
    height: 160px;
}

div#bottomads
{
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
}

div#footer 
{ 
    clear: both;
    text-align: center;
}    

/* ---------- Game images ---------- */

div.gameimage
{
    -webkit-border-radius: 0px;
    margin-bottom: 15px;
}

div.content > div.entityLogo.gameimage
{
    -webkit-border-radius: 0px;
    margin-bottom: 15px;
    background: no-repeat;
	background-size:489px 66px !important;
	overflow:hidden !important;
}

div.avatar, div.avatar_clean
{
    height: 156px;
    width: 114px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div.avatar { float: left; margin-right: 10px; }

/* ---------- Header menu ---------- */

div#headermenu {
	margin-left:20px;
	margin-right:20px;
	padding:3px !important;
	background:#364d64 !important;
	border-radius:7px;
	margin-bottom: 0px !important; 
}        
div#headermenu ul { margin: inherit !important; padding: 0; }
div#headermenu ul li { display: inline-block !important; margin: 0px !important; padding: 0px !important;  } 
div#headermenu ul li a { color: #fff !important; background:none !important; margin: 0px !important; padding: 3px !important; padding-left:5px !important; padding-right:5px !important; margin: 0px 0px 0px 0px !important; }  
div#headermenu ul li a:hover { color: #fff !important; background:#496786 !important; text-decoration:none !important; }  

/* ---------- Content ---------- */

div.content h1 
{ 
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 7px 0; 
}

div.content h2 

{ 
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 7px 0;  
}

div.content h3 
{ 
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 7px 0;  
}

div.content p 
{
    padding: 0 10px;
    margin: 0 0 15px 0;  
}

div.content p.actionbuttons
{
    text-align: right;
}


/* ---------- Boxes ---------- */
    
div.box
{
    margin: 0 0 15px 0; 
    padding: 10px;
    background-color: #f5f5f5 !important;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*overflow: auto;*/
}

div.box h1, div.box h2, div.box h3, div.box p { padding: 0; }
div.box table { margin-left: 0px; }

div.box h2
{
    margin: -10px -10px 10px -10px;
    background: #364d64 !important;
    padding: 5px 5px 5px 10px;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

div.box h2 a
{
    color: #fff !important;
}

div.box h3
{
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2px 0;      
}

div.box > p:last-child
{
    margin-bottom: 0;
}

div.box ol { margin: 0 0 15px 20px; padding: 0; }
div.box ol li { margin-bottom: 4px; }
div.box ol li:last-of-type { margin-bottom: 0; }

div.box ul { margin: 0 0 15px 0; padding: 0; }
div.box ul li { list-style-type: none; margin: 0 0 4px 0; }
div.box ul li:last-of-type { margin-bottom: 0; }

/* sometimes we have another level of ul lists */
div.box ul.header { }
div.box ul.header li { font-weight: bold; }
div.box ul.header li ul { padding-left: 15px; margin: 5px 0 15px 0; }
div.box ul.header li ul li { font-weight: normal; } /* fix for nested lists */

div.box p.actionbuttons
{
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin-bottom: 0 !important;
    text-align: right;
}

/* ---------- Table: sortable ---------- */

table.sortable {}
table.sortable th.header { background-color: #364d64 !important; background-image: none; cursor: pointer; }
table.sortable th.header:hover { background-color: #496786 !important; }
table.sortable th.headerAsc { background-image: url('http://www.popmundo.com/App_Themes/PPM2/Images/SortableAsc.png'); background-repeat: repeat-x; background-position: top; }
table.sortable th.headerDesc { background-image: url('http://www.popmundo.com/App_Themes/PPM2/Images/SortableDesc.png'); background-repeat: repeat-x; background-position: bottom; }
span.sortkey { display: none; }

/* ---------- Table: style data ---------- */
    
table.data 
{ 
    width: 100%; 
    border: 0; 
    border-spacing: 0; 
    margin: 0 0 15px 0; 
}

table.data th
{
    background: #364d64 !important;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

table.data th a { color: #fff !important; }

table.data tr > th:first-of-type { border-radius: 7px 0 0 7px; padding-left: 10px; }
table.data tr > th:last-of-type { -webkit-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0; padding-right: 10px; }
table.data tr > td:first-of-type { -webkit-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px; padding-left: 10px; }
table.data tr > td:last-of-type { -webkit-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0; padding-right: 10px; }

table.data th, table.data td
{
    vertical-align: top;
    padding: 5px;
}

table.data tr.even td
{
    background: #f5f5f5;
}

table.data tr.odd td {}

table.data tr.group td
{
    padding-top: 10px;
    font-weight: bold;
}

/* Fix to normal table */
table.data tr:last-of-type td { padding-bottom: 5px !important; }

/* Ability to color cells in a data table */
tr.odd td.green { background: #00dd00 !important; }
tr.odd td.red { background: #ee0000 !important; }
tr.even td.green { background: #00ee00 !important; }
tr.even td.red { background: #ff0000 !important; }

/* Single cell headers */

table.data tr th.single, table.data tr td.single { -webkit-border-radius: 7px !important; border-radius: 7px !important; }

/* ---------- Table: style box in div.box ---------- */
    
div.box table.data th
{
    color: #fff;
    background: #999;
}

div.box table.data tr.even td
{
    background: #dddddd;
}

div.box table.data tr.odd td {}

/* ----------- Table: hoverable switch for table or tr ---------- */

table.hoverable tr:hover td, table.hoverable tr.selected td, table.data tr.hoverable:hover td, table.data tr.selected td 
{
    background: #ffcc00 url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_shortfade.png') repeat-x !important;
}

/* ---------- Tabbed menu ---------- */

div.tabs
{
    margin: -10px -10px 10px -10px !important;
    background: #364d64 !important;
    font-weight: bold;
    font-size: 12px;  
    vertical-align: top;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0; 
    padding: 0 5px;
	color:black !important;
}

div.tabs div.tabsend
{
    height: 0;
    clear: both;
}

div.tabs a 
{ 
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff !important; 
    text-decoration: none; 
    float: left;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; 
}

div.tabs a:hover { text-decoration: underline !important; background: #999; }
div.tabs a.active { color: #000 !important; background: #eee; }

/* ------------------------------------ Colored text properties ------------------------------------ */

div.cText_Light
{
    background: #fff;
    display: inline;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.cText_Dark
{
    background: #000;
    display: inline;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* ---------- Form elements ---------- */

input.round, textarea.round, select.round
{
    background: #fff;
    font-family: "Lucida Grande", Verdana;
    font-size: 11px;
    border: 1px solid #999;
    padding: 3px;
    -webkit-border-radius: 7px;
    border-radius: 7px;    
}

textarea.round { height: 100px; }

/* ---------- Normal ul in boxes ---------- */

div.box ul.normal 
{
    margin: 0 0 0 15px;
}

div.box ul.normal li
{
    list-style-type: disc;
    margin-bottom: 10px;
}

div.box ul.normal li:last-of-type
{
    margin-bottom: 0px;
}

div.box ul.normal li ul
{
    margin: 5px 0 0 15px;
}

div.box ul.normal li ul li
{
    list-style-type: circle;
    margin-bottom: 5px;
}

a.abusereport { display: none; }
a.rightcornerabuse 
{ 
    float: right; 
    margin: 5px 5px 0 0; 
    background: white; 
    padding: 5px; 
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important; 
}

.chartsMain a {
    color:white !important;
}

/* ---------- Fixes, should be at the end ---------- */

div.box ul:last-of-type { margin-bottom: 0; }
div.box table:last-of-type { margin-bottom: 0; }
div.box table tr:last-of-type td { padding-bottom: 0; }
div#sidemenu div.box h2 { background: #666; }
div#sidemenu img.viponly { margin-left: 5px; }

/* ---------- Dev stuff. Most likely you guys won't see this anywhere ---------- */

div.dev h2, table.data th.dev { background-color: #990000 !important; }
div.dev { background-color: #ffeeee !important; }
div.dev a, select.dev, a.dev, span.dev, p.dev { color: #990000 !important; }
tr.odd td.dev, div.box table.data tr.odd td.dev { background-color: #eecccc !important; }
tr.even td.dev, div.box table.data tr.even td.dev { background-color: #ffeeee !important; }
}