/* All admin tool classes must be prefixed with 'amt_' */

/*------------------------------------------------------------------
-[ main websites colours below (should only need to change these) ]-
------------------------------------------------------------------*/
/* water mark background for main body */
.amt_admin_body { background: url(watermark.gif) no-repeat bottom right; }
/* column headers (login box, product/page lists etc) */
.amt_login_header, .amt_header, .amt_e_page_columnhead {
    font: bold 12px Arial, Helvetica, sans-serif;
    background: #2376BC;
    color: #FFFFFF;
}
/* main body for each page */
.amt_login_box, .amt_fobj_footer, .amt_e_page_box, .amt_e_page_blurb {
    border: 2px solid #2376BC;
    background: #F9F9F9;
}
/* content of each page */
.amt_admin_body, .amt_body_lnk, .amt_topmenu, .amt_body_txt,
.amt_e_page_box, .amt_e_page_items {
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    color: #585858;
}
/* body links (also contains menu links */
.amt_body_lnk, a.amt_body_lnk:link a.amt_body_lnk:visited, a.amt_body_lnk:active {
    color: #0000FF;
    text-decoration: none;
}
.amt_body_lnk:hover { text-decoration: underline; }
/* footer link */
.amt_foot_lnk, a.amt_foot_lnk:link, a.amt_foot_lnk:visited a.amt_foot_lnk:active {
    color: #FFFFFF;
    text-decoration: none;
}
.amt_foot_lnk:hover { text-decoration: underline; }
/*-------------------------[ end ]--------------------------------*/

/*----------------
-[ Form Objects ]-
----------------*/
.amt_fobj_form { margin: 0px; }
.amt_fobj_prefix, .amt_fobj_label, .amt_fobj_text, .amt_fobj_textarea,
.amt_fobj_checkbox, .amt_fobj_radio, .amt_fobj_button, .amt_fobj_select,
.amt_fobj_dselect, .amt_fobj_jumpselect, .amt_fobj_otselect,.amt_fobj_ottext,
.amt_fobj_file, .amt_fobj_jumpto {
    font: normal 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
}
.amt_fobj_prefix { /* text before the form object (eg. Name:) */
    vertical-align: top;
    padding: 4px 5px 1px 5px;
    font-weight: bold;
}
/* form object (comes after amt_fobj_prefix) */
.amt_fobj_suffix { padding: 1px 5px 1px 0px; }
.amt_fobj_text, .amt_fobj_textarea, .amt_fobj_htmlarea, .amt_fobj_select {
    width: 450px;
}
.amt_fobj_dselect { } /* this is for the date dropdowns in e_products.php (under case 'date':)*/
.amt_fobj_otselect { width: 202px; } /* this is the dropdown for select_other case in e_products.php */
.amt_fobj_ottext { width: 200px; } /* this is the textbox for select_other case in e_products.php */

.amt_fobj_textarea { height: 50px; }
.amt_fobj_htmlarea { font-size: 12px; }
.amt_fobj_checkbox, .amt_fobj_radio {
    width: 13px;
    margin: 0px 3px 0px 0px;
}
.amt_fobj_button {
    padding: 1px 3px 1px 3px;
    font-weight: bold;
    width: 85px;
}
.amt_fobj_jumpto { padding-bottom: 5px; } /* for the jump to div on edit pages */
/*-[ end ]-*/

/*--------------
-[ Login Page ]-
--------------*/
.amt_login_header { padding: 3px 0px 3px 0px; }
.amt_login_box { padding: 15px; }
/*-[ end ]-*/

/* -------------
-[ Body stuff ]-
--------------*/
.amt_header {
    font-size: 13px;
    padding: 5px;
}
.amt_admin_body {
    margin: 0px;
}

/* space below the form on pages like e_page, e_product, e_links etc. */
.amt_fobj_footer {
    padding: 10px 5px 10px 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
/*-[ end ]-*/

/*----------------
-[ Wizard Pages ]-
----------------*/
/*-[ listing of pages ]-*/
.amt_e_page_columnhead {
    padding: 4px;
    padding-bottom: 5px;
}
.amt_e_page_blurb {
    border-left: 0px;
    border-right: 0px;
    padding: 6px 15px 8px 15px;
}
/* this here will affect all text under blurb for each page,
also all of the links on the Home and More page so be careful */
.amt_underblurb { padding: 0px 15px 0px 15px; }
.amt_e_page_items { padding: 2px 4px 2px 4px; }
/*-[ end ]-*/




/*------------------
-[ Email Campaign ]-
------------------*/
.amt_emm_itxt,.amt_emm_igrp, .amt_emm_isrp, .amt_emm_ibox {
    vertical-align: middle;
}
.amt_emm_itxt { width: 450px; }
.amt_emm_igrp { width: 260px; height: 180px; }
.amt_emm_isrp { width: 176px; }
.amt_emm_ibox { width: 450px; height: 300px; }
.amt_fobj_emm { width: 181px; }