/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/* *{border: solid 1px red;} */

body { 
    /* font-family: verdana, arial, helvetica, sans-serif; */
    font-family: Arial, Sans-Serif;
    line-height: 30px;
    width: 100%;
    color: black;
}

pre {
    font-family: Arial, Sans-Serif;
}

/* collapsed, unfloated div to center/lower site in browser*/
#outer-shell {
    margin: auto;
    width: 960px;
}

input, textarea {
    color: black;
}

#inner-shell {
    float: left;
    width: 100%;
}

/* for changes page */
.changes a { font-size: 1.4em }

/* link color mods */
a { color: #2200CC }
.inactive { color: red }
.grey { color: #666 }

a { outline: none; }
a:hover, a:focus { color: green; }
a:active { color: #0F0; }

/* space for error, warning, info messages under subheader */
.flash-success,
.flash-warning,
.flash-error {
    border: dotted 2px black;
    font-style:italic;
    font-variant: small-caps;
}

.flash-success   { border-color: #018F00; background-color: #EFFFEF; }
.flash-warning   { border-color: #7F6800; background-color: #FFFCEE }
.flash-error     { border-color: #8F0000; background-color: #FFEFEF }

.flash-message {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.flash-plain {
    margin-top: 15px;
    border: 0;
    background-color: white
}

/* message spacer */
.flash-message div {
    padding: 8px 5px 5px 5px;
}

.flash-message img {
    float: left;
    margin: 2px 12px 0px 0px;
}


.welcome {
    float: left;
    padding: 20px 0px 0px 0px;
}

.welcome p{
    margin-bottom: 20px;
}

input[type="text"], input[type="password"], textarea {
    padding: 4px;
    border: solid 1px #2E74C7;
    background-color: #EDF2F7;
}

ul { margin-left: 20px;}
li { list-style-type: disc;  margin-top: 5px; }

/* List on the welcome screen for showing steps for easy find/create */
#welcome-list {
    margin-top: -20px;
    float: left;
}

p, h1 {
    float: left;
    width: 100%;
}

p.changes,
p.announce,
ul.announce,
h1 { /* for changes page */
    float: left;
    margin-top: 20px;
}

h1 {
    font-size: 1.3em;
}

h1 b {
    color: #3FAF00;
}

/* Fancy styling for some messages */
em {
    text-decoration: underline;
    font-weight: bold;
    color: #888;
}

/* Table Stuff */
table {
    float:left;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

/* Push down mystery img */
table td, th { padding: 3px 5px 3px 5px; }

table th {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 1.1em;
    height: 30px;
    text-align: left;
}

/* Inherits only weight from th, so reset */
table th select {
    font-weight: normal;
}

table td {
    white-space: nowrap;
}

.notes-td {
    white-space: normal;
    border:solid 1px black;
    background-color:#EDF2F7;
    padding: 5px;
}

/* Row stripes */
table .light { background-color: #FFF }
table .dark { background-color: #EEE }

/* Highlighted text for searches */
.highlight {
    background-color: #FEFFAF;
}

/* The top area with the find widgets and the logout link */
#header {
    float: left;
    width: 100%;
}

/* Area with the find widgets */
#header #find {
    float: left;
    color: white;
}

/* Address nav tabs on Addresses edit screen */
#address-nav {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: solid 1px;
    clear: both;
}

#address-nav li {
    float: left;
    list-style-type: none;
    border: 1px solid;
    border-bottom-width: 0;
    margin: 0 0.5em 0 0;
}

#address-nav li img{
    position: relative;
    top: 5px;
}

#address-nav li a {
    text-decoration: none;
    display: block;
    text-align: bottom;
    padding: 0px 25px 0px 25px;
    color: black;
}

#address-nav #selected { /* Hide tab border on bottom */
    position: relative;
    top: 1px;
    background: white;
}

/* Expiration warning link on desktop */
#header #expire {
    float: left;
    clear: left;
    margin-top: 12px;
}

#header #expire a.warning { color: orange }
#header #expire a.error { color: red }

/* each account/logout tabs */
#header .account {
    float: right;
    margin: 0px 0px 0px 3px;
}

/* Area below the find widgets with the folder flipper/label/list widgets, etc */
#subheader {
    float: left;
    width: 100%;
    border: solid 1px black;
    margin: 15px 0px 0px 0px;
    xxheight: 35px;
    line-height: 40px;
    xxpadding-top: 10px;
    height: 40px;
    vertical-align: middle;
}

#subheader .left {
    float: left;
    margin-left: 5px;
}

#subheader img {
    margin-top: 5px;
}

#subheader .big-image {
    xxmargin-top: -10px;
}

/* New address / New folder / Edit folder, etc */
#subheader .right {
    float: right;
    margin-right: 10px;
}

#folder-widgets {
    xxposition: relative;
    xxtop: -6px;
}

#folder-widgets img {
    border: solid 1px black;
    padding: 3px;
}

/****** rounded corners stuff below ******/
.box {
    background-color: #888;
}

.box a { color: white }
a:active { /* second time we had to write this because of overwrite */
    color: #0F0;
}

.boxbottom {
    background: url(/images/corners/se.gif) no-repeat bottom right;
}

.boxbottom div {
    font-size: 0;
    height: 10px;
    width: 10px;
    background: url(/images/corners/sw.gif) no-repeat bottom left;
}

.boxcontent {
    padding: 10px 10px 0px 10px;
}

/* Text next to 32px images need an adjustment */
.bump-32 {
    position: relative;
    top: -8px;
}

/* 24x24 image next to text needs a sag */
.sag-24 {
    position: relative;
    top: 4px;
}




/****** end rounded corners stuff below ******/


/* ajax autocompleter */

div.autocomplete {
    color: black;
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0;
    padding:0;
    z-index: 1; /* Show in front of images */
}
div.autocomplete ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    /* height:32px; */
    cursor:pointer;
}

/* end ajax autocompleter */


/* Created screen tweaks */

/* #created .address { font-size: 1.2em; font-weight:bold } */
/* #created .terms { */
/*     font-size: 1em; */
/*     font-style:italic; */
/*     font-weight: bold */
/* } */

/* #created .slat { */
/*     float: left; */
/*     width: 100%; */
/*     margin-top: 20px; */
/* } */

/* #created .slat-headroom { */
/*     float: left; */
/*     width: 100%; */
/*     margin-top: 40px; */
/* } */

/* Div that magically appears when you create a reverse address */


#resulting-reverse {
    float: left;
    margin-top: 20px;
}


/***** LOGIN PAGE STUFF *****/

#index-container {
    width: 100%;
    padding-left: 20px;
}

#index-container a {
    color:#397CCB;
}

/* ribbon banner at top */
#original {
    margin-top: 5px;
    float: left;
}

/* logo below banner */
#logo {
    float: left;
    xxposition: relative;
    xxbottom: 30px;
}

/* under construction images */
#price {
    xxdisplay: none;
    float: left;
    position: relative;
    left: 50px;
    top: 100px;
}

/* list of reasons to use sneakemail */
#reasons {
    xxcolor: black;
    float: left;
	margin-left: 0px;
    width: 500px;
	padding-left: 1em;
	margin-left: 5px;
}

#announce {
    margin-top: 20px;
    float: left;
    width: 100%;
}

#announce a {
    position: relative;
    bottom: 8px;
    left: 10px;
    font-size: 1.2em;
}

/* login and new account forms */
#public-forms-container {
    margin-top: 20px;
    float: left;
    width: 100%;
    xxfont-variant: small-caps;
}

/* div surrounding each form */
.index-forms {
    float: left;
    width: 45%;
}

.index-forms form {
    padding: 20px 0px 0px 25px;
    width: 100%;
}

.index-forms h1 {
    margin: 0px; /* cancel previous style */
    color: #555;
}

.index-forms p {
    margin-top: 15px;
}

.index-forms input[type="text"],
.index-forms input[type="password"] {
    width: 250px;
    background-color: white;
    vertical-align: middle;
    padding: 10px;
}

.index-forms input[type="submit"] {
    padding: 5px;
    xxborder: solid 1px white;
}

.index-forms .foot-room {
    height: 10px;
}

#new-form {}

#login-form { margin-left: 30px; }

#footer {
    float: left;
    margin-top: 10px;
    font-size: 1.2em;
}


hr {
    float: left;
    border: solid 1px #397CCB;
    width:100%;
    margin: 30px 0px 0px 0px;
}

.slat,
.half-slat,
.third-slat {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 100%;
    min-height: 4px;
}

.slat p {
    margin-bottom: 30px;
}

.half-slat {
    width: 49%;
}

.third-slat {
    width: 33%;
}

.third-slat .textfield {
    width: 266px;
}

.short-slat {
    width: 100%;
    float: left;
    margin: 30px 0px 0px 0px;
    min-height: 45px;
    border: solid 1px red;
}

.tutorial {
    float: left;
    margin-top: 10px;
}

.tutorial div {
    float: left;
}

.tutorial div img {
    float: left;
}

.tutorial div div {
    float: left;
    margin-left: 10px;
    width: 800px;
}

.edit-folder {
    position: relative;
    left: 3px;
    bottom: 5px;
}

/* little message next to field, like (required) */
.field_note {}

.field_note b {
    color: red;
    font-weight: normal
}



/* all filter-ineffective are unused now I think */
.filter-ineffective {
    color: #BBB;
}

.filter-effective a.allow { color: #019F00 }
.filter-effective a.deny { color: #F00 }

.filter-ineffective a.allow { color: #779F77 }
.filter-ineffective a.deny { color: #F99 }

.filter-ineffective a {
    color: #AEA8CF;
}


/* border around login/new forms */
.border_tl {
    float: left;
    width: 100%;
    background: url(/images/double_border/tl.png) no-repeat top left;
}

.border_tr {
    float: left;
    width: 100%;
    background: url(/images/double_border/tr.png) no-repeat top right;
}

.border_bl {
    float: left;
    width: 100%;
    background: url(/images/double_border/bl.png) no-repeat bottom left;
}

.border_br {
    float: left;
    width: 100%;
    min-height: 220px;
    background: url(/images/double_border/br.png) no-repeat bottom right;
}


/* tip of the day */
#totd {
    float: left;
    width: 100%;
    font-style: italic;
}

.paypal-form {
    display:inline;
}

.paypal-form input {
    position: relative;
    top: 4px;
}

.sag-16 {
    position: relative;
    top: 2px;
    margin-right: 3px;
}


/* FAQ */
.question {
    float: left;
    width: 100%;
    font-size: 1.1em;
    text-decoration: underline;
    margin-top: 30px;
}



.answer {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.question a, 
.answer p {
    margin-top: 10px;
}

#buzz {
    float: left;
}

#buzz p,
#buzz h1,
#buzz ul {
    float: left;
    margin-top: 20px;
}

#buzz h1 {
    font-size: 1.2em;
}

#bulk p {
    margin-top: 20px;
}