.textMode label
{
    display: inline;
}

.hideFontSelectors
{
    display:none;
}

.required
{
    color: Red;
}

.requiredAlert
{
    color: Red;
    font-size:16px;
}

.textFit
{
    color: Red;
    font-size:14px;
}

.texthidden
{
   display:none;
}

.confirmationValidation
{
    padding-left: 15px !important;
}
/* -------------------- Basic HTML tags -------------------- */
html
{
    height: 100%;
}

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, b, u, i, center, 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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    font: 12px/1.5 "Verdana" , sans-serif;
    color: #444444;
    background-color: #E9F5B7;
    bottom: 0px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}



table
{
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus
{
    outline: 1px dotted invert;
}

hr
{
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

.heading
{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-left: 25px;
}


.subheading
{
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2em;
    margin-left: 25px;
}
h1
{
    font-size: 30px;
    letter-spacing: -1.5px;
}

h2
{
    font-size: 24px;
    letter-spacing: -1px;
}

h3
{
    font-size: 18px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 10px;
}

ol
{
    list-style: decimal;
    list-style-position: inside;
}

ul.bullets
{
    list-style: disc;
    list-style-position: inside;
}

ul.bullets li
{
    margin-left: 20px;
    margin-bottom: 5px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
    margin-bottom: 15px;
}







h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited
{
    color: #444444;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active
{
    color: #0063be;
}

h1
{
    overflow: hidden;
    margin-bottom: .5em;
    /*padding: 20px 0;*/
    font-size: 280%;
    letter-spacing: 0;
    color: #5db0e6; /*border-bottom: 1px solid #2f2f2f;     font-family: myriad, "Myriad Pro";     font-style: italic;*/
}
h1 a
{
    float: right;
    margin-top: -2em;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}
h2
{
    margin: 1em 0 .5em;
    font-size: 190%;
    color: #999;
    font-family: myriad, "Myriad Pro";
    font-weight: normal;
}

#loader
{
    position: relative;
    top: -160px;
    left: -162px;
}

div .loader
{
    position: relative;
    top: -300px;
    left: 0px;
    background-color: Black;
    opacity: 0.45;
    width: 300px;
    height: 300px;
}
/* --------------------  Custom general classes -------------------- */

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.align-center
{
    text-align: center;
}

.align-justify
{
    text-align: justify;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.bottom-spacing
{
    margin-bottom: 20px;
}




/* -------------------- Page elements -------------------- */



#header
{
}

#header-status
{
    background: #000000;
    padding: 0;
    color: #aaaaaa;
}

#text-invitation
{
    display: block;
    float: left;
    padding: 9px 0 11px 0;
}

#message-notification
{
    display: block;
    float: left;
    background: url(../images/mail-q-bg.jpg) top left no-repeat;
    color: #6dc6e7;
    padding: 9px 0 11px 0;
    text-decoration: none;
    margin-left: 10px;
}

#message-notification span
{
    color: #444444;
    margin-right: 15px;
    text-align: center;
    display: block;
    float: left;
    width: 32px;
}

#message-notification a:hover, #message-notification a:active
{
    color: #ffffff;
}

a#logout, a#logout:visited
{
    display: block;
    float: right;
    background: url(../images/icon-logout.gif) center right no-repeat;
    color: #6dc6e7;
    padding: 9px 20px 11px 0px;
    text-decoration: none;
}

a#logout:hover, a#logout:active
{
    color: #ffffff;
}

#header-main
{
    /*background: #005195 url(../images/themes/green/header-bg.jpg) repeat-x top left;*/
    width: 100%;
    height: 103px;
    background-color: #5b8F07;
}

#header-main #logo
{
    background: url(../images/header.png) no-repeat;
    width: 971px;
    height: 103px;
    margin: 0 auto;
}

#subnav
{
    background: #ffffff url(../images/submenu-bg.gif) repeat-x bottom left;
    height: 48px;
}

#subnav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#subnav ul li
{
    float: left;
    margin: 0 18px 0 0;
    padding: 0;
}

#subnav ul a, #subnav ul a:visited
{
    display: block;
    float: left;
    color: #0063be;
    font-size: 14px;
    padding: 9px 0 0 0;
    text-decoration: none;
}

#subnav ul a:hover, #subnav ul a:active
{
    text-decoration: underline;
}

#footer
{
    padding: 0;
    width: 100%;
    background-color: #666;
}

.bypass_header
{
    font-size: 14px;
    font-weight: bold;
}
.bypass_desc
{
    font-size: 12px;
}


/* -------------------- Nav tabs (sliding door technique) -------------------- */


ul#nav
{
    float: left;
    margin-top: 60px;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
}

ul#nav li
{
    background: transparent url(../images/themes/blue/tab-left.gif) no-repeat scroll left top;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 0 0 19px;
}

ul#nav li a, ul#nav li a:visited
{
    background: transparent url(../images/themes/blue/tab-right.gif) no-repeat scroll right top;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 7px 15px 6px 6px;
    text-decoration: none;
}

ul#nav li a:hover
{
    padding: 8px 15px 5px 6px;
}

ul#nav li#current
{
    /* give the id="current" to the currently selected tab */
    background: transparent url(../images/themes/blue/tab-active-left.gif) no-repeat scroll left top;
}

ul#nav li#current a
{
    background: transparent url(../images/themes/blue/tab-active-right.gif) no-repeat scroll right top;
    color: #444444;
}

div#footer_ul
{
    padding-top: 10px;
    text-decoration: none;
    font-size: 14px;
    color: White;
    font-weight: bold;
    margin: 0 auto;
    height: 50px;
    width: 971px;
    background: url(../images/footer_15.png) no-repeat;
}


div#footer_welcome
{ 
    padding-top: 10px;
    text-decoration: none;
    text-align:center;
    font-size: 14px;
    color: White;
    font-weight: bold;
    margin: 80px 0 0 -20px;
    height: 80px;
    width: 974px;
    background: url(../images/footer-welcome1.gif) no-repeat;
}

div#footer_ul a
{
    text-decoration: none;
    font-size: 14px;
    color: White;
    font-weight: bold;
}




.TemplatesDesign
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/grey_01.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 35px 55px 30px;
    text-decoration: underline;
}

.TemplatesDesign_active
{
    color: #5DB0E6 !important;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/blue_01.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 55px 30px;
    font-weight: bold;
    text-decoration: underline;
}

.TemplatesDesign_active a
{
    color: #5DB0E6 !important;
    text-decoration: underline;
}

#terms a
{
    width: 92% !important;
    font-size: 16px !important;
    margin-bottom: 2% !important;
    font-weight: bold;
    color: #5DB0E6 !important;
    text-decoration: underline;
}

.BusinessDesign
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/grey_02.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 55px 30px;
    text-decoration: underline;
    color: #AAAAAA;
}
.BusinessDesign_active
{
    color: #5DB0E6 !important;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/blue_02.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 55px 30px;
    text-decoration: underline;
}
.BusinessDesign_active a
{
    color: #5DB0E6 !important;
    text-decoration: underline;
}

.CouponDetails
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/grey_03.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 55px 30px;
    text-decoration: underline;
    color: #AAAAAA;
}
.CouponDetails_active
{
    color: #5DB0E6 !important;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/blue_03.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 55px 30px;
    text-decoration: underline;
}
.CouponDetails_active a
{
    color: #5DB0E6 !important;
    text-decoration: underline;
}

#navigation
{
    width: 92% !important;
    font-size: 16px !important;
    margin-bottom: 2% !important;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
}

#navigation a
{
    width: 92% !important;
    font-size: 16px !important;
    margin-bottom: 2% !important;
    font-weight: bold;
}

#buttons
{
    float: left;
}

.btnSaveDraft
{
    background: transparent url(/include/images/save_draft_button.png) no-repeat scroll 0 0;
    width: 97px;
    height: 32px;
    border: 0;
    outline: none !important;
}
.btnContinue
{
    background: transparent url(/include/images/continue_button.png) no-repeat scroll 0 0;
    width: 121px;
    height: 36px;
    border: 0;
    outline: none !important;
}

.btnBypassDesign
{
    background: transparent url(/include/images/bypass_design_button.png) no-repeat scroll 0 0;
    width: 135px;
    height: 33px;
    border: 0;
    outline: none !important;
}

.btnEditCoupon
{
    background: transparent url(/include/images/editcoupon_button.png) no-repeat scroll 0 0;
    width: 134px;
    height: 31px;
    border: 0;
    outline: none !important;
}

.btnCreateCoupon
{
    background: transparent url(/include/images/createcoupon.png) no-repeat scroll 0 0;
    width: 292px;
    height: 57px;
    border: 0;
    outline: none !important;
}
.btnCreateNew
{
    background: transparent url(/include/images/create_another_coupon.png) no-repeat scroll 0 0;
    width: 240px;
    height: 41px;
    border: 0;
    outline: none !important;
}.btnVisit
{
    background: transparent url(/include/images/visit_your_coupon_network.png) no-repeat scroll 0 0;
    width: 240px;
    height: 31px;
    border: 0;
    outline: none !important;
}
.btnAgree
{
    /*background: transparent url(/include/images/agree_button.png) no-repeat scroll 0 0;*/
    background: transparent url(/include/images/submit.png) no-repeat scroll 0 0;
    width: 163px;
    height: 31px;
    outline: none !important;
    border: 0;
}
.btnNotAgree
{
    /*background: transparent url(/include/images/dont_agree_button.png) no-repeat scroll 0 0;*/
    background: transparent url(/include/images/save.png) no-repeat scroll 0 0;
    width: 129px;
    height: 31px;
    outline: none !important;
    border: 0;
}














.tbl
{
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.tbl .thead
{
    background-color: #43AFC9;
    border-bottom: 0 none;
    border-left: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    font-weight: bolder;
    height: 30px;
    margin: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 8px;
    color: #FCFDFD;
    text-align: left;
}
/*
tbody
{
    border-bottom: 0 none;
    border-left: 1px solid ButtonShadow;
    border-bottom: 1px solid ButtonShadow;
    border-right: 1px solid #ECECEC;
    padding-bottom: 10px;
    padding-left: 5px;    
    padding-top: 10px;
}
*/
.tbl td
{
    border-bottom: medium none;
    border: 0 none;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 12px;
}

td
{
    padding: 4px 10px 4px 0;
}

.tbl .small
{
    color: #AAAAAA;
    font-size: 10px;
}
.tbl .required
{
    color: red;
    font-size: 10px;
}

.tbl .charLeft
{
    color: #AAAAAA;
    font-size: 10px;   
    display:inline-block;
}

.formInfo
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/include/images/question_mark.png) no-repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 15px 0px;
    margin-left: 15px;
}
.formInfo
{
    /*position: static;*/
}

div.example
{
    margin-bottom: 20px;
    position: relative;
}

div.ie-fix
{
    overflow: visible;
}

#main_content
{
    width: 960px;
    margin: 0 auto;
    min-height: 81.1%;
    background-color: #ffffff;
}

#aspnetForm
{
    padding: 20px;
}


* html #main_content
{
    height: 100%;
}
/* -------------------- Box module -------------------- */

div.module
{
    background: url('../images/module-body-left-bg.gif') no-repeat scroll bottom left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

div.module div.module-body
{
    background: url('../images/module-body-right-bg.gif') no-repeat scroll bottom right;
    padding: 20px 3% 20px 3%;
    float: left;
    width: 94%;
}

/* Percentage padding in the module dependant on the cell width */
.grid_1 div.module div.module-body
{
    padding: 20px 8% 20px 8%;
    float: left;
    width: 84%;
}
.grid_2 div.module div.module-body
{
    padding: 20px 7% 20px 7%;
    float: left;
    width: 86%;
}
.grid_3 div.module div.module-body
{
    padding: 20px 6% 20px 6%;
    float: left;
    width: 88%;
}
.grid_4 div.module div.module-body
{
    padding: 20px 5% 20px 5%;
    float: left;
    width: 90%;
}
.grid_5 div.module div.module-body
{
    padding: 20px 4% 20px 4%;
    float: left;
    width: 92%;
}
.grid_6 div.module div.module-body
{
    padding: 20px 3% 20px 3%;
    float: left;
    width: 94%;
}
.grid_7 div.module div.module-body
{
    padding: 20px 2.75% 20px 2.75%;
    float: left;
    width: 94.5%;
}
.grid_8 div.module div.module-body
{
    padding: 20px 2.5% 20px 2.5%;
    float: left;
    width: 95%;
}
.grid_9 div.module div.module-body
{
    padding: 20px 2.25% 20px 2.25%;
    float: left;
    width: 95.5%;
}
.grid_10 div.module div.module-body
{
    padding: 20px 2% 20px 2%;
    float: left;
    width: 96%;
}
.grid_11 div.module div.module-body
{
    padding: 20px 1.75% 20px 1.75%;
    float: left;
    width: 96.5%;
}
.grid_12 div.module div.module-body
{
    padding: 20px 1.5% 20px 1.5%;
    float: left;
    width: 97%;
}



div.module div.module-table-body
{
    background: url('../images/module-body-right-bg.gif') no-repeat scroll bottom right;
    padding: 0;
    float: left;
    width: 100%;
}

div.module h2
{
    /* Sliding right image */
    background: url('../images/module-header-left-bg.gif') no-repeat scroll top left;
    display: block;
    float: left;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 0px;
    padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #444444;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: normal;
}

div.module h2 span
{
    /* Background left image */
    background: url('../images/module-header-right-bg.gif') no-repeat top right;
    display: block;
    line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 0 5px 18px;
}

div.module table
{
    width: 100%;
    margin: 0 0 10px 0;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

div.module table.tr
{
    border-collapse: separate;
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
}

div.module table th
{
    background-color: #eeeeee;
    color: #444444;
    padding: 5px;
    text-align: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

div.module table td
{
    background-color: #ffffff;
    padding: 5px;
    border-right: 1px solid #d9d9d9;
}

div.module table tr.odd td
{
    /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
    background-color: #f1f5fa;
}

.table-apply
{
    width: 40%;
    float: right;
    text-align: right;
    margin-right: 10px;
}
.table-apply2
{
    width: 55%;
    float: right;
    text-align: right;
    margin-right: 10px;
}
.table-apply3
{
    width: 55%;
    float: right;
    text-align: right;
    margin-right: 10px;
    margin-top: -17px;
}




/* -------------------- Pager -------------------- */
.pager
{
    display: block;
    padding: 0px 10px 10px 10px;
    width: 40%;
    float: left;
}

.pager .first, .pager .prev, .pager .next, .pager .last
{
    margin-bottom: -2px;
}





/* -------------------- Button (sliding door technique) -------------------- */

/* button outside a module box */
a.button
{
    /* Sliding right image */
    background: transparent url(../images/button-right-bg-m.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #444444;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

a.button span
{
    /* Background left image */
    background: transparent url(../images/button-left-bg-m.gif) no-repeat top left;
    display: block;
    line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 4px 0 7px 10px;
}

a.button:hover
{
    background-position: bottom right;
    color: #0063be;
}

a.button:hover span
{
    background-position: bottom left;
    color: #0063be;
}

/* button inside a module box */
div.module a.button
{
    /* Sliding right image */
    background: transparent url(../images/button-right-bg.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #444444;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

div.module a.button span
{
    background: transparent url(../images/button-left-bg.gif) no-repeat top left;
    display: block;
    line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 4px 0 7px 10px;
}



/* -------------------- Pagination -------------------- */

.pagination
{
    margin-bottom: 5px;
    float: right;
}
.pagination a.button
{
    margin-right: 10px;
}
.pagination a.last
{
    margin-right: 0;
}
.pagination .numbers
{
    float: left;
    padding-top: 3px;
    margin-right: 15px;
}
.pagination .numbers span
{
    padding: 0 5px 0 5px;
}
.pagination .current
{
    font-weight: bold;
}




/* -------------------- Forms -------------------- */

fieldset
{
    margin-top: 15px;
    margin-bottom: 15px;
}

legend
{
    margin-bottom: 10px;
    display: block;
}

label
{
    display: block;
    margin-bottom: 5px;
}

.input-short, .input-medium, .input-long
{
    padding: 3px;
}

select
{
    padding: 2px;
}

textarea
{
    padding: 3px;
}

.input-short
{
    width: 25%;
}

.input-medium
{
    width: 50%;
}

.input-long
{
    width: 75%;
}

input.input-short, input.input-medium, input.input-long, select, textarea, input
{
    background: url(../images/input-bg.gif) top left repeat-x #f6f6f6;
    border: 0;
    border: 1px solid #cccccc;
    font: 12px/1.5 "Verdana" , sans-serif;
}

input.input-short:focus, input.input-medium:focus, input.input-long:focus, select:focus, textarea:focus
{
    background: url(../images/input-bg-focus.gif) top left repeat-x #ffffff;
    border-color: #a9c2d1;
}


input.submit-green
{
    background: url('../images/submit-green-bg.gif') repeat-x left top;
    border-top: 1px solid #6bd091;
    border-left: 1px solid #6bd091;
    border-right: 1px solid #349c5c;
    border-bottom: 1px solid #349c5c;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 12px;
    margin: 0px 10px 0 0;
    cursor: pointer;
    height: 28px;
}

input.submit-green-hover
{
    background-image: url(../images/submit-green-bg-hover.gif);
}

input.submit-gray
{
    background: url(../images/submit-gray-bg.gif) top left repeat-x;
    border: 0;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 12px;
    margin: 0px 10px 0 0;
    cursor: pointer;
}

input.submit-gray-hover
{
    background-image: url(../images/submit-gray-bg-hover.gif);
}




/* -------------------- Text input and select input notifications -------------------- */

.notification-input
{
    background: 10px 50% no-repeat;
    margin: 0 0 0 5px;
    padding: 5px 0 5px 32px;
    font-size: 12px;
}

.ni-correct
{
    background-image: url(../images/tick-on-white.gif);
    color: #00ae42;
}

.ni-error
{
    background-image: url(../images/cross-on-white.gif);
    color: #c9282d;
}




/* --------------------  Boxed notifications -------------------- */

.notification
{
    display: block;
    padding: 20px 20px 20px 45px;
    border: 1px solid;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

.n-success
{
    background-color: #a3e6bd;
    border-color: #68d59b;
    background-image: url(../images/notification-tick.gif);
}

.n-information
{
    background-color: #9fddea;
    border-color: #5fceea;
    background-image: url(../images/notification-information.gif);
}

.n-attention
{
    background-color: #f9e497;
    border-color: #ffcb4f;
    background-image: url(../images/notification-exclamation.gif);
}

.n-error
{
    background-color: #ffc6ca;
    border-color: #efb9c3;
    background-image: url(../images/notification-slash.gif);
}

/* -------------------- Indicators -------------------- */


.indicator
{
    width: 220px;
    height: 12px;
    background: url(../images/indicator-bg.gif) no-repeat top left;
}

.indicator div
{
    height: 12px;
    background: url(../images/indicator-green-to-red.gif) no-repeat top left;
}

.indicator div.reverse
{
    background: url(../images/indicator-red-to-green.gif) no-repeat top left;
}




/* -------------------- Category list -------------------- */

a.removable, a.removable:visited
{
    padding: 5px 18px 5px 0px;
}

a.removable:hover, a.removable:active
{
    background: url(../images/cross-small.gif) no-repeat center right;
}




/* -------------------- To-do list -------------------- */

a.checkable, a.checkable:visited
{
    padding: 5px 18px 5px 0px;
}

a.checkable:hover, a.checkable:active
{
    background: url(../images/tick-small.gif) no-repeat center right;
}

a.completed, a.completed:visited
{
    color: #aaaaaa;
}




/* -------------------- Messages -------------------- */
.separated
{
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

.user
{
    display: block;
    padding-left: 22px;
    background: url(../images/user.gif) left 50% no-repeat;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.user-female
{
    display: block;
    padding-left: 22px;
    background: url(../images/user-female.gif) left 50% no-repeat;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.reply
{
    padding-left: 20px;
    background: url(../images/arrow-curve-180-left.gif) left 50% no-repeat;
    margin-right: 7px;
}

.forward
{
    padding-left: 20px;
    background: url(../images/arrow-curve-000-left.gif) left 50% no-repeat;
    margin-right: 7px;
}

a.delete, a.delete:visited
{
    padding-left: 16px;
    background: url(../images/cross-small.gif) left 50% no-repeat;
    color: #C00;
}

h3.mail
{
    display: block;
    padding: 20px 0px 20px 70px;
    background: url(../images/Crystal_Project_mail_open.gif) left 50% no-repeat;
}

#p-messages
{
    padding: 20px;
}





/* -------------------- Login page -------------------- */

fieldset.login
{
    background: url(../images/Crystal_Clear_locked.gif) 87% 10px no-repeat;
}





/* -------------------- Dashboard -------------------- */

a.dashboard-module, a.dashboard-module:visited
{
    width: 142px;
    height: 142px;
    display: block;
    float: left;
    background: url(../images/dashboard-module.gif) top left no-repeat;
    margin: 0 8px 8px 0;
    text-align: center;
    color: #444444;
}

a.dashboard-module:hover, a.dashboard-module:active
{
    background-position: bottom left;
    text-decoration: none;
    color: #0063be;
}

a.dashboard-module img
{
    margin-top: 20px;
}

a.dashboard-module span
{
    margin-top: 10px;
    display: block;
}

div.left-margin
{
    margin-left: 5px;
}

div.div_report table
{
    width: 96% !important;
}
.show_pointer
{
    cursor: pointer;
}

/*validation style*/
label.success
{
    background: url(../images/tick-on-white.gif) no-repeat 10px 0px;
    padding-left: 20px;
}

label.error
{
    margin-left: auto;
    padding-left: 24px;
    padding-top: 1px;
}
label.error
{
    background: url(../images/cross-on-white.gif) no-repeat 3px 2px;
    color: #C9282D;
    font-style: normal;
}

/*end validation style*/
#divPubCtrl, #divAdvCtrl
{
    display: none;
}
.no_border, .no_border tr, .no_border tr td
{
    border: none !important;
}

.indicate_required
{
    float: right;
    font-size: 10px;
    width: 160px;
}

h3.error
{
    margin-left: auto;
    margin-right: auto;
    color: Red;
}
.notification-input.ni-error:visited
{
    color: #c9282d;
}
.notification-input.ni-correct
{
    color: #00ae42;
}
.breadcrumb
{
    margin-top: 11px;
}

#tablePubs tr:hover td, #tableAdvs tr:hover td, #tableUsers tr:hover td, #tableMarkets tr:hover td
{
    background-color: #FFFFD4;
}
.onKeyFocus td
{
    background-color: #FFFFD4 !important;
}

.tooltip_close
{
    float: right;
    cursor: pointer;
}

.ul_tooltip
{
    margin-left: 50px;
    list-style: disc;
}

.ul_numbers
{
    list-style: decimal !important;
}

#whycoupons
{
    width: 420px;
    float: left;
    margin-left: 25px;
}
#whycoupons p
{
    font-size: 150%;
    line-height: 1.4em;
} 
.60days
{
    font-size: 16px;
    line-height: 1.5em;
}

.why
{
    font-size: 18px;
    font-weight: bold;
}

#whycoupons ul li
{
    font-size: 14px;
    margin-left: 25px;
}

#freetrial
{
    width: 300px;
    float: right;
    margin-right: 60px;
}

#freetrial p
{
    font-size: 16px;
    line-height: 1.5em;
}

#freetrial .details
{
    font-size: 10px;
}

