/* IE hacks
   ==================================== */

* html .active-scaffold-header,
.active-scaffold li.form-element,
.active-scaffold li.sub-section {
zoom: 1;
}

* html .active-scaffold td .messages-container {
border-top: solid 1px #DAFFCD;
}

.active-scaffold-header div.actions a.show_search {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/active_scaffold/default/magnifier.png', sizingMethod='crop');
}

.active-scaffold .sub-form .association-record a.destroy {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/active_scaffold/default/cross.png', sizingMethod='crop');
}

.active-scaffold-header div.actions a.disabled {
filter: alpha(opacity=50);
}

.active-scaffold .show-view dd,
.active-scaffold li.form-element dd {
float: none;
}

.active-scaffold li.form-element dt {
padding: 4px 0;
}

/*
 ActiveScaffold
 (c) 2007 Richard White <rrwhite@gmail.com>

 ActiveScaffold is freely distributable under the terms of an MIT-style license.

 For details, see the ActiveScaffold web site: http://www.activescaffold.com/
*/

.active-scaffold form,
.active-scaffold table,
.active-scaffold p,
.active-scaffold div,
.active-scaffold fieldset {
margin: 0;
padding: 0;
}

.active-scaffold {
margin: 5px 0;
}

.active-scaffold table {
width: 100%;
border-collapse: separate;
}

.active-scaffold a,
.active-scaffold a:visited {
color: #06c;
text-decoration: none;
}

.active-scaffold a.disabled {
color: #999;
}

.active-scaffold a:hover {
background-color: #ff8;
}

.active-scaffold .clear-fix {
clear: both;
}

noscript.active-scaffold {
border-left: solid 5px #f66;
background-color: #fbb;
font-size: 11px;
font-weight: bold;
padding: 5px 20px 5px 5px;
color: #333;
}

/* Header
   ======================== */

.active-scaffold-header {
position: relative;
}

.blue-theme .active-scaffold-header {
background-color: #005CB8;
}

.active-scaffold-header h2 {
padding: 2px 0px;
margin: 0;
color: #555;
font: bold 160% arial, sans-serif;
}

.blue-theme .active-scaffold-header h2 {
color: #fff;
padding: 2px 5px 4px 5px;
}

.active-scaffold-header div.actions a {
float: right;
font: bold 14px arial;
letter-spacing: -1px;
text-decoration: none;
padding: 1px 2px;
white-space: nowrap;
margin-left: 5px;
background-position: 1px 50%;
background-repeat: no-repeat;
}

.view .active-scaffold-header div.actions a {
float: left;
}

.blue-theme .active-scaffold-header div.actions a {
color: #fff;
}

.active-scaffold-header div.actions a.disabled {
color: #666;
opacity: 0.5;
}

.blue-theme .active-scaffold-header div.actions a.disabled {
color: #fff;
opacity: 0.5;
}

.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing,
.active-scaffold-header div.actions a.show_search {
padding-left: 19px;
background-position: 1px 50%;
background-repeat: no-repeat;
}

.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing {
background-image: url(../../../images/active_scaffold/default/add.gif);
}

.active-scaffold-header div.actions a.show_search {
background-image: url(../../../images/active_scaffold/default/magnifier.png);
}

.blue-theme .active-scaffold-header div.actions a:hover {
background-color: #378CDF;
}

.active-scaffold-header div.actions a.disabled:hover {
background-color: transparent;
cursor: default;
}

.active-scaffold-header div.actions {
position: absolute;
right: 5px;
top: 5px;
text-align: right;
}

/* Table :: Column Headers
   ============================= */

.active-scaffold th {
background-color: #555;
text-align: left;
}

.active-scaffold th a,
.active-scaffold th p {
font: bold 11px arial, sans-serif;
display: block;
background-color: #555;
}

.active-scaffold th a, .active-scaffold th a:visited {
color: #fff;
padding: 2px 15px 2px 5px;
}

.active-scaffold th p {
color: #eee;
padding: 2px 5px;
}

.active-scaffold th a:hover {
background-color: #000;
color: #ff8;
}

.active-scaffold th.sorted {
background-color: #333;
}

.active-scaffold th.asc a,
.active-scaffold th.asc a:hover {
background: #333 url(../../../images/active_scaffold/default/arrow_up.gif) right 50% no-repeat;
}

.active-scaffold th.desc a,
.active-scaffold th.desc a:hover {
background: #333 url(../../../images/active_scaffold/default/arrow_down.gif) right 50% no-repeat;
}

.active-scaffold th.loading a,
.active-scaffold th.loading a:hover {
background: #333 url(../../../images/active_scaffold/default/indicator-small.gif) right 50% no-repeat;
}

/* Table :: Record Rows
   ============================= */

.active-scaffold tr.record td {
padding: 5px 4px;
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color: #E6F2FF;
border-bottom: solid 1px #C5DBF7;
border-left: solid 1px #C5DBF7;
}

.active-scaffold tr.even-record td {
background-color: #fff;
border-left: solid 1px #ddd;
}

.active-scaffold tr.record td.sorted {
background-color: #B9DCFF;
border-bottom: solid 1px #AFD0F5;
}

.active-scaffold tr.even-record td.sorted {
background-color: #E6F2FF;
border-bottom: solid 1px #AFD0F5;
}

.active-scaffold tbody.records td.empty {
color: #999;
text-align: center;
}

.active-scaffold td.numeric,
.active-scaffold-calculations td {
text-align: right;
}

/* Table :: Actions (Edit, Delete)
   ============================= */

.active-scaffold tr.record td.actions {
border-right: solid 1px #ccc;
padding: 0;
min-width: 1%;
}

.active-scaffold tr.record td.actions table {
float: right;
width: auto;
margin-right: 5px;
}

.active-scaffold tr.record td.actions table td {
border: none;
text-align: right;
padding: 0 2px;
}

.active-scaffold tr.record td.actions a {
font: bold 11px verdana, sans-serif;
letter-spacing: -1px;
padding: 2px;
margin: 0 2px;
line-height: 16px;
white-space: nowrap;
}

/* Table :: Inline Adapter
   ============================= */

.active-scaffold .view {
background-color: #DAFFCD;
padding: 4px;
border: solid 1px #7FcF00;
}

.active-scaffold tbody.records td.inline-adapter-cell .view {
border-top: none;
}

.active-scaffold .before-header td.inline-adapter-cell .view {
border-bottom: none;
}

.active-scaffold a.inline-adapter-close {
float: right;
text-indent: -4000px;
width: 16px;
height: 17px;
background: url(../../../images/active_scaffold/default/close.gif) 0 0 no-repeat;
}

/* Nested
   ======================== */

.blue-theme .active-scaffold .active-scaffold-header,
.blue-theme .active-scaffold .active-scaffold-footer {
background-color: #1F7F00;

background: transparent;
}

.active-scaffold .active-scaffold .active-scaffold-header {
margin-right: 15px;
}

.active-scaffold .active-scaffold .active-scaffold-header h2 {
font-size: 12px;
font-weight: bold;
}

.blue-theme .active-scaffold .active-scaffold-header h2,
.active-scaffold .active-scaffold .active-scaffold-footer {
color: #444;
}

.active-scaffold .active-scaffold .active-scaffold-header div.actions {
top: 0px;
right: 0px;
}

.active-scaffold .active-scaffold .active-scaffold-header div.actions a {
font: bold 11px verdana, sans-serif;
padding: 0 2px 1px 17px;
}

.blue-theme .active-scaffold .active-scaffold-header div.actions a,
.blue-theme .active-scaffold .active-scaffold-header div.actions a:visited {
color: #06c;
}

.blue-theme .active-scaffold .active-scaffold-header div.actions a:hover {
background-color: #ff8;
}

.active-scaffold .active-scaffold  td {
background-color: #ECFFE7;
border-bottom: solid 1px #CDF7C5;
border-left: solid 1px #CDF7C5;
}

.active-scaffold .active-scaffold td.inline-adapter-cell {
background-color: #FFFFBB;
padding: 4px;
border: solid 1px #DDDF37;
border-top: none;
}

.active-scaffold .active-scaffold .active-scaffold-footer {
font-size: 11px;
}

/* Footer
   ========================== */

.active-scaffold-calculations td {
background-color: #eee;
border-top: 2px solid #005CB8;
font: bold 12px arial, sans-serif;
}

.active-scaffold .active-scaffold-footer {
padding: 3px 0px 2px 0px;
border-bottom: none;
font: bold 12px arial, sans-serif;
}

.blue-theme .active-scaffold-footer {
background-color: #005CB8;
color: #ccc;
}

.active-scaffold-footer .active-scaffold-pagination {
float: right;
white-space: nowrap;
margin-right: 5px;
}

.blue-theme .active-scaffold-footer .active-scaffold-records {
margin-left: 5px;
}

.active-scaffold-footer a {
text-decoration: none;
letter-spacing: 0;
padding: 0 2px;
margin: 0 -2px;
font: bold 12px arial, sans-serif;
}

.blue-theme .active-scaffold-footer a,
.blue-theme .active-scaffold-footer a:visited {
color: #fff;
}

.blue-theme .active-scaffold-footer a:hover {
background-color: #378CDF;
}

.active-scaffold-footer .next {
margin-left: 0;
padding-left: 5px;
border-left: solid 1px #ccc;
}

.active-scaffold-footer .previous {
margin-right: 0;
padding-right: 5px;
border-right: solid 1px #ccc;
}

/* Messages
   ========================= */

.active-scaffold .messages-container,
.active-scaffold .active-scaffold .messages-container{
padding: 0;
margin: 0 7px;
border: none;
}

.active-scaffold .empty-message, .active-scaffold .filtered-message {
background-color: #e8e8e8;
padding: 4px;
text-align: center;
color: #666;
}

.active-scaffold .message {
font-size: 11px;
font-weight: bold;
padding: 5px 20px 5px 5px;
color: #333;
position: relative;
margin: 2px 7px;
line-height: 12px;
}

.active-scaffold .message a {
position: absolute;
right: 10px;
top: 4px;
padding: 0;
font: bold 11px verdana, sans-serif;
letter-spacing: -1px;
}

.active-scaffold .messages-container .message {
margin: 0;
}

.active-scaffold .error-message {
border-left: solid 5px #f66;
background-color: #fbb;
}

.active-scaffold .warning-message {
border-left: solid 5px #ff6;
background-color: #ffb;
}

.active-scaffold .info-message {
border-left: solid 5px #66f;
background-color: #bbf;
}

/* Error Styling
   ========================== */

.active-scaffold .errorExplanation {
background-color: #fcc;
margin: 2px 0;
border: solid 1px #f66;
}

.active-scaffold fieldset {
clear: both;
}

.active-scaffold .errorExplanation h2 {
padding: 2px 5px;
color: #333;
font-size: 11px;
margin: 0;
letter-spacing: 0;
font-family: Verdana;
background-color: #f66;
}

.active-scaffold .errorExplanation ul {
margin: 0;
padding: 0 2px 4px 25px;
list-style: disc;
}

.active-scaffold .errorExplanation p {
font-size: 11px;
padding: 2px 5px;
font-family: Verdana;
margin: 0;
}

.active-scaffold .errorExplanation ul li {
font: bold 11px verdana;
letter-spacing: -1px;
margin: 0;
padding: 0;
background-color: transparent;
}

/* Loading Indicators
   ============================== */

.active-scaffold .loading-indicator {
vertical-align: text-bottom;
width: 16px;
margin: 0;
}

.active-scaffold .active-scaffold-header .loading-indicator {
margin-bottom: 3px;
}

/* Show
   ============================= */

.active-scaffold .show-view dl {
margin-left: 5px;
}

.active-scaffold .show-view dt {
width: 12em;
float: left;
clear: left;
font: normal 11px verdana, sans-serif;
color: #555;
line-height: 16px;
}

.active-scaffold .show-view dd {
float: left;
font: bold 14px arial;
padding-left: 5px;
margin-bottom: 5px;
}

/* Form
   ============================== */

.active-scaffold .submit {
font-weight: bold;
font-size: 14px;
font-family: Arial, sans-serif;
letter-spacing: 0;
margin: 0;
margin-top: 5px;
}

.active-scaffold form p {
clear: both;
}

.active-scaffold fieldset {
border: none;
}

.active-scaffold h4,
.active-scaffold h5 {
padding: 2px;
margin: 0;
text-transform: none;
color: #1F7F00;
letter-spacing: -1px;
font: bold 16px arial;
}

.active-scaffold h5 {
padding: 0;
margin: 5px 0 2px 0;
font-size: 14px;
letter-spacing: 0;
}

.active-scaffold ol {
clear: both;
float: none;
padding: 2px;
margin-left: 5px;
list-style: none;
}

.active-scaffold p.form-footer {
clear: both;
}

.active-scaffold a.cancel,
.active-scaffold p.form-footer a {
font: bold 14px arial, sans-serif;
letter-spacing: 0;
}

/* Form :: Fields
   ============================== */

.active-scaffold li.form-element {
clear: both;
padding-top: 2px;
}

.active-scaffold label {
font: normal 11px verdana, sans-serif;
color: #555;
}

.active-scaffold li.form-element dt {
float: left;
width: 12em;
padding: 6px 0;
}

.active-scaffold li.form-element dd {
float: left;
}

.active-scaffold .form dd {
margin: 0;
}


.active-scaffold .description {
color: #999;
font-size: 10px;
margin-left: 5px;
}

.active-scaffold .required label {
font-weight: bold;
}

.active-scaffold label.example {
font-size: 11px;
font-family: arial;
color: #888;
}

.active-scaffold input.text-input,
.active-scaffold select {
font: bold 16px arial;
letter-spacing: -1px;
border: solid 1px #1F7F00;
}

.active-scaffold input.text-input {
padding: 2px;
}

.active-scaffold .fieldWithErrors input,
.active-scaffold .fieldWithErrors textarea,
.active-scaffold .fieldWithErrors select {
border: solid 1px #f00;
}

.active-scaffold select {
padding: 1px;
}

.active-scaffold input.example {
color: #aaa;
}

.active-scaffold select:focus,
.active-scaffold input.text-input:focus {
background-color: #ffc;
}

.active-scaffold textarea {
font-family: Arial, sans-serif;
font-size: 12px;
padding: 1px;
border: solid 1px #1F7F00;
}

.active-scaffold .checkbox-list {
padding-left: 0px;
}

.active-scaffold .checkbox-list li {
padding-right: 5px;
display: inline;
}

.active-scaffold .checkbox-list li label {
padding: 0 0 0 2px;
}

.active-scaffold .draggable-list {
float: left;
width: 300px;
margin-right: 15px;
min-height: 30px;
max-height: 100px;
overflow: auto;
background-color: #FFFF88;
}

.active-scaffold .draggable-list.hover {
opacity: 0.5;
}

.active-scaffold .draggable-list.selected {
background-color: #7FCF00;
}

.active-scaffold .draggable-list li {
display: block;
}

.active-scaffold .draggable-list input {
display: none;
}

/* Form :: Sub-Sections
   ============================== */

.active-scaffold li.sub-section {
clear: left;
padding: 5px 0;
}

/* Form :: Association Sub-Forms
   ============================== */

.active-scaffold .sub-form {
float: left;
clear: left;
padding: 5px 0;
padding-left: 5px;
}

.active-scaffold .sub-form h5 {
margin-left: -5px;
}

.active-scaffold .sub-form table,
.active-scaffold .sub-form table td {
width: auto;
background: none;
}

.active-scaffold .sub-form table th {
font: normal 10px verdana, sans-serif;
color: #555;
padding: 0 5px 0 1px;
background: none;
}

.active-scaffold .horizontal-sub-form td label {
display: none;
}

.active-scaffold .sub-form .checkbox-list {
padding: 0 2px 2px 2px;
background-color: #fff;
border: solid 1px #1F7F00;
}

.active-scaffold .sub-form .checkbox-list label {
display: block;
}

.active-scaffold .sub-form table td {
border: none;
background-color: transparent;
padding: 1px;
vertical-align: top;
color: #999;
}

.active-scaffold .sub-form .actions {
vertical-align: middle;
background-color: transparent;
clear: left;
}

.active-scaffold .sub-form .association-record a.destroy {
font-weight: bold;
display: block;
height: 16px;
padding: 0;
width: 16px;
text-indent: -4000px;
background: url(../../../images/active_scaffold/default/cross.png) 0 0 no-repeat;
}

.active-scaffold .sub-form .locked a.destroy {
display: none;
}

.active-scaffold .sub-form .association-record a {
font: bold 12px arial;
}

.active-scaffold .sub-form input.text-input,
.active-scaffold .sub-form select {
letter-spacing: 0;
font: bold 12px arial;
}

.active-scaffold .sub-form .footer-wrapper {
margin-top: 3px;
margin-right: 10px;
}

.active-scaffold .sub-form .footer {
color: #999;
padding: 3px 5px;
}

.active-scaffold .sub-form .footer select,
.active-scaffold .sub-form .footer input {
font-weight: bold;
font-size: 12px;
padding: 0;
}

.active-scaffold a.visibility-toggle {
font-size: 100%;
}

.active-scaffold-found {
  float:left;
}


/**********************************
 * ezForm base styles
 **********************************/
form.ezForm { font-size:1em; color:#333; }
form.ezForm fieldset { margin-bottom:10px; border:none; border-top:1px solid #d5d5d5; background:#f0f0f0 url(/assets/img/cmxform-fieldset.gif) left bottom repeat-x; }
form.ezForm legend { padding:0 2px 0 .5em; font-weight:bold; color:#333; }
form.ezForm label { display:inline-block; line-height:1.3; vertical-align:top; color:#333; cursor:hand; padding-top:2px; }

form.ezForm fieldset div { padding:5px; margin:0; overflow:auto; }
form.ezForm fieldset fieldset { background:none; margin:3px 0 0; border:none; }
form.ezForm fieldset div, 
form.ezForm fieldset fieldset { padding:7px 0; background:url(/assets/img/cmxform-divider.gif) left bottom repeat-x; }

form.ezForm fieldset fieldset legend { padding:5px 0 0 200px; }
form.ezForm fieldset fieldset label { display:block; width:auto; }

form.ezForm label { } /* default width of labels */
form.ezForm fieldset fieldset label { } /* width of nested labels plus 3 (for spacing) */

form.ezForm label.formError { margin-left:10px; width:300px; }
form.ezForm input.submit { margin-left:186px; }
form.ezForm label.formError, 
label.formError { display:none; color:red; font-style:italic; }
label.formError { display:none; }

form.ezForm input { border:1px solid #666; }
form.ezForm input:focus { border:1px solid black; }
form.ezForm input.formError, textarea.formError, select.formError { border:1px dotted red; }
form.ezForm textarea { width:210px; height:120px; }


/************************************************
 * rules for certain types of ezForm elements
 ************************************************/
form.ezForm div.normal label { width:180px; text-align:right; }
form.ezForm div.checkBoxLeft label { position:relative; display:block; padding:2px 0 0 200px; line-height:1.2; }
form.ezForm div.checkBoxLeft input { position:absolute; left:180px; top:0px; border:none; }
form.ezForm div.checkBoxLeft label.formError { display:none; padding-left:0; }
form.ezForm p.fieldHelp { margin:0 0 0 185px; font-size:.7em; line-height:1.3; letter-spacing:.1em; color:#666; }
form.ezForm input.time { width:8em; }
form.ezForm input.date { width:12em; }
form.ezForm div.bigtextarea textarea { width:396px; height:150px; }
form.ezForm div.gianttextarea textarea { width:530px; height:150px; }




/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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 { float:left; 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 .ui-datepicker-title select.ui-datepicker-year { float: right; }
.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%; }

/* 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*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window  { font:12px Arial, Helvetica, sans-serif; color:#fff; }
#TB_secondLine  { font:10px Arial, Helvetica, sans-serif; color:#fff; }
#TB_window a:link {color:#666;}
#TB_window a:visited {color:#666;}
#TB_window a:hover {color:#000;}
#TB_window a:active {color:#666;}
#TB_window a:focus{color:#666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay { position:fixed; z-index:100; top:0px; left:0px; height:100%; width:100%; }
.TB_overlayMacFFBGHack {background:url(macFFBgHack.png) repeat;}
.TB_overlayBG { 
	background-color:#000; 
	-moz-opacity:0.75;
	opacity:0.75; 
	filter:alpha(opacity=75); 
}
* html #TB_overlay { /* ie6 hack */ position:absolute; height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px'); }
#TB_window { position:fixed; background:#fff; z-index:102; color:#000; display:none; border:4px solid #fff; text-align:left; top:50%; left:50%; }
* html #TB_window { /* ie6 hack */ position:absolute; margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_window img#TB_Image { display:block; margin:15px 0 0 15px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-top:1px solid #666; border-left:1px solid #666; }
#TB_caption{ height:25px; padding:7px 30px 10px 25px; float:left; }
#TB_closeWindow { height:25px; padding:11px 25px 10px 0; float:right; }
#TB_closeAjaxWindow { padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; }
#TB_ajaxWindowTitle { float:left; padding:7px 0 5px 10px; margin-bottom:1px; font-weight:bold; }
#TB_title { background:#fff; height:27px; }
#TB_title a { color:#fff; }
#TB_ajaxContent { clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }
#TB_ajaxContent.TB_modal { padding:15px; }
#TB_ajaxContent p { padding:5px 0px 5px 0px; }
#TB_load { position:fixed; display:none; height:13px; width:208px; z-index:103; top:50%; left:50%; margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load { /* ie6 hack */ position:absolute; margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_HideSelect { z-index:99; position:fixed; top:0; left:0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity:0; opacity:0; height:100%; width:100%; }
* html #TB_HideSelect { /* ie6 hack */ position:absolute; height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px'); }
#TB_iframeContent { clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }


/*styles for jquery ui daterangepicker plugin */

.ui-daterangepickercontain {
	position: absolute;
	z-index: 999;
}
.ui-daterangepickercontain .ui-daterangepicker {
	float: left;
	padding: 5px !important;
	width: auto;
	display: inline;
	background-image: none !important;
	clear: left;
}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
	float: left;
	padding: 0;
	margin: 0;
}
.ui-daterangepicker .ranges {
	width: auto;
	position: relative;
	padding: 5px 5px 40px 0;
	margin-left: 10px;
}
.ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
	margin-left: 5px;
}
.ui-daterangepicker button.btnDone {
	margin: 0 5px 5px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	clear: both;
	cursor: pointer;
	font-size: 1.1em;
}
.ui-daterangepicker ul {
	width: 17.6em;
	background: none;
	border: 0;
}
.ui-daterangepicker li {
	list-style: none;
	padding: 1px;
	cursor: pointer;
	margin: 1px 0;
}
.ui-daterangepicker li.ui-state-hover, .ui-daterangepicker li.ui-state-active {
	padding: 0;
}
.ui-daterangepicker li.preset_0 {
	margin-top: 1.5em !important;
}
.ui-daterangepicker .ui-widget-content a {
	text-decoration: none !important;
}
.ui-daterangepicker li a {
	font-weight: normal;
	margin: .3em .5em;
	display: block;
}
.ui-daterangepicker li span {
	float: right;
	margin: .3em .2em;
}
.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
	display: block;
	margin: 0 0 .2em;
	font-size: 1em;
	padding: 0 4px 2px;
}
.ui-daterangepicker .ui-datepicker-inline {
	font-size: 1em;
}
.ui-daterangepicker-arrows {
	padding: 2px;
	width: 204px;
	position: relative;
}
.ui-daterangepicker-arrows input.ui-rangepicker-input {
	width: 158px;
	margin: 0 2px 0 20px;
	padding: 2px;
	height: 1.1em;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev, .ui-daterangepicker-arrows .ui-daterangepicker-next {
	position: absolute;
	top: 2px; 
	padding: 1px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev {
	left: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-next {
	right: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev:hover, 
.ui-daterangepicker-arrows .ui-daterangepicker-next:hover,
.ui-daterangepicker-arrows .ui-daterangepicker-prev:focus, 
.ui-daterangepicker-arrows .ui-daterangepicker-next:focus {
	padding: 0;
}


/* ********************************  reset   ************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  color: black;
  background: transparent; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after {
  content: ""; }

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

blockquote, q {
  quotes: "" ""; }

/* *********************************************  general ************************** */
body {
  background: #fff url('/assets/img/top-gradient-bg2.5.jpg') repeat-x 0 0; }

#main div.sectiontitle .col1 {
  max-width: 820px;
  position: relative;
  padding: 46px 10px 24px;
  font-size: 49px;
  line-height: 42px;
  font-weight: bold;
  color: #9c9c9c; }

#content .sectiontitle .sectiontitleextra ul {
  float: left;
  font-size: 13px;
  line-height: 12px;
  font-weight: normal;
  list-style: none;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dadada; }

#main div.centeredtitle .col1 {
  padding: 52px 0 24px;
  font-size: 33px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: #333;
  background: transparent url('../../assets/img/rainbow-heading-bg.jpg') 50% 50% no-repeat; }
  #main div.centeredtitle .col1 p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
    font-weight: normal;
    color: #333; }

#content ul.sectionnav {
  list-style: none;
  margin: 0 0 49px 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  color: #333; }
  #content ul.sectionnav li {
    width: 239px;
    margin: 0;
    background: transparent url('../../assets/img/sectionnav-lines-bg.gif') 0 0 repeat-y; }
    #content ul.sectionnav li.active {
      position: relative;
      top: -1px;
      width: 265px;
      background: #fff url('../../assets/img/sectionnav-active-bg2.png') no-repeat; }
      #content ul.sectionnav li.active a {
        color: #0a77d5; }
  #content ul.sectionnav a {
    height: 20px;
    display: block;
    padding: 17px 10px 12px 10px;
    color: #333;
    text-decoration: none; }
    #content ul.sectionnav a:hover {
      color: #0a77d5; }
#content .quarterleft ul.sectionnav li {
  width: 200px; }
  #content .quarterleft ul.sectionnav li.active {
    width: 213px;
    background: #fff url('../../assets/img/sectionnav-quarter-active-bg2.png') no-repeat; }
#content h2 {
  padding: 11px 18px 0 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #4e4e4e; }
  #content h2 small {
    font-size: 70%;
    color: #999; }
#content h3 {
  clear: left;
  padding: 11px 18px 0 0;
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  color: #4e4e4e; }
  #content h3 small {
    font-size: 80%;
    color: #999; }
  #content h3.top {
    padding-top: 0; }
  #content h3.bar {
    padding: 5px 3px 1px 5px;
    margin-top: 18px;
    background-color: #eee; }
#content p {
  color: #555;
  margin-bottom: 18px; }
  #content p.teamphoto {
    margin-top: 5px; }
  #content p.small {
    font-size: 13px;
    line-height: 16px; }
#content ul, #content ol {
  color: #555;
  margin-bottom: 18px;
  line-height: 20px; }
#content ul {
  list-style: disc outside;
  margin-left: 1.5em; }
#content ol {
  list-style: decimal;
  margin-left: 1.5em; }
#content li {
  margin-top: 5px; }
#content dl {
  margin-top: 18px; }
#content dt {
  font-weight: bold; }
#content abbr {
  border-bottom: 1px dotted #909090; }
#content dl.leftheadings {
  margin-top: 10px; }
  #content dl.leftheadings dt {
    float: left;
    width: 18%;
    text-align: right; }
  #content dl.leftheadings dd {
    float: left;
    padding-left: 9px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr {
  height: 1px;
  border: none;
  background-color: #dadada; }

.col2 table tr th a {
  color: white !important; }

#headerinner {
  position: relative;
  margin: 0 2em;
  height: 160px; }
  #headerinner h1 a {
    position: absolute;
    top: 16px;
    left: 10px;
    display: block;
    width: 159px;
    height: 0;
    padding: 55px 0 0;
    margin: 0 0 0 1em;
    overflow: hidden;
    background: transparent url('/assets/img/medialets-logo-blue.gif') 0 0 no-repeat; }

/* ****************  navigation   ************ */
.deep-blue, #active-secondary-nav > li.current a {
  color: #386D9F; }




ul#mainnav span.secondary-nav ul.tertiary-nav li.current > a {
  color: #386D9F; }

.light-grey, ul#mainnav > li.current, ul#mainnav li.hover-active, div.secondary-nav-bar {
  background: #CFCFCF; }

.light-blue, ul#mainnav li span.secondary-nav span {
  color: #57AFFF; }

ul#mainnav li.deactive-hover a {
  color: #57AFFF; }

#active-secondary-nav a {
  color: black; }

ul#mainnav span.secondary-nav ul li div a {
  color: black; }

/* needs to be applied to the links to prevent the browser from showing them default blue */
ul#mainnav span.secondary-nav ul li.current div a {
  color: #386D9F; }

/* needs to be applied to the div for items that are not links */
ul#mainnav span.secondary-nav ul li.current div {
  color: #386D9F; }

ul#mainnav span.secondary-nav li ul.tertiary-nav a {
  color: black; }

ul#mainnav > li > div > a {
  color: white; }

ul#adjunct-nav li  a {
  color: gray; }

ul#mainnav li span.secondary-nav {
  color: #303030; }

ul#mainnav {
  position: absolute;
  display: block;
  top: 79px;
  width: 100%;
  min-width: 76em;
  height: 31px;
  list-style: none;
  background: #000 url('/assets/img/header-nav-bar-bg-100.jpg') no-repeat 0 0;
  font-family: "Helvetica Neue",Helvetica,Arial; }
  ul#mainnav.with-secondary {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0; }
  ul#mainnav.without-secondary {
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px; }
  ul#mainnav.hovering {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0; }
  ul#mainnav a {
    text-decoration: none; }
  ul#mainnav a:hover {
    text-decoration: underline; }
  ul#mainnav > li {
    height: 31px;
    padding: 0 14px;
    display: block;
    text-decoration: none;
    float: left;
    margin: 0; }
    ul#mainnav > li > div.triangle {
      background: url(/assets/img/arrow_down.png) no-repeat;
      background-position: right center;
      padding-right: 20px; }
    ul#mainnav > li > div {
      height: 13px;
      position: relative;
      margin-top: 8px; }
      ul#mainnav > li > div:hover {
        cursor: pointer; }
    ul#mainnav > li img {
      position: relative;
      left: 2px;
      top: 5px; }
  ul#mainnav li:first-child {
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0; }
  ul#mainnav li.deactive-hover {
    background: none; }
  ul#mainnav li span.secondary-nav {
    font-size: 0.9em;
    display: none;
    text-decoration: none; }
    ul#mainnav li span.secondary-nav.admin > ul {
      min-width: 36em; }
    ul#mainnav li span.secondary-nav ul {
      top: 31px;
      position: absolute; }
    ul#mainnav li span.secondary-nav.active {
      display: inline-block; }
    ul#mainnav li span.secondary-nav.displayed {
      display: inline-block; }
    ul#mainnav li span.secondary-nav.without-tertiary-nav {
      -webkit-border-radius: 0 0 8px 8px;
      -moz-border-radius: 0 0 8px 8px; }
    ul#mainnav li span.secondary-nav.with-tertiary-nav {
      -webkit-border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0; }
    ul#mainnav li span.secondary-nav li {
      float: left;
      cursor: default; }
    ul#mainnav li span.secondary-nav div {
      text-decoration: none;
      padding: 0 10px;
      position: relative;
      top: 5px; }
    ul#mainnav li span.secondary-nav li div.triangle {
      background: url(/assets/img/arrow_down.png) no-repeat;
      background-position: right center;
      padding-right: 20px; }
    ul#mainnav li span.secondary-nav li.current ul.tertiary-nav {
      display: block;
      z-index: 10; }
    ul#mainnav li span.secondary-nav li ul.tertiary-nav {
      position: absolute;
      top: 20px;
      display: none;
      width: 100%;
      -webkit-border-radius: 0 0 8px 8px;
      -moz-border-radius: 0 0 8px 8px;
      text-decoration: none;
      height: 15px; }
      ul#mainnav li span.secondary-nav li ul.tertiary-nav.showcase {
        right: 0;
        width: auto; }
      ul#mainnav li span.secondary-nav li ul.tertiary-nav li {
        float: left;
        text-decoration: none;
        padding: 10px 10px 15px 10px;
        top: 10px; }

div.tertiary-nav-bar {
  display: none;
  position: absolute;
  min-width: 76em;
  width: 100%;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  text-decoration: none;
  height: 25px;
  top: 134px;
  z-index: -11; }
  div.tertiary-nav-bar.displayed {
    display: block; }

div.secondary-nav-bar {
  position: absolute;
  min-width: 76em;
  width: 100%;
  text-decoration: none;
  height: 25px;
  top: 109px;
  z-index: -11;
  display: none; }
  div.secondary-nav-bar.without-tertiary-nav {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px; }
  div.secondary-nav-bar.with-tertiary-nav {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0; }
  div.secondary-nav-bar.displayed {
    display: block; }
  div.secondary-nav-bar.hovering {
    display: block; }

#active-secondary-nav {
  z-index: -10;
  position: absolute;
  display: block;
  top: 110px;
  height: 36px;
  font: 14px/14px "Helvetica Neue",Helvetica,Arial;
  list-style: none;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0  8px 8px; }
  #active-secondary-nav li {
    float: left; }
  #active-secondary-nav a {
    display: block;
    padding: 11px 10px 10px;
    float: left;
    text-decoration: none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px; }
    #active-secondary-nav a:hover {
      text-decoration: underline; }

#adjunct-nav {
  position: absolute;
  right: 1.2%;
  bottom: 86px;
  font: 12px/12px "Helvetica Neue",Helvetica,Arial;
  list-style: none; }
  #adjunct-nav > li {
    display: inline-block;
    position: relative;
    float: left;
    padding: 8px;
    color: #000;
    margin-left: .5em;
    background: #ececec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
    #adjunct-nav > li a {
      text-decoration: none; }
    #adjunct-nav > li a:hover {
      text-decoration: underline; }
    #adjunct-nav > li div.triangle {
      background: url(/assets/img/arrow_down.png) no-repeat;
      height: 13px;
      position: relative;
      background-position: right center;
      padding-right: 20px; }
      #adjunct-nav > li div.triangle:hover {
        cursor: pointer; }
  #adjunct-nav li span.secondary-nav ul {
    width: 100%; }
    #adjunct-nav li span.secondary-nav ul li {
      width: 100%; }
  #adjunct-nav li span.secondary-nav {
    display: none;
    position: absolute;
    top: 25px;
    border: solid thin grey;
    background: #ececec;
    z-index: 10; }
  #adjunct-nav li span.secondary-nav ul div {
    left: -2px;
    display: block;
    padding: 8px;
    color: #000;
    text-decoration: none; }
    #adjunct-nav li span.secondary-nav ul diva:hover {
      text-decoration: underline; }
  #adjunct-nav li:hover span.secondary-nav {
    display: block; }

/* *************** layout ******************* */
#main {
  clear: both;
  padding-bottom: 49px;
  font: 16px/26px "Myriad Pro",Myriad,"Helvetica Neue",Helvetica,Arial;
  color: #333; }

#content {
  width: 925px;
  margin: 0 2em; }
  #content.liquid {
    margin: 0 auto;
    width: 925px; }
  #content.full {
    width: auto;
    min-width: 900px; }

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

.one, .two, .three, .four, .leftnav, .rightnav, .single {
  clear: both;
  display: inline-block; }

.one:after, .two:after, .three:after, .four:after, .thirdleft:after, .thirdright:after, .quarterleft:after, .quarterright:after, .rightleft:after, #content dl.leftheadings:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.col1, .col2, .col3, .col4 {
  margin-right: 25px;
  float: left; }

.one .col1 {
  width: 925px;
  margin-right: 1em; }

.two .col1 {
  width: 450px; }
.two .col2 {
  width: 450px;
  margin-right: 0; }

.three .col1, .three .col2, .three .col3 {
  width: 292px; }
.three .col2 {
  margin-right: 24px; }
.three .col3 {
  margin-right: 0; }

.four .col1, .four .col2, .four .col3, .four .col4 {
  width: 213px; }
.four .col1, .four .col3 {
  margin-right: 24px; }
.four .col4 {
  margin-right: 0; }

.thirdleft .col1 {
  width: 292px; }
.thirdleft .col2 {
  width: 608px;
  margin-right: 0; }

.thirdright .col1 {
  width: 608px; }
.thirdright .col2 {
  width: 292px;
  margin-right: 0; }

.quarterleft .col1 {
  width: 213px;
  margin-right: 24px; }
.quarterleft .col2 {
  width: 688px;
  margin-right: 0; }

#content.full .one {
  width: 100%; }
  #content.full .one .col1 {
    float: none;
    width: auto;
    min-width: 900px; }

#content.full .quarterleft {
  width: auto; }
  #content.full .quarterleft .col1 {
    width: 213px;
    margin-right: 24px;
    position: relative; }
  #content.full .quarterleft .col2 {
    margin-left: 248px;
    width: 75%; }

#content.full .quarterleft .col2 th {
  font-size: 85%; }

.quarterright .col1 {
  width: 688px;
  margin-right: 24px; }
.quarterright .col2 {
  width: 213px;
  margin-right: 0; }

div.campaign_show table {
  max-width: 1000px; }

.rightleft .col1 {
  width: 213px;
  margin-right: 24px; }
.rightleft .col2 {
  width: 451px;
  margin-right: 24px; }
.rightleft .col3 {
  width: 213px;
  margin-right: 0; }

#main #content .spaceright {
  margin-right: 25px; }
#main #content .spaceleft {
  margin-left: 25px; }
#main #content .spaceabove {
  margin-top: 25px; }
#main #content .spacebelow {
  margin-bottom: 25px; }

/* ******************************************* footer ****************************** */
#footer {
  min-height: 100px; }

#footerinner {
  color: #fff;
  position: relative;
  padding: 0 15px;
  margin: 0 2em;
  height: 37px;
  font: 12px/14px "Helvetica Neue",Helvetica,Arial;
  background: transparent url('/assets/img/header-nav-bar-bg-100.jpg') no-repeat 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

#footer a {
  color: #fff;
  text-decoration: none; }
  #footer a:hover {
    text-decoration: underline; }
#footer ul {
  padding: 11px 1em 0 0; }
#footer li {
  display: inline;
  padding: 0 1em 0 0; }

#content a {
  color: #0a77d5;
  text-decoration: none; }
  #content a:hover {
    text-decoration: underline; }
#content p a.go, #content li a.go, #content dl a.go {
  padding-right: 13px;
  background: transparent url('../../assets/img/arrow-right-small.gif') 100% 3px no-repeat; }
#content .promobox p a.go {
  background-position: 100% 1px; }
#content h2 a.go {
  padding-right: 13px;
  background: transparent url('../../assets/img/arrow-right-small.gif') 100% 9px no-repeat; }
#content h3 a.go {
  padding-right: 13px;
  background: transparent url('../../assets/img/arrow-right-small.gif') 100% 4px no-repeat; }
#content .promobox {
  float: left;
  width: 271px;
  margin: 0 0 25px 0;
  padding: 10px;
  background: #e6e6e7 url('../../assets/img/promobox-bg.gif') repeat-x;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  #content .promobox h3 {
    padding: 3px 18px 0 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #333; }
  #content .promobox p, #content .promobox ul, #content .promobox ol {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin-bottom: 3px; }
  #content .promobox .promoboximage {
    padding-left: 106px; }
    #content .promobox .promoboximage h3 {
      font-size: 15px;
      line-height: 24px; }
    #content .promobox .promoboximage p {
      font-size: 13px;
      line-height: 17px; }
#content .thirdleft .col1 .promobox {
  width: 219px;
  margin: 0 0 49px 0; }
#content .thirdright .col2 .promobox {
  width: 292px;
  margin: 0 0 49px 0; }

.rails_flash_message {
  padding: .7em .7em .5em;
  margin: 1em 0 1em 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.notice {
  background-color: #aef9a3;
  border: 1px solid #8dd183; }

.error {
  background-color: #dcb6b7;
  border: 1px solid #ca1314; }

.warning {
  background-color: #fffde7;
  border: 1px solid #f9e773; }

select.and_or_select {
  width: 55px;
  min-width: 55px;
  max-width: 55px; }

p.tight {
  padding: 0px !important;
  margin: 0px !important; }

/* ********************************  appdevelopers, advertisers ******************** */
.appdevelopers {
  padding-left: 97px;
  background: transparent url('../../assets/img/icons/app-developers-88.png') no-repeat 0 50%; }

.advertisers {
  padding-left: 97px;
  background: transparent url('../../assets/img/icons/advertisers-88.png') no-repeat 0 50%; }

.inspiration {
  padding-left: 60px;
  background: transparent url('../../assets/img/icons/inspiration-60.png') no-repeat 0 50%; }

.oldmac {
  padding-left: 84px;
  background: transparent url('../../assets/img/icons/old-mac-80.png') no-repeat 5px 50%; }

.star {
  padding-left: 76px;
  background: transparent url('../../assets/img/icons/star-68.png') no-repeat 0 50%; }

.racecar {
  padding-left: 84px;
  background: transparent url('../../assets/img/icons/race-car-76.png') no-repeat 0 50%; }

.battery {
  padding-left: 84px;
  background: transparent url('../../assets/img/icons/battery-76.png') no-repeat 0 50%; }

.mediarelations {
  padding-left: 84px;
  background: transparent url('../../assets/img/icons/bull-horn-82.png') no-repeat 0 50%; }

.contact {
  padding-left: 80px;
  background: transparent url('../../assets/img/icons/mail-bag-76.png') no-repeat 0 50%; }

.support {
  padding-left: 80px;
  background: transparent url('../../assets/img/icons/life-preserver-88.png') no-repeat 0 50%; }

.ecosystem {
  padding-left: 89px;
  background: transparent url('../../assets/img/icons/tree-88.png') no-repeat 0 50%; }

.privacy {
  padding-left: 89px;
  background: transparent url('../../assets/img/icons/police-badge-88.png') no-repeat 0 50%; }

.terms {
  padding-left: 89px;
  background: transparent url('../../assets/img/icons/stuffed-folder-88.png') no-repeat 0 50%; }

/* *************************    section nav        ********************* */
#content ul.sectionnav a.appdevelopers {
  background: transparent url('../../assets/img/icons/app-developers-36.png') no-repeat 5px 50%; }
#content ul.sectionnav a.sdks {
  background: transparent url('../../assets/img/icons/sdks-32.png') no-repeat 6px 50%; }
#content ul.sectionnav a.medialytics {
  background: transparent url('../../assets/img/icons/medialytics-24.png') no-repeat 9px 50%; }
#content ul.sectionnav a.flexible {
  background: transparent url('../../assets/img/icons/swiss-army-knife-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.support {
  background: transparent url('../../assets/img/icons/user-32.png') no-repeat 6px 50%; }
#content ul.sectionnav a.adformats {
  background: transparent url('../../assets/img/icons/storm-36.png') no-repeat 3px 50%; }
#content ul.sectionnav a.adnetwork {
  background: transparent url('../../assets/img/icons/ad-network-36.png') no-repeat 4px 50%; }
#content ul.sectionnav a.experiences {
  background: transparent url('../../assets/img/icons/honey-spoon-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.advertisers {
  background: transparent url('../../assets/img/icons/advertisers-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.mediarelations {
  background: transparent url('../../assets/img/icons/bull-horn-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.factsheet {
  background: transparent url('../../assets/img/icons/chalkboard-34.png') no-repeat 6px 50%; }
#content ul.sectionnav a.executives {
  background: transparent url('../../assets/img/icons/chairs-34.png') no-repeat 6px 50%; }
#content ul.sectionnav a.timeline {
  background: transparent url('../../assets/img/icons/alarm-clock-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.pressarchive {
  background: transparent url('../../assets/img/icons/newspapers-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.events {
  background: transparent url('../../assets/img/icons/microphone-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.pressdownloads {
  background: transparent url('../../assets/img/icons/gift-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.contact {
  background: transparent url('../../assets/img/icons/mail-bag-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.privacy {
  background: transparent url('../../assets/img/icons/police-badge-36.png') no-repeat 6px 50%; }
#content ul.sectionnav a.terms {
  background: transparent url('../../assets/img/icons/stuffed-folder-36.png') no-repeat 6px 50%; }
#content .promobox .sdks {
  background: transparent url('../../assets/img/icons/sdks-96.png') no-repeat 0 50%; }
#content .promobox .medialytics {
  background: transparent url('../../assets/img/icons/medialytics-96.png') no-repeat 0 50%; }
#content .promobox .flexible {
  background: transparent url('../../assets/img/icons/swiss-army-knife-96.png') no-repeat 0 50%; }
#content .promobox .support {
  background: transparent url('../../assets/img/icons/user-96.png') no-repeat 0 50%; }
#content .promobox .adformats {
  background: transparent url('../../assets/img/icons/storm-96.png') no-repeat 0 50%; }
#content .promobox .adnetwork {
  background: transparent url('../../assets/img/icons/ad-network-96.png') no-repeat 0 50%; }
#content .promobox .experiences {
  background: transparent url('../../assets/img/icons/honey-spoon-96.png') no-repeat 0 50%; }
#content .promobox .factsheet {
  background: transparent url('../../assets/img/icons/chalkboard-96.png') no-repeat 0 50%; }
#content .promobox .timeline {
  background: transparent url('../../assets/img/icons/alarm-clock-96.png') no-repeat 0 50%; }
#content .promobox .pressarchive {
  background: transparent url('../../assets/img/icons/newspapers-96.png') no-repeat 0 50%; }
#content .promobox .events {
  background: transparent url('../../assets/img/icons/microphone-96.png') no-repeat 0 50%; }
#content .promobox .executives {
  background: transparent url('../../assets/img/icons/chairs-96.png') no-repeat 0 50%; }
#content .promobox .pressdownloads {
  background: transparent url('../../assets/img/icons/gift-96.png') no-repeat 0 50%; }
#content .promobox .contact {
  background: transparent url('../../assets/img/icons/mail-bag-96.png') no-repeat 0 50%; }
#content .promobox .androidmarket {
  background: transparent url('../assets/img/icons/android-market-96.png') no-repeat 0 50%; }
#content .promobox .androidbeta {
  background: transparent url('../assets/img/icons/android-beta-96.png') no-repeat 0 50%; }

/* ****************************************    icon box      ********************* */
.iconbox {
  padding-left: 43px;
  clear: both; }

#content .iconbox p {
  padding: 0;
  line-height: 1; }
#content .iconbox h3 {
  line-height: 1; }

.iconboxappdevelopers {
  background: transparent url('../../assets/img/icons/app-developers-36.png') 0 12px no-repeat; }

.iconboxadvertisers {
  background: transparent url('../../assets/img/icons/advertisers-36.png') 0 12px no-repeat; }

.iconboxmediarelations {
  background: transparent url('../../assets/img/icons/bull-horn-36.png') 0 9px no-repeat; }

.iconboxsupport {
  background: transparent url('../../assets/img/icons/user-32.png') 0 12px no-repeat; }

.iconboxtwitter {
  background: transparent url('../../assets/img/icons/twitter-36.png') 0 9px no-repeat; }

.iconboxmedialytics {
  background: transparent url('../../assets/img/icons/medialytics-24.png') 5px 11px no-repeat; }

.iconboxsdk {
  background: transparent url('../../assets/img/icons/sdks-36.png') 0 9px no-repeat; }

.iconboxsdk2 {
  background: transparent url('../../assets/img/icons/sdks2-36.png') 0 9px no-repeat; }

.iconboxcontact {
  background: transparent url('../../assets/img/icons/mail-bag-36.png') 0 9px no-repeat; }

.iconboxhelp {
  background: transparent url('../../assets/img/icons/life-preserver-36.png') no-repeat 0 50%; }

/* ********************************    forms, labels, inputs    ****************** */
#content .col2 p.small {
  margin-bottom: 8px; }
#content form.signin {
  margin-bottom: 30px;
  padding: 6px 0 20px 0;
  background: #e6e6e7 url('../../assets/img/promobox-bg.gif') repeat-x;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #c4c4c4; }
  #content form.signin label {
    display: block;
    font-size: 16px;
    width: 240px;
    padding: 10px 0 0 0; }
  #content form.signin input {
    width: 120px;
    padding: 4px;
    font-size: 16px;
    border: 1px solid #000; }
    #content form.signin input.submit {
      margin-top: 0;
      border: 1px solid #000;
      width: 130px;
      background-color: #0a77d5;
      color: #fff;
      font-weight: bold; }
#content form a.cancel {
  padding-left: 20px;
  font-size: 80%; }
#content form input.submit {
  cursor: pointer; }
#content .flashbox {
  padding: 1em;
  background-color: #fffde7;
  margin-top: -15px;
  margin: 1em 0;
  border: 1px solid #f9e773; }
#content .errorbox {
  padding: 1em;
  background-color: #dcb6b7;
  margin-top: -15px;
  margin-bottom: 1em;
  border: 1px solid #ca1314; }

/* **************************************    show me bar      ********************* */
#tiny-boxes {
  display: inline;
  margin: 0px !important;
  padding: 0px !important;
  font-size: x-small; }

#showmebar {
  position: relative;
  background: #111 url('../../assets/img/showmebar.png') 0 -56px repeat-x;
  height: 34px;
  padding: 9px 10px 0;
  color: #fff;
  border: #333 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 100%; }
  #showmebar form {
    padding-bottom: 7px; }
  #showmebar .reportchooser {
    float: right;
    margin-right: 78px; }
  #showmebar .datepicker {
    position: absolute;
    right: 92px;
    top: 4px;
    width: 390px; }
  #showmebar #showmebar {
    padding: 10px 0 1px 0;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 0; }
  #showmebar #applybutton {
    width: 80px;
    height: 34px;
    right: 4px;
    top: 4px;
    position: absolute; }
    #showmebar #applybutton a {
      display: block;
      width: 80px;
      height: 0;
      padding-top: 34px;
      overflow: hidden;
      background: transparent url('../../assets/img/showmebar.png') 0 0 no-repeat; }
      #showmebar #applybutton a:hover {
        background-position: -100px 0; }

.applied-filter-name {
  max-width: 336px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

/* ***************************************    app usage        ********************* */
#appusage {
  font-size: 80%; }
  #appusage strong {
    font-size: 100%; }

#content #appusage td {
  padding: 20px;
  border: none; }

#appusage #activity tr td small {
  display: block;
  text-align: center;
  font-size: 55%; }

/* **********************************************    ?        ********************* */
.buttonform {
  float: left;
  padding: 2em; }

.modal {
  width: 430px;
  margin: 0 auto; }

.alert {
  text-align: center;
  padding: 2em;
  border: 1px solid #ede7a1;
  background-color: #fcf8cb; }

/* *********************************  applied-criteria   **************************** */
#applied-criteria-results {
  background-color: #eeeeee;
  display: none; }

#applied-criteria-edit-link, #applied-criteria-results-link {
  display: inline;
  text-transform: uppercase;
  font-size: x-small; }
  #applied-criteria-edit-link a, #applied-criteria-results-link a {
    color: white; }

/* *******************************    dates & calendars        ********************* */
#datedisplay {
  position: absolute;
  right: 0;
  height: 26px;
  padding: 5px 40px 1px 10px;
  text-align: right;
  border: 1px solid #999;
  background: transparent url('../../assets/img/showmebar.png') 100% -120px no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  #datedisplay:hover {
    cursor: pointer;
    cursor: hand; }
  #datedisplay.active {
    background: #333 url('../../assets/img/showmebar.png') 100% -200px no-repeat;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomleft: 0; }

#calendars {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 32px;
  padding: 10px;
  background-color: #6f6f6f;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0; }

#dateview1 {
  float: left;
  margin-right: 10px; }

#dateview2 {
  float: right; }

#calendars #linemask {
  position: absolute;
  right: 0;
  top: -1px;
  width: 28px;
  height: 2px;
  background-color: #6f6f6f; }

.ui-daterangepicker li.preset_0 {
  margin-top: 0px !important; }

div.ranges {
  font-size: x-small; }
div.ui-daterangepicker {
  padding: 2px !important; }
  div.ui-daterangepicker ul.ui-widget-content {
    width: 9em; }
    div.ui-daterangepicker ul.ui-widget-content li {
      font-size: x-small;
      margin: 0px;
      padding: 0px; }
      div.ui-daterangepicker ul.ui-widget-content li a:hover {
        background-color: transparent; }
      div.ui-daterangepicker ul.ui-widget-content li.ui-state-hover, div.ui-daterangepicker ul.ui-widget-content li.ui-state-active {
        border: none;
        margin: 0px;
        padding: 0px; }
div.bizcard {
  line-height: 1.6em; }
  div.bizcard ul {
    margin-bottom: 0.6em !important; }

/* *****************************************  links ******************************** */
a.smallbutton {
  display: block;
  width: 100px;
  height: 0;
  padding-top: 18px;
  overflow: hidden;
  background: transparent url('../../assets/img/small-buttons.png') 0 0 no-repeat; }

#content a.viewreports {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 87px;
  background-position: -762px 0; }
  #content a.viewreports:hover {
    background-position: -762px -20px; }
#content a.downloaddata {
  float: right;
  bottom: 8px;
  width: 98px;
  background-position: -854px 0; }
  #content a.downloaddata:hover {
    background-position: -854px -20px; }

a.singleinvertedtabbutton {
  display: block;
  margin: 0 auto;
  width: 119px;
  height: 0;
  padding-top: 34px;
  overflow: hidden;
  background: transparent url('../../assets/img/show-hide-ad-units-tab.png') 0 0 no-repeat; }

#content a.showadunits {
  background-position: 0 0; }
  #content a.showadunits:hover {
    background-position: 0 -34px; }
#content a.hideadunits {
  background-position: -117px 0; }
  #content a.hideadunits:hover {
    background-position: -117px -34px; }

.indicator {
  left: -405px;
  position: absolute;
  height: 120px;
  width: 595px;
  background: transparent url('../../assets/img/ad-campaign-overview-indicator.png') -95px 0 no-repeat; }

/* **************************************** campaign summary *********************** */
.campaignsummaryheader {
  position: relative;
  background-color: #464646;
  height: 38px;
  padding: 0 10px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px; }

.campaignsummarybody {
  position: relative;
  height: 166px;
  background: #0f0f0f url('../../assets/img/ad-campaign-overview-bg.png') 0 0 no-repeat;
  color: #fff;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #edf0f4; }

.campaignsummaryfooter {
  position: relative;
  height: 38px;
  padding: 0 10px;
  background-color: #464646;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  margin-bottom: 50px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  margin-bottom: 50px; }

.campaignsummaryadunits {
  display: none;
  background: #edf0f4 url('../assets/img/ad-campaign-ad-units-bg.png') 0 0 repeat-x; }
  .campaignsummaryadunits .adunit {
    padding: 10px 15px 10px; }
  .campaignsummaryadunits .adspecs {
    float: left;
    width: 320px; }
  .campaignsummaryadunits .adcreative {
    float: left;
    width: 322px;
    margin-left: 16px; }
    .campaignsummaryadunits .adcreative img {
      border: 1px solid #a9a9a9; }
  .campaignsummaryadunits h3 {
    font-size: 100%;
    color: #223a5e;
    border-bottom: 1px solid #d4d4d4; }
  .campaignsummaryadunits h4 {
    font-size: 100%;
    color: #223a5e;
    border-bottom: 1px solid #d4d4d4;
    text-transform: uppercase;
    padding: 11px 18px 0 0;
    font-size: 75%;
    line-height: 23px;
    font-weight: bold;
    color: #132546; }

#content .campaignsummaryadunits ul {
  list-style: none;
  padding: 0 0 5px;
  margin: 0;
  list-style: none; }

.campaignsummaryadunits ul li, .campaignsummaryadunits p {
  padding: 4px 0;
  line-height: 1.1;
  font-size: 75%;
  border-bottom: 1px solid #d4d4d4;
  color: #223a5e; }
.campaignsummaryadunits .adcreative p {
  border: none; }

/* ******************************************** tables ***************************** */
.top-right {
  float: right; }

body.medialytics #content table {
  width: 100%; }
  body.medialytics #content table td {
    padding: .5em .5em .3em .5em;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec; }

#content table th {
  padding: .5em .5em .3em .5em;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  font-weight: bold;
  color: #fff;
  background-color: #777;
  line-height: 1.3em;
  padding-top: .9em !important; }
  #content table th a {
    color: white; }

body.medialytics #content table th, body.medialytics #content table td {
  padding: 0.2em 2.5% 0.2em 0.5em; }
body.medialytics #content table tfoot td {
  border: none; }
body.medialytics #content table caption {
  padding: .5em .5em 0 .5em;
  background-color: #ececec;
  text-transform: uppercase;
  font-size: .9em;
  color: #333;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px; }
body.medialytics #content table td small {
  font-weight: normal;
  font-size: .8em;
  color: #999; }

#content table th small {
  font-weight: normal;
  font-size: .8em;
  color: #999; }


#content table tr.even td {
  background-color: rgb(213, 228, 229); }

#activity {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 5px 0 18px 0; }
  #activity tr:hover {
    background-color: #fcfcfc; }
  #activity tr td {
    width: 25%;
    padding: 15px 0;
    text-align: center;
    line-height: 1.1;
    font-size: 24px;
    border-right: 1px solid #cfcfcf; }
    #activity tr td.last {
      border-right: none; }
  #activity tr.first td {
    padding: 17px 0 14px;
    background: transparent url('../assets/img/activity-divider.gif') 50% 100% no-repeat; }

/* *******************************************   charts  *************************** */
#campaign-overview td {
  text-align: right; }
  #campaign-overview td.campaign-name, #campaign-overview td.advertiser {
    text-align: left; }
#campaign-overview th {
  text-align: right; }
  #campaign-overview th.campaign-name, #campaign-overview th.advertiser {
    text-align: left; }

.chart-placeholder {
  height: 115px;
  background: transparent url('../images/loadingAnimation.gif') 50% 50% no-repeat; }

.chart {
  min-height: 50px;
  font-family: helvetica, arial;
  font-size: 70%;
  margin: 4px 0 60px 0; }
  .chart.type2 {
    background: #3d3d3d url('../assets/img/chart-type2-bg.jpg') 149px 0 repeat-y;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px; }
    .chart.type2 .series {
      padding: 0px 0 0; }

#content .chart.type2 .series ul {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
  height: 40px;
  opacity: .9; }
  #content .chart.type2 .series ul:hover {
    opacity: 1; }

.chart.type2 .series ul.iphone {
  background: transparent url('../assets/img/icon-iphone.png') no-repeat 115px 7px; }
.chart.type2 .series ul.iphone_3g {
  background: transparent url('../assets/img/icon-iphone-3g.png') no-repeat 115px 7px; }
.chart.type2 .series ul.iphone_3gs {
  background: transparent url('../assets/img/icon-iphone-3gs.png') no-repeat 115px 7px; }
.chart.type2 .series ul.ipod_touch {
  background: transparent url('../assets/img/icon-ipod-touch.png') no-repeat 115px 7px; }
.chart.type2 .series ul.t_mobile_g1 {
  background: transparent url('../assets/img/icon-g1.png') no-repeat 115px 7px; }
.chart.type2 .series ul.wifi {
  background: transparent url('../assets/img/icon-connection-wifi.png') no-repeat 119px 13px; }
.chart.type2 .series ul.threeg {
  background: transparent url('../assets/img/icon-connection-3g.png') no-repeat 119px 13px; }
.chart.type2 .series ul.edge___3g {
  background: transparent url('../assets/img/icon-connection-edge.png') no-repeat 119px 13px; }
.chart.type2 .series ul.no_connection {
  background: transparent url('../assets/img/icon-connection-airplane.png') no-repeat 119px 13px; }

#content .type2 .series ul li {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none; }
  #content .type2 .series ul li.label {
    padding-top: 12px;
    width: 115px;
    color: #fff;
    line-height: 1.1;
    text-align: right; }
    #content .type2 .series ul li.label strong {
      font-size: 120%; }
  #content .type2 .series ul li.ctr {
    background-color: #8a38a4;
    left: 160px;
    top: 10px;
    width: 80px;
    height: 20px;
    padding: 6px 6px 6px 0;
    text-align: right;
    color: #fff;
    font-size: 107%;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomleft: 9px; }
    #content .type2 .series ul li.ctr span {
      padding-top: 2px;
      font-weight: bold; }
  #content .type2 .series ul li.clicks {
    left: 246px;
    top: 10px;
    width: 0;
    height: 12px;
    padding: 0 0 4px 0;
    color: #008927;
    background: #81c695 url('../assets/img/devices-bar-gradients.jpg') no-repeat 100% -30px; }
    #content .type2 .series ul li.clicks span {
      padding-left: 3px;
      font-weight: bold; }
  #content .type2 .series ul li.imps {
    left: 246px;
    top: 26px;
    width: 0;
    height: 12px;
    padding: 0 0 4px 0;
    color: #228bb7;
    background: #8ac8e1 url('../assets/img/devices-bar-gradients.jpg') no-repeat 100% 0; }
    #content .type2 .series ul li.imps span {
      padding-left: 3px;
      font-weight: bold; }
  #content .type2 .series ul li.clicks, #content .type2 .series ul li.imps {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px; }

/* ********************************************  app dashboard ********************** */
body.medialytics #content #app_dashboard table.app-overview {
  margin-top: 10px;
  width: 70%; }
body.medialytics #content #app_dashboard td {
  padding: 0.6em 0.5em 0.6em 1.5em;
  border: none;
  text-align: right;
  width: 50%; }
body.medialytics #content #app_dashboard td.app-overview-value {
  font-size: 140%; }
  body.medialytics #content #app_dashboard td.app-overview-value.about-users {
    color: #0860cc; }
  body.medialytics #content #app_dashboard td.app-overview-value.about-sessions {
    color: #d26814; }

#content ul.sectionnav li a:hover {
  background-color: transparent; }

/* ******************************************* actions  ***************************** */
td.actions td {
  border: none !important; }
td.inline-adapter-cell {
  padding: 0 !important; }

/* ********************************************* lists  ***************************** */
ol.form li.form-element {
  list-style-type: none !important; }
  ol.form li.form-element dl {
    margin-top: 0px !important; }

/* **********************************************  tabs   *************************** */
.ui-tabs .ui-tabs-nav li {
  list-style-type: none; }

/* *************************************  auto_complete   *************************** */
div.auto_complete {
  z-index: 99;
  overflow: visible !important; }
  div.auto_complete ul {
    list-style-type: none !important;
    margin-left: 0px !important;
    width: 20.0em !important; }
    div.auto_complete ul li {
      font-size: small !important;
      margin-top: 0px !important;
      overflow: hidden;
      white-space: nowrap;
      background-color: white; }
div.review {
  padding-top: 1em;
  padding-bottom: 1em; }
  div.review div.version {
    display: inline;
    text-transform: uppercase;
    font-size: 65%;
    color: darkgrey; }
  div.review div.created_at {
    display: inline;
    text-transform: uppercase;
    font-size: 70%;
    color: darkgrey; }
  div.review div.rating {
    display: inline;
    text-transform: uppercase;
    font-size: 75%;
    color: darkgrey; }
  div.review div.title {
    display: inline; }
  div.review div.content {
    font-style: italic;
    font-size: 90%;
    padding-left: 0.2em; }
    div.review div.content div.byline {
      display: inline;
      text-transform: uppercase;
      font-size: 60%;
      color: darkgrey; }
div.ad-engagement-box {
  width: 330px;
  margin-right: 14px;
  float: left; }
  div.ad-engagement-box h4 {
    margin: 0;
    padding: 7px 0 3px 0;
    line-height: 1;
    background-color: #008927;
    color: #fff;
    text-align: center;
    font-size: 80%; }
  div.ad-engagement-box p {
    margin: 0;
    padding: 17px 0 9px;
    text-align: center;
    background: #fff url('../assets/img/gradient-row-bg.png') 0 50% repeat-x;
    line-height: 1.1;
    border-bottom: 1px solid #dbdbdb; }
  div.ad-engagement-box span.header-bar {
    color: #008927;
    font-size: 140%;
    font-weight: bold; }
  div.ad-engagement-box span.content-box {
    color: #008927;
    font-size: 75%; }
div.flash-chart {
  margin: 0 -8px 60px; }

/* ********************************** ad reports ************************************ */
table#ad-report-dimensions tr th {
  font-size: x-small;
  line-height: 1.3em;
  padding: 0.3em !important; }
  table#ad-report-dimensions tr th .footnote {
    font-size: x-small; }
table#ad-report-dimensions tr td {
  font-size: x-small;
  line-height: 1.3em;
  padding: 0.3em !important; }
  table#ad-report-dimensions tr td:nth-child(4), table#ad-report-dimensions tr td:nth-child(5), table#ad-report-dimensions tr td:nth-child(6), table#ad-report-dimensions tr td:nth-child(7), table#ad-report-dimensions tr td:nth-child(8) {
    text-align: right; }
table#ad-report-dimensions tr.even td {
  background-color: #EEEEEE; }

.ad-slot-checkboxes {
  max-width: 488px; }
  .ad-slot-checkboxes .ad-slot-checkbox {
    font-size: small;
    width: 240px;
    padding: 0;
    float: left;
    background: none; }

.attribution {
  font-size: x-small;
  color: grey; }

/* ************** criteria groups ********************************** */
#criteria_group_form h3 {
  padding: 0.5em;
  margin: 0.6em 0 0.6em 0;
  background-color: #eeeeee; }
#criteria_group_form .bottom-bar {
  margin: 0.2em 0 0 0; }
#criteria_group_form .button {
  display: inline; }
#criteria_group_form .share {
  display: inline;
  xmargin: 0 1.2em 0 1.2em; }
  #criteria_group_form .share label {
    _font-size: small; }

#criteria_group_name {
  font-size: large; }

#criteria-group .footnote {
  font-size: x-small; }
#criteria-group .auto_complete {
  display: inline; }

.criteria-row select {
  min-width: 100px;
  max-width: 100px; }

.criteria-row>select:nth-of-type(3) {
  min-width: 180px;
  max-width: 180px; }

#criteria-preview {
  margin-top: 11px; }
  #criteria-preview table tr th {
    font-size: small;
    padding: 0 0 0 5px; }
  #criteria-preview table tr td {
    font-size: x-small;
    padding: 0 0 0 5px;
    width: 33%;
    overflow: hidden; }

/* ***************** masquerading ************************************ */
#masquerading {
  float: right;
  text-transform: uppercase;
  font-size: x-small;
  margin-top: 1em;
  color: darkgrey;
  font-family: arial; }

.masquerade {
  float: right; }
  .masquerade img {
    width: 15px; }

/* ****************** api-doc ************************************ */
#api-doc {
  margin: 0 0 0 22px; }
  #api-doc tt {
    font-family: monospace;
    font-size: small; }
  #api-doc pre {
    display: block;
    font-family: monospace;
    font-size: small;
    line-height: 1.3em;
    padding: 0px;
    margin: 1.0em 0 1.0em 2.5em; }
  #api-doc p {
    margin: 0px;
    padding: 0 0 0 1.8em; }
    #api-doc p .highlighted {
      background: lightyellow;
      font-weight: bold; }
  #api-doc .footnote {
    margin: 0px;
    padding: 1.0em 0 0 2.2em;
    line-height: 1.3em; }
  #api-doc h1 {
    font-size: 160%;
    margin: 0px;
    padding: 0px; }
  #api-doc h2 {
    font-size: 145%;
    margin: 0px;
    padding: 0.6em 0 0 0.5em; }
  #api-doc h3 {
    font-size: 130%;
    margin: 0px;
    padding: 0.6em 0 0 1.0em; }
  #api-doc h4 {
    font-size: 115%;
    margin: 0px;
    padding: 0.6em 0 0 1.5em; }

/* ********* miscellany ************************************** */
fieldset p {
  padding-left: 14px; }

.appName-column {
  line-height: 1.1em; }
  .appName-column .mmappid {
    text-transform: uppercase;
    font-size: x-small;
    color: grey; }
  .appName-column .client-platform {
    font-size: x-small;
    color: grey; }

table.platform-categories {
  width: 500px !important;
  margin: 10px 0 0 33px;
  font-size: small;
  line-height: 1.3em; }
  table.platform-categories th.platform-name {
    width: 250px;
    text-align: center; }
  table.platform-categories th.category-id {
    text-align: right; }
  table.platform-categories td.category-id {
    width: 40px;
    text-align: right; }

input.disabled {
  background-color: lightgrey; }

select#client_app_id {
  width: 222px; }

.footnote {
  text-transform: uppercase;
  font-size: x-small; }

.forgot {
  font-size: x-small; }

.fieldWithErrors {
  display: inline; }

#errorExplanation p {
  margin-top: 1em;
  margin-bottom: 0; }
#errorExplanation h2 {
  line-height: normal;
  font-size: large;
  padding: 0.5em;
  display: none; }

.no-wrapping {
  white-space: nowrap; }

.reportchooser select {
  min-width: 136px;
  max-width: 136px; }

.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

#sql {
  font-family: courier, monospace;
  font-size: small; }

.targeting-weight-percentage {
  font-family: monospace;
  text-align: right; }

/* ******************** flight-app-suggestions *********************** */
ul#flight-app-suggestions, ul#flight-app-selections {
  margin-top: 0.5em;
  list-style-type: none; }
  ul#flight-app-suggestions li, ul#flight-app-selections li {
    font-size: small; }

.campaign-flight-ads {
  margin-top: 0.5em; }

.campaign-flight-ad-versions {
  margin-left: 1.0em;
  font-size: 90%; }

/* *********************** breadcrumbs *********************** */
#breadcrumbs .action {
  padding-left: 15px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #4e4e4e; }
#breadcrumbs .last-crumb {
  background-image: none !important; }
#breadcrumbs .not-first-crumb {
  margin-left: 18px; }
#breadcrumbs .crumb {
  background-image: url('/assets/img/arrow-right-grey.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  float: left;
  min-width: 60px; }
  #breadcrumbs .crumb .link {
    font-weight: bold;
    line-height: 95%; }
  #breadcrumbs .crumb div.label {
    font-style: italic;
    font-size: 70%;
    line-height: 100%;
    color: grey; }

/* *********************** required fields *********************** */
.required_indicator {
  text-align: right;
  color: red;
  font-size: 80%; }

.required_asterisk {
  color: red; }

/* other indicators */
.none-indicator {
  font-style: italic; }

/* ********************** edit form layouts *********************** */
span.info-label {
  clear: left;
  float: left;
  font-weight: bold;
  min-width: 17em; }

span.info {
  float: left; }

label.field-label {
  display: -moz-inline-box;
  display: block;
  width: 50%;
  margin-right: 15px;
  margin-left: 100px; }

span.field-input {
  display: inline-block; }

span.list-label {
  width: 100px;
  font-style: italic;
  display: inline-block; }

span.list-record-label {
  width: 100px;
  display: inline-block; }

/* active-scaffold                    * */
.active-scaffold th p, .active-scaffold th a {
  color: white !important; }

.active-scaffold .before-header {
  background-color: #ececec; }
  .active-scaffold .before-header td {
    padding: 0px !important; }
.active-scaffold .messages-container {
  background-color: #ececec;
  padding: 0px !important; }
.active-scaffold .active-scaffold-header {
  padding: .5em .5em 0 .5em;
  background-color: #ececec;
  text-transform: uppercase;
  font-size: .9em;
  color: #333;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px; }
  .active-scaffold .active-scaffold-header h2 {
    font-size: medium !important;
    font-weight: normal !important;
    display: inline; }
  .active-scaffold .active-scaffold-header .actions a {
    font-weight: normal; }
.active-scaffold th {
  background-color: #777777;
  border-bottom: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.5em 0.5em 0.3em; }
  .active-scaffold th p {
    background-color: #777777;
    font-size: small !important; }
  .active-scaffold th a {
    background-color: #777777 !important;
    font-size: small !important; }
.active-scaffold tr.record td {
  padding: 0 0.5em 0 0.5em !important;
  background-color: white !important;
  font-size: small !important; }
  .active-scaffold tr.record td.actions {
    padding: 0 0.5em 0 0.5em !important;
    background-color: white !important;
    font-size: small !important; }
  .active-scaffold tr.record td table, .active-scaffold tr.record td.actions table {
    float: none; }
.active-scaffold tr.record .small {
  font-size: x-small !important; }

.delete_icon {
  margin: 5px 5px 0px 0px; }

.editor_field {
  margin-right: 10px;
  font-size: 90%; }

.editor_ok_button {
  margin-right: 10px; }

.editor_cancel {
  font-size: 80%; }

#content span.x-remove-button {
  padding-left: 5px; }

#content span.x-remove-button a:link {
  color: #FF6A6A; }

#content span.x-remove-button a:hover {
  color: #FF0000;
  text-decoration: none; }

.resend-activation-email {
  background-color: #C3D9FF;
  border: 1px solid #85B2FF;
  -moz-border-radius: 6px 6px 6px 6px;
  margin: -15px 0 1em;
  padding: 0.7em 0.7em 0.5em; }

.zebra-stripe {
  background-color: blue; }

.info-impressions {
  font-size: 0.9em;
  color: #999999; }

.info-bold {
  font-weight: bold; }

span.position-label {
  width: 90px;
  display: inline-block;
  text-align: right; }


.small-text {
  font-size: 0.8em; }

/* demo companies & advertisements      * */
#demo_company_button_background_color_code_swatch {
  height: 6px;
  left: 364px;
  position: relative;
  top: 30px;
  width: 60px; }

div.demo-company-edit-ad-list {
  height: 200px;
  width: 300px;
  overflow: auto; }

div.demo-company-edit-ad-list span input {
  display: block;
  float: left;
  margin-top: 5px; }

form.ezForm label.disabled {
  color: gray; }

/* to be categoriezed:      * */
body.medialytics #content table th, body.medialytics #content table td.status_id-column {
  text-align: left; }

.campaign-advertisement .ui-dialog-titlebar {
  display: none; }
.campaign-advertisement .esc-to-close {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: x-small;
  color: grey; }


table.tablesorter {
  font-family: arial;
  background-color: #CDCDCD;
  margin: 10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left; }
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px; }
table.tablesorter thead tr .header {
  background-image: url('/images/tablesorter/bg.gif');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer; }
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 4px;
  vertical-align: top; }
table.tablesorter tbody tr td {
  background-color: #FFF; }
table.tablesorter tbody tr td.zebra-stripe {
  background-color: #DFDFDF;
}
table.tablesorter tbody tr.odd td {
  background-color: #F0F0F6; }
table.tablesorter thead tr .headerSortUp {
  background-image: url('/images/tablesorter/asc.gif'); }
table.tablesorter thead tr .headerSortDown {
  background-image: url('/images/tablesorter/desc.gif');
  background-color: #8dbdd8; }
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8; }


.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
