body {
background-color: #333;
color: #333;
font-family: Arial, sans-serif;
font-size: 12px;
padding: 0 350px 50px 350px;
background-image: url(/images/bg.gif);
background-position: top right;
}

#wrapper {
min-width: 700px;
margin: 0 -350px;
padding-bottom: 20px;
}
 
body.external {
background-image: none;
background-color: #333;
padding: 0 200px;
}
 
body.external #wrapper {
min-width: 400px;
margin: 0 -200px;
}

body.external #logo {
background-image: url(/images/logo-app.gif);
width: 52px;
height: 60px;
background-repeat: no-repeat;
}
 
* {
margin: 0;
padding: 0;
}
 
a {
color: #000;
outline: none;
}
 
a img {
border: 0;
}
 
a:hover {
background-color: #000;
color: #fff;
text-decoration: none;
}
 
hr {
display: block;
clear: both;
margin: 0;
visibility: hidden;
}
 
.clearfix {
clear: both;
}
 
#header {
width: 100%;
background-color: #333;
color: #fff;
height: 90px;
position: relative;
}

#header h1 {
font-weight: normal;
font-size: 22px;
text-indent: -100px;
}

#header h1 a {
display: block;
background-repeat: no-repeat;
background-position: 0 0;
height: 60px;
width: 52px;
background-image: url(/images/logo-app.gif);
margin-top: -4px;
}

.public #header h1 {
background-image: none;
width: auto;
color: #fff;
height: auto;
text-indent: 0;
padding: 23px 20px 2px 22px;
}
 
.public #header h2 {
font-weight: normal;
font-size: 15px;
color: #aaa;
padding: 0 0 0 22px;
}
 
.view #header h1 {
padding: 20px 0 0 85px;
}
 
.dashboard #header h1 {
padding: 20px 0 0 20px;
}
 
#header ul#globalnav {
position: absolute;
top: 10px;
right: 75px;
}
 
#header ul#globalnav li {
display: inline;
font-size: 11px;
color: #bbb;
border-right: 1px dotted #555;
padding: 0 8px 0 3px;
}
 
#header ul#globalnav li a {
color: #ddd;
}
 
#header ul#globalnav li.last {
padding: 0 0 0 3px;
border: 0;
}
 
#header ul#globalnav li.status {
background-position: top right;
background-repeat: no-repeat;
padding: 1px 21px 3px 5px;
color: #ddd;
}

#header ul#globalnav li.status a {
color: #ddd;	
}
 
#header ul#globalnav li.status.stable {
background-image: url(/images/green.png);
}
 
#header ul#globalnav li.status.issues {
background-image: url(/images/amber.png);
}

#header ul#globalnav li.status.issues a {
color: #fff;	
}
 
#header ul#globalnav li a:hover {
color: #fff;
background: transparent;
text-decoration: underline;
}

#header ul#globalnav li.help a {
position: absolute;
top: -10px;
right: -55px;
}
 
.web #header h1 {
background-image: url(/images/icon-mail-sm.gif);
}
 
#lbody {
width: 100%;
margin-right: -200px;
float: left;
min-width: 700px;
position: relative;
}
 
#lbody ul#tabs {
height: 29px;
background-color: #333;
padding-left: 20px;
position: absolute;
right: 217px;
top: -29px;
}
 
#lbody ul#tabs li {
display: block;
float: left;
background-repeat: no-repeat;
height: 29px;
background-position: left top;
margin-right: 4px;
}
 
#lbody ul#tabs li a {
color: #fff;
display: block;
float: left;
font-size: 12px;
background: transparent;
background-repeat: no-repeat;
background-position: right top;
height: 13px;
text-decoration: none;
padding: 8px 12px;
background-color: #6f6f6f;
}
 
#lbody ul#tabs li a:hover {
background-color: #525252;
}
 
#lbody ul#tabs li.active a {
font-weight: bold;
color: #383838;
background-color: #ededed;
}
 
#lbody ul#tabs li.active a:hover {
color: #383838;
background-color: #ededed;
}
 
#lbody ul#tabs li.active {
}
 
#lbody #sidebar {
width: 160px;
float: right;
text-align: left;
padding: 0 20px 20px 20px;
color: #fff;
font-size: 12px;
margin-top: -20px;
}
 
#lbody #sidebar a {
color: #fff;
}
 
#lbody #sidebar a:hover {
background-color: #fff;
color: #000;
}
 
#lbody #sidebar a#newemailtest {
display: block;
background-image: url(/images/new-email-btn.gif);
width: 168px;
height: 51px;
background-repeat: no-repeat;
text-indent: -10000px;
position: relative;
left: -6px;
margin-bottom: 6px;
margin-top: -11px;
}
 
#lbody #sidebar a#newemailtest:hover {
background-position: -168px 0px;
background-color: transparent;
}
 
#lbody #sidebar a#newpagetest {
display: block;
background-image: url(/images/new-page-btn.gif);
width: 168px;
height: 48px;
background-repeat: no-repeat;
text-indent: -10000px;
position: relative;
left: -6px;
}
 
#lbody #sidebar a#newpagetest:hover {
background-position: -168px 0px;
background-color: transparent;
}
 
#lbody #sidebar h3 {
margin: 25px 0 15px 0;
color: #ddd;
font-size: 14px;
border-bottom: 1px solid #555;
padding-bottom: 4px;
}
 
#lbody #sidebar hr {
border: 0;
border-bottom: 1px dotted #666;
visibility: visible;
}
 
#lbody #sidebar ul.activity {
list-style-type: none;
font-size: 11px;
line-height: 130%;
}
 
#lbody #sidebar ul.activity li {
margin-bottom: 15px;
}
 
#lbody #sidebar a#refreshbtn {
display: block;
background-image: url(/images/refresh-btn.png);
background-repeat: no-repeat;
width: 158px;
height: 34px;
text-align: left;
text-indent: -10000px;
margin: 0;
}

#lbody #sidebar a#refreshbtn:hover {
background-color: transparent;
}
 
#lbody #sidebar ul#results {
list-style-type: none;
width: 176px;
margin-left: -20px;
margin-top: 20px;
}
 
#lbody #sidebar ul#results li a {
font-size: 12px;
display: block;
height: 16px;
width: 153px;
padding: 10px 8px 7px 20px;
margin: 0 0 4px 0px;
color: #fff;
background-repeat: no-repeat;
background-position: 160px 10px;
}
 
#lbody #sidebar ul#results li.compatible a {
background-image: url(/images/smalltick.gif);
}
 
#lbody #sidebar ul#results li.incompatible a {
background-image: url(/images/smallcross.gif);
}
 
#lbody #sidebar ul#results li.active a {
font-weight: bold;
background-color: #eee;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
color: #515151;
text-decoration: none;
}
 
#lbody #sidebar ul#results li a:hover {
background-color: #777;
}
 
#lbody #sidebar ul#results li.active a:hover {
background-color: #eee;
}
 
#lbody #sidebar ul#results li.incomplete a {
text-decoration: none;
color: #888;
cursor: default;
}
 
#lbody #sidebar ul#results li.incomplete a:hover {
background-color: #444;
}
 
#lbody #sidebar ul#results li.overview {
margin-bottom: 20px;
font-weight: bold;
}
 
#lbody #sidebar form {
margin: 0;
}
 
#lbody #sidebar #version-switcher select {
width: 160px;
margin: 22px 0 20px 0;
}
 
#lbody #main {
background-color: #fff;
margin-left: 20px;
margin-right: 220px;
min-width: 400px;
margin-top: 20px;
border-top: 2px solid #dbdbdb;
border-left: 2px solid #dbdbdb;
border-bottom: 2px solid #cacaca;
border-right: 2px solid #cacaca;
min-height: 350px;
position: relative;
padding-bottom: 20px;
}
 
.external #main {
width: 400px;
border: 5px solid #444;
margin: 0 auto;
padding: 20px;
background-color: #fff;
margin-top: 100px;
}
 
.external #main h1 {
font-size: 20px;
margin: 0 0 20px 0;
line-height: 140%;
}
 
.external #main p {
font-size: 14px;
line-height: 140%;
}
 
.external #main form {
margin: 0;
}
 
.external #main form label {
font-size: 14px;
margin: 0 0 4px 0;
}
 
.external #main form p.rememberme label {
display: inline;
margin: 0;
}
 
.external #main form p.rememberme {
margin-bottom: 20px;
}
 
.external #main form p.rememberme input {
margin: 0 8px 0 0;
position: relative;
}

.external #main form p.password small {
display: block;
margin: 3px 0 13px 0;
}

.external #main form p.password small a {
color: #666;
text-decoration: none;
}

.external #main form p.password small a:hover {
text-decoration: underline;
background: none;
}
 
.external #main form input {
margin: 0;
font-size: 20px;
padding: 5px;
}

.external #main form input#login {
margin-bottom: 15px;
}

.external #main form input#loginBtn {
font-size: 16px;
}
 
.external #main form p {
margin: 0;
}
 
#lbody #main h2 {
font-size: 20px;
height: 29px;
color: #444;
font-weight: normal;
padding: 16px 20px 8px 20px;
background-image: url(/images/header-bg.jpg);
background-position: top left;
margin: 0 0 20px 0;
border-bottom: 1px solid #bbb;
text-overflow: ellipsis;
}
 
#lbody #main h3 {
	font-size: 15px;
}
 
dl {
background-color: #f5f5f5;
padding: 15px 20px 10px 20px;
position: relative;
top: -20px;
}
 
dl.spam {
background-color: #f7dcd7;
padding: 7px 20px 3px 20px
}
 
dl.spam dt {
font-weight: bold;
color: #d75842;
background-image: url(/images/spam-alert-sm-red.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left: 18px;
width: 82px;
}
 
dl.spam dd {
color: #555;
}
 
dl.midpage {
margin: 10px 0px 30px 0;
top: 0;
padding: 15px;
}
 
dt {
float: left;
width: 100px;
color: #aaa;
position: relative;
}
 
dl.midpage dt {
text-align: right;
padding-right: 10px;
color: #666;
}
 
dd {
margin-bottom: 4px;
font-weight: bold;
color: #666;
}
 
dl.midpage dd {
color: #333;
}
 
dd.weak {
font-weight: normal;
}
 
dd small {
font-size: 11px;
margin-left: 5px;
font-weight: normal;
}
 
dd small a {
color: #666;
margin: 0 1px;
}
 
#lbody #main p.meta {
font-size: 13px;
margin: 0 20px;
line-height: 160%;
color: #666;
}
 
#lbody #main p.meta strong {
background-color: #fffee0;
padding: 2px;
}
 
#lbody #main ul#marktest {
float: right;
list-style-type: none;
margin-top: -62px;
margin-right: -20px;
width: 325px;
}
 
#lbody #main ul#marktest li {
display: inline;
}
 
#lbody #main ul#marktest li input {
display: block;
float: left;
height: 30px;
width: 125px;
margin-left: 5px;
}
 
#lbody #main ul#marktest li a:hover {
background-color: transparent;
}
 
#lbody #main ul#marktest li#no a {
background-image: url(/images/no-off-btn.gif);
}
 
#lbody #main ul#marktest li#yes a {
background-image: url(/images/yes-off-btn.gif);
}
 
#lbody #main ul#marktest li#yes.active a {
background-image: url(/images/yes-on-btn.gif);
}
 
#lbody #main ul#marktest li#no.active a {
background-image: url(/images/no-on-btn.gif);
}
 
#lbody #result {
margin: 20px;
border: 5px solid #ddd;
position: relative;
max-width: 1024px;
top: -20px;
}
 
#lbody #result #toolbar {
background-color: #ddd;
padding: 5px 8px;
height: 20px;
}
 
#lbody #result #toolbar a {
display: block;
float: left;
background-image: url(/images/toolbar-lozenge.gif);
width: 53px;
background-position: 81px 0;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding: 3px 11px 3px 17px;
margin-right: 10px;
color: #444;
}
 
#lbody #result #toolbar a.active {
background-position: 0 0;
color: #fff;
}
 
#lbody #result #toolbar a#loswindow {
padding: 0;
width: 81px;
height: 18px;
background-image: url(/images/los-window-off.gif);
text-indent: -10000px;
}
 
#lbody #result #toolbar a#loswindow.active {
background-image: url(/images/los-window-on.gif);
}
 
#lbody #result #toolbar a#losfullpage {
padding: 0;
width: 81px;
height: 18px;
background-image: url(/images/los-fullpage-off.gif);
text-indent: -10000px;
}
 
#lbody #result #toolbar a#losfullpage.active {
background-image: url(/images/los-fullpage-on.gif);
}
 
#lbody #result #toolbar a#losfullpageimgoff {
padding: 0;
width: 150px;
height: 18px;
background-image: url(/images/los-fullpage-imgoff-off.gif);
text-indent: -10000px;
background-position: 150px 0;
}
 
#lbody #result #toolbar a#losfullpageimgoff.active {
background-image: url(/images/los-fullpage-imgoff-on.gif);
}
 
#lbody #result #toolbar a#losfullpageimgon {
padding: 0;
width: 150px;
height: 18px;
background-image: url(/images/los-fullpage-imgon-off.gif);
text-indent: -10000px;
background-position: 150px 0;
}
 
#lbody #result #toolbar a#losfullpageimgon.active {
background-image: url(/images/los-fullpage-imgon-on.gif);
}
 
#lbody #result #toolbar a#loswindowimgoff {
padding: 0;
width: 150px;
height: 18px;
background-image: url(/images/los-window-imgoff-off.gif);
text-indent: -10000px;
background-position: 150px 0;
}
 
#lbody #result #toolbar a#loswindowimgoff.active {
background-image: url(/images/los-window-imgoff-on.gif);
}
 
#lbody #result #toolbar a#loswindowimgon {
padding: 0;
width: 150px;
height: 18px;
background-image: url(/images/los-window-imgon-off.gif);
text-indent: -10000px;
background-position: 150px 0;
}
 
#lbody #result #toolbar a#loswindowimgon.active {
background-image: url(/images/los-window-imgon-on.gif);
}
 
#lbody #result #toolbar span#zoomhelp {
position: absolute;
right: 0;
top: 4px;
color: #555;
padding: 4px 4px 4px 22px;
font-size: 11px;
background-image: url(/images/magnify.gif);
background-repeat: no-repeat;
background-position: 5px 5px;
}
 
#lbody #result #screen {
width: 100%;
overflow: hidden;
cursor: pointer;
}
 
#lbody #result #screenhint
{
color: #FFFFFF;
background-color: #000000;
position: absolute;
padding: 20px;
margin: 0 50% 0 30%;
width: 20%;
top: 200px;
z-index: 2;
display: none;
}
 
#lbody #result #zoominfo {
position: absolute;
background-color: #ccc;
padding: 10px;
font-size: 11px;
border-top: 5px solid #eee;
border-bottom: 5px solid #fff;
border-left: 5px solid #fff;
border-right: 5px solid #eee;
bottom: -5px;
left: -5px;
}
 
#lbody #result #screen #screenimg {
width: 100%;
max-width: 1024px;
}

#lbody #result #mobile_screen #screen #screenimg {
width: auto;
}

#lbody #result #mobile_screen #screen {
cursor: auto;
}

#screenimg {
-ms-interpolation-mode:bicubic;
}
 
#lbody #main .filterbar {
background-color: #ddd;
padding: 10px;
margin: 0px 20px 30px 20px;
font-size: 11px;
}

#lbody #main .filterbar form {
margin: 0;
padding: 0;
width: 375px;
}

#lbody #main .filterbar input.search {
width: 273px;
padding: 3px;
font-size: 13px;
}

div#mail-sendit form {
margin: -12px 0 0 0;
}

div#mail-sendit textarea {
border: 2px solid #888888;
margin-top: 10px;
width: 99%;
}

div#mail-sendit p.hint-text {
	margin: 10px 0px 0px 0px;
}


 
#lbody #main .filterbar #spin {
position: absolute;
margin-top: 0px;
left: 50%;
margin-left: 15px;
}

#lbody #main .pagination {
text-align: right;
width: 300px;
float: right;
margin: -19px 0 0 0;
font-weight: bold;
}

#lbody #main .pagination a {
background-color: #eee;
padding: 6px 10px 5px 10px;
text-decoration: none;
}

#lbody #main .pagination a:hover {
background-color: #ccc;
color: #222;
}

#lbody #main .pagination .prev_page, #lbody #main .pagination .next_page {
display: none;
}

#lbody #main .pagination span.current {
background-color: #444;
color: #fff;
padding: 6px 10px 5px 10px;
}
 
#lbody #main .listing {
margin: 0px 20px 20px 20px;
}
 
#lbody #main .listing.overview {
margin: 0;
}
 
#lbody #main .listing .result {
width: 270px;
float: left;
margin: 0 15px 15px 0;
background-color: #f3f3f3;
padding: 12px;
height: 132px;
position: relative;
background-repeat: no-repeat;
background-position: 245px 15px;
}
 
#lbody #main .listing .result span.shared {
background-image: url(/images/users.gif);
background-repeat: no-repeat;
text-indent: -10000px;
display: block;
height: 16px;
width: 16px;
top: 27px;
right: 15px;
position: absolute;
}
 
#lbody #main .listing .result img.spamalert, 
#lbody #main .listing .result img.retry-test {
position: absolute;
top: 14px;
right: 6px;
}
 
#lbody #main .listing.overview .result {
border: 0;
background-color: #fff;
width: 125px;
height: auto;
padding: 0;
margin: 0 30px 20px 0;
}
 
#lbody #main .listing.overview .resultpending {
width: 75px;
height: 45px;
float: left;
margin: 10px 30px 20px 0;
background-color: #eee;
padding: 35px 25px 30px 25px;
font-weight: normal;
text-align: center;
color: #777;
}
 
#lbody #main #publicpending {
background-color: #fffbdf;
padding: 8px;
margin-top: 10px;
}
 
#lbody #main .listing .result.email {
background-image: url(/images/tag-email.gif);
}
 
#lbody #main .listing .result.page {
background-image: url(/images/tag-page.gif);
}
 
#lbody #main .listing .result img {
float: left;
}
 
#lbody #main .listing .result img.inprogress {
padding: 40px 50px 20px 50px;
}
 
#lbody #main .listing .result img.trash {
position: absolute;
bottom: 15px;
right: 15px;
}
 
#lbody #main .listing .result .details {
float: left;
width: 130px;
padding-left: 15px;
margin-top: 4px;
}
 
#lbody #main .listing .result img.resultimg {
background-image: url(/images/result-bg.gif);
padding: 3px 3px 12px 3px;
margin-top: 8px;
}
 
#lbody #main .listing.overview .result img.resultimg {
background-image: url(/images/result-bg-o.gif);
padding: 23px 3px 12px 3px;
}
 
#lbody #main .listing .result img.allcompatible {
position: absolute;
left: 5px;
top: 45px;
}
 
#lbody #main .listing .result h3 {
font-size: 14px;
}
 
#lbody #main .listing .result h3 a {
text-decoration: none;
}
 
#lbody #main .listing.overview .result h3 {
margin: 0;
position: absolute;
top: 14px;
left: 8px;
font-size: 11px;
font-weight: normal;
}
 
#lbody #main .listing .result p.url {
font-size: 11px;
margin-top: 1px;
color: #999;
}
 
#lbody #main .listing .result p.url abbr {
border: 0;
}
 
#lbody #main .listing .result ul {
list-style-type: none;
font-size: 12px;
width: 127px;
margin-top: 8px;
}
 
#lbody #main .listing .result ul li {
padding: 0 0 5px 20px;
}
 
#lbody #main .listing .result ul li.tick {
background-image: url(/images/smalltick.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
}
 
#lbody #main .listing .result ul li.cross {
background-image: url(/images/smallcross.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
padding-bottom: 6px;
}
 
#lbody #main .listing .result ul li.weak {
color: #999;
font-size: 11px;
padding-left: 0;
}
 
#lbody #main .listing .result ul li.total {
padding: 0 0 6px 0;
font-weight: bold;
}
 
#lbody #main .listing .result ul li img.shared {
float: right;
}
 
#lbody #main h3.screenshots {
background-image: url(/images/screenshots-icon.gif);
background-repeat: no-repeat;
font-size: 18px;
padding: 4px 0 4px 42px;
margin-bottom: 10px;
}
 
#lbody #main h3.spam {
background-image: url(/images/spam-icon.gif);
background-repeat: no-repeat;
font-size: 18px;
padding: 4px 0 4px 42px;
margin-bottom: 20px;
margin-top: 30px;
}
 
#footer {
width: 600px;
clear: both;
font-size: 10px;
margin: 20px;
padding-top: 20px;
position: relative;
}
 
.external #footer {
width: 440px;
margin: 0 auto;
padding: 0px;
margin-top: 15px;
}
 
.external #footer ul {
top: 0px;
right: 0px;
left: auto;
margin: 0;
}
 
#footer a#litmus {
display: block;
background-image: url(/images/litmus-logo-sm-grey.gif);
width: 45px;
height: 52px;
text-indent: -1000px;
}
 
#footer ul {
position: absolute;
top: 15px;
left: 2px;
list-style-type: none;
margin: 10px 0 0 -8px;
}
 
#footer ul li {
display: inline;
}
 
#footer ul li a {
color: #777;
font-size: 11px;
padding: 0 9px 0 7px;
border-right: 1px dotted #aaa;
}
 
#footer ul li a:hover {
background-color: transparent;
text-decoration: underline;
color: #000;
}
 
.external #footer ul li a:hover {
color: #fff;
}
 
#footer ul li.last a {
padding: 0 0 0 7px;
border: 0;
}
 
p.hint {
text-align: right;
font-size: 13px;
margin: 0 20px 0 0;
position: absolute;
right: 0px;
top: 19px;
}
 
form {
margin: 0 35px 0 20px;
font-size: 13px;
}

form#html_upload_form {
margin: auto;
font-size: auto;
}
 
form .formpart {
margin: 20px 0;
}
 
form .formindent {
margin-left: 10px;
margin-top: 10px;
}
 
form p {
margin: 5px 0;
}
 
hr.split {
border: 0;
border-bottom: 1px dotted #ddd;
visibility: visible;
margin: 20px 0;
width: 100%;
}
 
label {
display: block;
font-size: 13px;
font-weight: bold;
margin-bottom: 8px;
}
 
span.weak {
font-weight: normal;
color: #777;
}
 
input.bigtext {
font-size: 16px;
padding: 4px;
}
 
input.wide {
width: 100%;
}
 
#formselectbrowsers {
margin: 15px 0 10px 17px;
}
 
fieldset {
border: 1px solid #bbb;
padding: 15px;
margin-bottom: 15px;
}
 
fieldset legend {
font-weight: bold;
font-size: 12px;
}
 
fieldset.beta legend {
background-image: url(/images/beta.gif);
background-repeat: no-repeat;
background-position: right center;
padding-right: 35px;
}
 
fieldset .option {
width: 185px;
float: left;
margin: 5px 0;
}
 
ul.defaultslist {
font-size: 11px;
list-style-type: none;
padding-bottom: 15px;
margin-left: 17px;
color: #666;
}
 
ul.defaultslist li {
display: inline;
margin-right: 30px;
}
 
ul.defaultslist li span {
display: block;
float: left;
margin-right: 30px;
margin-bottom: 5px;
height: 17px;
padding: 4px 28px 2px 7px;
background-color: #eee;
background-repeat: no-repeat;
}
 
div.listwrap {
margin-bottom: 15px;
}
 
ul.defaultslist li span.w {
background-position: 93% 6px;
background-image: url(/images/win-sm-grey.gif);
}
 
ul.defaultslist li span.m {
background-position: 93% 5px;
background-image: url(/images/mac-sm-grey.gif);
}
 
ul.defaultslist li span.l {
background-position: 93% 5px;
background-image: url(/images/linux-sm-grey.gif);
}
 
ul.defaultslist li span.i {
background-position: 90% 5px;
background-image: url(/images/web-sm-grey.gif);
}
 
ul.defaultslist li span.s {
background-position: 97% 3px;
background-image: url(/images/spam-sm-grey.gif);
}
 
span.w {
background-image: url(/images/win.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 0px 24px 5px 0;
}
 
span.m {
background-image: url(/images/mac.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 2px 26px 5px 0;
}
 
span.l {
background-image: url(/images/linux.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 2px 24px 5px 0;
}
 
span.i {
background-image: url(/images/web.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 2px 24px 3px 0;
}
 
span.s {
background-image: url(/images/spam.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 2px 28px 3px 0;
}

span.s {
background-image: url(/images/spam.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 2px 28px 3px 0;
}

span.c {
background-image: url(/images/mobile.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 1px 18px 3px 0;
}
 
input {
margin-right: 5px;
}
 
form .actionsbox {
background-color: #eee;
padding: 7px;
margin-top: 20px;
font-size: 11px;
color: #555;
width: 100%;
clear: both;
}

form .actionsbox.upload {
padding: 12px 0 7px 0;
height: 28px;
}
 
form .actionsbox input {
margin-right: 5px;
}

form .actionsbox.upload input {
margin-right: 15px;
}

.alertbox {
background-color: #fff7de;
margin-top: 15px;
}
 
.alertbox h3 {
padding: 18px 0 5px 0;
color: #996633;
margin: 0 15px 5px 15px;
font-size: 15px;
}
 
.alertbox#passwordprotected h3 {
background-image: url(/images/locked.gif);
padding: 18px 0 5px 40px;
background-repeat: no-repeat;
background-position: 0px 10px;
}
 
.alertbox#passwordprotected {
padding-bottom: 10px;
}
 
.alertbox p {
font-size: 13px;
clear: both;
padding: 5px 0;
margin: 0 15px;
}
 
.alertbox .actionsbox {
background-color: #f5e5b4;
padding: 7px 15px;
margin-top: 10px;
}
 
.alertbox p.fixedwidth label {
float: left;
width: 90px;
font-size: 13px;
}
 
/* Flash */
#fla {
margin: 20px 220px -10px 20px;
background-color: #fff7de;
font-size: 12px;
padding: 8px 20px;
border-top: 2px solid #f5e5b4;
border-bottom: 2px solid #f5e5b4;
background-repeat: no-repeat;
background-position: 20px 8px;
line-height: 140%;
font-weight: bold;
}
 
.external #fla {
margin: 0 0 15px 0;
}
 
#main #fla.dashboard {
margin-right: 20px;
margin-bottom: 20px;
}
 
#fla.notice {
background-image: url(/images/info.gif);
padding: 9px 20px 8px 43px;
}
 
#fla.error {
background-image: url(/images/alert.gif);
padding: 9px 20px 8px 43px;
}

p.explanation {
font-size: 14px;
margin-top: 20px;
}
 
/* Errors */
#main #errorExplanation {
background-color: #f5c7c7;
padding: 15px;
margin: 20px;
font-size: 13px;
}
 
.external #main #errorExplanation {
margin: 0 0 20px 0;	
}

#main #errorExplanation p {
margin: 8px 0;
}

.external #main #errorExplanation p {
margin: 0 0 8px 0;
font-weight: bold;
}
 
#main #errorExplanation ul {
margin: 0 30px 0 25px;
}
 
#main #errorExplanation h2 {
background-image: url(/images/error.gif);
padding: 7px 0 10px 40px;
background-repeat: no-repeat;
background-position: 0px 0px;
font-size: 14px;
letter-spacing: 0;
font-weight: bold;
margin: 0 0 10px 0;
font-size: 15px;
}
 
.hidden {
	display: none;
}
 
 
#progressbar {
background-image: url(/images/progress-bar.gif);
width: 159px;
height: 20px;
position: relative;
margin-top: 30px;
}
 
#progressbar.disabled {
background-image: url(/images/progress-bar-disabled.gif);
}
 
#progressbar #progressbar-wrapper {
height: 15px;
position: absolute;
top: 2px;
left: 26px;
width: 123px;
}
 
#progressbar #progressbar-value {
height: 15px;
background-color: #747474;
float: right;
}
 
p#progressinfo {
font-size: 11px;
color: #ccc;
margin: 5px 0 10px 0px;
text-align: center;
}
 
#main #page {
margin: 0 20px;
}
 
#main #page ul {
list-style-type: none;
margin: 8px 0 30px 0;
}
 
#main #page ul li {
margin: 0 0 4px 0;
}
 
#main #page ul li.action {
margin: 8px 0 0 0;
font-weight: bold;
}
 
#main #page ul li span.weak a, #main #page dl dd span.weak a {
color: #777;
font-size: 11px;
margin-left: 3px;
}
 
#main #page ul li span.weak, #main #page dl dd span.weak {
margin-left: 6px;
}
 
#main #page #left {
float: left;
width: 65%;
}
 
#main #page #right {
float: right;
width: 35%;
}
 
#main #page ul.status {
background-color: #ddd;
color: #555;
margin-left: 10px;
}
 
#main #page ul.status li {
padding: 8px 15px 10px 15px;
border-bottom: 3px solid #fff;
margin: 0;
}
 
#main #page ul.status li.active {
padding: 20px 15px;
background-color: #8ebad9;
color: #fff;
}
 
 
 
#main #page ul.versions {
background-color: #e7e7e7;
color: #555;
margin-bottom: 0;
}
 
#main #page ul.versions a {
text-decoration: none;
}
 
#main #page ul.versions a:hover {
background-color: transparent;
}
 
#main #page ul.versions li {
padding: 8px 15px 10px 65px;
position: relative;
background-color: #e7e7e7;
background-image: url(/images/version-off.gif);
background-repeat: no-repeat;
background-position: 15px 10px;
height: 24px;
margin: 0;
}
 
#main #page ul.versions li.active {
padding: 20px 15px 20px 65px;
background-color: #8ebad9;
color: #fff;
background-image: url(/images/version-on.gif);
background-position: 15px 15px;
height: 30px;
}
 
#main #page ul.versions li span.versionnumber {
position: absolute;
top: 15px;
left: 20px;
text-align: center;
color: #616161;
font-size: 13px;
font-weight: bold;
display: block;
width: 30px;
}
 
#main #page ul.versions li.active span.versionnumber {
color: #13364e;
font-size: 18px;
top: 26px;
}
 
#main #page ul.versions li span.title {
font-size: 11px;
font-weight: bold;
color: #616161;
position: relative;
top: 1px;
}
 
#main #page ul.versions li.active span.title {
font-size: 13px;
color: #fff;
}
 
#main #page ul.versions li strong {
font-size: 16px;
}
 
#main #page ul.versions li span.title span.weak {
font-size: 13px;
color: #fff;
}
 
#main #page ul.versions li span.weak {
margin: 0;
color: #b2b2b2;
font-size: 9px;
position: relative;
top: -2px;
}
 
#main #page ul.versions li.active span.weak {
color: #dae8f2;
font-size: 10px;
top: 0px;
}
 
#main #page div#sharingoff {
margin: 5px 0 20px 0;
background-color: #f5f5f5;
padding: 8px 8px 8px 26px;
font-weight: bold;
position: relative;
background-image: url(/images/users.gif);
background-position: 6px 8px;
background-repeat: no-repeat;
}
 
#main #page div#sharingoff a {
position: absolute;
top: 10px;
right: 8px;
font-size: 10px;
}
 
#main #page div#sharingon {
margin: 5px 0 20px 0;
background-color: #fffbdf;
padding: 8px 8px 8px 8px;
font-weight: bold;
position: relative;
background-image: url(/images/users.gif);
background-position: 6px 8px;
background-repeat: no-repeat;
}
 
#main #page div#sharingon a.shareswitch {
position: absolute;
top: 10px;
right: 8px;
font-size: 10px;
}
 
#main #page div#sharingon p {
padding-left: 18px;
}
 
#main #page div#sharingon p.url {
font-weight: normal;
font-size: 11px;
margin: 5px 0 6px 0;
padding: 9px 0 0 0;
border-top: 1px solid #ddd492;
}
 
#main #page div#sharingon p.explain {
font-weight: normal;
font-size: 11px;
color: #777;
padding-left: 0;
}
 
#main #page div#validation {
margin: 5px 0 20px 0;
background-color: #f5f5f5;
padding: 8px 8px 8px 8px;
position: relative;
font-size: 11px;
font-weight: bold;
}
 
#main #page div#validation ul {
margin: 0;
}
 
#main #page div#validation ul li {
background-repeat: no-repeat;
background-position: 0 0;
padding: 1px 0 4px 19px;
}
 
#main #page div#validation ul li.pass {
background-image: url(/images/smalltick.gif);
}
 
#main #page div#validation ul li.fail {
background-image: url(/images/smallcross.gif);
}
 
#main #page div#validation ul li a:hover {
color: #fff;
}
 
#statusbar {
width: 100%;
height: 40px;
position: fixed;
bottom: 0px;
left: 0px;
background-color: #111;
z-index: 10000;
color: #fff;
}
#statusbar p {
padding: 13px 22px;
font-weight: bold;
opacity: 1 !important;
}
#statusbar p a {
color: #fff;
margin-left: 6px;
font-weight: normal;
color: #999;
}
 
form.cssform label {
margin: 0 0 3px 0;
}
 
form.cssform .form-field {
margin-bottom: 13px;
}
 
form.cssform input {
font-size: 15px;
padding: 3px;
}
 
h3.rule {
margin-top: 20px;
border-top: 1px dotted #ddd;
padding-top: 20px;
}
 
strong.highlight {
background-color: #fff7de;
padding: 2px;
font-weight: normal;	
}
 
#page p {
line-height: 140%;
}
 
p.help {
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
background-color: #fffddb;
padding: 8px;
}
 
#right p.help {
margin-top: 15px;
font-size: 11px;
font-weight: normal;
color: #777;
background-color: transparent;
padding: 0;
}
 
#main div.browsers {
background-color: #f2f2f2;
}
 
#main div.browsers p {
font-size: 11px;
font-weight: bold;
color: #555;
padding: 10px 15px 10px 70px;
background-image: url(/images/safarifirefox.gif);
background-repeat: no-repeat;
background-position: 15px center;
}
 
 
.modalbox {
padding: 15px;
}
 
.modalbox .actionsbox {
position: absolute;
bottom: 0;
left: 0;
background-color: #ccc;
background-image: url(/images/modal-gradient.gif);
background-position: top left;
background-repeat: repeat-x;
width: 100%;
height: 35px;
padding-top: 12px;
border-top: 1px solid #aaa;
text-align: right;
}
 
.modalbox .actionsbox form {
margin: 0;
display: inline;
padding: 15px;
}
 
#MB_content .modalbox .actionsbox input {
margin-top: 0;
font-size: 14px;
padding: 0;
}
 
#MB_content .modalbox input#mail_address, input#email_subject {
width: 97%;
}
 
.modalbox .actionsbox div {
display: inline;
}
 
.mailwaitspin {
float: right;
padding: 10px 20px 20px 20px;
}
 
.signup fieldset {
width: 70%;
padding: 10px 20px;
border: 1px solid #999;
font-size: 14px;
margin: 0;
}
 
.signup ul {
list-style-type: none;
margin: 0;
padding: 0;
}
 
.signup ul li {
margin-bottom: 10px !important;
}
 
.signup h3 {
margin: 0px 0 10px 0;
font-size: 18px !important;
}
 
.signup .formsection {
background-color: #f6f6f6;
padding: 15px;
margin: 20px 0;
}
 
.signup p.priceplan {
background-color: #fff8bb;
padding: 6px 10px;
font-size: 14px;
}
 
.signup p {
width: 70%;
}
 
.signup .createaccount {
padding: 5px;
font-weight: bold;
margin-top: 15px;
}

ul li span.access {
  display: none;
}
 
#order_cancel {
background-color: #f5c7c7;
padding: 11px;
margin-top: 10px;
}
 
#order_cancel p {
margin-bottom: 10px;
}
 
#order_cancel form {
margin : 0;
}
 
.priceboxes {
background-color: #f1f1f1;
margin: 8px 0 20px 0;
}
 
.priceboxes div {
width: 45%;
float: left;
padding: 10px;
}
 
.priceboxes .pricesingle {
width: 100%;
float: none;
border-bottom: 3px solid #fff;
}
 
.priceboxes .priceright {
float: right;
}
 
.priceboxes label {
display: inline;
font-size: 16px;
}
 
.priceboxes .pricesingle label {
font-size: 12px;
}
 
.priceleft.disabled label, .priceright.disabled label {
color: #888;
}
 
.priceboxes p {
margin-left: 22px;
}
 
.priceboxes p#total_monthly_cost {
font-size: 16px;
margin: 0px 0 12px 0;
color: #2d7fb8;
font-weight: bold;
}
 
.priceboxes .pricesingle p {
margin: 0 0 10px 0;
}
 
.priceboxes ul {
margin-left: 22px;
margin-top: 8px;
list-style-type: none;
}
 
.priceboxes ul li {
font-size: 12px;
margin-bottom: 3px;
padding-left: 17px;
background-image: url(/images/sm-check-onwhite.gif);
background-position: 0 1px;
background-repeat: no-repeat;
}
 
.priceboxes .priceleft.disabled ul li, .priceboxes .priceright.disabled ul li {
color: #999;
}
 
div.important {
background-color: #f5c7c7;
padding: 11px;
margin-top: -5px;
font-weight: bold;
}
 
div.important form {
margin: 0;
}
 
div.important a:hover {
	background-color: none;
}
 
 
 
.fowa #header {
height: 135px;
}
 
.fowa #header a {
color: #fff;
font-weight: bold;
}
 
.fowa #header h1 {
color: #ccc;
}
 
.fowa ul#tabs {
display: none;
}
 
.fowa #header #fowaheader {
margin: 10px 20px 20px 20px;
padding: 10px;
line-height: 140%;
background-color: #444;
}
 
#patronimg {
	margin-top: 5px;
}
 
#patron_badge_code {
	margin-top: 5px;
	font-family: monospace;
	height: 60px;
	width: 100%;	
}
 
 
/* White label area */
.whitelabel ul.accounts li {
	border-bottom: 1px solid #eee;
	padding: 6px 0 10px 0;
}
 
#lbody #sidebar ul.actions {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
#lbody #sidebar ul.actions li a {
	display: block;
	background-image: url(/images/btn-blank.gif);
	width: 158px;
	height: 38px;
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	text-decoration: none;
	text-align: center;
}
 
#lbody #sidebar ul.actions li.add span {
	background-image: url(/images/add.gif);
	display: block;
}
 
#lbody #sidebar ul.actions li a:hover {
	text-decoration: underline;
	background-color: transparent;
}
 
ul#actions {
	float: right;
	position: relative;
	top: -103px;
	width: 350px;
}
 
ul#actions li {
	display: inline;
}
 
ul#actions li a {
	background-image: url(/images/header-button.gif);
	background-position: top left;
	display: block;
	width: 158px;
	height: 24px;
	padding: 10px 0 0 0;;
	margin: 8px 0 0 0;
	float: right;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
 
ul#actions li a:hover {
	text-decoration: underline;
	color: #000;
}
 
.whitelabel #header h1 {
	background-repeat: no-repeat;
	background-position: 20px 15px;
	height: 64px;
	width: 239px;
	background-image: url(/images/logo-whitelabel.gif);
	text-indent: -100px;
}
 
div.graph {
	width: 810px;
	position: relative;
}
 
div.graph h3 {
	margin-bottom: 15px;
}
 
div.graph .graph-key {
	position: absolute;
	top: 56px;
	right: 0px;
	width: 70px;
	background-color: #f3f3f3;
	padding: 8px;
}
 
div.graph .graph-key span {
	background-color: #526975;
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
 
div.graph .graph-switch {
	width: 260px;
	background-color: #f3f3f3;
	padding: 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	font-size: 11px;
}
 
p.breadcrumb {
	margin: 0;
	margin-top: -21px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	padding-left: 8px;
	padding: 8px 8px 7px 20px;
	font-size: 11px;
}
 
.whitelabel #sidebar p {
	margin: 4px 0 22px 0;
	line-height: 130%;
}
 
#sidebar a.pdf {
	background-image: url(/images/pdf-icon.gif);
	background-repeat: no-repeat;
	padding: 2px 0 5px 23px;
	height: 20px;
}
 
#sidebar a.pdf:hover {
background-color: #333 !important;
color: #fff !important;
text-decoration: underline !important;
}
 
#sidebar h4.guide {
margin-top: 25px;
}
 
#page .firstrun {
background-color: #d75842;
height: 36px;
position: relative;
font-weight: bold;
color: #fff;
font-size: 14px;
padding: 15px 180px 10px 15px;
margin-bottom: 20px;
}
 
#page .firstrun img {
position: absolute;
top: -84px;
right: -55px;
}
 
.plan {
background-color: #f5f5f5;
padding: 10px 0 10px 65px;
margin-bottom: 5px;
}
 
.plan.selected {
background-color: #999;
}
 
.plan.daypass {
background-image: url(/images/daypass-sm.png);
background-position: 5px 13px;
background-repeat: no-repeat;
margin-top: 8px;
}
 
.plan.individual {
background-image: url(/images/individual-sm.png);
background-position: 8px 13px;
background-repeat: no-repeat;
}
 
.plan.team {
background-image: url(/images/team-sm.png);
background-position: 4px 13px;
background-repeat: no-repeat;
}
 
.plan.freeplan {
background-image: url(/images/free-sm.png);
background-position: 4px 13px;
background-repeat: no-repeat;
}
 
.plan p.price {
color: #777;
font-weight: bold;
padding-bottom: 4px;
}

.plan.selected p.price {
color: #fff;
font-weight: normal;
}

.plan p.title {
font-weight: bold;
font-size: 15px;
}

.plan.selected p.title {
color: #fff;
}

.plan p.actions {
border-top: 1px solid #ddd;
padding-top: 6px;
margin-right: 15px;
font-size: 13px;
font-weight: bold;
background-image: url(/images/actions-arrows.gif);
background-position: 0 9px;
padding-left: 20px;
background-repeat: no-repeat;
}

.plan.selected p.actions {
border-top: 1px solid #fff;
color: #fff;
background-image: url(/images/actions-arrows-grey.gif);
}

.plan.selected p.actions a {
color: #fff;
}

.plan ul.matrix-features {
margin: 6px 0 13px 15px !important;
list-style-type: disc !important;
}

.plan.selected ul.matrix-features {
color: #fff;
}

.plan ul.matrix-features li.plus {
font-weight: bold;
}

p.highlight {
background-color: #fff7de;
padding: 6px;
font-weight: bold;
font-size: 14px;
}

form .couponform {
margin-left: -20px;
font-size: 12px;
}
 
form .couponform input.bigtext {
font-size: 12px;
padding: 0;
}
 
form .couponform label {
margin: 0;
font-size: 12px;
}
 
div.spam_result {
padding: 10px 10px 10px 42px;
background-color: #f5f5f5;
margin: 0 20px 10px 0;
}
 
div.spam_result p {
margin-left: 1px;
margin-bottom: 5px;
color: #333333;
font-size: 14px;
}

h4.spam_result_text {
	float: left;
}

h4.spam_result_text a:hover {
	color: #fff !important;
}

p.spam_result_text {
	float: right;
	margin-top: 5px;
	font-weight: bold;
}

div#inneroverviewspamlist {
	float: left;
	width: 65%;
}

div#inneroverviewspamlist h4.spam_result_text {
	font-size: 15px;
	margin-top: 3px;
}

div#inneroverviewspamlist h4.spam_result_text a {
	font-size: 11px;
	color: #777;
	font-weight: normal;
	margin-left: 10px;
}


div#inneroverviewspamlist div.spam_filter_about_text {
	color: #777;
	line-height: 140%;
}

div#inneroverviewspamlist * {
	font-size: 12px;
}

div#inneroverviewheaderlist {
	float: right;
	width: 35%;
}

#lbody #main div#inneroverviewspamlist h3 {
	font-size: 1.3em;
	margin: 20px 0;
	color: #777777;
}

#lbody #main div#inneroverviewheaderlist h3 {
	color: #333;
	margin-bottom: 8px;
}

#lbody #main div#inneroverviewheaderlist p {
	font-size: 1em;
	margin-bottom: 25px;
}

#lbody #main div#inneroverviewheaderlist ul {
	font-size: 12px;
margin-top: -15px;
}

em.failed, em.passed {
	font-style: normal;
	font-weight: bold;
}

em.failed {
	color: #992200;
}

em.passed {
	color: #559900;
}

#lbody #main div#inneroverviewheaderlist ul li {
	list-style: disc outside;
	font-size: 20px;
	margin: 6px 5px 10px 20px;
	line-height: 70%;
}

#lbody #main div#inneroverviewheaderlist ul li * {
	color: #333;
	font-size: 12px;

}

#lbody #main div#inneroverviewheaderlist ul li.warning_spam_header {
	color: #CC7F00;
color: #777;
}

#lbody #main div#inneroverviewheaderlist ul li.fatal_spam_header {
	color: #992200;
color: #333;
}
 
#lbody #main div.spam_result ul {
margin: 0 0 0 16px;
padding: 0;
}
 
div.spam_result ul li {
padding: 5px 0 5px 10px;
color: #616161;
}
 
div.spam_result li.fatal_spam_header {
border-left: 3px solid #999;
}
 
div.spam_result li.warning_spam_header {
border-left: 1px solid #999;
}
 
div.spam_result h3 {
padding: 4px 0 8px 0;
}
 
div.spam_pass {
background: url(/images/spam-tick.gif) no-repeat 10px 10px #f5f5f5;
}
 
div.spam_fail {
background: url(/images/spam-cross.gif) no-repeat 10px 10px #f5f5f5;
}
 
#globalnav li.chat {
color: #999;
}
 
#globalnav li.chat #chatspring-available a, #globalnav li.chat #chatspring-available a:hover {
font-weight: bold;
color: #fff;
background-image: url(/images/chat.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding: 0 0 0 16px;
}

p.beta {
margin: -10px 0 20px 0;
}

.upsell {
background-color: #fff7de;
padding: 7px 7px 6px 10px;
width: 100%;
border-top: 2px solid #f5e5b4;
border-bottom: 2px solid #f5e5b4;
}

.upsell a {
font-weight: bold;
margin-left: 6px;
}

div#mobile_container {
margin: 10px auto;
overflow: hidden;
}

#mobile-scroll-up, #mobile-scroll-down {
position: absolute;
top: 250px;
left: -30px;
}

#mobile-scroll-down {
top: 320px;
}

a#mobile-scroll-up:hover, a#mobile-scroll-down:hover {
background-color: transparent;
}

img#screenimg {
position: relative;
top: 0px;
left: 0px;
}

div#mobile_screen {
margin: 0 auto;
position: relative;
}

div.litmus_script {
	padding-left: 100px;
}

div#litmus_script_container {
	margin-top: 15px;
	display: none;
}

label#litmus_script_label {
	display: inline;
	background-image: url(/images/beta.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}

input#use_litmus_script {
	margin-top: 20px;
}

label.pageload {
display: inline;
font-weight: normal;
font-size: 11px;
position: relative;
top: -1px;
}

input#test_set_wait_after_page_load {
margin-top: 10px;
margin-right: 3px;
}

h3#static-inbox-header {
	margin-top: 30px;
}

#page.extras p {
	line-height: 140%;
	font-size: 14px;
	margin-top: 10px;
}

#page.extras h4 {
	margin: 25px 0 15px 0;
	color: #666;
	font-size: 14px;
}

#page.extras ol {
	margin: 0 0 0 20px;
}

#page.extras ol li {
	line-height: 140%;
	font-size: 13px;
}

#page.extras img.bookmarklet-screen {
	margin: 20px 0;
}

#page.extras a.bookmarklet {
	font-weight: bold;
	background-color: #eee;
	padding: 3px;
}

#page.extras a.bookmarklet:hover {
	color: #333;
}

#right p.emailsource {
margin-top: 6px;
font-size: 11px;
}

#right h3.emailsource {
margin-top: 25px;
}

#right p.zipfile {
margin-top: 6px;
font-size: 11px;
}

#right h3.zipfile {
margin-top: 25px;
}

.address-display p {
margin-bottom: 5px;
}

.address-display h3 {
margin-bottom: 8px;
}

form p span.weak {
margin: 4px 0 0 0;
font-size: 12px;
width: 350px;
display: block;
line-height: 16px;
color: #666;
}

.address-form p {
margin-bottom: 15px;
clear: both;
}

.address-form p span.weak.halfwidth {
width: 150px;
float: left;
margin-bottom: 25px;
}

.address-form p span.weak.halfwidth.last {
width: 145px;
margin-left: 16px;
}

.address-form p span.weak.smallgap {
margin-bottom: 15px;
}

.address-form p label span.weak {
display: inline;
margin-left: 4px;
}

.address-form input.bigtext.nolabel {
margin-bottom: 7px;
}

.address-form input.bigtext.halfwidth {
width: 144px;
}

form input.bigtext.halfwidth.last {
margin-right: -6px;
}

.address-form select#address_country_id {
width: 330px;
clear: both;
}

.system-status h2 {
border-bottom: 1px solid #ddd;
padding-bottom: 7px;
}

.system-status p.status-perfect, .system-status p.status-ok, .system-status p.status-bad {
margin-top: 13px;
margin-bottom: 20px;
font-weight: bold;
font-size: 16px !important;
}

.system-status p.status-perfect {
color: #377421;
}

.system-status p.status-bad, .system-status p.status-ok {
color: #a23636;
}

.system-status p.help {
margin-top: 20px;
font-weight: normal;
font-size: 13px !important;
margin-bottom: 0;
}

.system-status p.status {
margin-bottom: 15px;
}

.system-status p.status span.client-name {
font-weight: bold;
}

.system-status p.status strong {
font-size: 11px;
color: #fff;
padding: 2px;
margin-left: 2px;
}

.system-status p.status.status_1 strong {
background-color: #bf8b31;
}

.system-status p.status.status_2 strong {
background-color: #a23636;
}

#completion-time {
margin: 0 0 20px 0;
}

#completion-time p {
background-color: #fffbdf;
margin-right: 20px;
padding: 8px 10px 7px 34px;
background-image: url(/images/sm-indicator-yellow.gif);
background-repeat: no-repeat;
background-position: 8px 8px;
}

#completion-time p span.disclaim {
color: #777;
}

#completion-time p span.disclaim a {
color: #777;
}

#completion-time p span.disclaim a:hover {
color: #fff;
}

.left {
float: left;
width: 300px;
margin-right: 30px;
}

.right {
float: left;
width: 270px;
}

label.inline {
display: inline;
position: relative;
top: -1px;	
}

form input.indented {
clear: both;
padding: 2px;
font-size: 12px;
margin-top: 3px;
width: 225px;
}

form input.indented.shorter {
width: 209px;
margin-left: 3px;	
}

span.indented {
margin-left: 23px;	
}

span.indented.weak {
display: block;
margin-top: 3px;	
}

#notification-block {
margin: 0 0 20px 0;
}

#notification-block a {
font-size: 10px;
font-weight: bold;
}

#notification-block span {
margin-right: 5px;
}

#notification-block h3 {
margin: 0 0 4px 0;
}

#doctype-notice {
position: absolute;
width: 150px;
height: 90px;
background-color: #666;
color: #fff;
top: 50px;
right: -12px;
padding: 15px;
z-index: 1000;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-border-radius: 8px;
}

#doctype-notice a {
color: #fff;
}

#doctype-notice p {
margin-bottom: 10px;
}

#doctype-notice p.actions {
line-height: 170%;
text-align: center;
}

#doctype-notice img {
position: absolute;
top: -15px;
left: 73px;
}

#iphone_overlay.full_on {
position: absolute;
top: 121px;
z-index: 1000;
background-image: url(http://media.emailtests.com/iphone-full.png);
width: 320px;
height: 480px;
}

#iphone_overlay.window_on {
position: absolute;
top: 121px;
background-image: url(http://media.emailtests.com/iphone-inbox.png);
width: 320px;
height: 480px;
}

#main h2 span a {
font-size: 11px;
font-weight: bold;
margin-left: 7px;
}

#main h2 form {
margin: 0;
padding: 0;
}

#main h2 form input#test_set_name {
font-size: 19px;
position: relative;
top: -5px;
left: -6px;
padding: 2px;
width: 400px;
}

/* Analytics */

body.reports #lbody #sidebar, body.engagements #lbody #sidebar {
display: none;
}

body.reports #lbody #main, body.engagements #lbody #main {
margin-right: 19px;
}

body.reports #lbody #tabs, body.engagements #lbody #tabs {
right: 16px;
}

body.reports, body.engagements {
background-image: url(/images/bg-nocol.gif);
}

#main #page ul.recent-activity {
margin: 10px 0 15px 0;
}

#main #page ul.recent-activity li {
margin: 4px 0;
padding: 5px 0 9px 34px;
font-size: 13px;
background-repeat: no-repeat;
border-bottom: 1px solid #eee;
}

#main #page ul.recent-activity li.last, #main #page ul.recent-activity li:last-child {
border-bottom: 0;
}

#main #page ul.recent-activity li em {
font-style: normal;
font-weight: bold;
}

#main #page ul.recent-activity li span {
color: #888;
font-size: 11px;
margin-left: 3px;
}

#main #page ul.recent-activity li.printed {
background-image: url(/images/analytics-print-sm.png);
}

#main #page ul.recent-activity li.forwarded {
background-image: url(/images/analytics-fwd-sm.png);
}

#main #page.analytics h3 {
font-size: 16px;
margin-bottom: 8px;
}

#main #page.analytics {
padding-top: 20px;
}

.analytics #main #page.analytics {
padding-top: 0;
}

#main #page.analytics div.left, #main #page.analytics div.right {
width: 400px;
padding: 0;
}

div.three-col {
width: 220px;
float: left;
margin-right: 30px;
}

#main #page div.figure {
font-size: 16px;
background-color: #eee;
padding: 22px 10px 18px 75px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
color: #555;
background-repeat: no-repeat;
margin-bottom: 10px;
}

#main #page div.figure.forwards {
background-image: url(/images/analytics-forward.png);
background-position: 12px 7px;
margin-top: 28px;
}

#main #page div.figure.prints {
background-image: url(/images/analytics-print.png);
background-position: 12px 7px;
}

#main #page div.figure span {
font-weight: bold;
font-size: 20px;
margin-right: 3px;
color: #333;
}

#main #page.analytics div.graph {
float: left;
position: relative;
left: -5px;
margin-bottom: 10px;
}

#main #page.analytics div.graph.large {
width: 250px;
}

#main #page.analytics div.graph.small {
width: 180px;
}

#main #page.analytics div.graph.smallest {
width: 150px;
}

#main #page.analytics p.graph {
text-align: center;
}

#main #page.analytics div.graph.smallest {
float: none;
margin: 0 auto;
left: 0;
}

#main #page.analytics .three-col h3 {
text-align: center;
}

#main #page.analytics table {
float: left;
width: 220px;
text-align: left;
border: 0;
border-collapse: collapse;
}

#main #page.analytics table tr:last-child td, #main #page.analytics table tr:last-child th {
border-bottom: 0px;
}

#main #page.analytics div.valign {
display: table-cell;
vertical-align: middle;
}

#main #page.analytics div.valign.large {
height: 250px;
}

#main #page.analytics div.valign.small {
height: 180px;
}

#main #page.analytics table.engagement.data {
margin: 10px 0;
width: 470px;
}

#main #page.analytics table.engagement.data th {
text-align: center;
background-color: #dedede;
text-shadow: 0px 1px 0 #fff;
border-bottom: 1px solid #bbb;
font-size: 13px;
}

#main #page.analytics table.engagement.data tr .client {
width: 100px;
text-align: left;
font-weight: normal;
}

#main #page.analytics table.engagement.data th.client {
font-weight: bold;
}

#main #page.analytics table.engagement.data td {
width: 123px;
text-align: center;
font-weight: bold;
}

#main #page.analytics table.engagement.data td.read {
background-color:#6b8d00;
color: #fff;
border-bottom: 1px solid #a6bb65;
}
#main #page.analytics table.engagement.data td.skimmed {
background-color:#a6bb65;
color: #fff;
border-bottom: 1px solid #e2e9cd;
}
#main #page.analytics table.engagement.data td.deleted {
background-color:#e2e9cd;
color: #555;
border-bottom: 1px solid #fff;
}

#main #page.analytics table tr td, #main #page.analytics table tr th {
padding: 8px 8px 6px 8px;
border-bottom: 1px solid #eee;
}

#main #page.analytics table tr.last td, #main #page.analytics table tr.last th {
border-bottom: 0;
}

#main #page.analytics table tr td {
text-align: right;
}


#main #page.analytics table.email-clients {
margin: 10px 0;
width: 470px;
}

#main #page.analytics table.email-clients th {
text-align: center;
background-color: #dedede;
text-shadow: 0px 1px 0 #fff;
border-bottom: 1px solid #bbb;
font-size: 13px;
}

#main #page.analytics table.email-clients td, #main #page.analytics table.email-clients th {
width: 156px;
text-align: center;
}

#main #page.analytics table.email-clients td.client, #main #page.analytics table.email-clients th.client {
text-align: left;
font-weight: bold;
}

#main #page.analytics table.email-clients tr.sub td {
color: #777;
font-weight: normal;
}

#main #page.analytics table.email-clients tr.sub td.client {
padding-left: 20px;
}




#main #page.analytics table span {
display: block;
width: 10px;
height: 10px;
background-color: #777;
float: left;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
position: relative;
top: 2px;
margin-right: 5px;
}

#main #page.analytics table tr.read span {
background-color: #6b8d00; }
#main #page.analytics table tr.skimmed span {
background-color: #a6bb65; }
#main #page.analytics table tr.glanced span {
background-color: #e2e9cd; }
#main #page.analytics table tr.ec1 span {
background-color: #346c9a; }
#main #page.analytics table tr.ec2 span {
background-color: #6b8d00; }
#main #page.analytics table tr.ec3 span {
background-color: #f2af57; }
#main #page.analytics table tr.ec4 span {
background-color: #d13f3e; }
#main #page.analytics table tr.other span {
background-color: #8f9291; }

#main #page.analytics h3 a {
font-size: 11px;
margin-left: 6px;
}

#main #page.analytics ul.lists li {
background-image: url(/images/mailing-list-icon.png);
background-repeat: no-repeat;
font-size: 16px;
font-weight: bold;
padding: 13px 0 0 56px;
}

#main #page.analytics ul.lists li span.hover-actions {
font-size: 11px;
margin-left: 8px;
display: inline;
}

#main #page.analytics ul.lists li span.hover-actions a {
margin-left: 5px;
font-weight: normal;
color: #666;
}

#main #page.analytics ul.lists li span.hover-actions a:hover {
color: #fff;
}

#main #page.analytics ul.lists li ul.campaigns {
padding-top: 10px;
}

#main #page.analytics ul.lists li ul.campaigns li {
background-image: none;
padding: 5px 0 15px 0;
}

#main #page.analytics ul.lists li ul.campaigns li a {
background-image: url(/images/campaign-icon.png);
background-repeat: no-repeat;
font-size: 14px;
font-weight: normal;
padding: 10px 0 10px 42px;
}

#main #page.analytics ul.lists li ul.campaigns li span.hover-actions a {
background-image: none;
padding: 0;
font-size: 11px;
}

#main #page.analytics ul.lists li ul.campaigns li.add a {
margin-left: -14px;
}

#main #page.analytics ul.lists li ul.campaigns li.add a img {
position: relative;
top: 9px;
margin-right: 9px;
}

#main #page.analytics ul.lists li ul.campaigns li a:hover {
background-color: transparent;
color: #333;
}

#main #page.analytics a.new-list img {
position: relative;
top: 11px;
margin-right: 9px;
}

a.button, #main #page.analytics ul.lists li ul.campaigns li a.button {
background-color: #cecece;
font-size: 12px;
padding: 10px 0 10px 14px;
background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.02, rgb(233,233,233)),
    color-stop(1, rgb(187,187,187))
);
background: -moz-linear-gradient(
    center top,
    rgb(233,233,233) 2%,
    rgb(187,187,187) 100%
);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 2px solid #dddddd;
padding-right: 15px;
font-weight: bold;
text-decoration: none;
}

a.button:hover, #main #page.analytics ul.lists li ul.campaigns li a.button:hover {
background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.02, rgb(205,205,205)),
    color-stop(1, rgb(132,132,132))
);
background: -moz-linear-gradient(
    center top,
    rgb(205,205,205) 2%,
    rgb(132,132,132) 100%
);
border: 2px solid #9c9c9c;
color: #333;
}

#main #page.analytics #comaprison-target {
width: 350px;
background-color: #eee;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 20px;
}

#main #page.analytics #comaprison-target p.drag-explain {
font-size: 13px;
font-weight: bold;
margin: 0 0 10px 0;
}

#drop-1, #drop-2 {
font-size: 15px;
background-image: url(/images/campaign-icon.png);
background-position: 3px 3px;
background-repeat: no-repeat;
padding: 11px 0 8px 45px;
color: #bbb;
margin-bottom: 8px;
}

#drop-1.empty, #drop-2.empty {
background-image: url(/images/drop-hole.png);
background-position: 0px 0px;
text-shadow: 0px 1px 0 #fff;
}

#compare-button {
margin-top: 6px;
}

#main #page.analytics p.microcopy {
color: #777;
line-height: 140%;
margin-bottom: 12px;
margin-top: -3px;
font-size: 12px;
}

#main #page.analytics div.three-col p.microcopy {
text-align: center;
font-size: 11px;
}

#main div#analytics-slider {
margin: 0 0 -20px 0;
position: relative;
top: -20px;
}

#main div#bug-html {
background-color: #e2e2e2;
padding: 20px;
margin-bottom: -1px;
border-bottom: 1px solid #aaa;
}

#main div#bug-html p {
margin: 0 0 10px 0;
font-size: 14px;
line-height: 22px;
}

#main div#bug-html h3 {
margin-bottom: 8px;
}

#main div#bug-html textarea {
background-color: #555;
border: 1px solid #999;
color: #fefefe;
padding: 5px;
font-size: 12px;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
width: 390px;
margin-bottom: 10px;
}

#main a#bug-html-slide {
background-color: #e2e2e2;
display: block;
float: right;
width: 110px;
padding: 7px 10px 7px 24px;
text-align: center;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
border-left: 1px solid #aaa;
margin-right: 20px;
font-size: 11px;
text-decoration: none;
background-image: url(/images/snippet-icon-sm.png);
background-repeat: no-repeat;
background-position: 10px 5px;
}

#main a#bug-html-slide:hover {
color: #333;
}

#main #page.analytics p.firstrun {
background-color: #eee;
color: #333;
padding: 15px;
font-weight: normal;
line-height: 25px;
height: auto;
}

#main #page.analytics p.sell {
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 25px;
height: auto;
margin-top: 10px;
width: 85%;
}

#main #page.analytics h3.sell {
font-size: 18px;
width: 70%;
line-height: 140%;
}

#main #page.analytics p.sell-actions {
font-size: 14px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 8px 0 12px 0;
margin: 20px 0 30px 0;
}

#main #page.analytics p.sell-actions a {
color: #5d8633;
font-weight: bold;
}

#main #page.analytics p.sell-actions a:hover, #main #page.analytics p.preview-img a:hover {
background: transparent;
}

#main #page.analytics p.preview-img {
margin-top: 25px;
}

#main #page.analytics #sharing input#sharing-link {
padding: 3px;
margin: 5px 0 0 0;
width: 388px;
}

#main #page.analytics #sharing form {
margin: 10px 0 0 0;
}


/* Cross-browser clickable labels */
label.clickable { font-weight: normal }
label.clickable { behavior: expression(this.onclick=function() {this.children[0].click()}) }
label[class="clickable"] { behavior: none; }
/* This label code must be at the end of the CSS file or Safari will have problems with it */
/* Add ALL changes above the label code! */