@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: #f1f1f1 url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_main.png') repeat-x !important;
    padding-left:125px;
}

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 !important;  
    margin: 34px auto 20px auto !important;
    padding: 0;
    background: #fff !important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    border:1px solid #d7d7d7;
}

div#header 
{
    background: #fff !important;
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    text-align: center;
    padding: 15px 0 0 0;
    min-height: 110px;
    margin-bottom:10px;
    border-bottom:1px solid #d7d7d7;
}

div#header img.logo { margin-bottom: 15px; }

img[src="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: right !important;
    width: 714px !important;
    margin: 0 20px 0 0 !important;
    padding: 0;
}

div#content.onecolumn {}

div#content.twocolumn
{
    width: 489px !important; 
}

div#sidemenu
{ 
    width: 205px !important; 
    float: none !important; 
    margin: 0 -205px 0 !important;
}

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:535px 66px !important;
	overflow:hidden !important;
}

div.avatar, div.avatar_clean
{
    height: 156px;
    width: 114px;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

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: #f1f1f1 !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#sidemenu > 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 0px 0 0 !important;
    border-radius: 7px 0px 0 0 !important;
}

div#sidemenu > div.box
{
    margin: -10px -10px 10px -10px;
    background: #fff !important;
    padding: 5px 5px 5px 10px;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 7px 0px 0 0 !important;
    border-radius: 7px 0px 0px 0px !important;
    border:1px solid #d7d7d7;
}

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; }
}




/* ====== Game http://www.popmundo.com/App_Themes/PPM2/Images ====== */

div.StartImage { background: url('http://http://www.popmundo.com/Static/Images/Front/Megadome.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.HelpImage { background: url('http://http://www.popmundo.com/Static/Images/Front/Help.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.ParentalGuidanceImage { background: url('http://http://www.popmundo.com/Static/Images/Front/ParentalGuidance.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.RulesOfConductImage { background: url('http://http://www.popmundo.com/Static/Images/Front/RulesOfConduct.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.PrivacyStatementImage { background: url('http://http://www.popmundo.com/Static/Images/Front/PrivacyStatement.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.AboutImage { background: url('http://http://www.popmundo.com/Static/Images/Front/About.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Credits { background: url('http://http://www.popmundo.com/Static/Images/Front/Credits.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Contact { background: url('http://http://www.popmundo.com/Static/Images/Front/Contact.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Teacher { background: url('http://http://www.popmundo.com/Static/Images/World/Teacher.jpg') no-repeat; height: 258px; width: 489px; position: relative; }
div.Help { background: url('http://http://www.popmundo.com/Static/Images/World/Help.jpg') no-repeat; height: 258px; width: 489px; position: relative; }

div.BlingBling { background: url('http://http://www.popmundo.com/Static/Images/Shop/BlingBling.jpg') no-repeat; height: 258px; width: 489px; }
div.Error { background: url('http://http://www.popmundo.com/Static/Images/Error.png') 170px 0px no-repeat; height: 374px; width: 714px;position: relative;}

div.Random_1 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_1.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_2 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_2.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_3 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_3.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_4 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_4.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_5 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_5.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_6 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_6.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_7 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_7.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_8 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_8.jpg') no-repeat; height:299px; width:714px; position: relative; }
div.Random_9 { background: url('http://http://www.popmundo.com/Static/Images/Front/Random_9.jpg') no-repeat; height:299px; width:714px; position: relative; }


div.Halloween { background: url('http://http://www.popmundo.com/Static/Images/Holidays/Halloween.jpg') no-repeat; height:258px; width:489px; position: relative; }
div.ValentinesDay { background: url('http://http://www.popmundo.com/Static/Images/Holidays/ValentinesDay.jpg') no-repeat; height:258px; width:489px; position: relative; }
div.DayOfTheDead { background: url('http://http://www.popmundo.com/Static/Images/Holidays/DayOfTheDead.jpg') no-repeat; height:258px; width:489px; position: relative; }
div.NewYearsEve { background: url('http://http://www.popmundo.com/Static/Images/Holidays/NewYearsEve.jpg') no-repeat; height:258px; width:489px; position: relative; }
div.BigBang { background: url('http://http://www.popmundo.com/Static/Images/Holidays/BigBang.jpg') no-repeat; height:258px; width:489px; position: relative; }
div.SaintKobe { background: url('http://http://www.popmundo.com/Static/Images/Holidays/SaintKobe.jpg') no-repeat; height:258px; width:489px; position: relative; }
div.Popopalooza { background: url('http://http://www.popmundo.com/Static/Images/Holidays/Popopalooza.jpg') no-repeat; height:258px; width:489px; position: relative; }

div.Guide { float:right !important;
    margin-left:7px!important; background: url('http://http://www.popmundo.com/Static/Images/Guide/MainGuide.jpg') no-repeat; height:258px; width:489px; position: relative; }


div.Compass { background: url('http://http://www.popmundo.com/Static/Images/Compass/Compass.jpg') no-repeat 0px 0px; height: 220px; width: 489px; background-color: #000000; }
div.MetalmanWallpaper 
{
        color:#FFFFFF; background: url('http://http://www.popmundo.com/Static/WallPapers/Popmundo_thumb.jpg') no-repeat 0px -5px;
        margin: 0 0 15px 0; 
        padding: 10px;
        -webkit-border-radius: 7px;
        border-radius:7px 0px 0px 0px !important;
        /*overflow: auto;*/        
}


div.Elvis 
{
        color:#FFFFFF; background: url('http://http://www.popmundo.com/Static/Images/Comeback/Elvis.jpg') no-repeat 0px -5px;
        margin: 0 0 15px 0; 
        padding: 10px;
        Height: 537px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        /*overflow: auto;*/        
}

 
div.City_1 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_1.jpg') no-repeat; height: 258px; width: 489px; }
div.City_5 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_5.jpg') no-repeat; height: 258px; width: 489px; }
div.City_6 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_6.jpg') no-repeat; height: 258px; width: 489px; }
div.City_7 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_7.jpg') no-repeat; height: 258px; width: 489px; }
div.City_8 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_8.jpg') no-repeat; height: 258px; width: 489px; }
div.City_9 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_9.jpg') no-repeat; height: 258px; width: 489px; }
div.City_10 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_10.jpg') no-repeat; height: 258px; width: 489px; }
div.City_11 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_11.jpg') no-repeat; height: 258px; width: 489px; }
div.City_14 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_14.jpg') no-repeat; height: 258px; width: 489px; }
div.City_15 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_15.jpg') no-repeat; height: 258px; width: 489px; }
div.City_16 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_16.jpg') no-repeat; height: 258px; width: 489px; }
div.City_17 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_17.jpg') no-repeat; height: 258px; width: 489px; }
div.City_18 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_18.jpg') no-repeat; height: 258px; width: 489px; }
div.City_19 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_19.jpg') no-repeat; height: 258px; width: 489px; }
div.City_20 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_20.jpg') no-repeat; height: 258px; width: 489px; }
div.City_21 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_21.jpg') no-repeat; height: 258px; width: 489px; }
div.City_22 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_22.jpg') no-repeat; height: 258px; width: 489px; }
div.City_23 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_23.jpg') no-repeat; height: 258px; width: 489px; }
div.City_24 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_24.jpg') no-repeat; height: 258px; width: 489px; }
div.City_25 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_25.jpg') no-repeat; height: 258px; width: 489px; }
div.City_26 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_26.jpg') no-repeat; height: 258px; width: 489px; }
div.City_27 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_27.jpg') no-repeat; height: 258px; width: 489px; }
div.City_28 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_28.jpg') no-repeat; height: 258px; width: 489px; }
div.City_29 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_29.jpg') no-repeat; height: 258px; width: 489px; }
div.City_30 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_30.jpg') no-repeat; height: 258px; width: 489px; }
div.City_31 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_31.jpg') no-repeat; height: 258px; width: 489px; }
div.City_32 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_32.jpg') no-repeat; height: 258px; width: 489px; }
div.City_33 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_33.jpg') no-repeat; height: 258px; width: 489px; }
div.City_34 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_34.jpg') no-repeat; height: 258px; width: 489px; }
div.City_35 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_35.jpg') no-repeat; height: 258px; width: 489px; }
div.City_36 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_36.jpg') no-repeat; height: 258px; width: 489px; }
div.City_38 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_38.jpg') no-repeat; height: 258px; width: 489px; }
div.City_39 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_39.jpg') no-repeat; height: 258px; width: 489px; }
div.City_42 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_42.jpg') no-repeat; height: 258px; width: 489px; }
div.City_45 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_45.jpg') no-repeat; height: 258px; width: 489px; }
div.City_46 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_46.jpg') no-repeat; height: 258px; width: 489px; }
div.City_47 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_47.jpg') no-repeat; height: 258px; width: 489px; }
div.City_48 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_48.jpg') no-repeat; height: 258px; width: 489px; }
div.City_49 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_49.jpg') no-repeat; height: 258px; width: 489px; }
div.City_50 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_50.jpg') no-repeat; height: 258px; width: 489px; }
div.City_51 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_51.jpg') no-repeat; height: 258px; width: 489px; }
div.City_52 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_52.jpg') no-repeat; height: 258px; width: 489px; }
div.City_53 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_53.jpg') no-repeat; height: 258px; width: 489px; }
div.City_54 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_54.jpg') no-repeat; height: 258px; width: 489px; }
div.City_55 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_55.jpg') no-repeat; height: 258px; width: 489px; }
div.City_56 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_56.jpg') no-repeat; height: 258px; width: 489px; }
div.City_58 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_58.jpg') no-repeat; height: 258px; width: 489px; }
div.City_60 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_60.jpg') no-repeat; height: 258px; width: 489px; }
div.City_61 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_61.jpg') no-repeat; height: 258px; width: 489px; }
div.City_62 { background: url('http://http://www.popmundo.com/Static/Images/Cities/City_62.jpg') no-repeat; height: 258px; width: 489px; }

div.Locale_ForSale { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_ForSale.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_Abandoned { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_Abandoned.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_0 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_0.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_1 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_1.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_2 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_2.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_3 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_3.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_5 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_5.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_6 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_6.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_8 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_8.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_10 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_10.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_11 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_11.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_20 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_20.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_22 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_22.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_23 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_23.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_24 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_24.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_25 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_25.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_26 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_26.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_27 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_27.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_28 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_28.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_29 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_29.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_30 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_30.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_31 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_31.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_32 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_32.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_33 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_33.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_34 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_34.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_35 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_35.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_36 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_36.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_37 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_37.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_38 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_38.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_39 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_39.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_41 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_41.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_42 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_42.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_45 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_45.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_46 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_46.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_47 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_47.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_48 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_48.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_49 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_49.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_41 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_41.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_50 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_50.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_51 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_51.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_52 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_52.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_53 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_53.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_54 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_54.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_55 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_55.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_56 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_56.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_57 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_57.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_58 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_58.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_59 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_59.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_60 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_60.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_61 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_61.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_62 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_62.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_63 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_63.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_64 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_64.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_65 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_65.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_66 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_66.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_67 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_67.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_68 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_68.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_69 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_69.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_70 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_70.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_71 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_71.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_72 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_72.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_73 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_73.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_74 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_74.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_75 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_75.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_76 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_76.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_77 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_77.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_78 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_78.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_79 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_79.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_80 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_80.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_81 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_81.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_82 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_82.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_83 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_83.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_84 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_84.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_85 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_85.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_86 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_86.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_87 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_87.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_88 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_88.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_89 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_89.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_90 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_90.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_91 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_91.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_92 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_92.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_93 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_93.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_94 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_94.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_95 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_95.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_96 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_96.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_97 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_97.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_98 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_98.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_99 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_42.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_100 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_100.jpg') no-repeat; height: 258px; width: 489px; }
div.Locale_101 { background: url('http://http://www.popmundo.com/Static/Images/Locales/Locale_35.jpg') no-repeat; height: 258px; width: 489px; }





/* ====== Notifications ====== */

div#notifications 
{
    position: fixed;
    background: url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_notifications.png') repeat-x bottom;
    width: 100%;
    left: 0;
    top: 0; 
}

div#notifications div.notificationswrapper 
{
    padding: 43px 0 2px 0;
    width: 754px;
    margin: 0 auto;    
}


div.notificationswrapper ul
{
    margin: 0;
    padding: 0;
    overflow: auto;
}

div.notificationswrapper ul li 
{
    list-style-type: none;
    float: left;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
    color: #fff;
}

div.notificationswrapper ul li.successnote
{
    background: #00aa00 url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_shortfade.png') repeat-x;
}

div.notificationswrapper ul li.errornote
{
    background: #990000 url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_shortfade.png') repeat-x;
}

div.notificationswrapper ul li.normalnote
{
    background: #ffffb1 url('http://www.popmundo.com/App_Themes/PPM2/Images/bgr_shortfade.png') repeat-x;
    color: #000;
}

div.notificationswrapper ul li.successnote a
{
    color: #fff;
}

div.notificationswrapper ul li.errornote a
{
    color: #fff;
}

div.notificationswrapper ul li.normalnote a
{
    color: #000;
}











