/* CSS Document */

/* RESET STYLES */

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, 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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */

:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: #333333;
    background: #FFF;
}
ol, ul
{
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

.centerMe
{
	margin-left: auto !important;
	margin-right: auto !important;
	display: table !important;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.alignRight
{
    text-align: right;
}

a
{
    color: #336086;
}

h1
{
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0px 15px 0px;
    text-decoration: underline;
}

h3
{
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
}

.center
{
    text-align: center;
}

/* BUTTONS */

a.buttonGrey
{
    height: 39px;
    padding-right: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background: url(/images/site/button_close_grey.png) no-repeat 100% 0px;
    display: block;
    float: left;
}

a.buttonGrey span
{
    height: 14px;
    padding: 13px 14px 12px 20px;
    background: url(/images/site/button_bg_grey.png) no-repeat 0px 0px;
    display: block;
}

a:hover.buttonGrey
{
    background: url(/images/site/button_close_grey.png) no-repeat 100% -39px;
}

a:hover.buttonGrey span
{
    background: url(/images/site/button_bg_grey.png) no-repeat 0px -39px;
}

a.buttonGreen
{
    height: 39px;
    padding-right: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background: url(/images/site/button_close_green.png) no-repeat 100% 0px;
    display: block;
}

a.buttonGreen span
{
    height: 14px;
    padding: 13px 14px 12px 20px;
    background: url(/images/site/button_bg_green.png) no-repeat 0px 0px;
    display: block;
}

a:hover.buttonGreen
{
    background: url(/images/site/button_close_green.png) no-repeat 100% -39px;
}

a:hover.buttonGreen span
{
    background: url(/images/site/button_bg_green.png) no-repeat 0px -39px;
}


/* LAYOUT */

#header
{
    clear: both;
}

#header #topHeader
{
    height: 30px;  
}

#header #topHeader p#logedAs
{
    margin-top: 13px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 13px;
    color: #000;
    display: block;
    float: left;
}

#header #topHeader p#logedAs span {
        color: #11175e;
}

#header #topHeader ul#quickLinks
{
    margin-top: 12px;
    display: block;
    float: right;
}

#header #topHeader ul#quickLinks li
{
    padding-left: 7px;
    float: right;
}

#header #topHeader ul#quickLinks li a
{
    height: 18px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background: url(/images/site/button_close_quick.png) no-repeat 100% 0px;
    display: block;
    float: right;
}

#header #topHeader ul#quickLinks li a span
{
    height: 12px;
    padding: 3px 0px 3px 10px;
    background: url(/images/site/button_bg_quick.png) no-repeat 0px 0px;
    display: block;
}

#header #topHeader ul#quickLinks li a:hover
{
    background: url(/images/site/button_close_quick.png) no-repeat 100% -18px;
}

#header #topHeader ul#quickLinks li a:hover span
{
    background: url(/images/site/button_bg_quick.png) no-repeat 0px -18px;
}

#header #mainHeader
{
    height: 59px;
}
#header #footerHeader {
    height: 6px;
    background: url(/images/site/bg_footer_header.png) repeat-x;
}

#header #contentTopHeader, #header #contentMainHeader
{
    width: 1010px;
    margin: auto;
}

#header #mainHeader a#logo
{	
    display: block;
    text-align:center;
}

#header #mainHeader a#logo img {
    margin-top:-30px;
    
}

#header #mainHeader ul#navigation
{    
    display: block;
    float: right;
}

#header #mainHeader ul#navigation li
{
    padding-left: 5px;
    float: left;
}

#header #mainHeader ul#navigation li a
{
    height: 34px;
    padding-right: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background: url(/images/site/menutab_close.png) no-repeat 100% 0px;
    display: block;
    float: left;
}

#header #mainHeader ul#navigation li a span
{
    height: 14px;
    padding: 12px 9px 8px 15px;
    background: url(/images/site/menutab_bg.png) no-repeat 0px 0px;
    display: block;
}

#header #mainHeader ul#navigation li a:hover
{
    background: url(/images/site/menutab_close.png) no-repeat 100% -34px;
}

#header #mainHeader ul#navigation li a:hover span
{
    background: url(/images/site/menutab_bg.png) no-repeat 0px -34px;
}

#header #mainHeader ul#navigation li a.current
{
    background: url(/images/site/menutab_close.png) no-repeat 100% -34px;
}

#header #mainHeader ul#navigation li a.current span
{
    background: url(/images/site/menutab_bg.png) no-repeat 0px -34px;
}

#page {
    width: 1000px;
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: auto;
    padding: 25px 0px;
    clear: both;    
}

#page #leftSidebar
{
    width: 230px;
    float: left;
}

#page #rightSidebar
{
    width: 730px;
    float: right;
}

#page #leftSidebar .block
{
    margin-bottom: 15px;
    padding: 15px;
    border-top: solid 1px #D2D2D2;
    border-right: solid 2px #D2D2D2;
    border-left: solid 1px #D2D2D2;
    border-bottom: solid 2px #D2D2D2;
    background: #F9F9F9 url(/images/site/bg_block.png) no-repeat 50% 100%;
}

#page #leftSidebar .block h2
{
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    color: #555;
}

#page #leftSidebar .block input
{
    width: 170px;
    height: 27px;
    margin: auto auto 18px auto;
    color: #444;
    padding: 0px 10px;
    border: solid 1px #D1D1D1;
    outline: solid 1px #FFF;
    background: #FFF;
    display: block;
}

#page #leftSidebar .block select
{
    width: 192px;
    height: 30px;
    padding: 4px;
    margin: auto auto 18px auto;
    color: #444;
    border: solid 1px #D1D1D1;
    outline: solid 1px #FFF;
    background: #FFF;
    display: block;
}

#page #leftSidebar .block a.search
{
    width: 100px;
    margin: 25px auto 15px auto;
}

#page #leftSidebar a#import
{
    width: 230px;
    height: 54px;
    background: url(/images/site/button_import.png) no-repeat 0px 0px;
    display: block;
}

#page #leftSidebar a:hover#import
{
    background: url(/images/site/button_import.png) no-repeat 0px -54px;
}

p.notification
{
    width: 520px;
    margin: auto auto 30px auto;
    padding: 20px 30px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    text-align: center;
    color: #444;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FCEFBC;
    display: block;
}

.actions
{
    width: 520px;
    margin: auto auto 25px auto;
    padding: 20px 30px;
    border: solid 1px #DDE0E3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F8F8FA url(/images/site/bg_actions.png) repeat-x 0px 100%;
}

.actions h2
{
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    color: #555;
    text-align: center;
}

.actionButtons
{
    margin-bottom: 7px;
    text-align: center;
}

.actions a.action
{
    margin-right: 10px;
}

.loginSection
{
    margin: 0px 0px 20px 160px;
}

.loginSection input
{
    width: 180px;
}

.resetPwSection
{
    margin: 0px 0px 20px 170px;
}

.resetPwSection input
{
    width: 180px;
}

.validation
{
    text-align: center;
    padding-bottom: 20px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    background: #fcefbc;
    color: #444;
    font-size: 18px;
    padding-top: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dataList
{
}

.dataList .even td, .dataList .odd td
{
    padding: 5px 5px 5px 5px;
    font-size: 12px;
}
.dataList .even
{
    background: #FFF;
}

.dataList .odd
{
    background: #E7EBF0;
}

.dataList th
{
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 7px;
    vertical-align: middle;
}

.dataList .header
{
    background: #29669D;
}

.adminTooltip
{
    display: block;
    cursor: pointer;
}

.adminTooltipContent
{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 30px;
    display: none;
    background: url(/images/site/white.png);
    color: #fff;
    font-size: 11px;
    height: 119px;
    width: 164px;
}

.adminTooltipContent a
{
    display: block;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 7px;
}

td.adminOptions
{
    width: 100px;
    text-decoration:underline;
}

.dataList .addQuantity
{
    text-align: center;
}

.dataList .addQuantity input
{
    width: 30px;
}

.itemData
{
    margin-bottom: 15px;
}

.itemData td
{
    padding: 5px 5px 15px 5px;
}

.itemData .first
{
    text-align: right;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    vertical-align: top;
    padding-top: 8px;
}

.itemData .second
{
    vertical-align: top;
}

#imgPhoto
{
    margin-bottom: 15px;
}

.dataPager
{
    margin: 10px 0px 10px 0px;
    height: 20px;
}

.dataPager .pageItem
{
    width: 20px;
    border: 1px solid #E7E7E7;
    float: left;
    text-align: center;
}
.dataPager .current
{
    background-color: #336086;
    color: #fff;
}
.dataPager .pageItem a
{
    text-decoration: none;
}

/* sticky footer */
html, body, #container, form
{
    height: 100%;
}
#container
{
    height: auto;
    min-height: 100%;
}
#content
{
    padding-bottom: 80px;
}
#footer
{
    width: 100%;
    background: #2E608A url(/images/site/bg_footer.png) repeat-x 0px 0px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 80px;
    margin-top: -80px;
}
#footerContent
{
    width: 1000px;
    margin: auto;
    padding: 32px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}
#footerContent a
{
    color: #FFF;
}
#footerContent a:hover
{
    color: #FCEFBC;
}


.processing
{
    display: none;
}

/*--------------------------------- FORMS TEMPLATE -----------------------------*/

.formWidth270{
}

.formWidth270 .field input, .formWidth270 .field textarea{
	width: 294px;
}

.formWidth270 .field select{
	width: 306px;
}

.formWidth270 .field.left input, .formWidth270 .field.right input{
	width: 136px;
}

.formWidth270 .field.left select, .formWidth270 .field.right select{
	width: 148px;
}

.itemDataFrame{
	padding: 6px;
	background: #E0E5EC;
	display: table;
}

.itemDataForm{
	padding: 25px 35px;
	border: solid 1px #CED6DF;
	background: #F7F9FB;
}

.itemDataList{
	padding: 25px 15px;
	border: solid 1px #CED6DF;
	background: #F7F9FB;
}

.itemDataForm h1, .itemDataList h1{
	margin: 0px 0px 25px 0px !important;
	padding: 0px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 28px !important;
	color: #3A85B6 !important;
	font-weight: normal !important;
	text-transform: capitalize;
	text-decoration: none !important;
}

.itemDataForm h2, .itemDataList h2{
	margin: 0px 0px 15px 0px !important;
	padding: 0px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 18px !important;
	color: #A4B5C8 !important;
	font-style: italic !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.itemDataFrame.centerMe h1{
	text-align: center !important;
	text-transform: uppercase !important;
}

.itemDataFrame.centerMe h2{
	text-align: center !important;
}

.itemDataForm .right{
	padding-left: 10px !important;
	float: left !important;
}

.itemDataForm .fieldset{
	margin: auto;
	display: table;
}

.itemDataForm .field{
	margin-bottom: 15px;
}

.itemDataForm .field label{
	margin: 0px 0px 3px -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B6979;
	display: block;
}

.itemDataForm .field label span{
	color: #E44B0A;
}

.itemDataForm .field input, .itemDataForm .field select, .itemDataForm .field textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3C4551;
	padding: 5px 5px;
	border: solid 1px #FFF;
	outline: solid 1px #C9D3DE !important;
	background: #FFF url(/images/site/input_bg.png) repeat-x 0px 0px;
}

.itemDataForm .submit a.buttonGrey, .itemDataList .submit a.buttonGrey{
	margin: 10px 0px 0px 0px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 22px !important;
	font-weight: normal !important;
	text-transform: capitalize !important;
	display: table !important;
	float: right;
}

.itemDataFrame.centerMe .submit a.buttonGrey{
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

.itemDataList .submit a.buttonGrey{
	margin-top: 25px !important;
}

.itemDataForm .submit a.buttonGrey span, .itemDataList .submit a.buttonGrey span{
    padding: 8px 14px 17px 20px !important;
}

.hr_double{
	margin: 20px 0px 15px 0px;
	height: 1px;
	border-bottom: double 4px #C9D3DE;
	clear: both;
}

.hr_decor{
	margin: 25px 0px;
	height: 44px;
	background: url(/images/site/hr.gif) no-repeat 50% 50%;
	clear: both;
}

.resetWidth select{
	width: auto !important;
}
