
PK 
@import "corner-box.css";
@import "side-box.css";
body {
background-color: #f6f6f6;
}
/* Portal page box */
.portal-box {
background: #fff url(portal-box-sides.png) repeat-y;
width: 744px;
margin: 4em auto 0 auto;
color: #5F6775;
}
.portal-box-header {
min-height: 20px;
padding: 30px 30px 0 30px;
}
.portal-box-header h1 {
border: 0;
font-weight: bold;
color: #bd1d01;
font-size: 200%;
margin: 0;
margin-right: 300px;
}
.portal-box-contents {
background: url(portal-box-bottom.png) no-repeat bottom left;
padding: 0 30px 30px 30px;
}
.portal-box-contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.portal-box-contents p {
line-height: 1.5;
margin: 1em 0;
}
hr {
display: block;
background: #fff url(divider.png) no-repeat top center;
height: 5px;
margin: 1em 0 2em 0;
border: none;
clear: both;
}
.portal-box-contents h3 {
font-size: 100%;
border: none;
margin: 1em 0;
}
/* Footer */
.portal-page #footer {
border: none;
width: 720px;
margin: 1em auto;
padding: 0;
font-size: 80%;
color: #AAA;
}
.portal-page hr {
display: none;
}
.portal-page .portal-box hr {
display: block;
}
.portal-page #footer a:link,
.portal-page #footer a:visited {
color: #999;
}
.portal-page #footer a:hover,
.portal-page #footer a:active {
color: #666;
}
/* Portal Button */
.portal-button,
p.portal-button {
width: 230px;
margin: 1em 0 0 auto;
}
.portal-button a:link span,
.portal-button a:visited span,
.portal-button a:hover span,
.portal-button a:active span {
display: block;
padding: 15px 20px;
background: url(portal-button.png) no-repeat bottom left;
}
.portal-button a:link,
.portal-button a:visited,
.portal-button a:hover,
.portal-button a:active {
display: block;
background: #a8ed2d url(portal-button.png) no-repeat top left;
color: #005825;
font-weight: bold;
font-size: 110%;
text-decoration: none;
}
.portal-button a:hover span,
.portal-button a:active span {
background: url(portal-button.png) no-repeat bottom right;
}
.portal-button a:hover,
.portal-button a:active {
color: #000;
background: #89dc29 url(portal-button.png) no-repeat top right;
}
.portal-button img {
vertical-align: middle;
margin-left: 6px;
}
.portal-box-header p {
font-weight: bold;
margin-right: 300px;
margin-top: 0;
color: #3C475B;
}
ul li, ol li {
margin-bottom: 0.5em;
}
/* Page specific styles */
#firstrun #tab-close {
margin: 6px 10px 10px 232px;
padding-left: 28px;
padding-top: 7px;
width: 300px;
background: url(tab-close.png) top left no-repeat;
color: #5F6775;
}
[dir=rtl] #firstrun #tab-close { width: 204px; }
#firstrun .portal-box-interior {
background: url(firstrun-header.jpg) top left no-repeat;
}
#firstrun .portal-box-header {
padding-top: 85px;
min-height: 130px;
}
#whatsnew .portal-box-interior {
background: url(whatsnew-header.jpg) top left no-repeat;
}
#whatsnew .portal-box-header {
min-height: 180px;
}
#whatsnew .portal-box-header h1 {
margin: 43px 250px 80px 0;
}
#whatsnew .corner-box {
width: 600px;
}
#whatsnew .corner-box p {
margin: 0 0 0 32px;
}
#whatsnew .corner-box img {
float: left;
margin-top: 4px;
}
#central .portal-box-interior {
background: url(central-header.jpg) top left no-repeat;
}
#central .portal-box-header {
padding-top: 20px;
padding-bottom: 20px;
min-height: 120px;
}
#about .portal-box-interior {
background: url(about-header.jpg) top left no-repeat;
}
#about .portal-box-header {
padding-top: 100px;
min-height: 120px;
}
#about .portal-box-header h1,
#about .portal-box-header p {
margin-right: 400px;
}
#community .portal-box-interior {
background: url(community-header.jpg) top left no-repeat;
}
#community .portal-box-header {
padding-top: 65px;
min-height: 150px;
}
#customize .portal-box-interior {
background: url(customize-header.jpg) top left no-repeat;
}
#customize .portal-box-header {
padding-top: 120px;
padding-bottom: 20px;
min-height: 50px;
}
#customize .portal-box-contents p,
#customize .portal-box-contents ul {
margin-right: 200px;
}
#help .portal-box-interior {
background: url(help-header.jpg) top left no-repeat;
}
#help .portal-box-header {
padding-top: 74px;
padding-bottom: 20px;
min-height: 80px;
}
#help .portal-box-contents p,
#help .portal-box-contents h3,
#help .portal-box-contents ul {
margin-right: 25px;
}
#its-a-trap .portal-box-interior {
background: url(its-a-trap-header.jpg) top left no-repeat;
}
#its-a-trap .portal-box-header {
padding-top: 94px;
padding-bottom: 60px;
}
#its-a-trap .portal-box-contents p,
#its-a-trap .portal-box-contents ul {
margin-right: 250px;
}
#phishing-protection .portal-box-interior {
background: url(firstrun-header.jpg) top left no-repeat;
}
#phishing-protection .portal-box-header {
padding-top: 94px;
padding-bottom: 80px;
}


PK 99