html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background-color: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
img.iphone{
    width:177px;
}
img.android{
    width:197px;
}
img {vertical-align:top; border-collapse:collapse;}
td {vertical-align:middle;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
ul,
ol {
	margin: 0 0 1.357em 0;
}
body {
    color:#000000;
    background:white;
    font-size:13px;
    font-family:Helvetica, Arial;
    text-align:left;
}

input, textarea {font-size:14px;}
/* make sure tab-keyboard navigation gives feedback about which element is in focus. DO NOT REMOVE */
select:focus { text-decoration:underline; }
input[type="checkbox"]:focus + label { text-decoration:underline; }
input[type="submit"]:focus { text-decoration:underline; }

a, a:visited {color:#4884f7;text-decoration:none;}
a, a:visited {color:#1077D8;text-decoration:none;}
a, a:visited {color:#057FC6;text-decoration:none;}

.pagefooter a {color:#0A8CCE;color:#65abdc;text-decoration:none;}

a:hover {text-decoration:underline;}

a.img {border:none;}
h2 { /* big headings */
    font-size:20px;
}

.blue_link_color { color:#4884f7; }

.settings_page h3 { /* for settings pages */
    inherit:none;
    margin:0;
    padding:10px 20px;
    border-bottom:1px solid #e9e9e9;
    font-weight:bold;
    /*background:#f7f7f7;*/
}

.settings_page {
    background-color:white;
}

h4 { /* for headings within content */
    padding:5px 20px;
    font-weight:bold;
    font-size:12px;
}

h4 .right_text, h3 .right_text{
    font-weight:normal;
}

/* One offs */

.searchbox {
    padding:6px 5px 6px;
    padding-left:20px;
    background: #fff url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/search-icon-77c89b4a8c6ac05a5b2ddc8bbff4567b.jpg') no-repeat 5px 7px;
    border:none;
    font-size:13px;
    width: 200px;
}

#searchbox {
    padding: 5px 22px 5px 5px;
    background: #fff url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/search-c8e6cda8cb2d4cf3122d4da0bf317d36.png') no-repeat right 50%;
    font-size:13px;
    width:200px;
    border:1px solid #2169A1;
    border-bottom:1px solid #2169A1;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;*/
}


#searchbox-wrapper {
    padding:2px;
    border:none;
    border-bottom:none;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}

.top-tabs {
    height:35px;
}

.top-tabs ul {
    display:inline-block;
}

/* version 1 */
.top-tabs li {
    margin:0px 0px -1px 4px;
    padding:10px 0px 10px;
    /* background:#6A657A; */
    font-size:13px;
    border-bottom:none;
    float:left;
    position:relative;
    border:none;
    border-bottom:none;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}

/* version 2 */


.top-tabs li a {
    color:#fff;
    padding:10px 10px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}

.top-tabs li a:hover {
    background:#6A657A;
    padding:10px 10px 11px;
}

.top-tabs li.selected {
    background:#fff;
    border:none;
    border-bottom:none;
}

.top-tabs li.selected a {
    color:#000;
    font-weight:bold;
}

.top-tabs li.selected a:hover {
    background:#fff;
}

#payment-input-text {
    position:absolute;
    top:9px;
    left:10px;
}

#payment-input {
    width:475px;
    padding:10px 10px 10px 10px;
}

/* Layout */

.centered {
    margin:0 auto;
}

.container {
    margin:0 auto;
    width:780px;
}

.content_width {
    width:598px;
}

.content_width_no_borders {
    width:637px;
}

.side_content_width {
    width:265px;
}
.side_content_width_header {
    width:265px;
}

.main_outline {
    border:1px solid #dee9ee; 
    border-top:none;
    border-bottom:none;
    padding-bottom:20px;
}

/* Forms */
table#funding_sources tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 40px;
}
table#funding_sources tr:first-child {
    border-top: 1px solid #E9E9E9;
}
table.form_left tr td {padding:5px;vertical-align:top;}
table.form_left tr th, table.form_left tr td.label {}

table.form tr td {vertical-align:middle;padding:5px 0px;}
table.form tr th, table.form tr td.label {width:200px;text-align:right;padding:10px 0px 5px;padding-right:10px;color:#666;}

table.form_small_width tr th {width:110px;padding:11px 5px 5px 5px;;}

table.info_content tr th {text-align:left;vertical-align:top;width:115px;padding:0px 5px 5px 0px;color:#666;}
table.info_content tr td {vertical-align:top;padding:0px 5px 5px 0px;color:#000;}


/* Inputs & Buttons */

input, button {
    font-size:13px;
    padding:3px 5px;
}

input.small_width {
    width:50px;
}
.btn.revoke, .btn.edit, .btn.grant, .btn.disabled {
    font-size: 13px;
    padding: 5px;
}
.btn.disabled {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.pending {
    color: #fff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.redirect, .btn.edit {
    background-color: #339bb9;
    color: #ffffff;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
button#grant, .btn.grant, input#grant{
    background-color: #57a957;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
a.btn:visited {
    color: #ffffff;
}

button#deny, .btn.revoke, .btn.deny {
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.pending:hover{
    text-decoration: none;
}
.btn.grant:hover, .btn.revoke:hover, .btn.redirect:hover, .btn.edit:hover, .btn.deny:hover, button#grant:hover, button#deny:hover {
    background-position: 0 -15px;
    text-decoration: none;
}

.btn:active, button#grant:active, button#deny:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.newWorldButton {
    display: inline;
}
.newWorldButton a {
        
}

input[type="submit"], button, .btn, .newWorldButton a {
   cursor:pointer;
	background: #139BD8 url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x;
	border: 1px solid #0859B9;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 3px;

    /*
    background-color:#576c86;
    background-color:#2170B6;
    border-color:#DDDDDD #333333 #333333 #DDDDDD;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    text-align:center;
    cursor:pointer;
    border:none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    */
}

input[type="submit"]:hover, button:hover {
        text-decoration: none;
}

input[type="submit"]:visited, button:visited {
        color: #fff;
}

input[type="submit"]:active, button:active {
        background-image: none;
}


option {
    font-size:13px;
}

textarea {
    font-size:13px;
    padding:3px;
    font-family:Helvetica, Arial;
    width:300px;
}

ul.errorlist {margin:0px 0px 5px 0px;}
ul.errorlist li {color:red;margin:0px;padding:0px;font-size:11px;}

/* Messages */

.WARNING {
    background:#ff9;
    color:#333;
}

.ERROR.OAUTH {
    padding: 5px 0 5px 0;
    text-align:center;
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
    -moz-box-shadow:inset 0 0 1px #BBB;
    -webkit-box-shadow:inset 0 0 1px #BBB;
    box-shadow:inset 0 0 1px #BBB;
}

.ERROR {
    background:#fd0000;
    color:#fff;
}

.ERROR a {color:#fff;text-decoration:underline;}

.SUCCESS {
    background:#b5f8a7;
    color:#000;
}



/* Receipts */

.single_receipt_details {
    position:relative;
    width:350px;
    padding-top:10px;
}

.single_receipt_message {
    width:280px;
}

.receipt_details {
    position:relative;
    width:423px;
    padding-top:10px;
}

.receipt_amount {
    position:absolute;
    text-align:right;
    right:0px;
}

.receipt_message {width:350px;}


/* Positioning */

.position_right {right:0px;}
.position_left {left:0px;}
.position_bottom {bottom:0px;}
.position_top {top:0px;}

.fixed {position:fixed;}
.relative {position:relative;}
.absolute {position:absolute;}


/* Fixed Widths & Heights */

.width65  {width:65px;}
.width100 {width:100px;}
.width150 {width:150px;}
.width170 {width:170px;}
.width175 {width:175px;}

.width205 {width:205px;}
.width205i {width:205px !important;}
.width250 {width:250px;}
.width272i {width:285px !important; word-wrap: break-word;}
.width300 {width:300px;}
.width325 {width:325px;}
.width350 {width:350px;}
.width375 {width:375px;}
.width358 {width:358px;}
.width400 {width:400px;}
.width450 {width:450px;}
.width475 {width:475px;}
.width500 {width:500px;}

/* one off widths */
.h150 { height:150px; }
.h175 { height:175px; }
.h200 { height:200px; }
.h225 { height:225px; }
.h265 { height:265px; }
.h275 { height:275px; }

.onebox_prefill { 
    width:424px;
    float: left;
    line-height: 28px;
    padding: 3px 8px;
    border: 1px solid #A6A6A6;
    color:#999;
    font-size: 15px;
    cursor: text;
    /*background: white -webkit-gradient(linear, left top, left 4, from(#EFEFEF), to(#FFF));*/
}

.width_onebox_recips {
    width:440px;
    float:left;
    border:1px solid #a6a6a6;
    /*background: white -webkit-gradient(linear, left top, left 4, from(#EFEFEF), to(#FFF));*/
}

.payChargeSend {
    line-height:28px !important;
    padding: 3px 10px !important;
    float: right;
}

.paddingUnifierb {
    line-height: 34px !important;
    font-size: 13px !important;
}

.paddingUnifier {
    line-height: 16px !important;
    font-size: 13px !important;
    padding: 9px 0 !important;
}

.paddingTo {
    line-height: 28px !important;
    font-size: 13px !important;
    padding: 3px 6px 0 8px !important;    
}

.paddingDollar {
    padding: 5px 2px 5px 6px !important;    
}

.mainTextBox {
    width: 605px;
    /*background: white -webkit-gradient(linear, left top, left 4, from(#EFEFEF), to(#FFF));*/
}




.width90 {width:90px;}
.height35 {height:35px;}
.height50 {height:50px;}
.height200 {height:200px;}
.width634 {width:634px;}
.width632 {width:632px;}

.line_height25 {line-height:25px;}
/* Image Sizes */

.sq15 {
    width:15px;
    height:15px;
}

.sq20 {
    width:20px;
    height:20px;
}

.sq24 {
    width: 24px;
    height: 24px;
}

.sq30 {
    width:30px;
    height:30px;
}

.sq32 {
    width:32px;
    height:32px;
}

.sq35 {
    width:35px;
    height:35px;
}

.sq40 {
    width:39px;
    height:39px;
}

.sq42 {
    width:42px;
    height:42px;
}

.sq48 {
    width:48px;
    height:48px;
}

.sq50 {
    width:50px;
    height:50px;
}

.sq55 {
    width:55px;
    height:55px;
}

.sq60 {
    width:60px;
    height:60px;
}

.sq75 {
    width:75px;
    height:75px;
}

.sq100 {
    width:100px;
    height:100px;
}

.sq120 {
    width:120px;
    height:120px;
}
/* Backgrounds */
.v5_body_background {
    background-color: #EEF0F4;
}

.backgrounde9 {
    background:#e9e9e9;
}

.light_gray_background {
    background: #f8f8f8;
}

.light_alternate_gray_background {
    background:#f0f0f0;
}

.light_blue_background {
    background:#dee9ee;
}


.light_yellow_background {
    background:#fbfbde;
}

.white_background {
    background:#fff;
}

.white_background_rounded {
    margin: 0 auto 0 auto;
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px #C8C8C8;
}

.yellow_background {
    background:#ff9;
}

.red_background {
    background:red;
}

.gray_purple_background {
    background:#4b466A;
}

.barcode_background {
    background:#f7f7f7 url('../assets/barcode.jpg') repeat-y;
}

.header_background {
   background:#3C95D2;
}
.green_background {
    background:#b5f8a7;
}
.mint_green_background {
    background:#3AC15B;
}
.light_green_background {
    background:#D8F3DE;
}

/* Table Data Grids */

table.info tr.heading td {border-top:1px solid #e9e9e9;padding:5px;background:#f7f7f7;font-weight:bold;}
table.info td {border-bottom:1px solid #e9e9e9;padding:5px;}

table.info_light tr.heading td {border-top:1px solid #e9e9e9;padding:5px;background:#f7f7f7;font-weight:bold;}
table.info_light td {border-bottom:1px solid #e9e9e9;padding:5px;}

table.grid td {border:1px solid #e9e9e9;padding:5px;}

tr.balance_sheet_stats_row > td {
	padding-bottom:7px;
	padding-right:5px;
}

/* Boxes */

.white_box {
    border:1px solid white;
}
.gray_box {
    border:1px solid #e9e9e9;
}
.light_gray_box {
    border:1px solid #999;
}

.med_gray_box {
    border:1px solid #a6a6a6;
}

.dark_gray_box {
    border:1px solid #bbb;
}

.gray_box_bbb {
   border:1px solid #bbb;
}

.gray_box_ddd {
   border:1px solid #ddd;
}

.gray_box_ccc {
   border:1px solid #ccc;
}

.blue_box {
    border:1px solid #dee9ee;
}

.green_box {
    border:1px solid #b5f8a7;
}
.mint_green_box {
    border:1px solid #3AC15B;
}

.yellow_box {
    border: 1px solid #ff0;
}

.med_gray_box_top {
    border-top:1px solid #a6a6a6;
}

.signUpBox {
    background-color: white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 2px 2px 0px;
}
.min_height_500 {
    min-height:500px;
}

.min_height_300 {
    min-height:300px;
}

/* Floating */

.float_left {float:left;}
.float_right{float:right;}
.clear {clear:both;}
.clear_left { clear:left;}
.clear_right { clear:right; }

/* Alignment */

.align_left {text-align:left;}
.align_right {text-align:right;}
.align_center {text-align:center;}
tr.align_top td, td.align_top, .align_top {vertical-align:top;}
tr.align_middle td, td.align_middle, .align_middle {vertical-align:middle;}
tr.align_bottom td, td.align_bottom, .align_bottom {vertical-align:bottom;}
tr.align_center td {text-align:center;}

tr.pointer td {cursor:pointer;}
.pointer {cursor:pointer;}
/* Font Sizes */

.xsmall {font-size:10px;}
.small {font-size:11px;}
.normal {font-size:13px;}
.medium {font-size:16px;}
.fontSize12 {font-size:12px;}
.fontSize14 {font-size:14px;}
.large {font-size:18px;}
.extralarge {font-size:20px;}
.superlarge {font-size:30px;}
.superscript {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}
.subscript {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}


.fontTimes {font-family:times;}
/* Colors */

.light_gray, a.light_gray {color:#999;}
.dgray {color:#333;}
.white, a.white {color:#FFF;}
.gray {color:#666;}
.gray777 {color:#777;}
.light_black {color:#444;}
.black, a.black {color:#000;}
.red {color:red;}
.orange {color:orange;}
.green {color:#009200;}
.pink, a.pink {color:#ED0067}

/* Links */

a.gray_link {
    color:#666;
}

a.light_link {
    color: #77C;
}

a.gray_link_shadow, .gray_link_shadow {
color:#fff;
text-shadow: 0 1px 0 #666;
}

a.green_action_link, a.green_action_link:visited {
    color:#fff;
    background-color:#1bb801;
    border-color:#DDDDDD #333333 #333333 #DDDDDD;
    border:none; 
}                                                 
a.green_action_link:hover {
    text-decoration:underline;
}

a.red, a.red:visited {
    color:red;
}

a.pointer_hover:hover {
	cursor:pointer;
}
/* Styling */

.strikethrough {text-decoration: line-through;}

.underline {text-decoration:underline;}
tr.bold td, .bold {font-weight:bold;}
.normal_weight {font-weight:normal;}
.small_caps {font-variant:small-caps;}
.all_caps {text-transform:uppercase;}

.opacity_faded {
	opacity: .2;
	filter: alpha(opacity=20);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.opacity_faded50 {
    opacity: .5;
	filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}  

.faded {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.fade-in {
  opacity: 1;
}

.cursor_pointer {cursor:pointer;}

ul.bullets {}
ul.bullets li {margin-top:10px;}
ul.bullets_disc li {margin-left:40px;list-style:disc;}


.overflow_hidden {overflow:hidden;}

.rounded5 {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;    
    border-radius:5px;    
}

.rounded2 {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

/* Dividers */

tr.gray_top_divider td, .gray_top_divider{border-top:1px solid #e9e9e9;}
tr.gray_bottom_divider td, .gray_bottom_divider {border-bottom:1px solid #e9e9e9;}

tr.gray_top_dotted_divider td, .gray_top_dotted_divider{border-top:1px dotted #e9e9e9;}


tr.dark_gray_top_divider td, .dark_gray_top_divider{border-top:1px solid #ddd;}
tr.dark_gray_bottom_divider td, .dark_gray_bottom_divider {border-bottom:1px solid #ddd;}

.light_blue_top_divider {border-top:1px solid #e9e9e9;}
.light_blue_bottom_divider {border-bottom:1px solid #e9e9e9;}
.gray_bottom_divider {border-bottom:1px solid #e9e9e9;}
.black_purple_top_divider {border-top:1px solid #4b466A;}
/* Margin & Padding */

.links_ten_apart_left a {margin-left:5px;}
.links_ten_apart_right a {margin-right:5px;}
.links_ten_apart_left a {margin-left:10px;}
.links_ten_apart_right a {margin-right:10px;}

.m_zero_b {margin-bottom: 0;}
.m_two_f {margin:2px;}
.m_two_l {margin-left:2px;}
.m_two_r {margin-right:2px;}
.m_two_t {margin-top:2px;}
.m_two_b {margin-bottom:2px;}

.m_five_f {margin:5px;}
.m_five_l {margin-left:5px;}
.m_five_r {margin-right:5px;}
.m_five_t {margin-top:5px;}
.m_five_b {margin-bottom:5px;}

.m_ten_f {margin:10px;}
.m_ten_l {margin-left:10px;}
.m_ten_r {margin-right:10px;}
.m_ten_t {margin-top:10px;}
.m_ten_b {margin-bottom:10px;}

.m_fifteen_f {margin:15px;}
.m_fifteen_l {margin-left:15px;}
.m_fifteen_r {margin-right:15px;}
.m_fifteen_t {margin-top:15px;}
.m_fifteen_b {margin-bottom:15px;}

.m_twenty_f {margin:20px;}
.m_twenty_l {margin-left:20px;}
.m_twenty_r {margin-right:20px;}
.m_twenty_t {margin-top:20px;}
.m_twenty_b {margin-bottom:20px;}

.m_thirty_f {margin:30px;}
.m_thirty_l {margin-left:30px;}
.m_thirty_r {margin-right:30px;}
.m_thirty_t {margin-top:30px;}
.m_thirty_b {margin-bottom:30px;}

.m_forty_f {margin:40px;}
.m_forty_l {margin-left:40px;}
.m_forty_r {margin-right:40px;}
.m_forty_t {margin-top:40px;}
.m_forty_b {margin-bottom:40px;}


.p_zero_f {padding:0px;}
.p_zero_l {padding-left:0px;}
.p_zero_r {padding-right:0px;}
.p_zero_t {padding-top:0px;}
.p_zero_b {padding-bottom:0px;}

.p_two_f {padding:2px;}
.p_two_l {padding-left:2px;}
.p_two_r {padding-right:2px;}
.p_two_t {padding-top:2px;}
.p_two_b {padding-bottom:2px;}

.p_forty_f {padding:40px;}
.p_forty_l {padding-left:40px;}
.p_forty_r {padding-right:40px;}
.p_forty_t {padding-top:40px;}
.p_forty_b {padding-bottom:40px;}

tr.p_five_f td, .p_five_f {padding:5px;}
.p_five_l {padding-left:5px;}
.p_five_r {padding-right:5px;}
.p_five_t {padding-top:5px;}
.p_five_b {padding-bottom:5px;}

tr.p_ten_f td, .p_ten_f {padding:10px;}
.p_ten_l {padding-left:10px;}
.p_ten_r {padding-right:10px;}
.p_ten_t {padding-top:10px;}
.p_ten_b {padding-bottom:10px;}

tr.p_fifteen_f td, .p_fifteen_f{padding:15px;}
.p_fifteen_f {padding:15px;}
.p_fifteen_l {padding-left:15px;}
.p_fifteen_r {padding-right:15px;}
.p_fifteen_t {padding-top:15px;}
.p_fifteen_b {padding-bottom:15px;}

.p_seven_l {padding-left: 7px;}

tr.p_twenty_f td, .p_twenty_f{padding:20px;}
.p_twenty_l {padding-left:20px;}
.p_twenty_r {padding-right:20px;}
.p_twenty_t {padding-top:20px;}
.p_twenty_b {padding-bottom:20px;}
.p_flash { padding: 20px 25px 20px 20px; }

tr.p_twentyfive_f td, .p_twentyfive_f{padding:25px;}
.p_twentyfive_l {padding-left:25px;}
.p_twentyfive_r {padding-right:25px;}
.p_twentyfive_t {padding-top:25px;}
.p_twentyfive_b {padding-bottom:25px;}

tr.p_thirty_f td, .p_thirty_f{padding:30px;}
.p_thirty_l {padding-left:30px;}
.p_thirty_r {padding-right:30px;}
.p_thirty_t {padding-top:30px;}
.p_thirty_b {padding-bottom:30px;}

tr.p_thirty_f td, .p_thirty_f{padding:30px;}
.p_thirty_l {padding-left:30px;}
.p_thirty_r {padding-right:30px;}
.p_thirty_t {padding-top:30px;}
.p_thirty_b {padding-bottom:30px;}

.highlight {
    background:#ffe;
    text-shadow: 0px -1px 0px #e9e9e9;
}

.blue_color {
    color:#185179;
}

/* People */

div.people_vertical_container {
    border:1px solid #ebebeb;
    padding:10px;
    margin:0px 10px 5px 0px;
    width:90px;
    position:relative;
    float:left;
}

div.people_horizontal_container {
    margin:0px 5px 0px 0px;
    width:185px;
    position:relative;
    float:left;
}

div.people_x_button {
    position:absolute;
    right:-5px;
    top:-5px;
    background:url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/light_gray_x_button-42bfd5cf62519cb031a381feaf42e0ba.gif') no-repeat;
    width:15px;
    height:15px;
    cursor:pointer;
}

.pics_diag {
   
    width: 70px;
    height: 70px;
    position: relative;
}

.pics_diag_tl {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid white;
    position: absolute;

    top: 0;
    left: 0;
}

.pics_diag_br {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid white;
    position: absolute;
    right: 0;
    bottom: 0;
	z-index: 2;
}

.mask48 {
	display: block;
	height: 48px;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 48px;
	z-index: 1;
	background: url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/corner48-4bb68decb210839fabb8b6fc92f02c62.png');
}

.mask35 {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 3;
	background: url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/corner35-f84e381a6988a88fb7340751a941f8e6.png');
}


/* to do list when for new users */

.todoListFirstItem {
    margin-top:10px;
    padding-left:5px;
    font-size:10pt;
}

.todoListItem {
    margin-top:13px;
    padding-left:5px;
    font-size:10pt;
}

.todoListSubItem {
    margin-top:5px;
    margin-left:10px;
}


/*
 * ##################################################
 * # v5.css
 * ##################################################
*/


input[type=text], input[type="password"] {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: middle;
}

input[type="checkbox"],input[type="radio"],input[type="reset"] {
	padding:1px;
}

/* master styles
--------------------------------------------- */

body {
	font: 13px Helvetica, Arial, sans-serif;
	text-align: center;
}

.wmt900 {
    width: 918px;
    margin: 0 auto;
    text-align: left;
    min-height: 450px;
}
.wmtAuthorize {
    width: 320px;
    margin: 0 auto;
    text-align: left;
}
.scope {
    width: 298px;
    padding: 0 10px 0 10px;
}

.wmtSignUp {
    width: 637px;
    margin: 0 auto;
    text-align: left;
    min-height: 450px;
    margin-bottom:20px;
}

.wmt800 {
    width: 855px;
    margin: 0 auto;
    text-align: left;
}

/* buttons
--------------------------------------------- */
input.greenButton, .greenButton {
    cursor:pointer;
    background: #5DC423 url(https://d1v6x81qdeozhc.cloudfront.net/static/images/homepage/v2/green-button-gradient-40425be928eb02f8f728b72dcc73c29f.png) repeat-x;
    border: 1px solid #3B960D;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input.mintGreenButton {
    cursor:pointer;
    background: #3AC15B;
    border: 1px solid #3B960D;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.lightGrayButton {
   cursor:pointer;
   background: #DDDDDD url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x 0 -40px !important;
	border: 1px solid #AAAAAA;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 3px;
	border-top-color: #adadad !important;
	border-right-color: #adadad !important;
	border-left-color: #adadad !important;
	border-bottom-color: #888 !important;
	-moz-border-radius: 3px;
}

.lightGrayButton:active {
	background-image: none !important;
	background-color: #333;
}

.addWhiteRightArrow{
   background: url('https://d1v6x81qdeozhc.cloudfront.net/static/images/homepage/v2/white-right-arrow-64e78d3947f24ce5a3f85f2bfff00f0a.png') 5px no-repeat;
   padding-right:15px;
   background-position:right;
}

.addGrayRightArrow {
   background: url('https://d1v6x81qdeozhc.cloudfront.net/static/images/homepage/v2/gray-right-arrow-e364af61aa06a4dc4e989ee77d0b5b15.png') 5px no-repeat;
   padding-right:15px;
   background-position:right;
}

.blueButton {
    cursor:pointer;
    background: #139BD8 url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x;
    border: 1px solid #0859B9;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0px -1px 0px #0F57A7;
    -webkit-text-shadow: 0px -1px 0px #0F57A7;
    -moz-text-shadow: 0px -1px 0px #0F57A7;
}
.blueButtonSmaller {
    padding:3px 5px;
    font-size:13px;
}

.blueButton:hover, .grayButton:hover {
	text-decoration: none;
}

a.blueButton:visited, a.grayButton:visited {
	color: #fff;
}

.blueButton:active {
	background-image: none;
}

.grayButton:active {
    background-image: none !important;
}

.inactive {
	background-image: none !important;
	text-shadow: none !important;
	background-color: #CDCDCD !important;
	border-color: #999999 !important;
	color: #666 !important; 
        cursor: default !important;
}

.grayButton, button[name="no"] {
    cursor:pointer;
inherit:none;
	background: #DDDDDD url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x 0 -40px !important;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top-color: #adadad !important;
	border-right-color: #adadad !important;
	border-left-color: #adadad !important;
	border-bottom-color: #888 !important;
	text-shadow: 0px 1px 0px #fff !important;
	-webkit-text-shadow: 0px 1px 0px #fff !important;
	-moz-text-shadow: 0px 1px 0px #fff !important;
    color: #000 !important;
}

.grayButtonLightText {
    color:#999 !important;
}

.grayButton:active {
    inherit:none;
	background-image: none;
	background-color: #e9e9e9;
}



.homepage .grayButton {
	border: 1px solid #0859B9 !important;
}

.editConsumerAppButton {
    cursor:pointer;
    background: #139BD8 url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x;
    border: 1px solid #0859B9;
    color: white;
    font-size: 15px;
    margin: 0 7px 0 0;
    font-weight: bold;
    padding: 5px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px -1px 0px #0F57A7;
    -webkit-text-shadow: 0px -1px 0px #0F57A7;
    -moz-text-shadow: 0px -1px 0px #0F57A7;
}

.moreButton {
    background: #FFF url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x 0 -80px;
    text-align: center;
    -webkit-border-radius: 5px;
    border: 1px solid #DDDDDD;
    margin: 20px 20px 20px;
    padding: 10px;
    display: block;
    color: #666;
	text-shadow: 0px 1px 0px #fff !important;
	-webkit-text-shadow: 0px 1px 0px #fff !important;
	-moz-text-shadow: 0px 1px 0px #fff !important;
}

a.moreButton {
    cursor:pointer;
    color: #666;
}

a.moreButton:hover, a.editConsumerAppButton:hover  {
    text-decoration: none;
	border: 1px solid #adadad;
}

a.moreButton:active, a.editConsumerAppButton:active {
    background-image: none;
    background-color: #DDDDDD;
    color: black;
}

.bigButton {
    padding: 7px 14px !important;
    font-size: 13px !important;
}



/* Sign-up crumbs
--------------------------------------------- */

#crumbs {
    margin: 20px 0px 0 40px;
	width: 597px;
	background: #fff;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	font-weight: bold;
	color: #666;
}

#crumbs li {
	background-color: #fff;
	background-image: url(https://d1v6x81qdeozhc.cloudfront.net/static/images/icons/crumbL-b64f3cfe566ebb1551aa0a0260a8389b.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-left: -40px;
	float: left;
}

#crumbs li .crumbInner {
	padding: 15px 40px 15px 60px;
	background-image: url(https://d1v6x81qdeozhc.cloudfront.net/static/images/icons/crumbR-822de6a696db09cd9005b4c90bbbeb5e.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

#crumbs li:first-child {
	/*border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;*/
	background-image: none;
}

#crumbs li:first-child .crumbInner {
	padding-left: 20px;
}

#crumbs .active {
	background-color: #3C95D2;
	color: white;
	z-index: 3;
	position: relative;
}

/* form
--------------------------------------------- */


#mainContent .field {
	padding: 2px 0;
}

#mainContent p {
    padding: 0 20px 10px 20px;
    color: #666;
}

#mainContent h2, .blackHeading {
    font-weight:bold;
    font-size:21px;
    margin-bottom: 5px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #ABABAB;
	padding: 5px;
	width: 230px;
	/*line-height: 20px;*/
}

.field_without_label {
	margin-left: 136px;
    width:250px;
}

h2 {
	font-size: 24px;
	padding: 20px 20px 0px 20px;
}

h3 {
	font-weight: normal;
	padding: 0px 20px 20px 20px;
}

.validation {
	font-weight: bold;
	font-size: 11px;
	padding-left: 12px;
	width: 320px;
	display:inline-block;
    padding:0px;
    margin-left:136px;
}
.validationwrapper {
    min-height:20px;
}

.good {
	color: green;
}

.bad {
	color: red;
}

/* Pop Over
--------------------------------------------- */

#wash {
	background-color: rgba(0,0,0,.25);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#popOverWrap {
	margin: 200px auto 0 auto;
	width: 400px;
	background-color: rgba(82, 82, 82, 0.699219);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding: 12px;
}

#popOverContent {
	background-color: white;
}

/* footer 
--------------------------------------------- */

#footerContainer {
}

/* Homepage global
--------------------------------------------- */
.content860 {
   width: 860px;
	text-align: left;
	margin: 0 auto;
}

.content900 {
   width: 918px;
	text-align: left;
	margin: 0 auto;
}

.homepage {
	text-align: center;
	background-color: #fff;
}

.homepage .contentWrap, .pagefooter .contentWrap {
	width: 918px;
	text-align: left;
	margin: 0 auto;
}

.pagefooter {
	width: 100%;
	border-top: 2px solid #ccc;
}

.homepage .primaryColumn, .pagefooter .primaryColumn {
	width: 200px;
}

.homepage .secondaryColumn, .pagefooter .secondaryColumn {
	width: 660px;
}


/* Homepage header
--------------------------------------------- */

.homepage .header .contentWrap {
	height: 74px;
	position: relative;
}

.homepage .header {
	/*background-color: #3C95D2;*/
}

.homepage .header .primaryColumn {
	height: 36px;
	top: 50%;
	position: absolute;
	margin-top: -18px;
}

.homepage .header .secondaryColumn {
	text-align: right;
	height: 25px;
	top: 50%;
	position: absolute;
	right: 0;
	margin-top: -12px;
}

input[type="submit"], button.inputStyleButton, .newWorldButton a {
	font-size: 12px;
	padding: 3px 10px;
	margin: 0;
	font-family: helvetica;
}

.header input[type="submit"] {
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
}

.header input[type="text"], .header input[type="password"] {
	background-color: #fff;
	border: none;
	padding: 5px;
	width: 120px;
	font-size: 12px;
	font-family: helvetica;
	line-height: normal;
	vertical-align: baseline;
}

/* Homepage call to action
--------------------------------------------- */

#ctaTop {
   background-color: #B9DDF0;
   height: 320px;
}

#ctaInner {
   position: relative;
   width: 860px;
   margin: -325px auto 0 auto;
   text-align: left;
   height: 550px;
}

#androidImg {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
}

#iphoneImg {
    position: absolute;
    top: 0;
    left: 144px;
    z-index: 1;
}

#topTag {
    position: absolute;
    left: 415px;
    top: 20px;
}

#tweetArea {
    /* 
    position: absolute;
    top:325px;
    left: 415px;
    */
}

.tweetPayment {
   border-top:1px dotted #bbb;
   padding:10px 0px;
}

.tweetImgWrap {
    position: relative;
    z-index: 1;
    /*background: url(https://d1v6x81qdeozhc.cloudfront.net/static/images/homepage/speechTail-f3bdf2289a7cb1e51d903b5c3150eb7c.png) no-repeat right 50%;*/
    padding: 0 0px 0 0;
    width:85px;
    float: left;
}

.tweetProfileImg {
    box-shadow: 0px 1px 2px rgba(0,0,1, .7);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,1, .7); 
    -moz-box-shadow: 0px 1px 2px rgba(0,0,1, .7); 
    margin: 0px 0px;
}

.tweetBubble {
    background: #F4F4F4;
    background: -webkit-gradient(linear,0% 50%,0% 100%,from(#FFF),to(#F4F4F4));
    background: -moz-linear-gradient(0% 100% 90deg,#F4F4F4,#FFF);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 298px;
    margin: 30px 0;
    padding: 20px;
    display: block;
    float: left;
    box-shadow: 0px 1px 2px rgba(0, 0, 1, .7);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 1, .7);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 1, .7);
}

#homepage_tweet_username {
   font-weight: bold;
}

#homepage_tweet_text {
   font-style: normal;
}

#topTag h2 {
   margin: 0;
   padding: 47px 0 10px 0;
   text-shadow: 0 1px 0 #FFF;
}

#signupButton {
   color: black;
   text-decoration: none;
   padding: 10px 24px;
   font-size: 15px;
   font-weight: bold;
   background: #F3F4C4;
   background: -webkit-gradient(linear,0% 0%,0% 100%,from(#F3F4C4),to(#E0E37F));
   background: -moz-linear-gradient(0% 100% 90deg,#E0E37F,#F3F4C4);
   border: 1px solid #456170;
   border-radius: 40px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
	text-shadow: 0 1px 0 #FFF;
}

#signupButton:hover {
   background: #E0E37F;
}

.audience_menu {
    position: absolute;
    width: 125px;
    left: 0;
    top: 16px;
    margin-left: -6px;
    border: 1px #A6A6A6 solid;
    background: #FFFFFF;
    display:none;
    padding-top:3px;
    padding-bottom:3px;
    z-index:1;
}
#audience_menu {
    position: absolute;
    width: 125px;
    right: 0;
    top: 24px;
    margin: 0;
    border: 1px #A6A6A6 solid;
    background: #FFFFFF;
    visibility: hidden;
    padding-top:3px;
    padding-bottom:3px;
    z-index:2;
}
#audience_menu li {
    padding: 7px 6px 6px 30px;
    position: relative;
}
#audience_menu li:last-child {
    margin-bottom: 0;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:12px;
    padding-right:12px;
}
.audience:hover {
    background-color: #4BA5DD;
    color:#ffffff;
}

.choice_image {
    margin-top:-1px;
    margin-right:2px;
}

#audience_menu #public_checkmark {
    margin: 0 0 0 6px;
}
.checkmark_story {
    float:left;
    margin-left:10px;
    margin-right:10px;
}
.hidden {
    visibility:hidden;
}
#audience_menu #globe_choice, #audience_menu #friends_choice, #audience_menu #lock_choice {
    margin: 0 3px 0 3px;
}
#audience_menu #friends_checkmark,
#audience_menu #private_checkmark,
#audience_menu #public_checkmark, .public_checkmark {
    position: absolute;
    top: 7px;
    left: 7px;
}
#audience_menu #friends_checkmark, #audience_menu #private_checkmark {
    display: none;
    margin: 0 0 0 6px;
}

#audience_title {
    text-transform: capitalize;
    padding: 0 5px;
    margin-top:2px;
}

img#down_arrow {
    margin: 2px 0 0 0;
}
#sharing_widget {
    float: right;
    line-height: 12px;
    margin: 3px 15px 3px 0;
    position: relative;
}

.sharing_widget_story {
    position:relative;
}

.audience_image {
    margin-top:-1px;
}

#audience_button {
    color: #888888; 
    font-size: 11px; 
    padding: 5px; 
    padding-bottom:4px;
    cursor: pointer;
    background-color:transparent;
    border: 1px solid transparent;
    margin-top:1px;
}

.audience_button {
    color: #888888; 
    font-size: 11px; 
    padding: 6px 5px 3px 5px; 
    cursor: pointer;
    background-color:transparent;
    border: 1px solid transparent;
    margin-left:-6px;
}

.down_arrow {
    margin-top:4px;
}


#audience_button:hover, .audience_button:hover{
    background: url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/togSprite2-ef94007850830cf7b3273fe45f434e6c.png) repeat-x right;
    border:1px #888888 solid; 
    -moz-box-shadow: 1px 1px 0px #D9D9D9; 
    -webk    it-box-shadow: 1px 1px 0px #D9D9D9; 
    box-shadow: 1px 1px 0px #D9D9D9;
    color:#000000;
}
#audience_button.active, .audience_button.active {
    color:#ffffff;
    background:#26A8E5;
    border:1px #000000 solid;
}

.audience {
    font-size:11px; 
    padding-top:6px;
    padding-bottom:6px;
    cursor:pointer;
}

.tooltip {
    background-color:#282828; 
    position:absolute; 
    color:#ffffff; 
    margin-top:-53px; 
    font-size:11px; 
    padding-top:6px;
    padding-bottom:6px;
    padding-left:9px;
    padding-right:6px;
    width:120px; 
    left:-6px;
    text-transform: capitalize;
    display:none;
}

#tooltip {
    background-color:#282828; 
    position:absolute; 
    color:#ffffff; 
    margin-top:-54px; 
    font-size:11px; 
    padding-top:6px;
    padding-bottom:6px;
    padding-left:9px;
    padding-right:6px;
    width:120px; 
    right:0px;
    text-transform: capitalize;
    display:none;
}
img.down_arrow_tooltip {
    margin-top:-17px; 
    left:3px; 
    position:absolute;
    display:none;
}

img#down_arrow_tooltip {
    margin-top:-30px; 
    right:4px; 
    position:absolute;
    display:none;
}

.amounts_always_private {
    font-size:10px;
    padding:5px;
    color:#6F6F6F;
}

#amounts_always_private {
    font-size:10px;
    padding:0px;
    color:#6F6F6F;
}

#audience_menu_line {
    margin-bottom:0px;
    margin-left:8px;
    margin-right:8px;
    border-left:0px;
}

#audience_icon {
    margin-top:-1px;
}

.audience_icon_wrapper {
}

/* Homepage footer
--------------------------------------------- */

#footer {
	font-size: 12px;
	background-color: #f7f7f7;
}

#footer p {
	padding: 25px 0 0 0;
}

#footer ul li {
	float: left;
	padding: 10px 0px 10px 0;
	color: #999;
}

#footer .primaryColumn {
	width: 600px;
	float: left;
}

#footer .secondaryColumn {
	width: 200px;
	float: right;
	text-align: right;
}

/* hacks
--------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* to move around */

.jagged {
	border-width: 1px 4px 13px 4px;
	border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/jaggedBG-255cec36bc5dd6749c59cb5221812a7f.png") 1 4 13 4 repeat;
	-webkit-border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/jaggedBG-255cec36bc5dd6749c59cb5221812a7f.png") 1 4 13 4 repeat;
	-moz-border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/jaggedBG-255cec36bc5dd6749c59cb5221812a7f.png") 1 4 13 4 repeat;
	width: 629px;
	margin-bottom: 17px;
}

/*
.rectBox {
	border-width: 1px 4px 4px 4px;
	border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/rectBorderImg-1c372f8315c583696f7f3adf073e3ad9.png") 1 4 4 4 repeat;
	-webkit-border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/rectBorderImg-1c372f8315c583696f7f3adf073e3ad9.png") 1 4 4 4 repeat;
	-moz-border-image: url("https://d1v6x81qdeozhc.cloudfront.net/static/assets/rectBorderImg-1c372f8315c583696f7f3adf073e3ad9.png") 1 4 4 4 repeat;
	width: 629px;
	margin-bottom: 17px;
}
*/

.rectBox {
	border: 1px solid #bbb;
	width: 632px;
	margin-bottom: 20px;
	background:#fff;
	margin-left:0px;
}


.lightFullBox {
    background: #fff;
    border: 1px solid #bbb;
}
.lightRectBox {
   width: 634px;
	margin-bottom: 20px;
	background:#fff;
	border:1px solid #bbb;
/* -webkit-border-radius:10px;
   -moz-border-radius:10px;    
   border-radius:10px;*/
}

.smaller {
	font-size: 12px;
}

.pill {
	padding: 14px 10px;
}

.pill a {
	padding: 5px 12px;
	border: 1px solid #CCCCCC;
	margin: 0 2px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}

.pill a.pActive {
	border-color: #ADCCF7;
	color: #4884F7;
	background-color: #E9F4FA;
	text-shadow: 0 1px 0 white;
}

.pill a:hover, .pill a.pActive:hover {
	border-color: #4884F7;
	color: #4884F7;
}

.receiptHeader {
	border-bottom: 1px solid #e9e9e9;
}

.receiptTitle {
	font-size: 15px;
	padding: 10px;
	color: #666;
	font-weight: bold;
}

.receiptTitleBlack {
    color:black;
}

.receiptTitleSettings { /* For the settings pages */
	font-size: 15px;
	padding: 14px 10px 14px 20px;
	color: black;
	font-weight: bold;
}

.receiptHeader .pill {
	float: right;
}

.sidebarTitle {
    font-size: 12px;
    text-transform: uppercase;
}


/* staff */
#nav_top {
    color: #999;
    padding: 35px 5px 0px;
    text-align: right;
}
ul.button_list li a {
    border-bottom: 1px solid #E5ECF9;
    display: block;
    padding: 5px;
}
.x-small {
    font-size: 11px;
}


.sidebarChunk {
    border-top: 1px solid #E5E5E5;
}

.inviteCount {
    line-height: 26px;
    float: left;
}

.trustRequests {
    padding: 14px 20px 10px 20px;
}

.pending_trust_charge, .incomplete_charge_requests, .unclaimed_money, .pending_trust_fav_to_confirm, .pending_sug_friend_to_confirm, .debit_payment, .incoming_debit_payment, .pending_payment, .pre_debit_payment {
    padding: 10px 20px;
}

#pending_trust_charge_container div:last-child, #incomplete_charge_requests_container div:last-child, #unclaimed_money_container div:last-child, #pending_trust_requests_horizontal_MUS div:last-child, #pending_fav_requests_horizontal_MUS div:last-child, #pending_payment_container div:last-child {
    border: none;
}

#histList div:last-child {
    border-bottom: none;
}

.name {
    float: left;
    width: 130px;
    padding-top: 21px;
}
.balance, .balance_coming {
    text-align: right;
    float: left;
    margin-right: 10px;
    width: 75px;
}
.balance {
    font-size: 16px;
    font-weight: bold;
}
.balance_action_link {
    text-align: left;
    margin-top: 3px;
}
.balance_coming_action_link {
    text-align: left;
}

#arrow {
    position: absolute;
    top: 27px;
    right: 56px;
}

#logMeIn {
    width: 240px;
    margin: 0 auto 20px auto;
}

.commentInput {
    background-color: white;
    padding: 1px 1px 1px 5px !important;
    font-size:12px;
}

.infoPage {
    padding: 20px;
}

.infoPage p {
    padding-bottom: 5px;
}

.faqAnswer {
    border-top: 1px solid #DEE9EE;
    padding: 10px 0 15px 0;
}

.infoPage h3 {
    margin: o;
    padding: 5px 0;
    font-weight: bold;
}

.infoList li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px;
}

.spaceLi li {
	margin-bottom:3px;
}

.friend_horizontal {
    padding: 10px 20px;
}

.friend_selected {
    background: #ebf4fa;
}

.button_hidden {
    display: none;
}

.connectImg {
    width:32px;
    height:32px;
    float:left;
    padding-right:10px;
    vertical-align:middle;
}

.connectLink {
    width:135px;
    float:left;
    padding: 5px 5px 0 0;
}

.whatsThis {
    font-size: 11px;
    font-weight: normal;
}

#onebox_sharing_twfb {
    /*line-height:26px;*/
}

.signup_fb_friend {
    padding: 5px 5px 5px 5px;
    float: left;
    border: 1px solid #3fa7d6;
}

.signup_fb_friend {
    margin: 2px;
    border-style: outset;
    border-color: #68b5f9;
}

.mark_not_added {
    background: #ffffff;
}

.mark_to_be_added {
    /*background: #8DC3E9;*/
    background: #3c95d2;
    color: #ffffff !important;
}

.mark_to_be_added a {
    color: #ffffff;
}

.mark_not_added a {
    color: #000000;
}

/* exception */
#nectLinksTable td {
    text-align:center;
}

.nectLink {
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    margin: 0px 0px 0px 0;
    width: 118px; /* 250px; */
    /*height: 36px;
    padding: 14px 0 0 15px;*/
    padding:10px;
    line-height: 16px;
    vertical-align:middle;
}

.nectNotDone:hover, .nectDone:hover {
    text-decoration: none;
    border-color: #51CEF6;
}

.nectNotDone {
    /*border: 1px solid transparent;
    color: #ffffff !important;
    background-color: #8DC3E9;*/
    border: 1px solid #C6EFFC;
}

.nectDone {
    border: 1px solid #C6EFFC;
}

.nectSelected {
    background-color: #E9F4FA;
}

.commentBar {
    border-bottom: 1px solid #D9D9D9;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

ol.number_list li{
    list-style-type:decimal;
    margin-left:50px;
    margin-bottom:3px;
}

ol.number_list_no_margin li{
    list-style-type:decimal;
    margin-bottom:10px;
}

#contact-us-table th{
	border-top: 1px solid #e9e9e9;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#contact-us-table td{
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}


#contact-us-table tr{
	
	vertical-align: middle;
}


/* PLACES */

.places_background {
    background: #fff url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/lightGrayGradient-0ffccb197047bfd603ca07e77cb7b55d.gif') repeat-x;
    min-height:600px;   
}

.map_background {
    background:  url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/mapGradient-eb84587842ada15194e00e3aefa364d4.png') no-repeat;
}

.shadow_divider {
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #f1f1f1;
}

.grayPlacesActionButton {
    cursor:pointer;
    background: #DDDDDD url(https://d1v6x81qdeozhc.cloudfront.net/static/images/buttonSlivers-33a774e4bbb03968ed9cbf7ec9e57050.png) repeat-x 0 -40px !important;
	border: 1px solid #AAAAAA;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
    border-radius: 0px;
    text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}

.bluePlacesActionButton, input.bluePlacesActionButton {
    cursor:pointer;
	background: #3188CA url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/places-button-gradient-5be430e13b34ba5f409a47e79962dc5e.png) repeat-x;
	border: 1px solid #3C64A0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
    border-radius: 0px;
    text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}


.bluePlacesActionButton:hover, input.bluePlacesActionButton:hover {
	text-decoration: none;
	background: #3188CA url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/places-button-gradient-hover-e610eb043c5f34cc960c93ff1b087693.png) repeat-x;
}

.bluePlacesActionButton:active, input.bluePlacesActionButton:active {
	background: #3188CA url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/places-button-gradient-pressed-97ed0ee9f909b75ad2cbef3c92b0360b.png) repeat-x;
}

a.placesLearnMoreArrow {
    background:url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/places-learn-arrow-f3f84489e0548ac35527f2b787d199dd.png) no-repeat 1px;
    background-position:right;
    padding-right:10px;
    color:#2D8AF8;
}

div.placesNav {
    padding:10px 0px;
}

div.placesNav a {
    text-decoration:none;
    padding:10px 15px;
    color:#777;
}

div.placesNavSelected a {
    background:url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/places-nav-selected-cc5bb8678c04f5f2ebdcc7a7fda7be08.png) no-repeat;
    background-position:bottom;
    background-position-y:29px;
    color:#444;
}



div.placesNav a:hover {
    text-decoration:none;
    /*background:#eee url(https://d1v6x81qdeozhc.cloudfront.net/static/assets/places/icons/places-nav-selected-cc5bb8678c04f5f2ebdcc7a7fda7be08.png) no-repeat;*/
    color:#3188CA;
    background-position:bottom;
    background-position-y:29px;
}

div.placesNavSelected a:hover {
    color:#444;
}



.white_text_shadow {text-shadow:0 1px 0 #FFF;}






/* Homepage */

.dark_blue_gradient_full_background {
   background:url('https://d1v6x81qdeozhc.cloudfront.net/static/images/homepage/v2/dark-blue-gradient-81181def3fc31bcddfc842a078ec093b.png') repeat-x;
   min-height:600px;
}

.dark_blue_shadowed_divider {
   border-top:1px solid #2169A1;
   border-bottom:1px solid #60A9DA;
}

.light_blue_shadowed_divider {
   border-top:1px solid #96B9D4;
   border-bottom:1px solid #E0EEF8;
}

.header_links a {
   margin-left:10px;
   color:#fff;
   font-size:14px;
}

a.down_arrow_link {
   background:url('https://d1v6x81qdeozhc.cloudfront.net/static/images/homepage/v2/down-arrow-dadd4299eea9c9179dbf6014e563912c.png') 50px 15px no-repeat;
   padding-left:10px;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:25px;
   margin-left:35px;
}

.absolute_and_hidden {
   position:absolute;
   visibility:hidden;
   z-index:1;
}

#homepage_login_box {
   position:absolute;
   visibility:hidden;
   color:#fff;
   background-color:#333;
   border:2px solid #333;
   padding:10px;
   width:200px;
   -moz-outline:0;
   outline:0;
}

.fade_first, .fade_second {
   opacity: 0.0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);

}

.disabled_button {
    background: none !important;
    border: none !important;
}

div.app_photo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #cecece;
}
div.app_photo img {
    padding: 3px;
}

.contact-name, .contact-email, .contact-check, .contact-image {
    cursor:pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
.contact-name {
    height: 20px;
    width: 220px;
}
.contact-email {
    height: 20px;
    width: 258px;
}
.contact-image {
    height: 32px;
    width: 32px;
}
.contact-check {
    height: 20px;
    width: 22px;
    text-align: center;
}
.contact-check input {
    margin-top: 2px;
}
.contact-filter {
    padding: 5px 22px 5px 5px;
    background: #fff url('https://d1v6x81qdeozhc.cloudfront.net/static/assets/search-c8e6cda8cb2d4cf3122d4da0bf317d36.png') no-repeat right 50%;
    font-size: 13px;
    width: 200px !important;
}


.bar {
    height: 23px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0px;
    white-space: nowrap;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px white;

    .gradient( #aaa, #999, #aaa);
    .rounded_corners(5px);
}
.bar-progress {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 23px;
    background: #3AC15B;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;



    border: 1px solid #aaa;
    .gradient( #fff, #eee, #fff);
}
.progress-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-weight:bold;
    padding-bottom: 14px;
}

.border_left_edges_five {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.border_right_edges_five {
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;

    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.welcome_box_title {
    font-size:18px;
    font-weight:bold;
    padding: 10px;
    border-bottom:1px solid #e9e9e9;
    text-align: center;
    background: #f8f8f8;
}

.welcome_box_body {
    padding: 20px;
    text-align: center;
}

div#unpublish_past_transactions {
    padding: 10px; 
    margin:15px 40px; 
    background-color:#F2F2F2; 
}

/* header
--------------------------------------------- */

#header {
	background-color: #3C95D2;
   line-height: 47px;
	height: 47px;
}

a.hLink, .hLink {
    display: inline-block;
    padding: 0 7px;
    text-shadow: 0 1px 0 #1B567F;
    color: #FFF;
}


a.hLink:hover, .hLink:hover {
    background-color: #50A0D7;
    text-decoration: none;
}

/* modal styles */
.modal_text p {
    margin-bottom:15px;
    font-size:14px
}

/* Feed Items */
.bottom-wrapper {
  display: none;
}
.bottom-wrapper.is-visible {
  display: table-row;
}
.feed-icon.desktop-return {
  width: 52px;
}
.feed-icon.toggle-image {
  width: 30px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feed-icon.toggle-image.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
