﻿/*------------------------------------------------*/
/*--| Redefined HTML Tags 
/*------------------------------------------------*/

body
{
    font: 12px Verdana, Geneva, Sans-Serif;
    margin: 0px auto;
    padding: 0px;
    background-image: url(/Images/template/body_bg.jpg);
    background-repeat: repeat-x;
}
a:link
{
    color: #28B;
    text-decoration: none;
}
a:visited
{
    color: #09C;
    text-decoration: none;
}
a:active
{
    color: #8A4;
    text-decoration: none;
}
a:hover
{
    color: #8A4;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
h1
{
    font: bold 22px Helvetica, Arial, Sans-Serif;
    color: #17A;
}
h1 img
{
    vertical-align: middle;
}
h2
{
    font: bold 22px Helvetica, Arial, Sans-Serif;
    color: #548918;
}
h2 img
{
    vertical-align: middle;
}
h3
{
    font: bold 19px Helvetica, Arial, Sans-Serif;
    color: #17A;
}
h4
{
    font: bold 19px Helvetica, Arial, Sans-Serif;
    color: #548918;
}
h5
{
    font: bold 15px Helvetica, Arial, Sans-Serif;
    color: #17A;
}

h6
{
    font: bold 15px Helvetica, Arial, Sans-Serif;
    color: #548918;
}
.lighter
{
    font-weight: lighter;
}
.darker
{
    color: #000;
}
.required
{
    color: #C30;
}
/*------------------------------------------------*/
/*--| Common Styles 
/*------------------------------------------------*/

.clear
{
    /* use on empty div/hr/br (block element) to force the parent to expand with children */
    clear: both;
}
.float_left
{
    position: relative;
    float: left;
}
.float_right
{
    position: relative;
    float: right;
}

/*------------------------------------------------*/
/*--| Wrapper & Heading
/*------------------------------------------------*/
#wrapper
{
    position: relative;
    width: 988px;
    margin: 0px auto;
}

#wrapper #header
{
    width: inherit;
    height: 150px;
    position: relative;
    background: url(/Images/template/header_logo.png) no-repeat;
}
#wrapper #header a.home, #wrapper #header a.home span.logo_click {
    position: absolute;
    display:block;
    height:100px;
    width:300px;
    z-index:500;
    left:30px;
    cursor:pointer;
}
#wrapper #header #default_links.links
{
    display: block;
}
#wrapper #header #merchant_links.links
{
    display: none;
}
#wrapper #header #affiliate_links.links
{
    display: none;
}
#wrapper #header .links
{
    position: absolute;
    right: 38px;
    top: 10px;
    color: #FFF;
}
#wrapper #header .links a
{
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
}
#wrapper #header .links a:hover
{
    color: #CEF;
}
#wrapper #header #search
{
    position: absolute;
    top: 58px;
    right: 30px;
    z-index: 1000;
    visibility: hidden;
}
#wrapper #header #search div.search_box
{
    background: transparent url(/Images/template/search_right.png) no-repeat scroll top right;
    position: relative;
    float: left;
    height: 30px;
    width: 210px;
    clear: both;
}

#wrapper #header #search div.search_box span
{
    background: transparent url(/Images/template/search_left.png) no-repeat;
    display: block;
    height: 30px;
    width: 170px;
}

#wrapper #header #search input
{
    position: absolute;
    width: 145px;
    height: 20px;
    z-index: 1050;
    top: 4px;
    left: 30px;
    border: none;
    background-color: #1E7DBD;
    padding: 2px 0;
    margin: 0;
    font-size: 15px;
    color: #FFF;
}
#wrapper #header #search a
{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    right: 3px;
    z-index: 1050;
    background-image: url(/Images/template/search_button.png);
    border: none;
}
#wrapper #header #search a:hover
{
    background-image: url(/Images/template/search_button_over.png);
    width: 24px;
    height: 24px;
}
#wrapper #header #greeting
{
    position: absolute;
    left: 40px;
    top: 130px;
    font: Bold 11px Verdana, Geneva, Sans-Serif;
    color: #28B;
}
#wrapper #header #greeting a
{
    font-weight: normal;
    color: #28B;
    text-decoration: none;
}
#wrapper #header #greeting a:hover
{
    color: #682;
    text-decoration: underline;
}

/*------------------------------------------------*/
/*--| Navigation
/*------------------------------------------------*/

#wrapper #header #navigation
{
    position: relative;
    top: 116px;
    left: 600px;
    width: 360px;
    height: 30px;
}
#wrapper #header #navigation ul#primary
{
    display: block;
}
#wrapper #header #navigation ul#merchant
{
    display: none;
}
#wrapper #header #navigation ul#affiliate
{
    display: none;
}
#wrapper #header #navigation ul
{
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
}

#wrapper #header #navigation ul li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}
#wrapper #header #navigation ul li a
{
    display: block;
    float: left;
    width: 116px;
    height: 26px;
    padding: 7px 0px 0px 0px;
    margin: 0px 0px 0px 3px;
    background: url(/Images/template/nav_tab_green_sm.png) no-repeat;
    font: 11px/13px Tahoma, Geneva, Verdana, Sans-Serif;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
#wrapper #header #navigation ul li a:hover
{
    background: url(/Images/template/nav_tab_blue_sm.png) no-repeat;
}
.subnav
{
    position: relative;
    height: 32px;
    z-index:5000;
}
.subnav .sub_left
{
    background: url(/Images/template/nav_sub_left.png) no-repeat;
    width: 6px;
    height: 32px;
    position: relative;
    float: left;
}

.subnav .sub_middle
{
    background: url(/Images/template/nav_sub_bg.png) repeat-x;
    height: 32px;
    padding: 0px 5px;
    position: relative;
    float: left;
    color: #FFF;
}
.subnav .sub_middle a
{
    display: block;
    float: left;
    color: #FFF;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    padding: 8px 15px 13px 15px;
}
.subnav .sub_middle a:hover
{
    background: url(/Images/template/nav_sub_bg_active.png) no-repeat center top;
    text-decoration: none;
}
.subnav .sub_right
{
    background: url(/Images/template/nav_sub_right.png) no-repeat;
    width: 10px;
    height: 32px;
    position: relative;
    float: left;
}
.anylinkcss
{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 1000; /* zIndex should be greater than that of shadow's below */
}
.anchorclass
{
}
/*------------------------------------------------*/
/*--| Content
/*------------------------------------------------*/

#wrapper #content_wrapper
{
    width: 980px;
    margin: 10px auto;
}

#wrapper #content_wrapper #round_box_top
{
    width: inherit;
    height: 20px;
    background: url(/Images/template/round_box_top.png) no-repeat;
}

#wrapper #content_wrapper #content
{
    width: 910px;
    background: url(/Images/template/round_box_middle_bg.gif) repeat-y;
    padding: 10px 35px;
    position: relative;
}
#wrapper #content_wrapper #content #column_1
{
    width: 435px;
    padding: 0px 35px 0px 0px;
    position: relative;
    float: left;
}
#wrapper #content_wrapper #content #column_2
{
    width: 435px;
    padding: 0px;
    position: relative;
    float: left;
}
#wrapper #content_wrapper #content #column_2.separator
{
    border-left: solid 1px #AD4;
    width: 400px;
    padding-left: 35px;
}
#wrapper #content_wrapper #round_box_bottom
{
    width: inherit;
    height: 20px;
    background: url(/Images/template/round_box_bottom.png) no-repeat;
}


/*------------------------------------------------*/
/*--| Footer
/*------------------------------------------------*/

#wrapper #footer
{
    width: 904px;
    padding: 5px 50px;
    font-size: 11px;
    color: #AAA;
}
#wrapper #footer a
{
    color: #AAA;
    text-decoration: none;
}
#wrapper #footer a:hover
{
    color: #AAA;
    text-decoration: underline;
}

/*------------------------------------------------*/
/*--| Form Layout
/*------------------------------------------------*/

table.form_structure
{
    border-collapse: collapse;
}
table.form_structure tr td
{
    padding: 0px 0px 10px 0px;
    vertical-align: top;
}
table.form_structure tr td
{
    padding: 0px 0px 10px 0px;
    vertical-align: top;
}
label
{
    display: block;
    font: 12px/12px Helvetica, Arial, Sans-Serif;
    color: #5B5B5B;
    text-align: right;
    padding-right: 10px;
}
label.inline
{
    display: inline;
    text-align: left;
    padding: 0px;
}
/*------------------------------------------------*/
/*--| Report Layout
/*------------------------------------------------*/
table.report
{
    width: 100%;
    border-collapse: collapse;
}
table.report tr:hover td
{
    background-color: #EEF7FB;
}
table.report tr.plain:hover td, table.report tr.plain td
{
    background-color: #FFF;
    border-bottom: none;
}
table.report tr.empty td
{
    padding:0;
}
table.report tr th
{
    font-size: 14px;
    color: #17A;
    padding: 8px 3px 8px 10px;
    border-bottom: solid 3px #7BD;
    text-align: left;
    font-weight: normal;
    background: url(/Images/common/report_table_th_bg.png) repeat-x;
}
table.report tr.super_header th
{
    font-weight: bold;
}
table.report tr td
{
    color: #000;
    padding: 8px 5px 8px 10px;
    font-size: 11px;
    border-bottom: solid 1px #7BD;
}

table.report tr.filter th
{
    font-size: 11px;
    color: #666;
    padding: 10px 3px 8px 0px;
    border-bottom: solid 1px #7BD;
    text-align: left;
    font-weight: normal;
    background: url(/Images/common/report_table_th_filter_bg.png) repeat-x;
}
table.report tr.filter th span.refine
{
    padding: 0px 10px 0px 10px;
    height: 22px;
}
table.report tr.filter th span.refine input, table.report tr.filter th span.refine select
{
    font-size: 11px;
    color: #636363;
}
table.report tr.filter th span.refine input.button_refine
{
    vertical-align: top;
}


/*------------------------------------------------*/
/*--| Cool Calendar
/*------------------------------------------------*/

table.calendar tr td
{
    padding: 5px 5px 5px 5px;
    border-collapse: collapse;
}
table.calendar_inside tr td
{
    background-color: #CDE6F3;
    border: none;
}
table.calendar_inside tr td table tr td
{
    background-color: #FFF;
    color: #1177AA;
    border-collapse: collapse;
    border: none;
}
.today
{
    background-color: #77BBDD;
}
.day_header
{
    padding: 5px;
    color: #666;
}
table.calendar tr td select
{
    font-size: 11px;
}

/*------------------------------------------------*/
/*--| Buttons inside blue box
/*------------------------------------------------*/

.round_box div.button
{
    background: transparent url(/Images/buttons/sliding_blue_a.png) no-repeat scroll top right;
    position: relative;
    display: block;
    float: left;
    height: 29px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
    clear: both;
    margin-top: 5px;
    z-index: 100;
}

.round_box div.button span
{
    background: transparent url(/Images/buttons/sliding_blue_span.png) no-repeat;
    display: block;
    line-height: 13px;
    padding: 6px 0 10px 5px;
}
.round_box div.button span a:link, .round_box div.button span a:visited, .round_box div.button span a:active, .round_box div.button span a:hover
{
    font: 13px/13px Tahoma, Geneva, Verdana, Sans-Serif;
    color: #FFF;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
}
.round_box div.button:active
{
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

.round_box div.button:active span
{
    background-position: bottom left;
}

/*------------------------------------------------*/
/*--| Buttons blue on white
/*------------------------------------------------*/

div.button
{
    background: transparent url(/Images/buttons/sliding_blue_a_white.png) no-repeat scroll top right;
    position: relative;
    display: block;
    float: left;
    height: 29px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
    clear: both;
    margin-top: 5px;
}

div.button span
{
    background: transparent url(/Images/buttons/sliding_blue_span_white.png) no-repeat;
    display: block;
    line-height: 13px;
    padding: 6px 0 10px 5px;
}
div.button span a:link, div.button span a:visited, div.button span a:active, div.button span a:hover
{
    font: 13px/13px Tahoma, Geneva, Verdana, Sans-Serif;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    color: #FFF;
}
div.button:active
{
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

div.button:active span
{
    background-position: bottom left;
}

/*------------------------------------------------*/
/*--| Spiffy Box - Half Width
/*------------------------------------------------*/

/* set the image to use and establish the lower-right position */
.round_box, .round_box_body, .round_box_head, .round_box_head h3
{
    background: transparent url(/Images/common/spiffy_corner_blue_light.png) no-repeat bottom right;
}
.round_box h1, .round_box h2, .round_box h3, .round_box h4, .round_box h5, .round_box h6, .round_box p
{
    padding: 2px 0px 2px 0px;
}
.round_box
{
    /* intended total box width - padding-right(next) */
    width: 435px !important; /* IE Win = width - padding */
    width: 420px; /* the gap on the right edge of the image (not content padding) */
    padding-right: 15px; /* use to position the box */
    margin: 20px 0px;
}
/* set the top-right image */
.round_box_head
{
    background-position: top right; /* pull the right image over on top of border */
    margin-right: -15px; /* right-image-gap + right-inside padding */
    padding-right: 40px;
}
/* set the top-left image */
.round_box_head h3
{
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */
    padding: 25px 0px 5px 30px;
    height: auto !important;
    height: 1%;
    font-weight: bold;
    font-size: 16px;
}
/* IE Holly Hack *//* set the lower-left corner image */
.round_box_body
{
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */
    padding: 15px 0 30px 30px;
    _padding-bottom:50px; /* IE 5+ only */
    overflow: auto;
}

/* mirror .round_box_head right/left */

/*------------------------------------------------*/
/*--| Spiffy Box - FULL Width
/*------------------------------------------------*/

.full_width
{
    width: 910px !important; /* IE Win = width - padding */
    width: 895px; /* the gap on the right edge of the image (not content padding) */
}

/*------------------------------------------------*/
/*--| Notes area for Spiffy Box
/*------------------------------------------------*/

.notes_info
{
    position: absolute;
    border-left: solid 1px #AD4;
    line-height: 16px;
    padding: 10px;
    width: 350px;
    left: 530px;
    top: 65px;
}
/*------------------------------------------------*/
/*--| Pagination 
/*------------------------------------------------*/
.pagination
{
    font: normal 11px/11px Arial, Helvetica, Sans-Serif;
    margin: 5px auto;
    width: 120px;
    text-align: center;
    padding-top: 6px;
}
.pagination input
{
    vertical-align: middle;
    padding: 0 4px;
}
/*------------------------------------------------*/
/*--| Icon Lists
/*------------------------------------------------*/
ul.image_list
{
    list-style: none;
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
ul.image_list li
{
    padding: 0px 0px 10px 0px;
    vertical-align: middle;
    display: block;
}
ul.image_list li img
{
    vertical-align: middle;
}
ul.image_list li a
{
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #28B;
    font-weight: normal;
    vertical-align: middle;
    font-family: Helvetica, Arial, Sans-Serif;
}
ul.image_list li a:hover
{
    text-decoration: none;
    color: #8A4;
}