// content background // darker blue background hover // Navibar & text // grey hover & port header /* Site defaults for generic tags */ body { font-family: Verdana, sans-serif; font-size: 10pt; color: #dcdcdc } P, td, ol, ul, { font-family: Verdana, sans-serif; font-size: 10pt; color: #dcdcdc; } b, strong { font-family: Verdana, sans-serif; font-size: 10pt; color: #dcdcdc font-weight: bold; } h1 { } h2 { } h3 { } h4 { } h5 { } h6 { } h7 { } A { text-decoration: none; font-weight: bold; color: #dcdcdc; } A:hover { color: #f03; } /* Content managed elements */ #banner { position: absolute; top: 8px; left: 8px; width:964px; height:98px; border: 1px solid black; padding: 10px; font-size: 60px; font-weight: bold; color: white; background: url("/bannerbg.jpg"); font-family: Verdana, Arial, Helvetica, sans-serif; } #banner a { color: white; text-decoration: none; } #leftcol, #rightcol { position: absolute; top: 130px; width:236px; border-top: 0; height:480px; } #leftcol { left: 8px; } #rightcol { left: 736px; } #content { position: absolute; top:130px; left:244px; width:492px; height: 600px; font-family: Verdana, sans-serif; font-size: 10pt; color: #dcdcdc background-color: #000; color: #dcdcdc; padding: 20px; } #player { position: absolute; top: 106px; left: 828px; height: 16px; z-index: 20; padding: 0px; background-color: #dcdcdc; display: none; } #player img { background-color: #dcdcdc; } #player a { margin: 1px; padding: 1px; border: solid 1px #bbbbbb; background-color: #dcdcdc; height: 14px } #player a:hover { border: solid 1px #000000; } #imagepreview { position: absolute; top: 120px; left: 634px; z-index: 19; visibility: hidden; } #title { position: absolute; top: 76px; left: -100px; width: 964px; text-align: right; overflow: hidden; font-family: Arial, Helvetica, sans-serif; color: #dcdcdc; font-size: 18px; font-weight: bold; } .footnote { padding: 4px; border-top: 1px solid black; font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 10px; text-align:left; background-color: #f0f0f0; } /* Ringtones lists & body panels */ .RingtoneList, .bodyPanel { } .rtListen a { padding: 4px; } .rtBuyNow a { padding: 4px; } .RingtoneList .rtTitle {} .RingtoneList TD {color: #f03;} .rtBuyNow A, .rtListen A {} .RingtoneList A:hover {} .bodyPanelHead { border: 1px solid black; font-weight: bold;} } .bodyPanel b, .bodyPanel strong {} /* misc */ .editor { border:dashed 1 #0c0; margin:0px; padding:4px; overflow:auto; } .portHeader td { border-top:1 black solid; font-weight: bold; padding: 0 2 0 2; text-align: center; background-color: #555;} .portContent { padding: 2px; margin-bottom: 4px; color: #dcdcdc; background-color: #000;} .portContent p { } .portContent .rtTitle { font-size: 12px; padding-left: 4px; } .portContent .rtListen, .portContent .rtBuyNow, .portContent .rtInfo { display: none; } .portLink { width: 154px; text-align: right;} #headline {} .spacewrapper { padding: 0px; margin: 0px; } #portal { } .formArea { font-family: Arial, Helvetica, sans-serif; color: #000700; font-size: x-small; padding: 2px; border: 1px solid #f1080a; background-color: #f8d4d4; color: #200740; wrap: none; } .mainContent .formArea, .mainContent .formArea p { font-size: x-small; margin-top: 0.5em; } INPUT { font-size: x-small; height: 1.6em; } /* Menu */ #Navbar { display: block; position: absolute; top: 105px; left: 8px; width:964px; height:20px z-index: 2; font-family: Arial, sans-serif; font-size: 11px; color: #0000ff; font-weight : bold; padding: 0px; border:1 black solid; overflow: hide; background: #dcdcdc; } #Navbar ul { list-style: none; display: inline; padding: 0; margin: 0; } #Navbar li { list-style: none; display: inline; padding: 0; margin: 0; vertical-align: middle; } #Navbar li a { display: inline; font-size: 14px; padding: 0 4 0 4; vertical-align: middle; color: #000; text-decoration: none; height: 21px; } #Navbar li a:hover { color: #555; } #Navbar li ul { display: none; position: absolute; font-size: 11px; background: #dcdcdc; padding: 0 0 0.4em 0; border: 1px outset; width: 18em; x_height: 76px; x_overflow: auto; } #Navbar li ul li { list-style: none; margin: 0; display: block; width: 100%; vertical-align: middle; padding: 0; line-height: 10px; height: 19px; } #Navbar li ul li a { padding: 4 8 4 8; height:19px; text-decoration: none; color: #000; display: block; width: 100%; } #Navbar li ul li a:hover { padding: 4 8 4 8; height:19px; text-decoration: none; color: #555; background: #1699e1; display: block; width: 100%; }