html,body{
    margin:0;
    padding:0;
}

body{
    font: 11px arial,verdana,helvetica,sans-serif;
    line-height: 14pt;
    background-color: #edf0f4;
}

p{
    margin:0 10px 10px;
}

#content p, td{
    line-height:14pt;
}

#left-column {
    padding: 0px 20px 0px 20px;
}

#footer{
    color: #FFF;
    clear:both;
    width:100%;
    height: 30px;
}

#wrapper{
    float:right;
    width:100%;
    margin-left:-240px;
}

#breadcrumb{
    background-color: #fa8819;
    height: 7px;
}

#status-bar{
    text-align: right;
    height: 22px;
    padding-right: 32px;
    padding-top: 13px;
}

h1{
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

h1 span.reseller-title {
    font-style: italic;
    font-size: 10pt;
    color: #A80C0C;
    text-transform: none;
}

#header a{
    width: 500px;
    height: 100%;
    display: block;
}

/**
 * Old stylesheet
 */

form em{
    margin-left: 5px;
    color: red;
}

form label{
    padding: 5px;
}

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

#help img{
    border:none;
}

tr.alt{
    background-color: #DDD;
}

del{
    text-decoration:line-through; 
}

#debug-console{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 400px;
    height: 350px;
    border: 1px solid red;
}

#debug-console .close-button{
    display: block;
    float: right;
    font-size: 12px;
}

.strong, .bold{
    font-weight:bold;
}

a img{
    border: 0;
}

#user_accounts .expired{
    background-color: #FCC;
}

#credit-card-payments ul#errors{
    border: 1px solid #F00;
    background-color: #FDD;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

#credit-card-payments ul#notices{
    border: 1px solid #0F0;
    background-color: #DFD;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

h4{
    margin: 2px;
    padding: 0;
    font-size: 14px;
}

table.form{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

table.form td, table.form th{
    padding: 4px;
    border-bottom: 1px solid #DDD;
}

table.form th{
    width: 150px;
    background-color: #FFF;
} 

.error {
    color: red;
    font-size: 11px;
    font-family: arial, verdana, helvetica, sans-serif;
}

button,  
input[type=submit],
input[type=button], 
.form_button, 
.form_button_anchor, 
#search_btn  {
    border: 1px solid #dfdfdf; 
    background: #e6e6e6 url(/css/ui-theme/images/ui-bg_highlight-soft_75_e6e6e6_1x100.png) 50% 50% repeat-x; 
    font-weight: bold; 
    color: #666666;  
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255,255,255,0.8) inset; 
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255,255,255,0.8) inset; 
    padding: .4em 1em;
    font-size: 13px;
    font-family: Arial,sans-serif,Verdana; 
    display: inline-block; position: relative; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible;
}

#tabs, #url-tabs {
    display:none;
}

textarea, 
input[type="text"], 
input[type="password"]
input[type="file"] {
    border: 1px solid #dfdfdf; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    outline: medium none;
    padding: 5px 4px 4px 4px;
}

.dividerline {
    border-top: 1px #666666 dotted;
    padding-bottom: 14px;
    margin-top: 10px;
}

.grey_row {
background-color: #eeeeee;
}

.italics { font-style: italic; }

th {
background-color: #e5e5e5;
text-align: left;
}

#graph {
    width: 800px;
    height: 600px;
}

/*
  tx2screen specific styling
*/

#tabdiv {

    border-bottom: 1px solid black; 
    margin: 5px 1px; 
    float: left; 
    width: 100%;
    font-size: 1em;
}

#tabdiv a {

    text-decoration: none; 
    float: left; 
    display: block; 
    padding: 5px; 
    margin: 0px 3px -1px 3px; 
    border: 1px solid black;
}

#tabdiv a.tabsel {
    border-bottom: 1px solid white;
    font-weight: bold;
}

#tabdiv a.tabright {
   float: right;
}

#tabdiv a.tabrightsel {
    border-bottom: 1px solid white;
    font-weight: bold;
    float: right;
} 

#tabdiv a:hover {

    background-color: silver;
    border-bottom: 1px solid silver;
}


#t2s_table th {

    color: #333333;
    padding:3px;
    font-size: 1em;
    font-weight: bold;
}

#t2s_table td {

    padding:3px;
}

#t2s_table td.c {

    text-align: center;
}

#t2s_table img {

    border: 1px dotted silver;
}

#t2s_table td.t2s_details {

    font-size: .9em; 
    display: block; 
    font-style: italic; 
    text-align: right; 
    color: gray; 
    margin: 1px;
}

.t2s_msgbox {
  width: 300px;
}

#pipeline-report table.pipeline-report{
  width: 950px;
  margin-bottom: 20px;
}

#pipeline-report table.pipeline-report caption{
  text-align: left;
  font-style: italic;
}

#pipeline-report table.pipeline-report .currency{
  text-align: right;
}


#contacts .historical td{
  color: #777;
}

.hide, .hidden{
    display: none;
}


.header {
    background-color: #ffffff;
}

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

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

#login .errors{
    font-weight:bold;
    border: 1px solid #333;
    background-color: #DD5B5B;
    padding: 5px;   
    list-style-type: none;
}

#login .flash{
    font-weight:bold;
    border: 1px solid #333;
    background-color: #52E65D;
    padding: 5px;   
}

#login h1{
    text-align: center;
}

.clearer{
    clear: both;    
}

#dashboard-intro{
float:left;
width:100%;
}

#dashboard-intro p {
font: 25px/1.3em Arial, Helvetica, sans-serif;
color:#666;
margin:0 0 1em 0;
}

.dashboard-widget{
    width: 45.0%;
    background-color: #ebf4fb;
    padding: 10px;
    border: 1px solid #dbdbdb;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dashboard-widget .titlebar{
    
}

.dashboard-widget h3{
    font-size:16px;
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
}

.dashboard-widget p{
    margin: 0;
    padding: 0;
}


.dashboard-widget .list{
    margin:0 ;
    padding: 0;
    list-style-type: none;
    line-height: 1.5em;
}

.dashboard-widget .list li{
    padding-bottom: 10px;
}

.dashboard-widget h5{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

.dashboard-widget a{
    color: #A40020;
}

.dash-table{
    width: 100%;
    border-collapse: collapse;
}

.dash-table th{
    background-color: #d0dfea;
}

.dash-table td, #user-events th{
    padding: 3px;
}

.dash-table tr.alt{
    background-color: #d0dfea;
}

#dash-applications ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#dash-applications ul li{
    margin: 0;
    padding: 5px;
}

.cat_list {
    width: 500px;
    padding: 5px;
    overflow: auto;
    border: 0px solid #ddd
}

ul.cat_list li {
    list-style:none;
}

span.nowrap {
    white-space: nowrap;
}

.flash {
    background-color: #FFFFFF;
    border: 2px solid #DDDDDD;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0.5em;
    width: 25%;
    font-weight: bold;
}

.flash_success {
    background-color: #45A600;
}

.flash_error {
    background-color: #FF0000;
}

/* Campaign Manager */

.cm-reporting fieldset {
    width: 40em;
    color: black;
}

.cm-reporting table {
    width: 100%
}

.cm-reporting tr th:first-child, .cm-reporting tr td:first-child {
    text-align: right;
}

.cm-reporting tr th {
    width: 25%;
}

.cm-reporting tr th:first-child {
    width: 50%;
}

.cm-reporting tbody:first-of-type {
    font-weight: bold;
}

.cm-reporting .cm-reporting-group {
    font-weight: bold;
    cursor: pointer;
}

.cm-reporting tr:not(:first-child) {
    font-style: italic;
}

#campaign-status {
    text-transform: capitalize;
}

.report tr:nth-child(even) {
    background-color: #eeeeee;
}

.help-small {
   cursor: pointer;
   margin-left: 0.5em;
}

/* Layout */

#left-column {
    float:left;
    width:200px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
}

#content {
    margin-left:262px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px 30px 30px 30px;
    border: 0px;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff;
}

/* Left nav */
#navigation {
    margin: 0px 0px 20px 0px;
    padding: 0;
    list-style-type: none;    
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff;
    width: 222px;
    overflow:hidden;
}

#navigation li {
    border-bottom: 1px solid #dbdbdb;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

#navigation li a {
    text-decoration: none;
    color: #333;
    padding: 15px 0px 0px 24px;
    display: block;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight:normal;
    border-bottom: 1px solid #dbdbdb;
    height: 32px;
    background: url('../../images/themes/modica/left_nav_group_closed.png') no-repeat; 
    background-position: 192px 17px;
}

#navigation li a:hover {
    background-color: transparent;
    color: #333;
    background: url('../../images/themes/modica/left_nav_group_closed_hover.png') no-repeat; 
    background-position: 192px 17px;
}

#navigation li:last-child a {
    border-bottom: 0px;
}

#navigation li a.open {
    background-color: transparent;
    color: #333;
    background: url('../../images/themes/modica/left_nav_group_open.png') no-repeat; 
    background-position: 192px 17px;
}

#navigation ol {
    margin: 0;
    padding: 0;
    list-style-type: none;  
    border-bottom: 1px solid #dbdbdb;
    display: none;
}

#navigation ol li {
    background-color: #dededf;
    color: #232323; 
    border-top: 0px;
    text-transform: none;
    font-weight: normal;
}

#navigation ol li a {
    margin: 0;
    padding: 8px 0px 8px 32px;
    color: #333;
    height: auto;
    background-image: none;
    background-position: 42px 8px;
    font-size: 13px;    
    border-bottom: 0px;
}

#navigation ol li a:hover {
    background-color: #f7f7f7; 
    color: #333;
    background-image: none;
}

#navigation ol li.selected a {
    background-color: #f7f7f7; 
    color: #333;
    background-image: none;
    font-weight: bold;
}

#navigation ol li.nav-subheading {
    padding: 8px 0px 8px 32px;
    color: #333;
    font-weight: bold;
    font-style:italic;
    padding-left: 22px;    
    border-top: 1px solid #c9c9c9;   
}

#nav-customer-management a {
    background-image: none;
}

#nav-administration a {
    background-image: none;
}

#nav-gateway-configuration a {
    background-image: none;
}

#nav-financial a {
    background-image: none;
}

#nav-reporting a {
    background-image: none;
}

#nav-application-management a {
    background-image: none;
}

#nav-audit a {
    background-image: none;
}

#navigation ol li a.heading{
    font-weight: bold;
    background-image: none;
}

.navigation input[type=button].active{
    border: 3px solid #AAF;
    background-color: #4A5C7F;
}

/* Tables */

table, table.tablesorter { 
    border-color: #dfdfdf; 
    background-color: #fff; 
    clear: both;
    /* -moz-box-shadow: rgba(200,200,200,1) 0 1px 2px; 
    -webkit-box-shadow: rgba(200,200,200,1) 0 1px 2px; */
    margin-top:4px;
    font-size: 13px; 
}

table tr th, table.tablesorter tr th { 
    padding: 7px 7px 5px 7px !important; 
    background-color: #e7e7e7  !important; 
    color: #777  !important; 
    border-bottom: 0px  !important; 
    text-align: left  !important;  
    text-shadow: 1px 1px 1px #fff  !important;

}

th a { 
    color: #777 !important;
    text-decoration: none !important; 
    text-shadow: 1px 1px 1px #fff !important;
}

tr.alt td {
    background-color: #f7f7f7 !important; 
}

.dashboard-widget {
    background-color: #f7f7f7;
    border: 0px;
    float: left;
    border: 0px solid #dbdbdb;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    width: 45%;
}


