/*
    Default styles
*/


body { font-size: 12px; }

nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

.radio-image {
    overflow: hidden;
    float: left;
}

.radio-image img {
    clear: both;
    display: block;
}

.radio.radio-image input[type="radio"] {
    clear: both;
    display: block;
    margin: auto;
    float: none;
    margin-top: 5px;
}

.label {
    padding: 3px 9px 2px;
}

/* Flash messages */
#message {margin: 0 0 11px 0; font-size:12px; list-style: none; }
#message li { padding-left: 45px; padding-top: 16px; padding-bottom: 16px; }
#message .notice {border: 1px solid #ffb400; background: #f7e3b2 url(../../images/admin/warn.png) 5px 13px no-repeat; color: #f7941d;}
#message .error {border: 1px solid #9d0a0e; background:  #dcb5b6 url(../../images/admin/error.png) 5px 13px no-repeat; color: #9d0a0e;}
#message .warn {border: 1px solid orange; background:  #f7e3b2 url(../../images/admin/warn.png) 5px 13px no-repeat; color: #9d0a0e;}
#message .success {border: 1px solid #8dc63f; background:  #d8e8c3 url(../../images/admin/success.png) 5px 13px no-repeat; color: #3f6618;}


.container { width: 996px; }

.form-horizontal .control-label { width: 150px; }

legend { font-size: 19px; }

.tab-content {
    overflow: hidden;
}

.cke_skin_BootstrapCK-Skin .cke_dialog_ui_vbox_child {
    padding: 0px 0 !important;
}

/*
    Header
*/

header {
    background: #172a5c;
    height: 84px;
    overflow: hidden;
    color: #fff;
}

header .user_box {
    float: right;
    color: #cccccc;
    line-height: 74px;
}

header .user_box .username {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    margin: 0px 5px;
}

/*
    Top navigation
*/

.top_nav {
    background: #0093d0;
    height: 40px;
}

.top_nav nav, .top_nav nav > ul {
    float: left;
}

.top_nav nav > ul > li {
    float: left;
    position: relative;
}

.top_nav nav > ul > li > a {
    color: #fff;
    font-size: 10pt;
    text-align: center;
    line-height: 40px;
    padding: 0px 10px;
    display: block;
    min-width: 90px;
}

.top_nav nav li a:hover {
    text-decoration: none;
    color: #002a5c;
}

.top_nav nav ul li ul {
    display: none;
    position: absolute;
    background: #0093d0;
    width: 181px;
    z-index: 9999;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.top_nav nav ul li ul li {
    font-size: 9pt;
    margin: 3px 5px 6px 5px;
    padding-left: 8px; 
    background: url("../../img/nav_arrow.gif") no-repeat 0px 6px;
}

.top_nav nav ul li ul li a {
    display: block;
    color: #fff;
}

.top_nav nav ul li:hover ul {
    display: block;
    left: 0px;
    top: 40px;
}

#go-to-home-btn {
    float: right;
    background: #172a5c;
    margin: 2px 0px;
    padding: 0px 15px;
    line-height: 36px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*
    Breadcrumb
*/
.breadcrumb_box {
    background: url("../../img/breadcrumb_bg.gif") repeat-x;
    height: 79px;
    width: 100%;
    overflow: hidden;
    font-size:11px;
    color:#545454;
}

#breadcrumbs { padding: 0px; margin: 0px; }

.breadcrumb_box span, .breadcrumb_box ul { display: block; float: left; }
.breadcrumb_box span, .breadcrumb_box li { line-height: 50px; }

.breadcrumb_box span { font-weight: bold; }
.breadcrumb_box li { display: block; float: left; margin-left: 5px;  }
.breadcrumb_box a { text-decoration: none; }
                    
/*
    content
*/

.box-content {
    border: 2px solid #dfdfdf;
    padding: 15px;
}

.well-grid {
    overflow: hidden;
    padding: 10px;
}

.well-grid form {
    margin: 0px;
}

.well-grid .form-inline label {
    padding-right: 10px;
}

.well-grid .info {
    padding: 10px;
    float: left;
}

.well-grid .pagination {
    margin: 0px;
    float: right;
}

.well-grid .btn-group {
    position: relative; /* IE7 z-index fix */
}

table.grid {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0px 5px;
}

table.grid thead th {
    color: #0072bc;
    font-weight: bold;
}

table.grid tbody td {
    border: 1px solid #dfdfdf;
    border-right: none;
    padding: 5px 10px;
}

table.grid tbody tr td:last-child {
    border-right: 1px solid #dfdfdf;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.grid tbody tr td:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.embed_form {
    width: 600px;
    height: 200px;
}

/*
    Footer
*/
footer {
    margin-top: 15px;
    background: #172a5c;
    color: #fff;
    line-height: 50px;
}

#mailing_grid .progress_col {
    width: 100px;
}

#mailing_grid .actions {
    width: 195px;
}

/*
    Mailing form
*/
#mailing_grid .status_col a {
    text-align: center;
    display: block;
}