@charset "UTF-8";

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block; }

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

audio:not([controls]) {
    display: none; }

[hidden] {
    display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231; }

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none; }

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #00e; }

a:visited {
    color: #551a8b; }

a:hover {
    color: #06e; }

a:focus {
    outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted; }

b, strong {
    font-weight: bold; }

blockquote {
    margin: 1em 40px; }

dfn {
    font-style: italic; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 13px 0;
    padding: 0; }

.oldie hr {
    margin: 3px 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none; }

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }

q {
    quotes: none; }

q:before, q:after {
    content: "";
    content: none; }

small {
    font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px; }

dd {
    margin: 0 0 0 40px; }

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
    overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
    line-height: normal;
    *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
    *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
    background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0; }

td {
    vertical-align: top; }

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa; }

/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none; }

body .ui-tooltip {
    border-width: 2px; }

/* Globals */
#join_form {
    display: none; }

#learn_more {
    display: none; }

.displayNone {
    display: none;
}

.floatNone {
    float: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
    line-height: 0px;
    height: 0px;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.textToLeft {
    text-align: left !important;
}

.textToRight {
    text-align: right !important;
}

.textToCenter {
    text-align: center !important;
}

.noscriptWarning {
    padding: 5px;
    background-color: red;
    color: #ffffff;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.container section div.common {
    clear: both;
    padding: 15px 30px 30px 30px;
    position: relative;
}

article.info p {
    padding-left: 20px;
}

html, body, #main, #container {
    float: left;
    clear: both;
    width: 100%; }

body {
    background: #245d92 url("../image/header_gradient.jpg") top center no-repeat; }

::selection {
    background: #3c7298; }

h1, h2, h3, h4, h5, h6 {
    margin: 0; }

.page h2 {
    color: #3a5872;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    font-family: Arial, sans-serif; }

.page h3 {
    color: #3f5971;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, sans-serif; }

.page h4 {
    color: #7b92a4;
    font-size: 16px;
    text-shadow: 0 1px 0 #fff;
    font-family: Arial, sans-serif; }

.page h6 {
    font-size: 13px;
    line-height: 1.538; }

.page p {
    margin-top: 0;
    line-height: 1.538; }

a {
    text-decoration: none; }
a:link, a:visited, a:active {
    color: #3478b5; }

#container {
    /*min-width: 900px;*/
}

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

.home .container {
    width: 850px; }
body.mopt .home .container {
    width: auto;
}

/* Primary Styles */
body {
    font-family: Arial, sans-serif; }

body.home {
    background: #082e49; }

h1#logo {
    width: 185px;
    height: 90px;
    background: url("../image/logo.png") 0 0 no-repeat; }
body.mopt h1#logo {
    width: auto;
    background-position-x: 50%;
}
h1#logo a {
    display: block;
    width: 100%;
    height: 100%; }

input {
    outline: none; }
input:focus {
    -moz-box-shadow: #000099 0 0 5px;
    -webkit-box-shadow: #000099 0 0 5px;
    -o-box-shadow: #000099 0 0 5px;
    box-shadow: #000099 0 0 5px; }
.rgba input:focus {
    -moz-box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px;
    -o-box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px; }
input.error {
    -moz-box-shadow: #000099 0 0 5px;
    -webkit-box-shadow: #000099 0 0 5px;
    -o-box-shadow: #000099 0 0 5px;
    box-shadow: #000099 0 0 5px; }
input.error:focus {
    -moz-box-shadow: #990000 0 0 5px;
    -webkit-box-shadow: #990000 0 0 5px;
    -o-box-shadow: #990000 0 0 5px;
    box-shadow: #990000 0 0 5px; }
.rgba input.error {
    -moz-box-shadow: rgba(255, 0, 0, 0.5) 0 0 5px;
    -webkit-box-shadow: rgba(255, 0, 0, 0.5) 0 0 5px;
    -o-box-shadow: rgba(255, 0, 0, 0.5) 0 0 5px;
    box-shadow: rgba(255, 0, 0, 0.5) 0 0 5px; }
.rgba input.error:focus {
    -moz-box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px;
    -o-box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 255, 0.5) 0 0 5px; }

.button{
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #2e2e2e;
    float: left;
    padding: 0 8px;
    width: auto;
    height: 23px;
    line-height: 23px;
    background: #f6f6f6;
    border: 1px solid #c0ba97;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(#ffffff, #ededed);
    background-image: -moz-linear-gradient(#ffffff, #ededed);
    background-image: -o-linear-gradient(#ffffff, #ededed);
    background-image: -ms-linear-gradient(#ffffff, #ededed);
    background-image: linear-gradient(#ffffff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    -moz-box-shadow: white 0 1px 0;
    -webkit-box-shadow: white 0 1px 0;
    -o-box-shadow: white 0 1px 0;
    box-shadow: white 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }

.button.current, .button:active {
    border-top: 1px solid #7e7a62;
    border-left: 1px solid #969073;
    border-right: 1px solid #969073;
    border-bottom: 1px solid #aba581;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#cccccc, #ffffff);
    background-image: -moz-linear-gradient(#cccccc, #ffffff);
    background-image: -o-linear-gradient(#cccccc, #ffffff);
    background-image: -ms-linear-gradient(#cccccc, #ffffff);
    background-image: linear-gradient(#cccccc, #ffffff);
    -moz-box-shadow: white 0 1px 0, inset #a7a7a7 0 1px 2px;
    -webkit-box-shadow: white 0 1px 0, inset #a7a7a7 0 1px 2px;
    -o-box-shadow: white 0 1px 0, inset #a7a7a7 0 1px 2px;
    box-shadow: white 0 1px 0, inset #a7a7a7 0 1px 2px; }

a.button:link, a.button:visited {
    color: #2e2e2e; }

a.button.ir {
    border: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

form#shrink {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    border: none; }
body.mopt form#shrink {
    float: none;
}
form#shrink input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200; }
form#shrink input:focus {
    outline: none; }
form#shrink span.url {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    position: absolute;
    top: 0; }
form#shrink button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer; }
body.mopt form#shrink button {
    position: relative;
    top: 0;
    left: 0;
}

/* Chart styles */
.jqplot-axis {
    color: #818181;
    padding: 10px;
    font-size: 10px;
    font-weight: bold; }

/* Menu tabs and panels */
.data {
    float: left;
    clear: both;
    width: 100%;
    position: relative; }
.data nav.menu {
    float: left;
    clear: left;
    position: relative;
    z-index: 3;
    right: -1px;
    width: 223px;
    height: 367px;
    background: #fdfcee;
    border: 1px solid #b4babf;
    border-right: 1px solid #cecdb7;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
.data nav.menu header {
    float: left;
    clear: left;
    height: 34px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b4babf;
    border-right: 1px solid #b4babf;
    background: #e9e9e9;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -moz-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -o-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -ms-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: linear-gradient(#f5f5f5, #d7d7d7);
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0; }
.data nav.menu ul {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0; }
.data nav.menu li {
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #3478b5;
    text-shadow: 0 1px 0 #fff;
    height: 35px;
    line-height: 35px;
    text-indent: 46px;
    cursor: pointer; }
.data nav.menu li.active {
    color: #3f5971;
    background: url("../image/menu_current_bg.png") 0 0 no-repeat;
    width: 235px;
    height: 36px;
    margin-top: -1px;
    margin-left: -2px;
    text-indent: 48px; }
.data nav.menu li span {
    float: left;
    clear: both;
    width: 100%; }
.data .panels {
    position: relative;
    z-index: 2;
    float: left;
    width: 654px;
    height: 375px;
    border: 1px solid #d4d4d4;
    border-width: 1px 1px 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
.data .panel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden; }
.data .panel.active {
    display: block; }

.data .panel .graph-data-under{
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color:#5b5b5a;
    font-weight: bold;
}

.data .panel .graph-data-under b{
    font-size: 12px;
    color:#a1a1a1;
    font-weight: normal;
}

.data .panel .graph-data-under span{
    margin-right: 20px;
}

.data .panel .graph-data-under span:last-child{
    margin-right:0;
}

#header {
    padding-bottom: 14px;
    position: relative; }
#header .container {
    position: relative;
    padding-top: 6px; }
body.alert #header .container { padding-top:22px;height: 120px;}
body.alert .loggedin #header nav { top: 56px; }
.loggedin #header nav {
    top: 40px; }
.loggedin #header nav.accountType, .loggedin #header nav.adultxyz {
    font-size: 12px;
    border: 0;
    padding: 0;
    background: none;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: static;
    float: right;
}
.loggedin #header nav.adultxyz {
    font-weight: bold;
    color: #CCC;
    line-height: 35px;
    float: left;
}
.loggedin #header nav.adultxyz a {
    color: orange;
}
.loggedin #header #signinHistory {
    color: #6a8fb1;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
    border: 0;
    background: none;
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: static;
    float: right;
}

#signinHistoryLink{
    color:#CCC;
}

#signinhistorylog{
    width:100%;
    margin-top:15px;
}

#signinhistorylog td,#signinhistorylog th{
    border:1px solid #CCC;
    padding: 5px;
}

.home #top_bar{
    position: absolute;
    width: 100%;
    left:0;
}
body.mopt .home #top_bar {
    position: relative;
}

#top_bar{ background-color:#153756; height:35px; }
#top_bar .container,body.alert #header #top_bar .container{ padding-top:0;}
#top_bar .accountType a{
    color:#6a8fb1;
    float:left;
    line-height: 35px;
    padding:0 15px;
}
#top_bar .accountType a:hover{
    color:#a4c2dd;
}
#top_bar .accountType a.selected{
    background:url('../image/account_type_bg.png') transparent repeat-x top left;
    display:block;
    height:35px;
    color:#FFF;
}

#top_bar .language_switcher{
    font-family: Arial, sans-serif;
    font-size: 12px;
    float: right;
}
#top_bar .language_switcher h5{
    font-family: Arial, sans-serif;
    font-weight:normal;
    font-size: 12px;
    color:#6a8fb1;
    line-height: 35px;
    padding:0 15px;
    padding-left: 40px;
    cursor: pointer;
    background:url('../image/language_flags.png') transparent no-repeat 14px 12px;
}

#top_bar .language_switcher.hover h5{
    background-color:#0f2a42;
}

#top_bar .language_switcher h5 span{
    background:url('../image/language_arrows.png') transparent no-repeat top left;
    display: inline-block;
    height: 19px;
    width: 8px;
    margin-left: 8px;
    *display:none;
}

#top_bar .language_switcher.hover h5 span{ background-position:0 -36px;}

#top_bar .language_switcher ul{
    background-color:#0f2a42;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    position: absolute;
    width: 190px;
    display:none;
    *border:1px solid transparent;
}

#top_bar .language_switcher li{
    font-family: Arial, sans-serif;
    color:#6a8fb1;
    line-height: 33px;
    padding:0 15px;
    cursor: pointer;
    display: block;
}

#top_bar .language_switcher li a{
    background:url('../image/language_flags.png') transparent no-repeat top left;
    color:#6a8fb1;
    display: block;
    padding-left: 25px;
}

#top_bar .language_switcher li.en a{ background-position: 0 12px;}
#top_bar .language_switcher li.fr a{ background-position: 0 -21px;}
#top_bar .language_switcher li.de a{ background-position: 0 -53px;}
#top_bar .language_switcher li.it a{ background-position: 0 -85px;}
#top_bar .language_switcher li.es a{ background-position: 0 -117px;}
#top_bar .language_switcher li.hi a{ background-position: 0 -149px;}
#top_bar .language_switcher li.zh a{ background-position: 0 -181px;}
#top_bar .language_switcher li.vn a{ background-position: 0 -213px;}
#top_bar .language_switcher li.pt a{ background-position: 0 -245px;}
#top_bar .language_switcher li.th a{ background-position: 0 -277px;}
#top_bar .language_switcher li.ar a{ background-position: 0 -309px;}
#top_bar .language_switcher li.ru a{ background-position: 0 -341px;}

#top_bar .language_switcher h5.en{ background-position: 15px 12px;}
#top_bar .language_switcher h5.fr{ background-position: 15px -20px;}
#top_bar .language_switcher h5.de{ background-position: 15px -52px;}
#top_bar .language_switcher h5.it{ background-position: 15px -84px;}
#top_bar .language_switcher h5.es{ background-position: 15px -116px;}
#top_bar .language_switcher h5.hi{ background-position: 15px -148px;}
#top_bar .language_switcher h5.zh{ background-position: 15px -180px;}
#top_bar .language_switcher h5.vn{ background-position: 15px -212px;}
#top_bar .language_switcher h5.pt{ background-position: 15px -244px;}
#top_bar .language_switcher h5.th{ background-position: 15px -276px;}
#top_bar .language_switcher h5.ar{ background-position: 15px -308px;}
#top_bar .language_switcher h5.ru{ background-position: 15px -340px;}

#top_bar .language_switcher li:hover{
    color:#FFF;
    background:url('../image/language_switcher_bg.png') transparent repeat-x top left;
}

.loggedin #logo {
    margin-top: 30px; }
#header nav {
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 10px;
    padding: 0 1px; }
.multiplebgs #header nav {
    background: url("../image/nav_div_right.png") bottom left no-repeat, url("../image/nav_div_left.png") bottom right no-repeat; }
#header nav li {
    float: left;
    padding-top: 10px;
    padding-bottom: 17px;
    background: url("../image/nav_div_right.png") bottom right no-repeat; }
.multiplebgs #header nav li {
    background: url("../image/nav_div_right.png") bottom right no-repeat, url("../image/nav_div_left.png") bottom left no-repeat; }
#header nav li a {
    display: block;
    padding: 0 20px;
    padding-top: 54px;
    text-align: center;
    color: rgb(26, 55, 82);
    line-height: 1em;
    font-size: 15px;
    text-shadow: 0 1px 0 #1b96f8;
}
#header nav li a.current {
    color: #fff;
    text-shadow: 0 1px 0 #0c385d;
}
#header nav li.home a {
    background: url("../image/nav_icon_home.png") center top no-repeat; }
#header nav li.referrals a {
    background: url("../image/nav_icon_referrals.png") center top no-repeat; }
#header nav li.tools a {
    background: url("../image/nav_icon_tools.png") center top no-repeat; }
#header nav li.withdraw a {
    background: url("../image/nav_icon_withdraw.png") center top no-repeat; }
#header nav li.points a {
    background: url("../image/nav_icon_points.png") center top no-repeat; }
#header nav li.forum a {
    background: url("../image/nav_icon_forum.png") center top no-repeat; }
#header nav li.support a {
    background: url("../image/nav_icon_support.png") center top no-repeat; }
#header nav li.wallet a {
    background: url("../image/nav_icon_wallet.png") center top no-repeat; }
#header nav li a.current {
    background-position: center -92px; }

.secondary.loggedin #header {
    /*height: 130px*/;
}
.secondary.loggedin #logo {
    margin-top: 25px;
}

#footer {
    float: left;
    clear: both;
    width: 100%;
    height: 152px;
    position: relative;
    margin-top: -41px;
    padding-top: 41px;
    background: url("../image/footer_large_bg.png") 0 0 repeat-x; }
#footer .background {
    float: left;
    clear: both;
    width: 100%;
    height: 193px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url("../image/footer_large.jpg") bottom center no-repeat; }
#footer .container {
    z-index: 1;
    position: relative;
    width: 880px; }
body.mopt #footer .container {
    width: auto;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
    color: #c4e3ff; }
#footer nav {
    text-shadow: 0 1px 0 #22313c;
    font-size: 12px;
    font-weight: bold; }
#footer nav li {
    float: left; }
#footer nav li a {
    display: block;
    padding: 12px;
    background: url("../image/footer_lr_bg.png") top right no-repeat; }
.multiplebgs #footer nav li a {
    background: url("../image/footer_lr_bg.png") top right no-repeat, url("../image/footer_ll_bg.png") top left no-repeat; }
#footer nav li.first a {
    padding-left: 0;
    background: url("../image/footer_lr_bg.png") top right no-repeat; }
#footer nav li.last a {
    padding-right: 0;
    background: url("../image/footer_ll_bg.png") top left no-repeat; }
#footer div.payment{
    float:right;
    padding-top:12px;
}
#footer div.payment a{
    float:left;
    display: block;
    height: 27px;
    margin-left:5px;
}
#footer a.paypal {
    width: 81px;
    background: url("../image/ft_paypal.png") 0 0 no-repeat; }
#footer a.libertyreserve {
    width: 81px;
    background: url("../image/ft_libertyreserve.png") 0 0 no-repeat; }
#footer a.payoneer {
    width: 81px;
    background: url("../image/ft_payoneer.png") 0 0 no-repeat; }
#footer a.payza {
    width: 81px;
    background: url("../image/ft_alertpay.png") 0 0 no-repeat; }

/* Universal Page Styles */
div.highlight p {
    padding: 10px 20px 10px 20px;
    float: left; }
section.page {
    position: relative;
    z-index: 1; }
section.page > .container {
    background: #fff;
    border: 1px solid #0c3b60;
    position: relative;
    z-index: 2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: #0c3b60 0 0 5px 1px;
    -webkit-box-shadow: #0c3b60 0 0 5px 1px;
    -o-box-shadow: #0c3b60 0 0 5px 1px;
    box-shadow: #0c3b60 0 0 5px 1px;
    /*behavior: url('http://adfly.local/static/js/pie/PIE.htc');*/
}
section.page > .container section.bar {
    width: 899px;
    height: 113px;
    position: relative;
    z-index: 5;
    top: -3px;
    margin: 0 auto;
    background: #fff9ce;
    border: 1px solid #c7bd7f;
    border-top: none;
    -moz-box-shadow: #cccccc 0 8px 6px;
    -webkit-box-shadow: #cccccc 0 8px 6px;
    -o-box-shadow: #cccccc 0 8px 6px;
    box-shadow: #cccccc 0 8px 6px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fffdf2), color-stop(100%, #fff4ae));
    background-image: -webkit-linear-gradient(#fffdf2, #fff4ae);
    background-image: -moz-linear-gradient(#fffdf2, #fff4ae);
    background-image: -o-linear-gradient(#fffdf2, #fff4ae);
    background-image: -ms-linear-gradient(#fffdf2, #fff4ae);
    background-image: linear-gradient(#fffdf2, #fff4ae);
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    /*behavior: url('http://adfly.local/static/js/pie/PIE.htc');*/
    /* Extended version for more options */ }
section.page > .container section.bar .shadow {
    display: block;
    width: 899px;
    height: 4px;
    background: url("../image/bar_bottom.png") 0 0 no-repeat;
    position: absolute;
    top: 114px;
    z-index: 5;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
section.page > .container section.bar section.profile {
    float: left;
    clear: left;
    width: 268px;
    height: 93px;
    position: relative;
    padding-top: 20px;
    border-right: 1px solid #e4db9e;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fffdf2), color-stop(100%, #fff7bf));
    background-image: -webkit-linear-gradient(#fffdf2, #fff7bf);
    background-image: -moz-linear-gradient(#fffdf2, #fff7bf);
    background-image: -o-linear-gradient(#fffdf2, #fff7bf);
    background-image: -ms-linear-gradient(#fffdf2, #fff7bf);
    background-image: linear-gradient(#fffdf2, #fff7bf);
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
section.page > .container section.bar section.profile #editAvatarLink {
    display: none;
    position: absolute;
    top: 3px;
    right: 5px; }
#uploadAvatarButton {
    width: 100px;
    position: relative;
    left: 147px; }
#editAvatarResult div.half {
    width: 48%;
    float: left; }
#acceptDeclineAvatar a {
    margin-right: 10px; }
section.page > .container section.bar section.profile figure {
    position: absolute;
    top: 20px;
    left: 13px; }
section.page > .container section.bar section.profile figure,
#editAvatarResult figure {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #969696;
    -moz-box-shadow: white 0 1px 0;
    -webkit-box-shadow: white 0 1px 0;
    -o-box-shadow: white 0 1px 0;
    box-shadow: white 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    overflow:hidden;
    background-position: center;
}
section.page > .container section.bar section.profile figure img,
#editAvatarResult figure img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display:none;
}
section.page > .container section.bar section.profile p {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #6c6c6c; }
section.page > .container section.bar section.profile h3 {
    font-size: 18px;
    color: #1a466d;
    padding-bottom: 9px; }
section.page > .container section.bar section.profile a.account {
    margin-right: 7px; }
section.page > .container section.bar section.profile nav {
    float: left;
    clear: left;
    padding-left: 97px; }
section.page > .container section.bar.more {
    height: 250px; }
section.page > .container section.bar.more .shadow {
    top: 251px; }
section.page > .container section.bar.more .profile {
    height: 230px; }
section.page > .container section.bar section.shorten {
    position: relative;
    float: left;
    width: 630px;
    height: 112px;
    background: url("../image/shorten_bg.png") 400px 64px no-repeat; }
section.page > .container section.bar section.shorten .options {
    position: absolute;
    top: 67px;
    left: 20px; }
section.page > .container .highlight {
    float: left;
    clear: both;
    width: 100%;
    margin-top: -114px;
    padding-top: 130px;
    background: #ecf5fb;
    border-bottom: 1px solid #ebebeb;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
section.page > .container .highlight.more {
    margin-top: -251px;
    padding-top: 267px; }

section.page > .container .highlight h3{
    clear: both;
    padding-left: 20px;
}

section.page > .container .highlight ul.earnings {
    float: left;
    color: #8c8c8c;
    margin: 0;
    padding: 6px 0 20px 0;
    width: 280px;
    text-align: center;
}

section.page > .container .highlight div.latest-news {
    padding: 5px 10px 10px 10px;
    margin-bottom: 46px; }

section.page > .container .highlight div.latest-news  aside {
    top:0px; left:0px; height: 32px; width: 36px; text-align: center; }

section.page > .container .highlight ul.earnings.totals {
    background:url("../image/total_bg.png") #f7fbfd repeat-y top right;
    border:1px solid #c3ccd4;
    border-radius:4px;
    padding-right:30px;
    float:right;
    margin-right: 15px;
    padding-bottom: 13px;
}

section.page > .container .highlight ul.earnings h4 {
    font-family: Arial, sans-serif;
    font-size: 25px;
    color: #3e5c77;
    text-shadow: 0 1px 0 white, 0 -1px 0 #283a4c;
    letter-spacing: -1px; }
section.page > .container .highlight ul.earnings h5 {
    text-transform: uppercase;
    font-size: 11px; }
section.page > .container .highlight ul.earnings li {
    display: inline-block;
    text-align:left;
    list-style-type: none;
    padding: 0 11px;
    padding-top: 5px;
    background: url("../image/withdraw_amnt_bg.png") right top no-repeat;

    *display: block;
    *float:left;
}

section.page > .container .highlight ul.earnings.totals li {
    background:none;
}

section.page > .container .highlight ul.earnings li.total {
    padding-right: 0;
    background: none; }
section.page > .container .highlight ul.earnings.totals li h4 {
    color: #1774c2;
    text-shadow: 0 1px 0 white, 0 -1px 0 #0e4573; }
section.page > .container .highlight hgroup {
    float: left;
    clear: both;
    width: 100%;
    width: 880px;
    margin: 0 20px 6px 20px;
    border-bottom: 1px dotted #d1d8dd;
    font-family: Arial, sans-serif;
    line-height: 24px; }

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    zoom: 1;
    *filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.totals.rotate {
    *margin-right:15px;
    position: absolute;
    margin-top: 18px;
    right: -17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: white;
}

.ie8 .totals.rotate{
    right: -14px ;
    margin-top:12px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\0;
}

.oldie .totals.rotate{
    margin-top:12px;
}

section.page > .container .highlight hgroup h2 {
    width: 40%;
    float: left; }
section.page > .container .highlight hgroup h4 {
    width: 40%;
    float: right;
    text-align: right; }
hgroup h5 {
    width: 60%;
    font-size: 14px;
    font-weight: normal;
    float: right;
    text-align: right; }
hgroup h5 a {
    color: #3478b5; }
hgroup h5 a.selected {
    font-weight: bold; }
section.page form#shrink {
    float: left;
    clear: both;
    width: 100%;
    position: relative; }
section.page form#shrink #more-options {
    position: absolute;
    top: 100px;
    left: 10px;
    display: none; }
section.page form#shrink #more-options .line {
    padding-bottom: 4px; }
section.page form#shrink #more-options input {
    border: 1px solid #bcbcbc; }
section.page form#shrink input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
section.page form#shrink input:focus {
    outline: none; }
section.page form#shrink label {
    float: left; }
section.page form#shrink #shrink_copy_wrapper {
    width: 125px;
    height: 39px;
    position: absolute;
    right: 198px;
    z-index: 2;
    cursor: pointer;
    top: 20px;
    visibility:hidden;
}
section.page form#shrink #shrink_link {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 445px;
    /* 591px */
    height: 39px;
    line-height: 39px;
    font-size: 19px;
    padding: 0 145px 0 9px;
    border: none;
    background: url("../image/shorten_input_bg.png") 0 0 no-repeat; }
section.page form#shrink #shrink_link.resized {
    width: 258px;
}
section.page form#shrink #shrink_link.copy {
    padding-left: 9px;
    width: 500px; }
section.page form#shrink span.url {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 19px;
    position: absolute;
    top: 20px;
    left: 35px;
    color: #6e6e6e;
    line-height: 38px; }
section.page form#shrink #loading_spinner {
    position: absolute;
    left: 39px;
    top: 39px;
    display: none; }
section.page form#shrink button {
    height: 36px;
    top: 20px;
    right: 20px;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 0 3px 3px 0;
    margin-top: 1px;
    padding: 0 13px;
    border-left: 1px solid #184d7e;
    line-height: 33px;
}
section.page form#shrink #shrink_submit {
    z-index: 3; }
section.page form#shrink #shrink_copy {
    display: none;
    z-index: 1;
    right: 198px;
}
section.page form#shrink #shrink_another {
    display: none;
    z-index: 1;
    right: 18px;
    width: 171px;
    border-radius: 3px;
}

section.page form#shrink button span{
    display:block;
    float: left;
    height: 34px;
    width: 30px;
    margin-right: 10px;
}

section.page form#shrink #shrink_submit span{
    background: url("../image/shrink_button_icon2.png") transparent center left no-repeat;
}
section.page form#shrink #shrink_copy span{
    background: url("../image/copy_button_icon2.png") transparent center left no-repeat;
}
section.page form#shrink #shrink_another span{
    background: url("../image/another_button_icon2.png") transparent center left no-repeat;
}

#custom_name {
    margin-left: 5px; }

form {
    float: left;
    clear: left; }
form .line {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 11px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
form span.required {
    color: #2070b8;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    right: 2px; }
form label {
    font-weight: bold;
    color: #2e2e2e;
    font-size: 12px;
    display: inline-block;
    text-align: right;
    line-height: 31px;
    padding-right: 10px;
    width: 133px; }
form input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 255px;
    font-size: 14px;
    color: #616161;
    border: 1px solid #bcbcbc;
    padding-left: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset #d2d2d2 0 1px 3px;
    -webkit-box-shadow: inset #d2d2d2 0 1px 3px;
    -o-box-shadow: inset #d2d2d2 0 1px 3px;
    box-shadow: inset #d2d2d2 0 1px 3px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#f5f5f5, #ffffff);
    background-image: -moz-linear-gradient(#f5f5f5, #ffffff);
    background-image: -o-linear-gradient(#f5f5f5, #ffffff);
    background-image: -ms-linear-gradient(#f5f5f5, #ffffff);
    background-image: linear-gradient(#f5f5f5, #ffffff); }
form select {
    width: 278px;
    height: 31px; }

.page table {
    width: 100%;
    border-collapse: separate;
    border-right: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
.oldie .page table {
    border-collapse: collapse; }
.page table td, .page table th {
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    border-left: 1px dotted #cbcbcb;
    border-top: 1px solid #cbcbcb;
    text-align: left;
    white-space: nowrap; }
.page table thead {
    font-size: 12px;
    text-transform: uppercase;
    color: #878787;
    text-shadow: 0 1px 0 #fff; }
.page table thead th {
    border-top: 1px solid #fff;
    background: #e9e9e9;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -moz-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -o-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -ms-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: linear-gradient(#f5f5f5, #d7d7d7); }
.page table thead th:first-child {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0; }
.page table thead th:last-child {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -khtml-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0; }
.page table tfoot {
    height: 29px;
    border-top: #e5e5e5;
    color: #626262;
    font-size: 11px; }
.page table tfoot p {
    text-shadow: 0 1px 0 #fff;
    line-height: 29px;
    margin: 0;
    float: left; }
.page table tfoot td {
    border-top: 1px solid #cbcbcb;
    background: #e9e9e9;
    height: 29px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -moz-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -o-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -ms-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: linear-gradient(#f5f5f5, #d7d7d7); }
.page table tfoot nav {
    padding-top: 4px;
    padding-right: 3px; }
.page table tfoot nav ul {
    float: right;
    -moz-box-shadow: #c8c8c8 0 1px 0;
    -webkit-box-shadow: #c8c8c8 0 1px 0;
    -o-box-shadow: #c8c8c8 0 1px 0;
    box-shadow: #c8c8c8 0 1px 0; }
.page table tfoot nav li {
    float: left;
    clear: none; }
.page table tfoot nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #3478b5;
    float: left;
    height: 23px;
    line-height: 23px;
    background: url("../image/table_nav_bg.png") 0 0 no-repeat;
    border-right: 1px solid #bcbcbc;
    padding: 0 5px 0 6px; }
.page table tfoot nav li.current a {
    color: #8da0b0; }
.page table tfoot nav li.prev a {
    width: 48px;
    background: url("../image/table_nav_prev.png") 0 0 no-repeat;
    padding-left: 0;
    padding-right: 8px;
    text-align: right; }
.page table tfoot nav li.next a {
    background: url("../image/table_nav_next.png") 0 0 no-repeat;
    border-right: none;
    width: 50px;
    padding-right: 0;
    padding-left: 8px;
    text-align: left; }
.page table tbody {
    font-size: 12px;
    color: #424242; }
.page table tbody tr:nth-child(even) {
    background: #ecf5fb; }
.page table tbody td.total, #links-tabs table tfoot th.total {
    font-size: 12px;
    text-transform: uppercase;
    color: #878787;
    text-shadow: 0 1px 0 #fff;
    padding-right: 16px;
    text-align: right;
    font-weight: bold;
    background: #fff; }
.page table tbody td.sum, #links-tabs table tfoot th.sum {
    font-size: 15px;
    font-weight: bold;
    color: #414141;
    background: #f4f4f4; }
.page table tbody tr.totals{
    font-weight:bold;
}

/* Referral Page Styles */
section.referral .lastUpdated,
section.referral .totalReferralsCount {
    text-align: center; }
section.referral .highlight .link {
    width: 272px;
    float: left;
    clear: left;
    padding: 16px 0 29px 23px;
    background: url("../image/link_bg.png") 20px bottom no-repeat; }
section.referral .highlight .link input {
    width: 300px;
    border: 1px solid #9aaebd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 19px;
    color: #3478b5;
    -moz-box-shadow: #d7e8f7 0 1px 0, #c8e0f3 0 0 0 3px;
    -webkit-box-shadow: #d7e8f7 0 1px 0, #c8e0f3 0 0 0 3px;
    -o-box-shadow: #d7e8f7 0 1px 0, #c8e0f3 0 0 0 3px;
    box-shadow: #d7e8f7 0 1px 0, #c8e0f3 0 0 0 3px;
    line-height: 1em;
    padding: 7px 0; }
section.referral .highlight .description {
    float: right;
    width: 550px;
    padding-right: 20px; }

section.stats {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px; }
section.stats table {
    width: 655px;
    border: none; }
section.stats .data {
    padding-top: 8px; }
section.stats .data .panels {
    height: 242px; }
section.stats .data nav.menu {
    height: 242px; }
section.stats .data nav.menu li span {
    background: url("../image/icon_stats.png") 14px center no-repeat; }
section.stats .data nav.menu li.active span {
    background: url("../image/icon_stats_current.png") 16px center no-repeat; }

section.banners {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px; }
section.banners .data {
    padding-top: 8px; }
section.banners .data .panel {
    overflow-x: auto; }
section.banners .data nav.menu {
    width: 120px;
    padding-top: 8px;
    height: 392px;
}
section.banners .data .panels {
    width: 756px;
    height: 400px;
}
section.banners .data nav.menu li.active {
    background: url("../image/menu_current_bg.png") -103px 0px no-repeat;
}
section.banners .data nav.menu li span {
    background: url("../image/icon_img.png") 14px center no-repeat; }
section.banners .data nav.menu li.active span {
    background: url("../image/icon_img_current.png") 16px center no-repeat; }
section.banners .data ul.banners {
    float: left;
    /*width: 634px;*/
    width: 740px;
    padding: 20px 0 20px 10px;
    margin: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
section.banners .data ul.banners li {
    list-style-type: none;
    float: left;
    padding-right: 4px;
    padding-bottom: 15px; }
section.banners .data ul.banners li figure {
    /*width: 298px;
    height: 248px;*/
    padding: 3px;
    border: 1px solid #ececec;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
section.banners .data ul.banners li .code {
    position: relative;
    top: 5px;
    float: left;
    clear: left;
    width: 350px;
    height: 150px;
    padding: 14px 8px 8px 8px;
    background: url("../image/textarea_bg.png") 0 0 no-repeat; }
section.banners .data ul.banners li .code textarea {
    float: left;
    clear: left;
    width: 339px;
    height: 135px;
    outline: none;
    border: none;
    resize: none;
    padding: 0;
    color: #686868; }

/* Terms Page Styles */
#terms ol li {
    padding-top: 10px; }
#terms p.title {
    color: orange;
    font-size: 16px;
    margin-top: 30px; }
#terms p.important {
    font-style: italic; }
#terms div.box {
    padding: 10px;
    background-color: #FFEEEE;
    border: 1px solid silver;
    margin-bottom: 20px; }

/* Privacy Page Styles */
#privacy ul li {
    padding-top: 10px; }

/* Payout Rates Page Styles */
#rates table.rates {
    background-color:#E3E3E3;
    border:0 none;
    border-collapse:collapse;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:10px;
    width: 70%;
    margin: 15px auto 25px auto; }
#rates table.rates thead {
    background-color:#F0F0F0;
    color:#333333;
    text-align:center; }
#rates table.rates tr td, table.rates tr th {
    padding:6px;
    vertical-align:middle; }
#rates table.rates tr th.countryHeader {
    width: 50%;
    text-align: left; }
#rates table.rates tr th.intHeader, #rates table.rates tr th.bannerHeader {
    width: 25%;
    text-align: center; }
#rates table.rates .even, table.rates tbody {
    background-color:#FFFFFF; }
#rates table.rates .odd {
    background-color:#EDF3FE; }
#rates table.rates .error {
    background-color: #ff3600; }
#rates table.rates .success {
    background-color: #9adb8e; }
#rates table.rates tr.breaker {
    background-color:#ffffff;
    border-left: 1px solid white;
    border-right: 1px solid white; }
#rates table.rates tr.breaker td {
    text-align: center;
    font-weight: bold;
    border: 0px; }
#rates table.rates tr.rateVals td {
    text-align: center; }
#rates table.rates tr.rateVals td.countryName {
    text-align: left; }
#rates table.rates tr.rateVals td.cpmRaw {
    border-right: 1px solid black; }

/* Advertiser Index Page Styles */
.infobar,
.warningbar{
    margin: 25px 25px;
    overflow: auto;
    padding: 5px;
    /*border: 1px solid black;*/
    text-align: left;}
.warningbar{
    background-color: #FFE4E1; }

.infobar,
.infobar.notice{
    min-height: 51px;
    border-radius: 3px;
    padding-left: 82px;
    padding-top: 15px;
    border:1px solid #c0d6e9;
    border-top-color: #c3d8ea;
    background:url('../image/infobar_bg_notice.png') #FFF no-repeat 19px 16px;
}

.infobar.small{
    background-position:9px 8px;
    padding-left: 59px;
    padding-top: 21px;
    min-height: 30px;
}

.infobar.vatnotice, .infobar.paypalnotice {
    line-height: 25px;
    padding-top: 5px;
    line-height: 25px;
    width: auto;
    margin: 0 62px 0 62px;
}

.infobar.alert{
    border:1px solid #faaaac;
    border-top-color: #f9afb1;
    background:url('../image/infobar_bg_alert.png') #FFF no-repeat 19px 16px;
}

.infobar.alert p {
    float: none;
}

.configure_campaign {
    cursor: pointer;
}

.configure_campaign_main {
    cursor: pointer;
}

.stats_campaign {
    cursor: pointer;
}

.cancel_campaign {
    cursor: pointer;
}

.infobar p, .warningbar p{
    padding: 0px;
    color:#404040;
    font-size:13px;
    font-family: Arial;
}
section.vertiser div.fullFilter {
    padding: 5px 0px; }

section.vertiser div.fullFilter h4,
.lightBlueButton,
#monthly-earnings-summary h4 {
    font-size:14px;
    font-weight:normal;
    border:1px solid transparent;
}

section.vertiser div.fullFilter h4,
.lightBlueButton {
    float: left;
}
#monthly-earnings-summary h4 {
    display: inline-block;
}
section.vertiser div.fullFilter h4.active,
h4.lightBlueButton.active,
.lightBlueButton.active,
#monthly-earnings-summary h4.current {
    border: 1px solid #9bb4cb;
    border-top-color: #b2cce3;
    border-bottom-color: #9bb4cb;
    border-right-color: #a4bed6;
    border-left-color: #a4bed6;
    border-radius: 3px;
    background-image: linear-gradient(0, #EAF8FF 45%, #F9FBFD 36%);
    background-image: -o-linear-gradient(0, #EAF8FF 45%, #F9FBFD 36%);
    background-image: -moz-linear-gradient(0, #EAF8FF 45%, #F9FBFD 36%);
    background-image: -webkit-linear-gradient(0, #EAF8FF 45%, #F9FBFD 36%);
    background-image: -ms-linear-gradient(0, #EAF8FF 45%, #F9FBFD 36%);
    background-image: -webkit-gradient(
            linear,
            left 0,
            left 2,
            color-stop(0.45, #EAF8FF),
            color-stop(0.36, #F9FBFD)
    );

    box-shadow: 0 1px #dddddd;
    padding-top: 2px;
}
section.vertiser div.fullFilter h4 a,
h4.lightBlueButton a,
.lightBlueButton a{
    color: #304961;
    display: block;
    padding: 8px 10px;
}
section.vertiser div.fullFilter h4.active a,
h4.lightBlueButton.active a,
.lightBlueButton.active a{
    background-color:#e0edfa;
    padding-top: 6px;
}

section.vertiser div.fullFilter h4.lightBlueButton,
h4.lightBlueButton
{
    border: 1px solid #9bb4cb;
    border-radius: 3px;
    position: relative;
    margin: 5px 10px 5px 0;
}

section.vertiser div.fullFilter h4.lightBlueButton,
div.advertType h4.lightBlueButton{
    margin: 20px;
    font-size: 14px;
}

section.vertiser div.fullFilter #campaignFilter h4.lightBlueButton {
    margin: 20px 10px;
}

div.advertType h4.lightBlueButton div.newLabel,
div.fullFilter h4.lightBlueButton div.newLabel
{
    position:absolute;
    margin-top: -10px;
    right:-10px;
    font-weight: bold;
    color: #FFF;
    background-color: red;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    text-shadow:none;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 15px;
}

.pauseResumeLink {
    cursor: pointer;
}

section.vertiser .campaignRangeLabel {
    color: #304961;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    display: block;
    width: 60px;
    float: left;
    line-height: 1.5;
}

section.vertiser .campaignRangeInput {
    width: 80px;
    margin-bottom: 3px;
    height: 20px;
    line-height: 20px;
    padding-left: 7px;
}

section.vertiser .campaignRangeGo {
    display: block;
    float: left;
    height: 53px;
    margin-top: 0;
    line-height: 53px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 3px;
}

section.vertiser #campaignTypeFilter,
section.vertiser #campaignDateFilter {
    float: left;
    margin: 10px 0px;
}

section.vertiser #campaignFilter {
    float: right;
}

section.vertiser #campaignDateFilter {
    padding-bottom: 20px;
}

section.vertiser section.campaigns {
    float: left;
    clear: both;
    width: 880px;
    padding: 20px; }
section.vertiser #campaign-tabs .jspDrag {
    background: #9EBECD; }
section.vertiser #campaign-tabs .jspTrack {
    background: #EDECDF; }
section.vertiser #campaign-tabs .jspVerticalBar {
    left: 0; }
section.vertiser #campaign-tabs .menu {
    width:150px; }
section.vertiser #campaign-tabs .menu,
section.vertiser #campaign-tabs .panels {
    height: 400px;
}
section.vertiser #campaign-tabs .panels {
    width: 725px;
}
section.vertiser #campaign-tabs .panels .panel {
    overflow: auto;
    padding: 0px; }

section.vertiser #campaign-tabs .menu li.active {
    padding: 0px;
    margin: 0px;
    margin-left: -2px;
    margin-top: -1px;
    width: 165px;
    background: url("../image/menu_current_bg_small.png") 0 0 no-repeat;
}
section.vertiser #campaign-tabs .menu li a {
    text-indent: 10px; }

section#pubDashSection > #charts-tabs > nav.menu,
section#pubDashSection > #charts-tabs > div.panels {
    padding-bottom: 7px;
}
section.vertiser #charts-tabs nav.menu {
    height: 420px;
    width: 150px;
}
section.vertiser #charts-tabs nav.menu li.active{
    background: url("../image/menu_current_bg_small.png") 0 0 no-repeat;
}
section.vertiser #charts-tabs .panels {
    height: 420px;
    width: 726px;
}

section.vertiser #charts-tabs .menu li {
    text-indent: 10px;
}

section.vertiser table.campaign {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid silver; }
section.vertiser table.campaign * {
    line-height: normal;
    font-size: 12px; }
section.vertiser table.campaign form {
    float: none;
    clear: both; }
section.vertiser table.campaign input,
section.vertiser table.campaign label {
    width: auto;
    height: auto;
    padding: 5px;}
section.vertiser table.campaign td,
section.vertiser table.campaign th {
    white-space: normal;
    vertical-align: inherit;
    text-align: inherit;
    padding: 5px;
    font-size: 13px;
    text-transform: none;
    height: auto; }
section.vertiser table.campaign tr.header td{
    font-weight:bold;
}

section.vertiser table.campaign tr.header td .period_switcher.clickable{
    cursor: pointer;
    color:#3478b5;
    font-weight:bold;
}

section.vertiser table.campaign td .total{
    display:none;
}

section.vertiser table.campaign td:first-child{
    padding-left: 11px;
}

section.vertiser table.campaign td.campaignNameWrapperTd input{
    margin:0 2px 0 4px;
}
section.vertiser table.campaign td.campaignNameWrapperTd div.campaignNameWrapperDiv{
    margin-left:5px;
}

section.vertiser table.campaign thead td {
    white-space: normal;
    font-weight: bold;
    padding: 5px;
    border: 0px; }

section.vertiser table.campaign .remove_campaign {
    margin-left: 5px;
    cursor:pointer; }
section.vertiser table.campaign .actionImage {
    cursor: pointer;
    width: 15px;
    height: 15px; }
section.vertiser table.campaign .statusWrapper {
    text-align: right; }
section.vertiser table.campaign .statusWrapper * {
    vertical-align: middle; }
section.vertiser table.campaign .update_url {
    cursor: pointer; }
section.vertiser table.campaign .bannerCode {
    font-family: courier;
    width: 80%; }
section.vertiser table.campaign .convCode {
    font-family: courier;
    width: 99%; }
section.vertiser table.campaign .withRightBorder {
    border-right: 1px solid #7c7c7c;
}
section.vertiser table.campaign .configure_campaign {
    width: 16px;
    height: 16px;
    cursor: pointer; }
section.vertiser table.campaign tr.pausedPart td {
    background-color: #f5f5f5; }
#configure_campaign_form {
    display: none; }
#configure_campaign_form input.text {
    width: 95%;
    padding: .4em; }
#configure_campaign_form fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px; }
#configure_campaign_table {
    width: 100%; }
#configure_campaign_table tr td {
    padding: 5px; }
#configure_campaign_form input {
    height: auto; }
#configure_campaign_form .newCpm {
    vertical-align: middle; }

/* Advertising Rates */
section.vertising section.rates {
    clear: both;
    padding: 20px;
}

section.vertising section.rates .chooseType {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

section.vertising section.rates .chooseType .active {
    text-decoration: underline;
    color: #555555;
    font-weight: bold; }
section.vertising section.rates table.rates {
    background-color: #E3E3E3;
    color:#424242;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 15px auto 25px auto;
    border-collapse: separate;}

section.vertising section.rates table.rates thead tr th{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #878787;
    text-shadow: 0 1px 0 #fff;

    border-top: 1px solid #fff;
    background: #e9e9e9;

    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -moz-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -o-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -ms-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: linear-gradient(#f5f5f5, #d7d7d7);

    height: 32px;
    line-height: 32px;
    padding:0;
    padding-left: 16px;
    border-left: 1px dotted #b4babf;
    border-top: 1px solid #b4babf;
    text-align: left;
    white-space: nowrap;
}

section.vertising section.rates table.rates thead tr th:first-child {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

section.vertising section.rates table.rates thead tr th:last-child {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    -khtml-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

section.vertising section.rates table.rates thead tr th:first-child,
section.vertising section.rates table.rates tr td:first-child{
    border-left:1px solid #cbcbcb;}
section.vertising section.rates table.rates thead tr th:last-child,
section.vertising section.rates table.rates tr td:last-child{
    border-right:1px solid #cbcbcb;}

section.vertising section.rates table.rates tr td,
section.vertising section.rates table.rates tr th {
    white-space: normal;
    padding: 6px;
    padding-left: 10px;
    vertical-align: middle;
    color:#424242;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    border-left: 1px dotted #cbcbcb;
    border-top: 1px solid #cbcbcb;
}

section.vertising section.rates table.rates tr td input.enable-country {
    height: 18px;
    width: 18px;
    padding-top: 0px;
    margin-top: 10px;
    cursor: pointer;
}
section.vertising section.rates table.rates td.blank{
    border-top: none;
    border-right: none !important;
    border-bottom: none;
    border-left: 1px solid #b4babf;
}

section.vertising section.rates table.rates .ratesDescr {
    text-align: left; }
section.vertising section.rates table.rates .ratesPrice {
    width: 14%;
    text-align: center; }
section.vertising section.rates table.rates .ratesPurchase {
    width: 18%;
    text-align: center;
    padding-left: 0px;}
section.vertising section.rates table.rates .highAvailability {
    font-weight: bold;
    color: #FFF;
    background-color: red;
    font-size: 10px;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 15px;}
section.vertising section.rates table.rates .orderSummary {
    background-color: #eef5fb; }
section.vertising section.rates table.rates .orderSummary td {
    text-align: center;
    line-height: 30px;
    padding: 10px;
    border: none !important;
    font-family: Arial, sans-serif;
    color:#607fa0;
    font-size:27px;
    padding-top: 38px;
    padding-bottom: 30px;
    text-shadow: 1px 1px #FFF;
}

.yellowButton,
section.vertising section.rates table.rates .orderSummary input,
table.campaign input[type="button"],
table.campaign input[type="submit"]{
    margin-top:15px;
    font-family: Arial, sans-serif;
    font-size:21px;
    background-color:#ffdc70 !important;
    width:auto;
    height:55px;
    /*line-height: 55px;*/
    color:#826f2f;
    border:1px solid #bfa65a;
    border-radius:3px;
    border-top-color:#ffffc1;
    border-right-color:#aa9249;
    border-bottom-color:#917b36;
    border-left-color:#ad964c;
    display: inline-block;

    background-image: linear-gradient(bottom, #FFCA2A 1%, #FFE28A 51%);
    background-image: -o-linear-gradient(bottom, #FFCA2A 1%, #FFE28A 51%);
    background-image: -moz-linear-gradient(bottom, #FFCA2A 1%, #FFE28A 51%);
    background-image: -webkit-linear-gradient(bottom, #FFCA2A 1%, #FFE28A 51%);
    background-image: -ms-linear-gradient(bottom, #FFCA2A 1%, #FFE28A 51%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left 2,
            color-stop(0.01, #FFCA2A),
            color-stop(0.51, #FFE28A)
    );

    text-shadow: 0 1px #ffffc1;
    box-shadow: 0 -1px #bfa65a;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.yellowButton {
    height: auto;
    line-height: 2px;
    padding: 14px;
    font-size: 14px;
}

.yellowButton.medium{
    height: 27px;
    font-size: 14px;
    margin-top: 0;
    padding: 10px;
}

.yellowButton.big{
    font-size: 21px;
    padding: 20px;
}

.configureFolders .yellowButton{
    padding-left:35px;
    padding-right:35px;
}

section.vertiser table.campaign input[type="button"],
section.vertiser table.campaign input[type="submit"]{
    margin: 0;
    font-size: 13px;
    font-family: Arial,Helvetica;
    height: 25px;
    line-height: 12px;
}

section.vertising section.rates table.rates .even, table.rates tbody {
    background-color: #FFFFFF; }
section.vertising section.rates table.rates .odd {
    background-color: #eef5fb; }
section.vertising section.rates table.rates .breaker,
section.vertising section.rates table.rates tr.breaker td{
    background-color: #FFF;
    border-left:none !important;
    border-right:none !important;
}

section.vertising section.rates table.rates .coupon{

}
section.vertising section.rates table.rates .coupon input{
    width:115px;
}

section.vertising section.rates table.rates .error {
    background-color: #fca6a6; }
section.vertising section.rates table.rates .success {
    background-color: #e4f9d9; }
section.vertising section.rates table.rates input,
section.vertising section.rates table.rates label {
    height: 26px;
    width: 46px;
    margin-right: 6px;}
section.vertising section.rates form {
    float: none;
    clear: both; }
section.vertising section.rates div.error,
section.vertisingContinue div.error {
    background-image: url('../image/error-bar.gif');
    width: 615px;
    padding: 10px 10px 2px 85px;
    margin: 0 5px 0 5px;
    font-size: 10px;
    font-weight: bold;
    min-height: 50px;
    margin: auto; }
section.vertising section.rates div.error-bottom,
section.vertisingContinue div.error-bottom {
    background-image: url('../image/error-bar-bottom.gif');
    width: 710px;
    height: 14px;
    margin: 0 5px 5px 5px;
    margin: auto; }

/* Advertising Categories */
section.vertisingCategories section.categories {
    padding: 50px 20px; }

/* Advertising Continue */
section.vertisingContinue .highlight p {
    padding: 0px 20px; }
section.vertisingContinue section.adContinue {
    clear: both;
    padding: 20px; }
section.vertisingContinue section.adContinue table td,
section.vertisingContinue section.adContinue table th {
    white-space: normal; }
section.vertisingContinue section.adContinue * {
    line-height: normal; }
section.vertisingContinue section.adContinue label,
section.vertisingContinue section.adContinue input,
section.vertisingContinue section.adContinue select {
    height: auto;
    width: auto; }
section.vertisingContinue section.adContinue table,
section.vertisingContinue section.adContinue table tr,
section.vertisingContinue section.adContinue table tr td,
section.vertisingContinue section.adContinue table tr th {
    border: none;
    background-color: none;
    background: none; }

.payment #paymentButtons{
    text-align: center;
}

section.vertisingContinue section.adContinue #paymentButtons input {
    padding: 0;
    float: left;
    margin-right: 15px;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
section.vertisingContinue section.adContinue .note {
    padding-left: 5px;
    color: #b5b5b5;
    font-size:13px;
    font-family:Arial,Helvetica;
    font-weight:normal;
}
section.vertisingContinue section.adContinue .note a{
    color:#235d92;
}

section.vertisingContinue section.adContinue table.rates,
section.vertisingContinue section.adContinue table.rates tfoot {
    background-color:#E3E3E3;
    border-collapse:collapse;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:10px;
    margin: 15px auto 25px auto; }
section.vertisingContinue section.adContinue table.rates thead {
    background-color: #F0F0F0;
    color: #333333;
    text-align: center; }
section.vertisingContinue section.adContinue table.rates tr td,
section.vertisingContinue section.adContinue table.rates tr th {
    height: auto;
    font-size: 12px;
    border: 1px solid #BBBBBB;
    padding: 6px;
    vertical-align: middle; }

section.vertisingContinue td.website_disclaimer input{float: left;}
section.vertisingContinue td.website_disclaimer label{
    float: left;
    width: 375px;
    text-align: left;
    padding-right: 0;
    margin-left: 4px;
}
/*
payment image radio buttons on advertisingContinue
*/
.payment_switch{
    padding-left: 43px;
    margin-bottom: 30px;
}

.payment_switch b{
    margin-bottom: 5px;
}

.payment_choose{
    float:none;
    overflow:hidden;
    clear:both;
    padding-top: 10px;
}
.label_radio{
    cursor: pointer;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    float: left;
    width: 152px;
    height: 50px;
    border:1px solid transparent;
}

.payment_choose .paypal{ background: url('../image/payments_paypal.png') transparent no-repeat top left; }
.payment_choose .stripe{ background: url('../image/payments_stripe.png') transparent no-repeat top left; }
.payment_choose .payza{ background: url('../image/payments_payza.png') transparent no-repeat top left; }
.payment_choose .libertyreserve{ background: url('../image/payments_libertyreserve.png') transparent no-repeat top left; }
.payment_choose .wallet{ background: url('../image/payments_wallet.png') transparent no-repeat top left; }
.payment_choose .selected{ background-color: #ffdc70; border-radius: 15px;}

.payment_choose .label_radio input,
.payment_choose .label_radio span {
    opacity: 0;
}

#confirmAdEmail {
    clear: both;
    padding: 20px; }

#confirmAdEmail #submit {
    width: auto; }

#confirmAdEmail .error {
    padding: 3px;
    margin-top: 10px;
    background-color: red;
    color: white; }

#confirmAdEmail .message {
    padding: 3px;
    margin-top: 10px;
    background-color: green;
    color: white; }

/* Advertiser Wallet */
section.pgwallet {
    padding: 20px;
    clear: both;
}

section.pgwallet div.line #depositType_chzn{
    /*vertical-align: middle;*/
    top: 0;
}

section.pgwallet .description {
    float: left;
    padding: 10px 20px 10px 20px; }
section.vertiser.pgwalletsection .highlight p {
    padding: 10px 20px 10px 20px; }
section.pgwallet .dataTables_wrapper {
    padding-bottom: 32px;
    position: relative; }
section.pgwallet table#depositsTable {
    border: 1px solid #b4babf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
section.pgwallet table#depositsTable tr td:first-child, section.pgwallet table#depositsTable tr th:first-child {
    border-left: none; }
section.pgwallet table#depositsTable th,section.pgwallet table#depositsTable td{
    padding:0 8px;
}

section.vertiser #depositType {
    width: 100px; }
section.vertiser #depositAmount {
    width: auto; }
section.vertiser #makeDepositForm {
    margin-top: 15px;
}

/* Withdraw Page Styles */
section.withdraw .description {
    float: left;
    padding: 10px 20px 10px 20px; }
section.withdraw .highlight p {
    padding: 10px 20px 10px 20px; }
section.withdraw section.history {
    float: left;
    clear: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative; }
section.withdraw section.history .dataTables_wrapper {
    padding-bottom: 32px;
    position: relative; }
section.withdraw section.history .dataTables_paginate {
    border: 1px solid #b4babf;
    width: 877px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
section.withdraw section.history h3 {
    padding-bottom: 8px; }
section.withdraw section.history table {
    width: 879px;
    border: 1px solid #b4babf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
section.withdraw section.history table tr td:first-child, section.withdraw section.history table tr th:first-child {
    border-left: none; }
section.withdraw section.history table td {
    white-space: nowrap;
    padding-right: 16px; }
section.withdraw section.payment {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 10px;
    position: relative; }
section.withdraw section.payment article {
    float: left;
    padding-right: 11px;
    font-size: 17px;
    color: #163a5c; }
section.withdraw section.payment article h4 {
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #3f5971;
    padding-bottom: 4px; }
section.withdraw section.payment article section {
    width: 206px;
    height: 40px;
    padding: 6px;
    line-height: 40px;
    text-align: center;
    background: url("../image/withdraw_section.png") 0 0 no-repeat; }
section.withdraw section.payment #counter {
    display: block;
    width: 204px;
    height: 60px;
    position: absolute;
    top: 44px;
    right: 13px;
    padding: 0;
    margin: 0;
    background: url("../image/counter_bg.png"); }
section.withdraw section.payment #counter ul {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    position: relative; }
section.withdraw section.payment #counter ul li {
    position: absolute;
    top: 0;
    list-style-type: none;
    font-size: 32px;
    font-weight: bold;
    line-height: 47px;
    color: #fff;
    text-align: center;
    width: 28px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9); }
section.withdraw section.payment #counter ul li.d1 {
    left: 5px; }
section.withdraw section.payment #counter ul li.d2 {
    left: 35px; }
section.withdraw section.payment #counter ul li.d3 {
    left: 72px; }
section.withdraw section.payment #counter ul li.d4 {
    left: 103px; }
section.withdraw section.payment #counter ul li.d5 {
    left: 141px; }
section.withdraw section.payment #counter ul li.d6 {
    left: 172px; }
section.withdraw section.payment .account {
    float: left;
    clear: left;
    width: 800px;
    padding-left: 20px; }
section.withdraw section.payment .account a.button {
    border: 1px solid #b6b6b6;
    position: relative;
    top: 6px;
    left: 3px; }
section.withdraw section.payment .account .types {
    padding-left: 9px;
    margin-left: 9px;
    float: left;
    height: 37px;
    background: url("../image/payment_left.png") 0 0 no-repeat; }
section.withdraw section.payment .account .types ul {
    float: left;
    padding: 0;
    margin: 0;
    height: 35px;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    border-left: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
section.withdraw section.payment .account .types li {
    list-style-type: none;
    float: left;
    height: 35px;
    line-height: 33px;
    padding: 0 7px; }

#updateEmailForm, #forumForm {
    padding: 20px;
}

#accountUpdateEmail section.accountUpdateEmail,
#accountForum section.accountForum {
    padding: 30px;
}

#accountUpdateEmail section.accountUpdateEmail span.required,
#accountForum section.accountForum span.required {
    position: relative;
}

#accountDelete form#deleteAccountForm {
    padding: 20px;
}

#accountDelete form#deleteAccountForm label,
#accountDelete form#deleteAccountForm input {
    width: auto;
    height: auto;
}

#accountDelete section.accountDelete {
    padding: 30px;
}
/* Account and Account Check Page Styles */
section.accountCheck #checkAccountForm #link_answer_no,
section.accountCheck #checkAccountForm #link_answer_yes,
section.accountCheck #checkAccountForm label,
section.accountCheck #checkAccountForm #Submit {
    width: auto;
    height: auto; }
section.accountCheck form#checkAccountForm {
    width: 100%;
    text-align: center; }
section.account .line .error,
section.accountCheck #checkAccountForm .line .error,
section.account .line .checking {
    text-align: right;
    padding-right: 5px;
    float: right;
    clear: right; }
section.account .line .error,
section.accountCheck #checkAccountForm .line .error {
    color: red;
    padding-top: 3px;
    padding-right: 5px;
}
section.account .highlight p,
section.accountCheck .highlight p {
    padding: 10px 20px 10px 20px;
    float: left; }
section#accountCheck .highlight h2 {
    width: 100%; }
section.account form,
section.accountCheck form {
    float: left;
    clear: left;
    padding: 20px 5px; }
section.account form select {
    width: 270px; }
section.account form div.col-1 {
    float: left;
    clear: left;
    width: 440px; }
section.account form div.col-1 .divider {
    width: 93.5%; }
section.account form div.col-1 input.account {
    width: 20px;
    position: relative;
    top: 8px;
    border: none; }
section.account form div.col-1 span.choice {
    font-size: 16px;
    color: #616161;
    padding-right: 10px; }
section.account form div.col-2 {
    float: right;
    width: 450px;
    padding-left: 20px; }
section.account form p,
section.accountCheck form p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 8px;
    color: #6c6c6c; }
section.account form section.callout {
    float: left;
    clear: both;
    width: 100%;
    width: 410px;
    -moz-box-sizing: box-model;
    -webkit-box-sizing: box-model;
    -ms-box-sizing: box-model;
    box-sizing: box-model;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #fffdee;
    border: 1px solid #ece5b7;
    padding-top: 11px;
    padding-left: 20px;
    margin-bottom: 25px; }
section.account form section.callout .line { }
section.account form section.callout input {
    width: 232px; }
section.account form section.callout select {
    width: 246px; }
section.account form .divider {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px dotted #e1e1e1;
    margin-bottom: 11px;
    position: relative;
    left: 15px; }
section.account form footer {
    float: left;
    clear: left;
    position: relative;
    left: 20px;
    width: 880px;
    padding-top: 10px;
    border-top: 1px dotted #e1e1e1; }
section.account form footer button.submit {
    float: left;
    clear: left;
    margin-left: 127px;
    margin-top: 10px;
    width: auto;
    height: 36px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    padding-right: 13px;
}
section.account form footer p {
    float: right;
    text-align: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 32px;
    color: #404040; }
section.account form footer p span.required {
    display: inline;
    position: static; }

/* Publisher Dashboard Styles */
/*body.alert { padding-top: 50px; }*/

#alert, .validationAlert {
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(#fcfcfc, #ededed);
    background-image: -moz-linear-gradient(#fcfcfc, #ededed);
    background-image: -o-linear-gradient(#fcfcfc, #ededed);
    background-image: -ms-linear-gradient(#fcfcfc, #ededed);
    background-image: linear-gradient(#fcfcfc, #ededed);
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px;
    border: 1px solid #0b3a5f;
    border-bottom: none;
    font-size: 13px;
    color: #353535;
    display: block;
    min-height: 35px;
    line-height: 35px;
    width: 750px;
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -375px; }

.login #alert,.login .validationAlert {
    top: 15px;
}

.login #main .validationAlert.fbLoginPopupsAlert {
    width: 850px;
}

.login #main .validationAlert.fbLoginPopupsAlert .message {
    width: 708px;
}

.captcha-login-wrapper .yellowButton {
    /*height: 30px;*/
    margin-top: 10px;
    /*line-height: normal;*/
}

#alert header, .validationAlert header,
#container.secondary #main .container > section .validationAlert header{
    float: left;
    clear: left;
    height: 27px;
    width: 100px;
    padding-top: 8px;
    padding-left: 13px;
    padding-right: 13px;
    background: #aecce2;
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px;
    -khtml-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bedaf2), color-stop(100%, #a3c1d8));
    background-image: -webkit-linear-gradient(#bedaf2, #a3c1d8);
    background-image: -moz-linear-gradient(#bedaf2, #a3c1d8);
    background-image: -o-linear-gradient(#bedaf2, #a3c1d8);
    background-image: -ms-linear-gradient(#bedaf2, #a3c1d8);
    background-image: linear-gradient(#bedaf2, #a3c1d8); }
#alert header h1, .validationAlert header h1 {
    float: left;
    clear: left;
    font-size: 13px;
    text-shadow: 0 1px 0 #d9e6f1;
    height: 17px;
    line-height: 19px;
    padding-left: 25px;
    background: url("../image/icon_alert.png") 0 2px no-repeat; }

#join_form .validationAlert {
    top:0;
    width: 100%;
    left: 0;
    margin-left: 0;
}
#join_form .validationAlert .message {
    width: auto;
}
#container.secondary #main .container > section .validationAlert{
    position:relative;
}

#alert .message, .validationAlert .message {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    width: 608px;
    overflow:hidden;
    white-space: nowrap;
}
#alert a, .validationAlert a {
    font-weight: bold; }

section.dashboard table {
    border: none; }
section.dashboard .highlight nav.sort {
    float: left;
    clear: left;
    width: 270px;
    padding: 0 0 0 10px; }
section.dashboard .highlight nav.sort ul.time {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2b4862; }
section.dashboard .highlight nav.sort ul.time > li {
    float: left;
    height: 40px;
    padding-right: 7px;
    width: auto; }
section.dashboard .highlight nav.sort ul.time > li .chzn-container {
    left: 0;
    font-size: 17px; }
section.dashboard .highlight nav.sort ul.time > li.today a{ width:46px; }
section.dashboard .highlight nav.sort ul.time > li.yesterday a{ width:76px; }
section.dashboard .highlight nav.sort ul.time > li.all_time a{ width:61px; }

section.dashboard .highlight nav.sort ul.time > li a {
    float: left;
    position: relative;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #2b4862;
    padding: 0 9px;
    text-shadow: 0 1px 0 #c8ffff;
    border-top: 1px solid #7eafd6;
    border-left: 1px solid #719ec3;
    border-right: 1px solid #719ec3;
    border-bottom: 1px solid #6692b5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #c6e2fb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c6e2fb), color-stop(100%, #89c1ee));
    background-image: -webkit-linear-gradient(#c6e2fb, #89c1ee);
    background-image: -moz-linear-gradient(#c6e2fb, #89c1ee);
    background-image: -o-linear-gradient(#c6e2fb, #89c1ee);
    background-image: -ms-linear-gradient(#c6e2fb, #89c1ee);
    background-image: linear-gradient(#c6e2fb, #89c1ee);
    -moz-box-shadow: inset white 0 1px 0, #cdd4da 0 1px 0;
    -webkit-box-shadow: inset white 0 1px 0, #cdd4da 0 1px 0;
    -o-box-shadow: inset white 0 1px 0, #cdd4da 0 1px 0;
    box-shadow: inset white 0 1px 0, #cdd4da 0 1px 0;
    /*behavior: url('http://adfly.local/static/js/pie/PIE.htc');*/
}
#monthly-earnings-summary a {
    float: none;
    padding: 4px;
    margin: 2px;
    text-transform: capitalize;
    line-height: 23px;
    text-align: center;
    color: #2b4862;
    padding: 0 9px;
    text-shadow: 0 1px 0 #c8ffff;
}
#monthly-earnings-summary .monthlyEarningsSummarySelector span:first-child {
    margin-right: 5px;
}
section.dashboard .highlight nav.sort ul.time > li a span.arrow {
    display: none; }
section.dashboard .highlight nav.sort ul.time > li a.current,
section.dashboard .highlight nav.sort ul.time > li.current a,
#monthly-earnings-summary a.current {
    background: #91a5b8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91a5b8), color-stop(100%, #a6bed4));
    background-image: -webkit-linear-gradient(#91a5b8, #a6bed4);
    background-image: -moz-linear-gradient(#91a5b8, #a6bed4);
    background-image: -o-linear-gradient(#91a5b8, #a6bed4);
    background-image: -ms-linear-gradient(#91a5b8, #a6bed4);
    background-image: linear-gradient(#91a5b8, #a6bed4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91a5b8', endColorstr='#a6bed4',GradientType=0 );
    border-top: 1px solid #5a6772;
    border-left: 1px solid #758796;
    border-right: 1px solid #758796;
    border-bottom: 1px solid #8fa6b8;
    -moz-box-shadow: inset #798b9a 0 1px 1px, white 0 1px 0;
    -webkit-box-shadow: inset #798b9a 0 1px 1px, white 0 1px 0;
    -o-box-shadow: inset #798b9a 0 1px 1px, white 0 1px 0;
    box-shadow: inset #798b9a 0 1px 1px, white 0 1px 0;}
section.dashboard .highlight nav.sort ul.time > li a.current span.arrow {
    display: block;
    z-index: 2;
    width: 14px;
    height: 9px;
    background: url("../image/nav_arrow.png") 0 0 no-repeat;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px; }

section.dashboard .highlight nav.sort ul.time > li#reportDateWrapper a {
    width: 237px;
}
section.dashboard section.charts,
section.dashboard section.latest-news {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px; }
section.dashboard section.charts #monthly-earnings {
    width: 640px;
    height: 400px; }
section.dashboard section.charts h3 {
    padding-bottom: 8px;
    padding-left: 3px; }
section.dashboard section.charts .data .panels {
    height: 417px; }
section.dashboard section.charts nav.menu {
    height: 409px;
    padding-top: 8px; }
section.dashboard section.charts li.earnings span {
    background: url("../image/icon_stats.png") 14px center no-repeat; }
section.dashboard section.charts li.earnings.active span {
    background: url("../image/icon_stats_current.png") 16px center no-repeat; }
section.dashboard section.charts li.countries span {
    background: url("../image/icon_countries.png") 14px center no-repeat; }
section.dashboard section.charts li.countries.active span {
    background: url("../image/icon_countries_current.png") 16px center no-repeat; }
section.dashboard section.charts li.referrers span {
    background: url("../image/icon_referrers.png") 14px center no-repeat; }
section.dashboard section.charts li.referrers.active span {
    background: url("../image/icon_referrers_current.png") 16px center no-repeat; }
section.dashboard section.charts li.popups span {
    background: url("../image/icon_export.png") 14px center no-repeat; }
section.dashboard section.charts li.popups.active span {
    background: url("../image/icon_export_current.png") 16px center no-repeat; }
section.dashboard section.charts li.push span {
    background: url("../image/icon_img.png") 14px center no-repeat; }
section.dashboard section.charts li.push.active span {
    background: url("../image/icon_img_current.png") 16px center no-repeat; }
section.dashboard section.links {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px; }
section.dashboard section.links #configureGroups {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 3px; }
section.dashboard section.links #search_clear {
    display: none;
    position: absolute;
    right: 15px;
    height: 31px;
    color: #3f5971;
    border: solid 1px #9F9F9F;
    background: url("../image/menu_current_bg.png") -3px -3px no-repeat;
}
#edit_link #edit_advert_type, #edit_link #edit_group {
    width: 230px; }
section.dashboard section.links h3 {
    padding-bottom: 8px;
    padding-left: 3px; }
/*
this height is also defined as variable in views/partials/publisher_index_js.php. a change here should probably be reflected there (var panel_height)
*/
section.dashboard section.links .panels {
    height: 422px; }
section.dashboard section.links nav.menu {
    height: 385px; }
section.dashboard section.links nav.menu .find {
    float: left;
    clear: left;
    height: 69px;
    width: 208px;
    background: #fffcdd;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    padding: 10px 0 0 15px; }
section.dashboard section.links nav.menu .find h5 {
    font-size: 14px;
    font-weight: bold;
    color: #494949;
    padding-bottom: 8px;
    line-height: 1em; }
section.dashboard section.links nav.menu .find input {
    float: left;
    clear: left;
    width: 173px;
    height: 22px;
    padding: 5px 10px;
    border: none;
    background: url("../image/find_input.png") 0 0 no-repeat; }
section.dashboard section.links nav.menu li span {
    background: url("../image/icon_link.png") 14px center no-repeat; }
section.dashboard section.links nav.menu li .active span {
    background: url("../image/icon_link_current.png") 16px center no-repeat; }
section.dashboard section.links table {
    width: 654px; }
section.dashboard section.links table a.delete, #links-tabs #deleteSelected,
section.dashboard section.links table a.delete, #links-tabs #selectAllLinks {
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
    color: #3f5971; }
section.dashboard section.links table h4 {
    font-size: 15px;
    font-weight: normal;
    height: 18px;
    line-height: 18px; }
section.dashboard section.links table h4 a {
    color: #3478b5;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
}
section.dashboard section.links table h6 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
    line-height: 14px; }
section.dashboard section.links table td {
    padding-bottom: 2px;
    padding-top: 4px;
    position: relative;}
section.dashboard section.links table h6 a {
    color: #3f5971; }
section.dashboard section.links table td div.advertype{
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    border-radius: 1px;
    padding-top: 1px;
}
section.dashboard section.links table td div.advertype a{
    padding: 0;
    line-height: 14px;
    width: 14px;
    text-align: center;
    font-size: 10px;
    font-family: Arial;
}

section.dashboard section.links table td.amount {
    line-height: 54px; }

section.dashboard section.configureFolders h4{
    float: right;
    margin-top: 26px;
    margin-right: 20px;
}
section.dashboard section.links table td.actions,
section.dashboard section#groupsSection #groupsTable td.actions {
    padding: 0;
    width: 175px;
    width: 190px\9;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
    background-image: -o-linear-gradient(#ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(#ffffff, #f5f5f5);
    background-image: linear-gradient(#ffffff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

section.dashboard section.links table td div,
section.dashboard section#groupsSection #groupsTable td div {
    position: relative;
}

section.dashboard section.links table td.actions ul,
section.dashboard section#groupsSection #groupsTable td.actions ul {
    padding: 0;
    margin: 0;
    float: left;
    height: 25px;
    width: 90%;
    padding: 14px 0 0 10px; }
section.dashboard section.links table td.actions ul li,
section.dashboard section#groupsSection #groupsTable td.actions ul li {
    list-style-type: none;
    float: left;
    padding-right: 6px;
}
section.dashboard section.links table td.actions ul li.last{
    padding-right:0;
}
section.dashboard section.links table td.actions ul li input {
    position: relative;
    top: -3px; }
section.dashboard section.links table td.actions ul li a,
section.dashboard section#groupsSection #groupsTable td.actions ul li a {
    display: block;
    width: 25px;
    height: 25px; }
section.dashboard section.links table td.actions ul li a.edit,
section.dashboard section#groupsSection #groupsTable td.actions ul li a.edit {
    background: url("../image/icon_edit.png") center center no-repeat; }
section.dashboard section.links table td.actions ul li a.delete,
section.dashboard section#groupsSection #groupsTable td.actions ul li a.delete {
    background: url("../image/icon_delete.png") center center no-repeat; }
section.dashboard section.links table td.actions ul li a.stats,
section.dashboard section#groupsSection #groupsTable td.actions ul li a.stats {
    background: url("../image/icon_stats_current.png") center center no-repeat; }
section.dashboard section.announcements {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px; }
section.dashboard section.top {
    float: none;
    clear: both;
    padding: 0px;
    padding-left: 16px}

section.dashboard section.announcements nav {
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #e8e8e8; }
section.dashboard section.announcements nav ul {
    padding-top: 8px; }
section.dashboard section.announcements nav li {
    float: left;
    padding-right: 8px; }
section.dashboard section.announcements nav a.view {
    width: 72px;
    height: 25px;
    display: block;
    line-height: 26px;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    color: #2e2e2e;
    padding-left: 37px;
    background: url("../image/button_view.png") 0 0 no-repeat; }
section.dashboard section.announcements nav a.clear {
    width: 90px;
    height: 25px;
    background: url("../image/button_clear.png") 0 0 no-repeat; }
section.dashboard section.announcements h3 {
    padding-bottom: 4px;
    margin-bottom: 8px;
    padding-left: 3px;
    border-bottom: 1px solid #e8e8e8; }
section.dashboard section.announcements article {
    float: left;
    width: 425px;
    padding-right: 15px; }
section.dashboard section.announcements article .wrapper {
    float: left;
    clear: left;
    padding: 5px;
    width: 415px;
    position: relative; }
section.dashboard section.top article .wrapper {
    padding: 0px;
    width: 800px;
    position: relative; }
section.dashboard section.announcements article .wrapper aside {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    padding: 4px 6px;
    background: #1576c5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bcc), color-stop(100%, #125f9e));
    background-image: -webkit-linear-gradient(#167bcc, #125f9e);
    background-image: -moz-linear-gradient(#167bcc, #125f9e);
    background-image: -o-linear-gradient(#167bcc, #125f9e);
    background-image: -ms-linear-gradient(#167bcc, #125f9e);
    background-image: linear-gradient(#167bcc, #125f9e);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #104c7e; }
div.latest-news aside {
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    background: #3e5c77;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #104c7e; }
section.dashboard section.top article .wrapper aside {
    top: 15px;
    left: 10px;
}
section.dashboard section.announcements article .wrapper section {
    padding-left: 90px;
    float: left;
    font-size: 13px;
    line-height: 18px;
    color: #575757;
    padding-top: 4px; }
section.dashboard section.top article .wrapper section {
    padding-top: 15px; }
section.dashboard section.announcements article.stripe .wrapper {
    background: #f2f8fc; }

/* Configure URL Groups Page Styles */
section.dashboard #addNewForm {
    padding: 20px; }
section.dashboard .configureFolders  #addNewForm {
    padding-bottom: 7px;
    padding-top: 14px;
}

section.dashboard #groupsSection {
    width: 880px;
    padding: 0px 20px 20px 20px; }
section.dashboard #groupsSection #groupsTableWrapper {
    height: 260px; }
section.dashboard section#groupsSection #groupsTable td.actions ul {
    padding: 5px 0 0 5px;
    height: auto; }

/* Home Page Styles */
#container.home {
    background: url("../image/header_bg.png") 0 0 repeat-x; }

#join_form {
    height: auto;
    padding-top: 15px; }
#join_form input {
    width: 186px; }
#join_form select {
    width: 200px; }
#join_form button {
    height: 50px;
    display: inline;
    padding: 15px 20px 20px 20px;
    line-height: 20px;
    font-size: 16px;
}
#join_form button span{
    background: url("../image/button_join_tick.png") transparent left center no-repeat;
    display: block;
    float: left;
    height: 21px;
    width:20px;
    margin-right: 7px;
}
#join_form .terms {
    float: left;
    width: 30px;
    margin-left: 0px;
}
#join_form .line.check {
    padding-left:0px;
    margin-top: 12px; }
#join_form .line.sub {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#join_form p {
    float: left;
    margin: 0;
    line-height: 30px; }
#join_form .col-1, #join_form .col-2 {
    float: left;
    width: 50%; }
#join_form #register_form {
    margin-top: 5px; }
#join_form #alert_wrapper {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    display: none;
}
/* recaptcha iframe fix */
iframe[src="about:blank"]{display:none;}

#join_form #alert_wrapper h4{
    color:#344553;
    padding-left: 0px;
}
#join_form #terms {
    width: auto;
    height: auto;
    margin-top: 9px;
    margin-right: 5px;
    margin-left: 2px;
}
#edit_link {
    height: auto;
    padding-top: 15px; }
#edit_link input {
    width: 220px; }
#edit_link label {
    width: 165px; }
#edit_link .line.sub {
    padding-left: 180px; }
#edit_link .submit {
    width: auto;
    height: 32px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    padding-right: 13px;
    float: left;
}

#edit_link .submit span,
section.account form footer button.submit span,
.tickSpan{
    background: url("../image/button_join_tick.png") transparent left center no-repeat;
    display: block;
    float: left;
    height: 30px;
    width: 20px;
    margin-right: 7px;
}

/* Home Page Header */
.home #header {
    float: left;
    clear: both;
    width: 100%;
    height: 527px;
    padding: 0;
    background: url("../image/header.png") 50% 0 no-repeat; }
body.mopt .home #header {
    float: none;
    clear: none;
    height: auto;
}
.home #header .gradient {
    display: none; }
.home #header .container {
    position: relative; }
.home #header .container nav {
    background:none;
    height: 35px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    float:right;
    position:static;
    margin-right: 15px;
}
.home #header .container nav p {
    text-shadow: 0 1px 0 #104e81;
    margin: 0;
    float: left; }
.home #header .container nav a.login {
    height: 20px;
    width: auto;
    cursor: pointer;
    float: left;
    color: #0e1e2d;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 7px;
    display: block;
    text-indent: 0;
    padding: 0 8px;
}

.oldie .home #header .container nav a.login{
    margin-top:6px;
}

.home #header .container form#shrink {
    top: 85px;
    /* logo 55px from top, input 85px from top */ }
body.mopt .home #header .container form#shrink {
    top: 0;
}
.home #header .container form#shrink h1#logo {
    position: absolute;
    top: -30px;
    left: -12px; }
body.mopt .home #header .container form#shrink h1#logo {
    position: inherit;
    left: 0;
    top: 0;
}
.home #header .container form#shrink input {
    width: 500px;
    height: 46px;
    line-height: 46px;
    padding: 0 158px 0 9px;
    /* right padding 141 + 17 = 158px, width = 667 - 158 - 17 = 492px */
    float: right;
    background: url("../image/shrink_bg.png") 0 0 no-repeat;
    font-size: 26px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
body.mopt .home #header .container form#shrink input {
    float: none;
    width: auto;
    padding: 0 3px;
    width: 98%;
}
.home #header .container form#shrink input.copy {
    padding-left: 9px;
    width: 500px; }
.home #header .container form#shrink #shrink_copy_wrapper {
    width: 141px;
    height: 45px;
    position: absolute;
    right: 0px;
    z-index: 2;
    cursor: pointer;
}
.home #header .container form#shrink span.url {
    font-size: 26px;
    line-height: 46px;
    position: absolute;
    left: 198px;
    color: #989898; }
.home #header .container form#shrink #loading_spinner {
    position: absolute;
    left: 208px;
    top: 22px;
    display: none; }
.home #header .container form#shrink button {
    width: auto;
    height: 43px;
    margin-top: 1px;
    margin-right: 1px;
    z-index: 999;
    padding-right: 18px;
    line-height: 41px;
}
body.mopt .home #header .container form#shrink button {
    width: 100%;
    padding: 0;
    margin: 0;
}

.home #header .container form#shrink button span{
    display:block;
    width:28px;
    float:left;
    height: 41px;
    margin-right: 11px;
    margin-left: 9px;
}

.home #header .container form#shrink #shrink_submit {
    z-index: 3;
}

.home #header .container form#shrink #shrink_submit span{
    background: url("../image/shrink_button_icon.png") transparent center left no-repeat;
}


.home #header .container form#shrink #shrink_copy {
    display: none;
    z-index: 1;
}
.home #header .container form#shrink #shrink_copy span{
    margin-right: 5px;
    background: url("../image/copy_button_icon.png") transparent center left no-repeat;
}
.home #header .container form#shrink #shrink_another {
    display: none;
    z-index: 1;
    right:141px;}
.home #header .container .gettingstarted {
    position: absolute;
    top: 192px;
    left: 0;
    width: 850px;
    height: 242px;
    display: block;
    background: #fffcde;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 7px 1px #0b3355;
    -webkit-box-shadow: 0 0 7px 1px #0b3355;
    -o-box-shadow: 0 0 7px 1px #0b3355;
    box-shadow: 0 0 7px 1px #0b3355; }
body.mopt .home #header .container .gettingstarted {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 15px;
}
.home #header .container .gettingstarted header {
    float: left;
    clear: both;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #e9d875;
    background: #ffef86;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
body.mopt .home #header .container .gettingstarted header {
    float: none;
    height: auto;
    text-align: center;
}
.home #header .container .gettingstarted header h1 {
    font-size: 23px;
    font-weight: bold;
    color: #a3964c;
    text-shadow: 0 0 1px #fff7bf;
    line-height: 50px;
    text-indent: 20px; }
.home #header .container .gettingstarted article {
    float: left;
    width: 280px;
    height: 192px; }
body.mopt .home #header .container .gettingstarted article {
    float: none;
    width: auto;
}
.home #header .container .gettingstarted article h3 {
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    text-align: center;
    line-height: 20px;
    width: 220px;
    margin: auto;
    padding-top: 125px; }
.home #header .container .gettingstarted article.register h3{
    padding-top:0;
}
.home #header .container .gettingstarted article.register h3 a{
    background: url("../image/register_bg.png") top center no-repeat;
    padding-top:125px;
    color:#454545;
    display: block;
}
.home #header .container .gettingstarted article.paid {
    background: url("../image/paid_bg.png") top center no-repeat;
    border-right: 1px dotted #f0e37d;
    border-left: 1px dotted #f0e37d;
    width: 278px; }
.home #header .container .gettingstarted article.share {
    background: url("../image/share_bg.png") top center no-repeat;
    width: 290px; }
.home #header .container .join {
    float: left;
    clear: both;
    width: 100%;
    position: absolute;
    top: 455px;
    left: 0; }
body.mopt .home #header .container .join {
    float: none;
    clear: none;
    position: relative;
    top: 0;
    margin-top: 15px;
}
.home #header .container .join a.button {
    filter:none;
    height: 42px;
    float: left;
    position: relative;
    left: -1px;
    margin-top:0;
    text-indent:0;
    font-size: 19px;
    line-height: 42px;
    padding: 0 15px;
    color: #5d4e20;
    font-weight: normal;
    font-family: Helvetica, Arial;
    text-shadow: 1px 0px #dcc06a;
    border-bottom: 1px solid #1c4263;
    border-right: 1px solid #356792;
    border-left: 1px solid #1f5382;
    border-top: 1px solid #FFF;
}

.home #header .container .join a.button span,
#login .submit span{
    background: url("../image/button_join_now_tick.png") transparent left center no-repeat;
    display: block;
    float: left;
    height: 42px;
    width: 33px;
}

#login .submit span{
    height: 36px;
}

.home #header .container .join p {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 0 #1a4263;
    float: right;
    color: #fff;
    margin: 0;
    line-height: 45px;
    text-indent: 8px;
    background: url("../image/arrow.png") center right no-repeat;
    padding-right: 25px;
    margin-right: 10px;
}
.home #header .container .join p a, .home #header .container .join p a:link, .home #header .container .join p a:visited, .home #header .container .join p a:active {
    color: #b5d5f1; }

/* Login Page */
body.login {
    background: #0b3a60; }
body.login #header {
    padding-bottom: 4px; }
body.login #logo {
    margin: auto; }
body.login #container {
    background: url("../image/login_bg.png") 0 0 repeat-x;
    min-height: 600px;
    padding-top: 75px; }
body.login #container .container {
    width: 400px; }

#login {
    display: block;
    width: 376px;
    height: 400px;
    padding: 7px 12px 0 12px;
    background: url("../image/login_form.png") 0 0 no-repeat; }
#login.facebook-login-enabled {
    height: 400px;
}
#login header {}
#login h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    text-indent: 18px;
    color: #59564c; }
#login form {
    width: 342px;
    padding: 14px 17px;
    overflow:hidden;
    float: none;
}
#login .wrap {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}
#login .wrap span {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 29px;
    height: 29px; }
#login .wrap.username span {
    background: url("../image/icon_user.png") 0 center no-repeat; }
#login .wrap.password span {
    background: url("../image/icon_password.png") 0 center no-repeat; }
#login input {
    float: left;
    clear: left;
    font-size: 18px;
    padding-right: 12px;
    padding-left: 42px;
    width: 286px;
    height: 39px;
    line-height: 39px;
}

#login .submit {
    float: left;
    clear: left;
    overflow: hidden;
    text-indent: 0;
    height: 38px;
    margin-top: 0;
    padding-top: 0px;
    line-height: 33px;
    font-size: 19px;
    display:block;
}

#login a.signup2 {
    color: white;
    font-size: 13px;
    margin-top: 15px;
    display: block;
}
.signup-helper {
    color: #3478b5;
    margin-top: 0;
    padding: 0 0 4px 16px;
}
.g-signin2 {
    margin-top: 8px;
}
.g-signin2 .abcRioButton {
    margin: 0 auto;
}
#login a.forgot {
    color: #acc1c2;
    font-size: 11px;
    text-decoration: underline;
    /*line-height: 40px;*/
    /*float: right;*/ }
#login #remember_me {
    float: none;
    clear: none;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    height: auto;
    display: inline; }

#login #remember_me_label {
    line-height: initial;
    display: inline;
    padding-right: 0;
    width: initial;
}

#login .forgot {
    float: right;
    clear: right;
    width:155px;
}

#login .forgotRemember {
    margin-bottom: 5px;
    margin-bottom:0\9;
}

.oldie #login .forgotRemember {
    margin-bottom:0;
    height:25px;
    clear:right;
    float:right;
}

#login .forgotRemember input{
    border:none;
}
#login .forgotRemember label{
    width:auto;
}

/* Home Page Content */
.home #main {
    background: #f5f5f5;
    padding-top: 20px; }
.home #main section.features {
    float: left;
    clear: left;
    width: 562px;
    padding-top: 10px;
    padding-bottom: 50px; }
body.mopt .home #main section.features {
    float: none;
    clear: none;
    width: auto;
}
.home #main section.features article {
    float: left;
    width: 250px;
    padding-right: 30px;
    padding-bottom: 30px;
    height: 127px; }
body.mopt .home #main section.features article {
    float: none;
    width: auto;
    height: auto;
    padding: 0 15px 30px 15px;
}
.home #main section.features article h1 {
    font-size: 17px;
    font-weight: bold;
    color: #3f5971;
    padding-bottom: 12px;
    text-shadow: 0 1px 0 #fff; }
.home #main section.features article p {
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding-left: 56px; }
.home #main section.features article.api p {
    background: url("../image/api.png") 0 0 no-repeat; }
.home #main section.features article.stats p {
    background: url("../image/stats.png") 0 0 no-repeat; }
.home #main section.features article.lmp p {
    background: url("../image/lmp.png") 0 0 no-repeat; }
.home #main section.features article.ads p {
    background: url("../image/ads.png") 0 0 no-repeat; }
.home #main section.features article.safe p {
    background: url("../image/safe.png") 0 0 no-repeat; }
.home #main section.features article.scripts p {
    background: url("../image/scripts.png") 0 0 no-repeat; }
.home #main .sidebar {
    float: right;
    width: 282px; }
body.mopt .home #main .sidebar {
    float: none;
    width: auto;
}
.home #main .sidebar h1 {
    font-size: 15px;
    font-weight: 300;
    color: #3f5971; }
.home #main .sidebar .quote {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 14px; }
body.mopt .home #main .sidebar .quote {
    float: none;
    clear: none;
    text-align: center;
}
.home #main .sidebar .quote article {
    background: #fefefe;
    float: left;
    clear: left;
    width: 246px;
    padding: 12px 6px 12px 12px;
    border: 1px solid #e9e9e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-top:4px;
}
body.mopt .home #main .sidebar .quote article {
    float: none;
    width: auto;
    margin: 5px;
}
body.mopt .fb_iframe_widget_fluid {
    display: block;
}
.home #main .sidebar .quote article span.arrow {
    display: block;
    height: 10px;
    width: 16px;
    background: url("../image/quote_top_bg.png") 0 0 no-repeat;
    position: absolute;
    top: -10px;
    left: 7px; }
.home #main .sidebar .quote article blockquote {
    background: url("../image/blockquote_bg.png") 0 0 no-repeat;
    margin: 0;
    height: 24px;
    padding: 0px 0 8px 30px;
    font-weight: bold;
    color: #5d5d5d; }
.home #main .sidebar .quote article p {
    padding: 0;
    margin: 0; }
.home #main .sidebar .quote header {
    padding-bottom: 8px; }
.home #main .sidebar .quote header figure {
    float: left;
    width: 48px;
    height: 49px;
    padding: 3px;
    background: url("../image/quote_photo_bg.png") 0 0 no-repeat; }
.home #main .sidebar .quote header figure .imgHolder {
    overflow:hidden;
    width: 42px;
    height: 42px; }
.home #main .sidebar .quote header h1 {
    line-height: 26px; }
.home #main .sidebar ul {
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    width: 278px;
    height: 47px;
    padding-left: 3px; }
.home #main .sidebar li {
    float: left;
    list-style-type: none;
    font-size: 32px;
    font-weight: bold;
    line-height: 47px;
    color: #fff;
    text-align: center;
    width: 32px;
    height: 47px;
    background: url("../image/num_bg.png") 0 center no-repeat;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9); }
.home #main .sidebar li.divider {
    background: none;
    text-shadow: none;
    color: #b7d3eb;
    width: 9px; }
.home #main .sidebar #earned {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 15px; }
.home #main .sidebar #earned ul {
    background: url("../image/earned_bg.png") 0 0 no-repeat;
    padding-left: 35px;
    width: 227px; }
.home #main .sidebar #earned h1 {
    padding-bottom: 5px; }
.home #main .sidebar .clicked {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 15px; }
body.mopt .home #main .sidebar .clicked {
    padding: 10px;
}
.home #main .sidebar .clicked ul {
    background: url("../image/links_clicked_bg.png") 0 0 no-repeat; }
.home #main .sidebar .clicked h1 {
    padding-bottom: 5px; }

/* Home Page Footer */
.home footer#footer, .secondary footer#footer {
    float: left;
    clear: both;
    width: 100%;
    background: #082e49 url("../image/footer_bg.png") 0 0 repeat-x;
    font-size: 11px;
    font-weight: bold;
    position: static;
    padding: 0;
    margin: 0; }
.home footer#footer .container, .secondary footer#footer .container {
    position: relative; }
.home footer#footer a, .home footer#footer a:link, .home footer#footer a:hover, .home footer#footer a:visited, .secondary footer#footer a, .secondary footer#footer a:link, .secondary footer#footer a:hover, .secondary footer#footer a:visited {
    color: #c4e3ff; }
.home footer#footer nav, .secondary footer#footer nav {
    text-shadow: 0 1px 0 #030e15; }
.home footer#footer nav li, .secondary footer#footer nav li {
    float: left; }
.home footer#footer nav li a, .secondary footer#footer nav li a {
    display: block;
    padding: 18px 12px;
    background: url("../image/footer_home_lr_bg.png") top right no-repeat; }
.multiplebgs .home footer#footer nav li a, .multiplebgs .secondary footer#footer nav li a {
    background: url("../image/footer_home_lr_bg.png") top right no-repeat, url("../image/footer_home_ll_bg.png") top left no-repeat; }
.home footer#footer nav li.first a, .secondary footer#footer nav li.first a {
    padding-left: 0;
    background: url("../image/footer_home_lr_bg.png") top right no-repeat; }
.home footer#footer nav li.last a, .secondary footer#footer nav li.last a {
    padding-right: 0;
    background: url("../image/footer_home_ll_bg.png") top left no-repeat; }
#container.secondary #header {
    float: left;
    clear: both;
    width: 100%; }
#container.secondary #header h1 {
    float: left;
    margin-top: 30px; }
#container.secondary #header nav {
    background: none;
    position: absolute;
    float: right;
    /*padding-top: 35px;*/ }
#container.secondary #header nav.accountType {
    position:static;
}
#container.secondary #header nav span {
    float: left;
    padding: 0 6px;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    color: #fff;
    text-shadow: 0 1px 0 #0e548a; }
#container.secondary #header a.login {
    float: left;
    height: 24px;
    text-indent:0;
    line-height:24px;}
#container.secondary #header a.signup {
    float: left;
    height: 24px;
    text-indent:0;
    line-height:24px;
}
#container.secondary .wrapper {
    float: left;
    clear: both;
    width: 100%;
    background: url("../image/secondary_container_bg.jpg") bottom center no-repeat;
    padding-bottom: 50px; /*108px*/}
#container.secondary .container {
    width: 920px;
}

#container.secondary #main {
    background: url("../image/secondary_bottom_bg.png") left bottom repeat-x; }
#container.secondary #main .container > section {
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: #0b3355 0 0 7px 1px;
    -webkit-box-shadow: #0b3355 0 0 7px 1px;
    -o-box-shadow: #0b3355 0 0 7px 1px;
    box-shadow: #0b3355 0 0 7px 1px; }
#container.secondary #main .container > section header {
    float: left;
    clear: both;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #E9D875;
    background: #f2e37f;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
#container.secondary #main .container > section header h2 {
    font-size: 23px;
    font-weight: bold;
    color: #a3964c;
    text-shadow: 0 0 1px #fff7bf;
    line-height: 50px;
    text-indent: 20px; }
#container.secondary form {
    font-size: 14px; }
#container.secondary form .line {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 20px; }
#container.secondary form .line label {
    float: left;
    clear: left;
    width: 120px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
    color: #383838; }
#container.secondary form .line input, #container.secondary form .line textarea {
    width: 380px;
    padding: 3px 6px;
    border-top: 1px solid #989898;
    border-left: 1px solid #939393;
    border-right: 1px solid #939393;
    border-bottom: 1px solid #bfbfbf;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#ededed, #ffffff);
    background-image: -moz-linear-gradient(#ededed, #ffffff);
    background-image: -o-linear-gradient(#ededed, #ffffff);
    background-image: -ms-linear-gradient(#ededed, #ffffff);
    background-image: linear-gradient(#ededed, #ffffff);
    -moz-box-shadow: inset #d0d0d0 0 1px 1px;
    -webkit-box-shadow: inset #d0d0d0 0 1px 1px;
    -o-box-shadow: inset #d0d0d0 0 1px 1px;
    box-shadow: inset #d0d0d0 0 1px 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
#container.secondary form .line .chzn-container {
    left: 0; }

/* Confirm Registration and Lostpass Pages */
#container .wrapper .container section#confirm form,
#container .wrapper .container section#lostpass form {
    float: none; }
#container .wrapper .container section#confirm form input,
#container .wrapper .container section#lostpass form input {
    width: auto; }
#container .wrapper .container section#lostpass.reset form {
    float: left; }

/* Abuse Form Page */
#container .wrapper .container section#abuse .required {
    cursor: pointer;
    top: 0px;
    right: 16px; }
#container .wrapper .container section#abuse .error {
    padding-right: 36px;
    float: right;
    clear: right;
    color: red; }

/* Abuse Form  and Contact Pages */
#container.secondary section.contact,
#container.secondary section#abuse {
    padding-bottom: 20px; }
#container.secondary section.contact form,
#container.secondary section#abuse form {
    clear: both;
    width: 100%;
    padding: 30px;
}
#container.secondary section.contact form button,
#container.secondary section#abuse form button {
    position: relative;
    left: 130px; }
#container.secondary section.contact form input.email,
#container.secondary section#abuse form input.email {
    height: 27px; }
#container.secondary section.contact form input.check,
#container.secondary section#abuse form input.check {
    width: 165px;
    height: 21px; }
#container.secondary section.contact form textarea,
#container.secondary section#abuse form textarea {
    height: 160px;
    line-height: 1.4em; }
#container.secondary section.contact form label,
#container.secondary section#abuse form label {
    line-height: 32px; }
#container.secondary section.contact form select,
#container.secondary section#abuse form select {
    float: left;
    width: 394px; }
#container.secondary section.contact form .human,
#container.secondary section#abuse form .human {
    float: left;
    width: 380px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
#container.secondary section.contact form .human span,
#container.secondary section#abuse form .human span {
    float: left;
    padding-right: 6px;
    line-height: 30px;
    font-size: 13px;
    color: #656565; }
#container.secondary section.contact .description,
#container.secondary section#abuse .description {
    float: left;
    width: 260px;
    padding: 17px 0;
    line-height: 18px; }
#container.secondary section.contact .description h6,
#container.secondary section#abuse .description h6 {
    font-size: 13px;
    display: inline; }
#container.secondary section.contact .description p,
#container.secondary section#abuse .description p {
    display: inline; }










section.points .data .panels {
    height:auto;
    background: white;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #B4BABF;
    min-height: 294px;
}
section.points .data .menu {
    height:auto;
    border: none;
    right: 0px;
}
#points-tabs  {
    background: #FDFCEE;
    border: 1px solid #B4BABF;
}

section.points {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px;
    margin-bottom: 10px; }
section.points nav.menu {
    padding-top: 8px;
    border-color: #d4d4d4; }
section.points nav.menu li.mass span {
    background: url("../image/icon_shrink.png") 14px center no-repeat; }
section.points nav.menu li.mass.active span {
    background: url("../image/icon_shrink_current.png") 16px center no-repeat; }


#points-tabs .panel {
    float: left;
    width: 614px;
    padding: 20px;
    border-left: none;
    position: relative; }
#points-tabs .panel h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #1a466d; }
#points-tabs .panel h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #404040; }
#points-tabs .panel h3 span {
    font-weight: bold; }
#points-tabs .panel form {
    width: 100%; }
#points-tabs .panel .wrap {
    float: left;
    clear: both;
    width: 100%;
    background: #ecf5fb;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px; }
#points-tabs .panel .wrap .half {
    float: left;
    width: 48%;
    padding-left: 2%; }
#points-tabs .panel .wrap label {
    color: #1a466d;
    padding-right: 5px;
    width: auto; }
#points-tabs .panel .wrap select {
    width: 180px; }
#points-tabs .panel .wrap textarea {
    float: left;
    clear: left;
    margin: 10px 0 4px 4px;
    width: 600px;
    height: 130px;
    font-size: 14px;
    border: 1px solid #cacaca;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
#points-tabs .panel button.submit {
    float: right;
    margin-top: 8px;
    width: auto;
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}

#points-tabs .panel .code {
    overflow: auto;
    padding: 10px;
    border: 1px solid black; }
#points-tabs .panel .code {
    background-color: #FFFAF0; }
#points-tabs .panel .codeLinks {
    background-color: #ecf5fb;
    padding: 20px 20px 0 20px;}
}
#points-tabs .panel .code.small p{
    font-size: 11px;
}
#points-tabs .panel .infobar {
    background-color: #FFE4E1;
    margin:10px 0;}

#points-tabs .panel .infobar.small {
    background-position: 6px 5px;
    padding-left: 54px;
    padding-top: 18px;
}



section.tools .data .panels {
    height:auto;
    background: white;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #B4BABF;
    min-height: 294px;
}
section.tools .data .menu {
    height:auto;
    border: none;
    right: 0px;
}
#tools-tabs  {
    background: #FDFCEE;
    border: 1px solid #B4BABF;
}

section.tools {
    float: left;
    clear: left;
    width: 880px;
    padding: 20px;
    margin-bottom: 10px; }
section.tools nav.menu {
    padding-top: 8px;
    border-color: #d4d4d4; }
section.tools nav.menu li.mass span {
    background: url("../image/icon_shrink.png") 14px center no-repeat; }
section.tools nav.menu li.mass.active span {
    background: url("../image/icon_shrink_current.png") 16px center no-repeat; }
section.tools nav.menu li.easy span {
    background: url("../image/icon_link.png") 14px center no-repeat; }
section.tools nav.menu li.easy.active span {
    background: url("../image/icon_link_current.png") 16px center no-repeat; }
section.tools nav.menu li.bookmarklet span {
    background: url("../image/icon_bookmark.png") 14px center no-repeat; }
section.tools nav.menu li.bookmarklet.active span {
    background: url("../image/icon_bookmark_current.png") 16px center no-repeat; }
section.tools nav.menu li.api span {
    background: url("../image/icon_api.png") 14px center no-repeat; }
section.tools nav.menu li.api.active span {
    background: url("../image/icon_api_current.png") 16px center no-repeat; }
section.tools nav.menu li.google span {
    background: url("../image/icon_stats.png") 14px center no-repeat; }
section.tools nav.menu li.google.active span {
    background: url("../image/icon_stats_current.png") 16px center no-repeat; }
section.tools nav.menu li.full span {
    background: url("../image/icon_script.png") 14px center no-repeat; }
section.tools nav.menu li.full.active span {
    background: url("../image/icon_script_current.png") 16px center no-repeat; }
section.tools nav.menu li.website span {
    background: url("../image/icon_site.png") 14px center no-repeat; }
section.tools nav.menu li.website.active span {
    background: url("../image/icon_site_current.png") 16px center no-repeat; }
section.tools nav.menu li.export span {
    background: url("../image/icon_export.png") 14px center no-repeat; }
section.tools nav.menu li.export.active span {
    background: url("../image/icon_export_current.png") 16px center no-repeat; }

#tools-tabs .panel {
    float: left;
    width: 614px;
    padding: 20px;
    border-left: none;
    position: relative; }
#tools-tabs .panel h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #1a466d; }
#tools-tabs .panel h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #404040; }
#tools-tabs .panel h3 span {
    font-weight: bold; }
#tools-tabs .panel form {
    width: 100%; }
#tools-tabs .panel .wrap {
    float: left;
    clear: both;
    width: 100%;
    background: #ecf5fb;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px; }
#tools-tabs .panel .wrap .half {
    float: left;
    width: 48%;
    padding-left: 2%; }
#tools-tabs .panel .wrap label {
    color: #1a466d;
    padding-right: 5px;
    width: auto; }
#tools-tabs .panel .wrap select {
    width: 180px; }
#tools-tabs .panel .wrap textarea {
    float: left;
    clear: left;
    margin: 10px 0 4px 4px;
    width: 600px;
    height: 130px;
    font-size: 14px;
    border: 1px solid #cacaca;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
#tools-tabs .panel button.submit {
    float: right;
    margin-top: 8px;
    width: auto;
    padding: 0 12px;
    /*height: 36px;*/
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}
#tools-tabs .panel button.submit span,
#points-tabs .panel button.submit span,
#container.secondary section.contact form button span,
#container.secondary section#abuse form button span{
    background: url("../image/button_go.png") transparent left center no-repeat;
    display: block;
    float: right;
    height: 31px;
    width: 16px;
    margin-left: 8px;
}

#tools-tabs .panel #massResults #shrinkMore {
    float: right;
    margin-top: 8px;
    width: 164px;
    height: 36px;
    cursor: pointer;
    background: url("../image/button_shrink_more.png") 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;}
#tools-tabs .panel .code {
    overflow: auto;
    padding: 10px;
    border: 1px solid black; }
#tools-tabs .panel .code {
    background-color: #FFFAF0; }
#tools-tabs .panel .codeLinks {
    background-color: #ecf5fb;
    padding: 20px 20px 0 20px;}
}
#tools-tabs .panel .code.small p{
    font-size: 11px;
}
#tools-tabs .panel .infobar {
    background-color: #FFE4E1;
    margin:10px 0;}

#tools-tabs .panel .infobar.small {
    background-position: 6px 5px;
    padding-left: 54px;
    padding-top: 18px;
}
.tools #gaForm #submit {
    width: auto; }
.tools #exportForm label {
    width: 200px; }
.tools #exportForm #submit {
    width: auto; }
.tools #massForm .groupWrapper {
    width: 250px;
    margin-left: 20px;
    margin-top: 10px;
}
.tools #tools_sub_menu #tools-domains-menu li {
    padding-left: 10px;
    display: inline; }
.tools #tools_sub_menu #tools-domains-menu {
    background-color: #FDFCEE;
    padding: 10px;
    border: 1px solid #B4BABF; }
.tools #tools_sub_menu #tools-domains-menu li a:hover {
    text-decoration: underline; }
.tools #tools_sub_menu #tools-domains-menu li.active {
    background-color: white; }

.dataTables_filter {
    display: none; }

.dataTables_paginate {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27px;
    border-top: #e5e5e5;
    color: #626262;
    font-size: 11px;
    padding-top: 4px;
    border-top: 1px solid #b4babf;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -moz-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -o-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: -ms-linear-gradient(#f5f5f5, #d7d7d7);
    background-image: linear-gradient(#f5f5f5, #d7d7d7); }
.dataTables_paginate span {
    float: left;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #3478b5;
    height: 23px;
    line-height: 23px;
    background: url("../image/table_nav_bg.png") 0 0 no-repeat;
    border-right: none; }
.dataTables_paginate span.first, .dataTables_paginate span.last {
    display: none;
    border-right: 1px solid #bcbcbc;
    -moz-box-shadow: #c8c8c8 0 1px 0;
    -webkit-box-shadow: #c8c8c8 0 1px 0;
    -o-box-shadow: #c8c8c8 0 1px 0;
    box-shadow: #c8c8c8 0 1px 0; }
.dataTables_paginate span.next {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
.dataTables_paginate span.previous {
    border-left: 1px solid #bcbcbc;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin-left: 6px; }
.dataTables_paginate span.paginate_active {
    color: #8da0b0;
    padding: 0 5px 0 6px;
    border-right: 1px solid #bcbcbc;
    -moz-box-shadow: #c8c8c8 0 1px 0;
    -webkit-box-shadow: #c8c8c8 0 1px 0;
    -o-box-shadow: #c8c8c8 0 1px 0;
    box-shadow: #c8c8c8 0 1px 0; }
.dataTables_paginate span.paginate_button {
    padding: 0 5px 0 6px;
    border-right: 1px solid #bcbcbc;
    -moz-box-shadow: #c8c8c8 0 1px 0;
    -webkit-box-shadow: #c8c8c8 0 1px 0;
    -o-box-shadow: #c8c8c8 0 1px 0;
    box-shadow: #c8c8c8 0 1px 0; }
.dataTables_paginate span.paginate_button_disabled {
    color:#8DA0B0;
    cursor:default;
}
.dataTables_paginate.paging_full_numbers .floatRight{
    padding: 4px;
}
/* @group Base */
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: -10px;
    zoom: 1;
    *display: inline;
    /*left: 5px;*/
    left: 0px;
    top: 0; }

.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 999; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(top, #eeeeee 0%, white 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, white 50%);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none; }

.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 8px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url("../image/chosen-sprite.png") right top no-repeat; }

.chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px; }

.chzn-container-single .chzn-single div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c6e2fb), color-stop(100%, #89c1ee));
    background-image: -webkit-linear-gradient(#c6e2fb, #89c1ee);
    background-image: -moz-linear-gradient(#c6e2fb, #89c1ee);
    background-image: -o-linear-gradient(#c6e2fb, #89c1ee);
    background-image: -ms-linear-gradient(#c6e2fb, #89c1ee);
    background-image: linear-gradient(#c6e2fb, #89c1ee);
    -moz-box-shadow: inset white 0 1px 0;
    -webkit-box-shadow: inset white 0 1px 0;
    -o-box-shadow: inset white 0 1px 0;
    box-shadow: inset white 0 1px 0;
    border-left: 1px solid #719ec3;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px; }

.chzn-container-single .chzn-single div b {
    background: url("../image/chosen-sprite.png") no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%; }

.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010; }

.chzn-container-single .chzn-search input {
    background: white url("../image/chosen-sprite.png") no-repeat 100% -22px;
    background: url("../image/chosen-sprite.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("../image/chosen-sprite.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat 100% -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    height: auto; }

.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }

/* @end */
.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background-image: -ms-linear-gradient(top, white 85%, #eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    border: 1px solid #aaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative; }

.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0; }

.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
    color: #999; }

.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
    background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
    background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
    background-image: -ms-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
    color: #333;
    border: 1px solid #b4b4b4;
    line-height: 13px;
    padding: 3px 19px 3px 6px;
    margin: 3px 0 3px 5px;
    position: relative; }

.chzn-container-multi .chzn-choices .search-choice span {
    cursor: default; }

.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url("../image/chosen-sprite.png") right top no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -11px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -11px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 190px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto; }

.chzn-container .chzn-results {
    /* max-height: 72px; - needed? */
}

.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0; }

.chzn-container .chzn-results li {
    display: none;
    line-height: 14px;
    padding: 7px 7px 8px;
    margin: 0;
    list-style: none; }

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item; }

.chzn-container .chzn-results .highlighted {
    background: #3875d7;
    color: #fff; }

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal; }

.chzn-container .chzn-results .highlighted em {
    background: transparent; }

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item; }

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold; }

.chzn-container .chzn-results .group-option {
    padding-left: 20px; }

.chzn-container-multi .chzn-drop .result-selected {
    display: none; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb; }

.chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

#reportDateWrapper .chzn-single{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6E2FB', endColorstr='#89C1EE',GradientType=0 );
}

.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
    box-shadow: none;
}

.chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px; }

.chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
    color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important; }

.chzn-disabled .chzn-single {
    cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default; }

/* @group Right to Left */
.chzn-rtl {
    direction: rtl;
    text-align: right; }

.chzn-rtl .chzn-single {
    padding-left: 0;
    padding-right: 8px; }

.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0; }

.chzn-rtl .chzn-single div {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaaaaa;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }

.chzn-rtl .chzn-choices li {
    float: right; }

.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 6px 3px 19px;
    margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 5px;
    right: auto;
    background-position: right top; }

.chzn-rtl.chzn-container-single .chzn-results {
    margin-left: 4px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 4px; }

.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 20px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none; }

.chzn-rtl .chzn-search input {
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, white;
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
    background: url("../image/chosen-sprite.png") no-repeat -38px -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    padding: 4px 5px 4px 20px; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr; }

.ir br {
    display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table; }

.clearfix:after {
    clear: both; }

.clearfix {
    *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important; }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline; }

    a[href]:after {
        content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")"; }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""; }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group; }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid; }

    img {
        max-width: 100% !important; }

    @page {
        margin: 0.5cm; }

    p, h2, h3 {
        orphans: 3;
        widows: 3; }

    h2, h3 {
        page-break-after: avoid; } }

/* Browser-dependent Styles */
body.mozilla .chzn-container {
    top: 3px }
.bar .chzn-container {
    left: 5px }
body.mozilla #reportDateWrapper .chzn-container {
    top: 0px; }
body.mozilla #editLinkForm .chzn-container,
body.mozilla #massForm .chzn-container,
body.mozilla .account .details form .chzn-container,
body.mozilla #register_form .chzn-container {
    top: 7px; }
body.mozilla #avatarFile {
    height: auto; }

body.msie8 form#shrink #shrink_link,
body.msie7 form#shrink #shrink_link {
    line-height: 46px; }
body.msie8 form input,
body.msie7 form input {
    line-height: 31px; }
body.msie8 #abuse .description {
    background-color: white; }
body.msie8 #register_form .chzn-container,
body.msie9 #register_form .chzn-container,
body.opera #register_form .chzn-container,
body.msie8 #editLinkForm .chzn-container,
body.msie9 #editLinkForm .chzn-container,
body.opera #editLinkForm .chzn-container,
body.msie8 #massForm .chzn-container,
body.msie9 #massForm .chzn-container,
body.opera #massForm .chzn-container,
body.msie8 .account .details .chzn-container,
body.msie9 .account .details .chzn-container,
body.opera .account .details .chzn-container {
    top: 7px; }

body.msie8 #groupsTableWrapper table td,
body.msie9 #groupsTableWrapper table td,
body.msie7 #groupsTableWrapper table td,
body.opera #groupsTableWrapper table td {
    border-right: #b4badf 1px dotted; }
body.msie8 #tools-tabs .panel,
body.msie7 #tools-tabs .panel {
    overflow: auto; }
body.msie8 .account .details #acct1,
body.msie8 .account .details #acct2,
body.msie9 .account .details #acct1,
body.msie9 .account .details #acct2,
body.opera .account .details #acct1,
body.opera .account .details #acct2 {
    height: auto; }
body.msie8 .account .details #acct1,
body.msie8 .account .details #acct2,
body.msie9 .account .details #acct1,
body.msie9 .account .details #acct2,
body.opera .account .details #acct1,
body.opera .account .details #acct2 {
    vertical-align: top; }

body.msie7 select {
    margin-top: 7px; }
body.msie7 #container .wrapper .container section#abuse .error {
    clear: left;
    clear: right;
    text-align: right;
    color: red; }
body.msie7 #remember_me_label {
    width: auto; }
body.msie7 #login .forgot {
    text-align: right;
    line-height: 1 !important; }
body.msie7 #more-options select {
    margin-left: 5px; }
body.msie7 #more-options select,
body.msie7 #more-options input,
body.msie7 #report_date {
    margin-top: 0px; }
body.msie7 div.loggedin header#header div.container nav.accountTopMenu {
    position: absolute !important;
    top: 36px !important; }
body.msie7 .account .details #acct1,
body.msie7 .account .details #acct2 {
    vertical-align: baseline; }

#recaptcha_area{float:right;}

a.facebook_login{
    display:block;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 19px;
    margin-left: 20px;
    margin-right: 20px;
}

a.facebook_login span{
    height: 40px;
    display: block;
    float: left;
}
a.facebook_login.facebook-login-enabled span {
    background: url('../image/fb_f.png') transparent no-repeat center left;
    width: 20px;
    margin-right: 13px;
    padding-right:12px;
    border-right: 1px solid #2B5A86;
}

#header a.facebook_login{
    float: left;
    display:block;
    margin-left: 10px;
}
#login a.facebook_login{
    display:block;
    text-align: center;
    margin-top: 18px;
}
#login div.separator{
    width: 315px;
    margin-left: 29px;
}

.postal_address{clear:both;float:none}
.postal_address hr{margin: 30px;}
.postal_address h3, .postal_address p{padding-left: 37px;}

h3.yourCampaigns{
    float:none;
    clear:both;
    padding-top: 26px;
    padding-bottom: 10px;
}

#campaignsAjax{
    overflow: hidden;
    float:none;
    clear:both;
}

.advertType{
    clear: both;
    overflow: hidden;
}

section.rates{
    color:#383838;
    font-size:13px;
    font-family: Arial,Helvetica;
}

section.rates p.bold{
    font-weight:bold;
    margin: 23px 0;
}

section.rates ul{
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

section.rates ul li{
    list-style: none;
    background: url('../image/list_bullet.png') no-repeat 2px 8px transparent;
    float: left;
    width: 400px;
    padding-left: 17px;
    line-height: 24px;
}

section.adContinue table.create_website #website_id_chzn,
section.adContinue table.create_website #website_id_chzn *,
section.adContinue table.create_website #flash_enabled_chzn,
section.adContinue table.create_website #flash_enabled_chzn *,
section.adContinue table.create_website #mobile_enabled_chzn,
section.adContinue table.create_website #mobile_enabled_chzn *,
section.adContinue table.create_website #desktop_enabled_chzn,
section.adContinue table.create_website #desktop_enabled_chzn *,
section.adContinue table.create_website #country_carriers_chzn,
section.adContinue table.create_website #country_carriers_chzn *,
section.adContinue table.create_website #categories_target_chzn,
section.adContinue table.create_website #categories_target_chzn *{
    font-weight: normal;
    line-height: 26px;
}
section.adContinue table.create_website tr td{
    font-family:Arial,Helvetica;
    font-weight:bold;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 34px;
    height: 34px;
    padding-bottom: 11px;
}

section.adContinue table.create_website tr td:first-child{
    text-align:right;
}

section.adContinue table.create_website input{
    width:277px;
    height:31px;
}

section.adContinue table.create_website input.small{
    width:113px;
}
section.adContinue table tr td.small{
    line-height: 26px;
}

section.adContinue table tr td.small.tc{
    line-height:16px;
}

section.adContinue table tr td.data{
    color:#616161;
    font-weight:normal;
    font-size:15px;
    line-height: 26px;
    height: auto;
}

section.adContinue table tr td.data label{
    font-weight:normal;
    font-size:13px;
    color:#2e2e2e;
    line-height: 18px;
    margin-left: 7px;
}
section.adContinue table tr td.data input{
    height:auto;
    width:auto;
}

section.vertisingContinue section.vertising section.rates table.rates{
    width: 90%;
}
section.vertisingContinue section.vertising section.rates table.rates tr td{
    padding: 2px 12px;
    font-size:14px;
    color:#424242;
}
section.vertisingContinue section.vertising section.rates table.rates tfoot td{
    background-color:#FFF;
    border-top: 1px solid #cbcbcb;
    border-left: 1px dotted #cbcbcb;
    line-height: 19px;
    padding: 2px 12px;
    height: 32px;
    font-size:12px;
    color:#797979;
}
section.vertisingContinue section.vertising section.rates table.rates tfoot tr:last-child td{
    border-bottom: 1px solid #cbcbcb;
}

section.vertisingContinue section.vertising section.rates table.rates tfoot td b{
    color:#414141;
    font-weight:bold;
}
section.vertisingContinue section.vertising section.rates table.rates tfoot td b.total{
    font-size:16px;
}

section.vertising section.payment{
    background-color:#eef5fb;
    padding: 15px 60px 30px;
    margin: 20px 0 20px 0;
}

section.vertising section.payment b{
    margin-bottom: 15px;
    display: block;
}

#v1_dialog{display:none;}
#v1_dialog p{font-size: 12px;}
#v1_dialog textarea{width: 366px;height: 177px;}
#v1_dialog .yellowButton{ margin-top:20px;font-family: Arial, sans-serif;font-size: 28px;padding: 2px 6px 3px;width: 100%;}
#header nav#v1Adfly{background: none;
    height: 35px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    float: left !important;
    position: static !important;
    margin-right: 15px;}
#v1Link{color:rgb(192, 192, 192);}

a.help{
    background:url('../image/famfamfam/help.png') no-repeat top left transparent;
    width:16px;
    height:16px;
    display:inline-block;
    overflow: hidden;
    text-indent: -99999px;
}
a.info{
    background:url('../image/famfamfam/information.png') no-repeat top left transparent;
    width:16px;
    height:16px;
    display:inline-block;
    overflow: hidden;
    text-indent: -99999px;
}

/* Advertiser Table Revise */

#vertiserCampaignsRevise, #vertiserCampaignsRevise table {
    border: 1px solid lightGrey;
    border-radius: 5px;
    border-collapse: separate;
    padding: 0;
    margin: 0;
    table-layout:fixed;
}

#vertiserCampaignsRevise tr {
    background: #ecf5fb;
    padding: 0;
    margin: 0;
}

#vertiserCampaignsRevise tr.campaignRow,
#vertiserCampaignsRevise tr.eCampaignTable,
#vertiserCampaignsRevise tr.eCampaignTable tr{
    background:#FFF;
}

#vertiserCampaignsRevise td, #vertiserCampaignsRevise th {
    /*border:1px solid black;*/
    padding: 5px;
    white-space: normal;
    height: 26px;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    word-wrap:break-word;
}

#vertiserCampaignsRevise th.tools{
    width: 44px;
}
#vertiserCampaignsRevise th.tools.tools-pushads {
    width: 64px;
}
#vertiserCampaignsRevise .remove_campaign {
    cursor: pointer;
}
#vertiserCampaignsRevise .tools-col,
#vertiserCampaignsRevise .booster-part-col {
    text-align: center;
}
#vertiserCampaignsRevise td.reference{
    width:100px;
}

#vertiserCampaignsRevise td.statusWrapper{
    padding-right:10px;
    width: 220px;
}
#vertiserCampaignsRevise .campaign-part-targeting-wrapper .mobileCarrierCountrySelector,
#vertiserCampaignsRevise .campaign-part-targeting-wrapper .mobileCarrierConcreteSelector {
    display: block;
    width: 100%;
    margin: 8px 0;
}

.vertiser-revise .date-range-selected > .ui-state-active,
.vertiser-revise .date-range-selected > .ui-state-default {
    background: none;
    background-color: lightsteelblue;
}


.vertiser-revise .ui-datepicker {
    position: absolute;
}

.vertiser-revise .ui-datepicker th, .vertiser-revise .ui-datepicker td {
    height: auto;
    line-height: normal;
    border: 0;
    background: none;
    cursor: auto;
    white-space: normal;
    padding: 0;
}


.vertiser-revise #jrange {
    position: absolute;
}

.vertiser-revise #jrange input {
    border: none;
    box-shadow: none;
}

.vertiser-revise .ui-datepicker {
    top: 15px;
}

#vertiserCampaignsRevise .warningbar{
    margin: 5px 0px;
    border: 1px solid #C5C5C5;
    background-color: #EBEBEB;
}

.vertiser-revise #widgetField {
    width: 205px;
    height: 36px;
    background: url('../image/calendar_field.png');
    overflow: hidden;
    position: relative;
}
.vertiser-revise #widgetField a     {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    text-decoration: none;
    text-indent: -3000px;
}
.vertiser-revise #widgetField span  {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    position: absolute;
    top: 0;
    height: 36px;
    line-height: 36px;
    width: 164px;
    text-align: center;
}

#vertiserCampaignsRevise th.campaign-name{
    width:160px;
}

#vertiserCampaignsRevise  .campaignPartsReferenceHeader{
    width:50px;
}

#vertiserCampaignsRevise .campaignNameTd.active {
    background: url('../image/menu_current_bg_small.png') no-repeat #fffbe2 center left;
}

#vertiserCampaignsRevise .campaignNameTd {
    background-color: #fffbe2;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    width: 225px;
    min-width: 225px;
    border-left: 0;
    white-space: nowrap;
    overflow: hidden;
}

#vertiserCampaignsRevise .campaignNameTd a.expandCampaign{
    display: block;
    margin-left: 5px;
    line-height: 34px;
}

#vertiserCampaignsRevise .campaignNameTd a.expandCampaign img{
    margin-left:6px;
}

#vertiserCampaignsRevise th:first-child,
#vertiserCampaignsRevise td:first-child{
    border-left:0;
}

#vertiserCampaignsRevise tr.campaignPartsHeaderRow {
    background-color: #fff6b0;
}

.expandCampaign span {
    background: url('/static/image/vertiser_expand.png');
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right:6px;
}

.expandCampaign.expanded span {
    background: url('/static/image/vertiser_collapse.png');
}

div.fullFilter .ui-widget-header {
    background-color: white;
    border: none;
}



div.fullFilter .ui-widget-header .ui-state-hover,
div.fullFilter .ui-state-hover
div.fullFilter .ui-widget-header .ui-state-focus,
div.fullFilter .ui-widget-header .ui-datepicker-next,
div.fullFilter .ui-widget-header .ui-datepicker-prev {
    border: 0;
    background-color: white;
    background: none;
}

div.fullFilter .ui-widget-content, div.fullFilter .ui-datepicker-calendar {
    background-color: white;
}

div.fullFilter table tbody tr:nth-child(even) {
    background: none;
}

.pgwallet.tabletitle h3{float:left;margin-bottom:5px;}
#depositsTable{ float:none;clear:both;}
#depositsTable tr.even{background:none;}
/*#depositsTable tr.active,#depositsTable tr.refunded{ background-color: #c7ffa0; }*/
#depositsTable tr.pending,#depositsTable tr.refund_pending, .legend ul li.pending span{ background-color: #fff7ae; }
#depositsTable tr.pending_account_verification, .legend ul li.pending_account_verification span{ background-color: #ffbb80; }
#depositsTable tr.old,.legend ul li.old span{ background-color: #ebebeb; }
#depositsTable tr.failed,#depositsTable tr.reversed,.legend ul li.failed span{ background-color:#ffb2b0; }

.legend{
    float:right;
}

.legend ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    overflow:hidden;
}
.legend ul li{
    float: left;
    margin-left: 10px;
    font-size: 11px;
    color: #7b92a4;
}
.legend ul li span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    margin-right: 5px;
}

.legend ul li.pending span{ border-color:#FFEB00;}
.legend ul li.failed span{ border-color:#F37D7D;}
.legend ul li.pending_account_verification span{ border-color:#FF8F00;}
.legend ul li.old span{ border-color:#BEBDBD;}

#depositsTable a.info{line-height:16px; margin-top: 10px;}
#depositsTable .yellowButton{margin-top: 0px; padding: 10px; margin-bottom: 7px; color: #826f2f !important;}
#depositsTable td:last-child{text-align: center;}

#info_dialog h4{ margin-top:10px;}
#info_dialog img{ display: block; margin:0 auto; margin-top:10px;}
#info_dialog table{
    background-color: #FFF;
    width: 100%;
    margin: 15px 0;
}
#info_dialog table th{ background-color:#FFF;}
#info_dialog table td,#info_dialog table th{
    border: 1px solid #e8c68e;
    padding: 6px;
}

.blueButton{
    font-family: Arial, sans-serif;
    font-size:13px;
    background:#3e88ca;
    width:auto;
    height:55px;
    color:#0e1e2d !important;
    border:1px solid #1e4f7d;
    border-radius:3px;
    border-top-color:#65d5ff;
    border-right-color:#1d4e7b;
    border-bottom-color:#173d5e;
    border-left-color:#1f5482;

    background-image: linear-gradient(bottom, #3679b6 1%, #4ca1ef 51%);
    background-image: -o-linear-gradient(bottom, #3679b6 1%, #4ca1ef 51%);
    background-image: -moz-linear-gradient(bottom, #3679b6 1%, #4ca1ef 51%);
    background-image: -webkit-linear-gradient(bottom, #3679b6 1%, #4ca1ef 51%);
    background-image: -ms-linear-gradient(bottom, #3679b6 1%, #4ca1ef 51%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left 2,
            color-stop(0.01, #3679b6),
            color-stop(0.51, #4ca1ef)
    );

    text-shadow: 0 1px #4aa4f5;
    box-shadow: 0 -1px #1e4f7d;
    padding-left: 12px;
    padding-right: 12px;
}

.blueButton2{
    font-family: Arial, sans-serif !important;
    font-size:13px;
    background:#3d8cd4;
    width:auto;
    height:55px;
    color:#FFF !important;
    border:1px solid #1a558b;
    border-radius:3px;
    border-top-color:#4aa9ff;
    border-right-color:#1d4e7b;
    border-bottom-color:#173d5e;
    border-left-color:#1f5482;

    background-image: linear-gradient(bottom, #285c8c 20%, #3d8cd4 81%);
    background-image: -o-linear-gradient(bottom, #285c8c 20%, #3d8cd4 81%);
    background-image: -moz-linear-gradient(bottom, #285c8c 20%, #3d8cd4 81%);
    background-image: -webkit-linear-gradient(bottom, #285c8c 20%, #3d8cd4 81%);
    background-image: -ms-linear-gradient(bottom, #285c8c 20%, #3d8cd4 81%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left 2,
            color-stop(0.20, #285c8c),
            color-stop(0.81, #3d8cd4)
    );

    text-shadow: 1px 1px #1e4f7d;
    box-shadow: 0 -1px #1e4f7d;
    padding-left: 8px;
    padding-right: 8px;
}

section.vertiser #campaignDateFilter .ui-datepicker-calendar thead tr th{
    height: 25px;
    text-align: center;
}

section.vertiser #campaignDateFilter .ui-datepicker-calendar .ui-state-default {
    background:none;
    width: 30px;
    color: #304961;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    padding-right: 2px;
    text-align: center;
    border: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
}

section.vertiser #campaignDateFilter .ui-datepicker-calendar .date-range-selected .ui-state-default {
    color: #e0edfa;
    background: #136A9F;
}

.lightBlue{
    font-family: Arial, sans-serif !important;
    font-size:20px;
    background:#feffff;
    width:auto;
    height:55px;
    color:#3080ca !important;
    border:none;
    border-left:1px solid #1a558b;
    border-radius:0 3px 3px 0;
    border-left-color:#a7a7a7;

    background-image: linear-gradient(bottom, #aed9ff 3%, #feffff 90%);
    background-image: -o-linear-gradient(bottom, #aed9ff 3%, #feffff 90%);
    background-image: -moz-linear-gradient(bottom, #aed9ff 3%, #feffff 90%);
    background-image: -webkit-linear-gradient(bottom, #aed9ff 3%, #3d8cd4 90%);
    background-image: -ms-linear-gradient(bottom, #aed9ff 3%, #feffff 90%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left 2,
            color-stop(0.03, #aed9ff),
            color-stop(0.90, #feffff)
    );

    letter-spacing:1px;
    box-shadow: -1px 0 #C1C4C9;
    padding-left: 8px;
    padding-right: 8px;
}

.validationAlertMultiple {
    clear: both;
}

#container.secondary #main .container > section .validationAlertMultiple header,
#container.secondary #main .container > section .validationAlert header {
    width: initial;
}

h3.configlinks{
    clear:both;
    padding-left: 20px;
    margin-top:20px;
}

section.linkPrefs{
    border-bottom: 1px dotted #e1e1e1;
    overflow:hidden;
    margin: 0 20px;
    padding-bottom: 25px;
}

section.linkPrefs #adblock_block{
    height: 14px;
    width: 14px;
}

section.linkPrefs button.blueButton2{
    width: auto;
    height: 36px;
    display: block;
    line-height: 30px;
    font-size: 16px;
    padding-right: 13px;
    float:right;
}

section.linkPrefs form{
    padding-top:13px;
    width: 100%;
}

section.linkPrefs div.line{
    width: auto;
}
section.linkPrefs div.line label{
    text-align: left;
    width: auto;
}

section.linkPrefs p.notice{
    float: left;
    width: 550px;
    padding-left: 20px;
    color: #666;
}

section.dmcaArea {

}

section.dmcaArea #statTable {
    width: 100%;
}

section.dmcaArea #statTable td {
    padding-left: 0;
}

section.dmcaArea #statTable td.center {
    text-align: center;
}

section.dmcaArea #statTable td.wrap {
    white-space: normal;
    line-height: normal;
}

section.dmcaArea .dataTables_paginate {
    position: relative;
}

.de_DE section.dashboard .highlight nav.sort{width:255px;}
.de_DE section.dashboard .highlight nav.sort ul.time > li{padding-right: 5px;}
.de_DE section.dashboard .highlight nav.sort ul.time > li a{padding: 0 4px;font-size: 15px;}
.de_DE section.dashboard .highlight nav.sort ul.time > li.all_time a{ width:85px; }
.de_DE section.page > .container .highlight ul.earnings{width: 296px;}
.de_DE section.page > .container .highlight ul.earnings li{padding: 0 10px;}
.de_DE section.page > .container .highlight ul.earnings h5 {font-size:10px;}
.es_ES section.page > .container .highlight ul.earnings h5 {font-size:9px;}

.pt_PT section.dashboard .highlight nav.sort{width:260px;}
.pt_PT section.dashboard .highlight nav.sort ul.time > li{padding-right: 5px;}
.pt_PT section.dashboard .highlight nav.sort ul.time > li a{padding: 0 3px;font-size: 13px;}
.pt_PT section.dashboard .highlight nav.sort ul.time > li.yesterday a{width:60px;}
.pt_PT section.dashboard .highlight nav.sort ul.time > li.all_time a{ width:105px; }
.pt_PT section.page > .container .highlight ul.earnings{width: 296px;}
.pt_PT section.page > .container .highlight ul.earnings li{padding: 0 10px;}
.pt_PT section.page > .container .highlight ul.earnings h5 {font-size:10px;}
.pt_PT .totals.rotate{ margin-top: 16px; right: -15px;}
.pt_PT .data nav.menu li { font-size: 13px;}
.pt_PT section.vertiser div.fullFilter h4, .pt_PT h4.lightBlueButton, .lightBlueButton{font-size: 13px;}

.fr_FR section.dashboard .highlight nav.sort ul.time>li.today a {
    width: 77px;
}
.fr_FR section.dashboard .highlight nav.sort ul.time>li.yesterday a {
    width: 28px;
}
.fr_FR section.dashboard .highlight nav.sort ul.time>li.all_time a {
    width: 78px;
    font-size: 11px;
}

#cashpiggyTag{
    -webkit-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 9999;
    border-top: 1px solid #7eafd6;
    border-left: 1px solid #719ec3;
    border-right: 1px solid #719ec3;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    background: #c06803;
    -moz-box-shadow: inset white 0 1px 0, #d7955d 0 1px 0;
    z-index: 1;
    margin-left: -92px;
    width: 190px;
    padding: 5px 10px;
}

#cashpiggyTag a{
    font:Arial,Helvetica;
    font-size: 15px;
    color: white;
}

.zh_CN section.dashboard .highlight nav.sort ul.time > li a{ font-size:15px;}
.zh_CN .totals.rotate { right:-5px;}

.mobileprefix {
    width: 67px !important;
    float: left;
    background: transparent;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #bcbcbc;
    box-shadow: inset #d2d2d2 0 1px 3px;
    background-image: linear-gradient(#f5f5f5, #ffffff);
    height: 35px;
    -webkit-appearance: none;',
}

input#MobileNumber {
    float: none;
    width: 108px;
    display: inline-block;
}

.or-use-social-login {
    text-align: center;
    font-family: arial;
    color: #616161;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0px 0;
}

.ru_RU #header nav#v1Adfly{ font-size:12px; }
.ru_RU .loggedin #header nav.accountType{ font-size:12px; }
.ru_RU .loggedin #header #signinHistory{ font-size:11px;}
.ru_RU #header nav li a{padding-left: 19px;padding-right: 19px;}
.ru_RU section.dashboard .highlight nav.sort ul.time{font-size: 14px;}
.ru_RU section.dashboard .highlight nav.sort ul.time > li.today a {width: 56px;}
.ru_RU section.dashboard .highlight nav.sort ul.time > li.yesterday a {width: 42px;}
.ru_RU section.dashboard .highlight nav.sort ul.time > li.all_time a {width: 85px;}
.ru_RU section.page>.container .highlight ul.earnings h5{font-size:9px}
div.highlight p{padding: 14px 23px 10px 20px;}

div.loadMore {
    text-align: center;
    clear: both;
}

@media screen and (max-width: 360px) {
    .alreadyHaveAccount {
        display: none;
    }
}

.simply-a-button {
    border: 1px solid black;
    padding: 2px;
    color: black;
    border-radius: 4px;
}

.simply-a-button:hover {
    background-color: #6DACD2;
}

.simply-a-button, .simply-a-button:visited, .simply-a-button:hover {
    text-decoration: none;
}


.social-hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #616161;
    text-align: center;
    height: 1.5em;
    font-size: 16px;
    opacity: 0.5;
    margin: 20px 0 20px 0;
}

.social-hr-text:before {
    content: "";
    background-color: #67737a;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.social-hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 1em;
    line-height: 1.5em;
    color: #616161;
    background-color: #EEEEEE;
}

#register_form label {
    display: inline;
    padding-right: 20px;
}

#add_funds_table td {
    padding: 10px;
}


