/**************************************************************************************************************
 * Reset
 **************************************************************************************************************/
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, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, p, ul
{
    margin: 10px;
}
h1
{
    font-size: 14pt;
    font-weight: bold;
}
h2
{
    font-size: 12pt;
    font-weight: bold;
}
h3
{
    font-size: 10pt;
    font-weight: bold;
}
th
{
    white-space: nowrap;
    font-weight: bold;
}
.title {
    text-align:center;
}
td
{
    text-align: left;
    vertical-align: top;
}
.label {
    text-align: right;
    white-space: nowrap;
    font-weight: bold;
}

a
{
    color: #3B5E0B;
    text-decoration: underline;
}

#title
{
    font-size: large;
    color: #003399;
    text-align: center;
    font-weight: normal;
}

#dialogwrap
{
    width: 500px;
    position: relative;
    margin: auto;
    padding-top: 5px;
}

#dialogcontent
{
    text-align: center;
    position: relative;
    margin: 0 auto;
}

#wrap
{
    width: 800px;
    margin: auto; /*position: relative;    */
    padding-top: 5px;
}

.required
{
    color: Red;
}

#content
{
    text-align: center;
    position: relative;
    margin: 0 auto;
}

#head
{
    background: #1f7daa;
}
#head h1
{
    position: absolute;
    left: 400px;
    top: 50px;
    font-weight: normal;
    text-transform: uppercase;
}

#tnav
{
    background: url(img/bg_tnav.png) repeat-x;
    height: 26px;
    padding: 3px 0 0 15px;
}
#tnav a
{
    color: #fff;
    font-size: 15px;
    margin-right: 30px;
    border: 0 none;
}
#main
{
    margin-left: 210px;
}

.MainLinks
{
    text-align: right;
    font-size: 15px;
}
.MainLinks a
{
    color: #009;
    font-weight: bold;
    margin-left: 10px;
}

#sidebar
{
    width: 180px;
    background: #d7d7d7;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 116px;
}
#sidebar dl
{
    font-size: 15px;
    margin: 0;
    padding: 0;
}
#sidebar dt
{
    text-transform: uppercase;
}
#sidebar dd
{
    text-transform: capitalize;
    font-weight: normal;
    padding: 0 0 15px 0;
    margin: 0 0 0 15px;
}
#sidebar dd a
{
    display: block;
    color: #252525;
}
#sidebar dd a:hover
{
    color: #ff7d00;
}

#cnt
{
    padding: 10px;
}
#cnt .lblMessage
{
    color: #900;
    font-size: 15px;
}

table.filters
{
    width: 96%;
}
.filters input
{
    margin: 0;
    padding: 0 2px;
}
.filters label
{
    display: block;
    margin: 8px 0 0 3px;
    padding: 0;
}
.filters label span
{
    color: #666;
    font-size: 12px;
}



.btn
{
    text-align: center;
    margin: 15px 0 0 0;
}
.btn input
{
    background: url(img/bg_btn.gif) no-repeat;
    border: 0 none;
    color: #fff;
    height: 34px;
    width: 151px;
    text-align: center;
}
.btn input.check
{
    background: none;
    border: auto;
    height: auto;
    width: auto;
}

.buttons
{
    text-align: center;
    margin: 5px;
}

a.bbutton, input.bbutton, button.bbutton
{
    font-size: 14px;
    border-radius: 8px;
    border: 2px solid #f38f00;
    color: #eee;
    padding: 5px 12px 6px;
    margin: 0;
    line-height: 1em;
    background: #4e4e4e;
    background: -moz-linear-gradient(top,  #4e4e4e 0%, #5f5f5f 13%, #676767 23%, #666666 29%, #626262 35%, #575757 45%, #4d4d4d 52%, #000000 55%, #010101 58%, #050505 61%, #222222 74%, #2c2c2c 81%, #2c2c2c 87%, #242424 94%, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(13%,#5f5f5f), color-stop(23%,#676767), color-stop(29%,#666666), color-stop(35%,#626262), color-stop(45%,#575757), color-stop(52%,#4d4d4d), color-stop(55%,#000000), color-stop(58%,#010101), color-stop(61%,#050505), color-stop(74%,#222222), color-stop(81%,#2c2c2c), color-stop(87%,#2c2c2c), color-stop(94%,#242424), color-stop(100%,#191919));
    background: -webkit-linear-gradient(top,  #4e4e4e 0%,#5f5f5f 13%,#676767 23%,#666666 29%,#626262 35%,#575757 45%,#4d4d4d 52%,#000000 55%,#010101 58%,#050505 61%,#222222 74%,#2c2c2c 81%,#2c2c2c 87%,#242424 94%,#191919 100%);
    background: -o-linear-gradient(top,  #4e4e4e 0%,#5f5f5f 13%,#676767 23%,#666666 29%,#626262 35%,#575757 45%,#4d4d4d 52%,#000000 55%,#010101 58%,#050505 61%,#222222 74%,#2c2c2c 81%,#2c2c2c 87%,#242424 94%,#191919 100%);
    background: -ms-linear-gradient(top,  #4e4e4e 0%,#5f5f5f 13%,#676767 23%,#666666 29%,#626262 35%,#575757 45%,#4d4d4d 52%,#000000 55%,#010101 58%,#050505 61%,#222222 74%,#2c2c2c 81%,#2c2c2c 87%,#242424 94%,#191919 100%);
    background: linear-gradient(top,  #4e4e4e 0%,#5f5f5f 13%,#676767 23%,#666666 29%,#626262 35%,#575757 45%,#4d4d4d 52%,#000000 55%,#010101 58%,#050505 61%,#222222 74%,#2c2c2c 81%,#2c2c2c 87%,#242424 94%,#191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#191919',GradientType=0 );
}
input.bbutton
{
    padding: 3px 12px 5px;
}
a.bbutton:hover, input.bbutton:hover, button.bbutton:hover
{
    color: #fff;
    text-decoration: none;
    background: #2b2b2b;
    background: -moz-linear-gradient(top,  #2b2b2b 0%, #343434 13%, #393939 23%, #383838 29%, #363636 35%, #303030 45%, #2a2a2a 52%, #000000 55%, #010101 58%, #030303 61%, #131313 74%, #181818 81%, #181818 87%, #141414 94%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(13%,#343434), color-stop(23%,#393939), color-stop(29%,#383838), color-stop(35%,#363636), color-stop(45%,#303030), color-stop(52%,#2a2a2a), color-stop(55%,#000000), color-stop(58%,#010101), color-stop(61%,#030303), color-stop(74%,#131313), color-stop(81%,#181818), color-stop(87%,#181818), color-stop(94%,#141414), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top,  #2b2b2b 0%,#343434 13%,#393939 23%,#383838 29%,#363636 35%,#303030 45%,#2a2a2a 52%,#000000 55%,#010101 58%,#030303 61%,#131313 74%,#181818 81%,#181818 87%,#141414 94%,#0e0e0e 100%);
    background: -o-linear-gradient(top,  #2b2b2b 0%,#343434 13%,#393939 23%,#383838 29%,#363636 35%,#303030 45%,#2a2a2a 52%,#000000 55%,#010101 58%,#030303 61%,#131313 74%,#181818 81%,#181818 87%,#141414 94%,#0e0e0e 100%);
    background: -ms-linear-gradient(top,  #2b2b2b 0%,#343434 13%,#393939 23%,#383838 29%,#363636 35%,#303030 45%,#2a2a2a 52%,#000000 55%,#010101 58%,#030303 61%,#131313 74%,#181818 81%,#181818 87%,#141414 94%,#0e0e0e 100%);
    background: linear-gradient(top,  #2b2b2b 0%,#343434 13%,#393939 23%,#383838 29%,#363636 35%,#303030 45%,#2a2a2a 52%,#000000 55%,#010101 58%,#030303 61%,#131313 74%,#181818 81%,#181818 87%,#141414 94%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#0e0e0e',GradientType=0 );
}

table.data
{
    width: 99%;
    font-size: 13px;
    border: 1px solid #d7d7d7;
}
.data th
{
    padding: 2px;
    background: url(img/bg_tnav.png) repeat-x;
    color: #fff;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
tr.grid_alter
{
    background: #eee;
}
.data td
{
    padding: 2px;
    border-bottom: 1px solid #999;
}

/*tr.grid_item { background: #727272;} paging row */
tr.grid_header
{
    padding: 2px;
    background: url(img/bg_tnav.png) repeat-x;
    color: #fff;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
/* Grid Header */
tr.grid_selected
{
    background: #727272;
}
/* paging row */
tr.grid_pages
{
    background: #727272;
}
/* paging row */
tr.grid_pages span
{
    padding: 2px;
    color: #fff;
}


.DivPDF
{
}

#login
{
    margin: 0 auto;
    width: 614px;
}

#login fieldset
{
    background: url(img/bg_login.png) no-repeat;
    border: 0 none;
    width: 614px;
    height: 378px;
    padding: 30px 0 15px 16px;
}
#login h1
{
    font-size: 30px;
}
#login h1 img
{
    position: relative;
    top: 6px;
}

#login div.btn
{
    text-align: center;
    margin-bottom: 15px;
}
#login fieldset h1
{
    color: #eaeaea;
    font-weight: normal;
    margin: 0;
}
#login div.btn input
{
    font-size: 20px;
    line-height: 34px;
    padding: 0;
}
#login table
{
    margin: 0 auto;
    width: 60%;
}
#login table td
{
    padding: 1px 2px;
    font-size: 15px;
    font-weight: normal;
}
#login table input
{
    border: 0 none;
}
#login table input.txt
{
    display: block;
}

#login label
{
    color: #eaeaea;
    font: 14px arial, sans-serif;
    display: block;
    margin: 8px 0 2px 3px;
    padding: 0;
}
#login label.alt
{
    display: inline;
    margin: 0 0 8px 0;
}
#login label.alt input
{
    margin-top: 4px !important;
    line-height: auto;
}
#login table a
{
    border: 0 none;
    color: #FF9633;
}

#login input[type='submit']
{
    width: 151px;
    text-align: center;
}

legend
{
    font-size: medium;
    font-weight: bold;
    padding: 0.2em 0.5em;
    border: 1px solid black;
    background-color: #E9E9E9;
}

fieldset
{
    margin-bottom: 10px;
    min-width: 250px;
    padding: 5px 5px 5px 5px;
    background-color: White;
    border: 1px solid black;
}

/* this is used for all form tables in the application */
.formtable
{
    width: 100%;
}

.formtable .RadInput
{
    width: 260px;
}

.formtable table
{
    margin: 0px;
}
.formtable th
{
    padding: 2px 4px 4px 2px;
    vertical-align: top;
    text-align: right;
    width: 150px;
}
.formtable th.title {
    text-align:center;
    width:auto;
    padding: 0px 0px 0px 0px;
}
.formtable td
{
    vertical-align: middle;
    padding: 2px 2px 4px 2px;
}
.formtable span.info
{
    font-size: 0.85em;
}

.formtable div.info
{
    display: block;
    font-size: 0.85em;
}

.formtable legend
{
    font-weight: bold;
}

/* this is used for shopping cart */
.catpanelclass .rpLink
{
    margin-bottom: 5px;
    font-size: large !important; /* category heading size */
}

.producttable
{
    width: 100%;
    color: Black;
}
.producttable table
{
    border-collapse: collapse;
    margin: 1px;
}

.producttable tr
{
    
}

.producttable th
{
    padding: 1px 4px 1px 2px;
    vertical-align: top;
    text-align: right;
    width: 100px;
    font-weight: normal;
}
.producttable td
{
    vertical-align: middle;
    padding-bottom: .5em;
    padding-right: .5em;
}
.producttable span.info
{
    font-size: 0.85em;
}

.producttable div.info
{
    display: block;
    font-size: 0.85em;
}

.producttable legend
{
    font-weight: bold;
}

.summary table
{
    margin: 0px;
    text-align: right;
}

.summary th
{
    padding: 2px 4px 4px 2px;
    vertical-align: middle;
    text-align: right;
    width: 100px;
}

.summary td
{
    vertical-align: middle;
    padding: 2px 2px 4px 2px;
}

/*   table styles */
table.product
{
    width: 780px;
    margin: 0 auto;
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
}

th
{
    white-space: nowrap;
    font-weight: bold;
}

td
{
    text-align: left;
    vertical-align: top;
}


.info
{
    width: 780px;
    margin: 1em auto;
    font-size: 11px;
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
}
.info p
{
    padding: .5em;
    line-height: 1.5em;
}
.info h3
{
    background: #eaeaea;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    text-indent: .5em;
}
.note
{
    font-weight: normal;
}

/*
radtextbox readonly style
*/
.riDisabled
{
    color: Black !important;
    background-color: #EEEEEE !important;
}

/*
radtooltip padding
*/
.rtWrapperContent
{
    padding: 10px !important;
}

textarea:focus {
	border-color: rgba(82, 168, 236, 0.8); box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 0px 0px 8px rgba(2,164,211,0.6);
}
input[type='text']:focus {
	border-color: rgba(82, 168, 236, 0.8);  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 0px 0px 8px rgba(2,164,211,0.6);
}
input[type='password']:focus {
	border-color: rgba(82, 168, 236, 0.8);  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 0px 0px 8px rgba(2,164,211,0.6);
}

.login label
{
    margin-bottom: 0.25rem;
    display: block;
}

.login input[type='text']
{
    padding: 0.3rem 0.8rem;
    color: rgb(85, 85, 85);
    line-height: 1rem;
    font-size: 1rem;
    display: inline-block;
}

.login input[type='password']
{
    padding: 0.3rem 0.8rem;
    color: rgb(85, 85, 85);
    line-height: 1rem;
    font-size: 1rem;
    display: inline-block;
}

.btn_large
{
    padding: 0.5rem 1.5rem;
    border: 1px solid rgb(153, 153, 153);
    transition: 0.25s ease-in-out;
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-block;
    background-image: linear-gradient(rgb(2, 164, 211), rgb(1, 85, 110));
    background-color: rgb(2, 164, 211);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    text-decoration: none;
}
.btn_large:hover
{
    color: rgb(255, 255, 255);
    text-decoration: none;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2), 0px 0px 8px rgba(2,164,211,0.6);
    background-image: linear-gradient(rgb(2, 184, 236), rgb(1, 105, 135));
    background-color: rgb(2, 184, 236);
}
.login
{
    background: rgb(255, 255, 255);
    margin: 1.5em auto;
    margin-top: .75em;
    padding: 0.5em;
    border-radius: 4px;
    width: 500px;
    text-align: left;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    color: #333333;
}
.login::after
{
    background: url("/css/bg_shadowLogin.png") no-repeat;
    left: 0px;
    width: 477px;
    height: 43px;
    bottom: -22px;
    position: absolute;
    z-index: -1;
    content: "";
}
.login h2
{
    margin: 0px;
    padding: 0.75rem;
    color: rgb(2, 164, 211);
    line-height: 1rem;
    font-size: 1.4rem;
}
.login .inner
{
    background: rgb(247, 247, 247);
    padding: 1.5em;
    border-radius: 4px;
    box-shadow: inset 0px 0px 8px rgba(0,0,0,0.2);
}
.login .inner td
{
    padding: 4px;
    line-height: 1rem;
    font-size: 0.9rem;
    vertical-align: middle;
}
.login .inner tr td:first-child
{
    text-align: right;
}
.login .inner label
{
    margin: 0px;
    line-height: 1rem;
    font-size: 0.9rem;
    display: inline;
}
.login .inner .large
{
    width: 300px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}
.login .inner .large:focus
{
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(2,164,211,0.6);
}
.login .inner .btn_large
{
    display: block;
}
.login .inner label input[type='checkbox']
{
    margin-right: 4px;
    font-weight: normal;
}

.login .error 
{
    color: Red;
}

.login .forgotPasswordLink
{
    color: #34B6DB;
    text-decoration: none;
    
}

.validatorError 
{
    color: Red;
}