﻿html,
body
{
    height: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

img
{
    border: 0px;
}

a
{
    color: #996699;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

body
{
    background: url(../images/bg.gif) #FFFFFF repeat-x;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    min-height: 100%;
}

#outer {width: 100%;}
#middle {width: 100%; text-align: center;}
#inner {width: 700px; margin-left: auto; margin-right: auto; text-align: left; margin-top: 10%;}
#inner2 {text-align: center; letter-spacing: 1.5px; margin-top: 10px; font-family: Arial; font-weight: bold; font-size: 16px; color: #996699;}
#frameIntro
{
    border: 0px;
    height: 350px;
    width: 720px;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

table,
select,
option
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000000;
}

input
{
    font-size: 12px;
    color: #000000;
}

.notfound
{
    margin-left: 100px;
    font-size: 14px;
    color: red;
}

#header
{
    height: 10px;
    width: 867px;
    background: url(../images/divheader.gif);
    margin-left: 1px;
}

#div-page
{
    /*float: left;*/
    background: #FFFFFF;
    margin-left: 7px;
    margin-right: 10px;
    text-align: left;
}

#footer
{
    height: 20px;
    width: 867px;
    background: url(../images/divfooter.gif);
}

#site-wrapper
{
    background: url(../images/divbg.gif) #FFFFFF repeat-y;
    width: 867px;
    margin: 0px auto;
    text-align: left;
}



#div-banner
{
    background: url(../images/banner.jpg) #FFFFFF no-repeat;
    width: 847px;
    height: 152px;
}

#div-slogan
{
    background: url(../images/the_westcoast_way.jpg) #FFFFFF no-repeat;
    width: 326px;
    height: 37px;
    float: left;
    margin-top: 43px;
    margin-bottom: 20px;
}

#site-menu
{
    background: #996699;/*url(../images/menubg.gif) no-repeat;*/
    width: 850px;
    height: 23px;
    text-align: left;
    color: #FFFFFF;
    /*padding-left: 10px;*/
}


#submenu-top
{
    background: url(../images/submenu_top.gif) no-repeat;
    width: 252px;
    height: 30px;
}

#submenu
{
    background: url(../images/submenu_bg.gif) repeat-y;
    width: 252px;
    height: 100%;
}

#submenu-content
{
    width: 220px;
    margin-left: 15px;
    min-height: 550px;
}

#submenu-content a
{
}

#submenu-content a.subitem_link
{
    color: #595959;
}

#submenu-content a.selected
{
    text-decoration: underline;
}

#submenu-bottom
{
    background: url(../images/submenu_bottom.gif) no-repeat bottom;
    width: 252px;
    height: 30px;
}

.submenu-content-item,
.submenu-content-subitem
{
    margin-top: 5px;
    margin-bottom: 2px;
    padding-bottom: 6px;
    background-image: url(../images/submenu_line.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 12px;
    min-height: 20px;
}

.submenu-content-subitem
{
    margin-left: 10px;
}

#content-crumbs
{
    border-bottom: 1px solid #EAEAEA;
    height: 60px;
    width: 100%;
    position: relative;
}

#content-crumbs div
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 11px;
    letter-spacing: 0.5px;
}

#site-content
{
    width: 850px;
    position: relative;
    color: #5B5B5B;
}

#content
{
    font-size: 12px;
}

#content-left
{
    padding-left: 10px;
    padding-top: 10px;
    width: 255px;
    float: left;
}

#content-right
{
    float: left;
    width: 575px;
    height: auto;
    color: #5B5B5B;
}

#content-left-balloon
{
    padding-left: 10px;
    padding-top: 10px;
    width: 300px;
    float: left;
}

#content-right-balloon
{
    float: left;
    color: #5B5B5B;
    height: 465px;
    overflow: hidden;
    width: 540px;
    position: relative;
}

.scroll-track{
     height: 10px;
     width: 10px;
     /*background: #E2E2E2;*/
}

.scroll-handle{
     /*border: 1px solid #619E5E;*/
     height: 8px;
     width: 8px;
     background: #EAC8E5;
     cursor: pointer;
}

.scroll-handle:hover{
     /*border: 1px solid #619E5E;*/
     height: 8px;
     width: 8px;
     background: #D8AED2;
     cursor: pointer;
}
div .home
{
    background: url(../images/home_bg.jpg) no-repeat;
    background-position: right top;
}

#content-balloon,
#content
{
    padding: 5px;
    min-height: 500px;
    overflow: hidden;
    line-height: 20px;
    position: relative;
}

#content-balloon
{
    padding: 0px;
    font-size: 12px;
    width: 360px;
    padding-top: 20px;
}

#content-balloon p
{
    margin: 10px;
    font-size: 12px;
}

#div-blur_0
{
    width: 360px;
    height: 10px;
    position: absolute;
    top: 100px;
    left: 300px;
    Filter: Alpha(Opacity=45);
    -moz-opacity:.45;
    opacity:.45; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_1
{
    width: 360px;
    height: 10px;
    position: absolute;
    top: 110px;
    left: 300px;
    Filter: Alpha(Opacity=35);
    -moz-opacity:.35;
    opacity:.35; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_2
{
    width: 360px;
    height: 10px;
    position: absolute;
    top: 120px;
    left: 300px;
    Filter: Alpha(Opacity=25);
    -moz-opacity:.25;
    opacity:.25; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_3
{
    width: 360px;
    height: 10px;
    position: absolute;
    top: 130px;
    left: 300px;
    Filter: Alpha(Opacity=15);
    -moz-opacity:.15;
    opacity:.15; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_4
{
    width: 360px;
    height: 10px;
    position: absolute;
    bottom: 50px;
    left: 300px;
    Filter: Alpha(Opacity=15);
    -moz-opacity:.15;
    opacity:.15; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_5
{
    width: 360px;
    height: 10px;
    position: absolute;
    bottom: 40px;
    left: 300px;
    Filter: Alpha(Opacity=25);
    -moz-opacity:.25;
    opacity:.25; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_6
{
    width: 360px;
    height: 10px;
    position: absolute;
    bottom: 30px;
    left: 300px;
    Filter: Alpha(Opacity=35);
    -moz-opacity:.35;
    opacity:.35; 
    background-color: #FFFFFF;
    z-index: 10;
}

#div-blur_7
{
    width: 360px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    left: 300px;
    Filter: Alpha(Opacity=45);
    -moz-opacity:.45;
    opacity:.45; 
    background-color: #FFFFFF;
    z-index: 10;
}

#site-footer
{
    text-align: center;
    font-size: 10px;
    margin-left: 20px;
    width: 800px;
    float: left;
    color: #646464;
}

.balloon
{
    height: 184px;
    width: 290px;
    margin-bottom: 8px;
    text-align: right;
    position: relative;
}

.balloontext
{
    color: #ffffff;
    bottom: 36px;
    right: 26px;
    position: absolute;
    width: 260px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: small;
    z-index: 10;
}

.balloontextbg
{
    bottom: 33px;
    right: 13px;
    position: absolute;
    width: 277px;
    height: 55px;
    Filter: Alpha(Opacity=65);
    -moz-opacity:.65;
    opacity:.65; 
    z-index: 5;
}

#balloon_green .balloontextbg
{
    background-color:#665D12;
}

#balloon_pink .balloontextbg
{
    background-color:#7A3F6C;
}

#balloon_blue .balloontextbg
{
    background-color:#26687E;
}

#balloon_green
{
    background: url(../images/balloon_green.jpg) no-repeat;
}

#balloon_pink
{
    background: url(../images/balloon_pink.jpg) no-repeat;
}

#balloon_blue
{
    background: url(../images/balloon_blue.jpg) no-repeat;
}

#divLogin
{
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    /*width: 225px;*/
}

#divLogin table
{
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#divLogin table td
{
    padding-bottom: 5px;
}

.wcnhidden
{
    display: none;
    visibility: hidden;
    position: absolute;
}

.wcnbutton
{
    border-top: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    border-bottom: solid 1px #A2A2A2;
    border-left: solid 1px #A2A2A2;
    text-decoration: none;
    background: #C9C9C9;
    padding: 2px 5px 2px 5px;
    margin: 2px 1px 2px 1px;
    color: #232323;
    font-weight: bold;
}

.wcnbutton:hover
{
    background: #D2D2D2;
}

#captchaframe
{
    width: 270px;
    height: 70px;
    margin: 0px;
    border: 0;
    padding: 0px;
    overflow: hidden;
}

#divSignup
{
    border: 1px solid #C0C0C0;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    width: 550px;
}

#divCreditApplication
{
    border: 1px solid #C0C0C0;
    padding: 5px 10px 5px 10px;
    width: 545px;
    text-align: left;
}

#divFeedback
{
    border: 1px solid #C0C0C0;
    padding: 5px 10px 5px 10px;
    width: 545px;
    text-align: left;
}

#passwordScore
{
    width: 100px;
    border: 1px solid #C0C0C0;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    visibility: hidden;
}

div.wcnheader
{
    font-weight: bold;
    font-size: 14px;
    padding: 2px 3px 2px 3px;
}

div.veryweak { background: #F48585; }
div.weak { background: #D1AF6D; }
div.medium { background: #D1CD6D; }
div.strong { background: #C2E26B; }
div.verystrong { background: #8CC684; }

div.wcndiverror,
div.loginerror,
div.signuperror
{
    color: red;
    font-size: 10px;
    float: left;
}

div.logindiv
{
    overflow: hidden;
}

div.wcndiv, div.wcndivhilight,
div.signupdiv, div.signupdivhilight
{
    margin: 5px 0px 15spx 0px;
    border: 1px solid white;
    border-top: solid 1px #E4EDF2;
    overflow: hidden;
    padding: 2px 5px 3px 5px;
    background: none;
}

div.wcndiv, div.wcndivhilight
{
    border-top: solid 1px #EAEAEA;
}

div.wcndivhilight,
div.signupdivhilight
{
    border: solid 1px #E4EDF2;
    background: #F5FAFC;
}

div.wcndivhilight
{
    background: #F7EEF7;
}

div.wcndivheader,
div.loginheader,
div.signupheader
{
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

div.wcndivlabel,
div.loginlabel,
div.signuplabel
{
    float: left;
    width: 24%;
    text-align: right;
    margin-top: 5px;
    margin-left: 0px;
    min-height: 20px;
}

div.wcndivfield,
div.loginfield,
div.signupfield
{
    float: left;
    width: 74%;
    margin-top: 5px;
    min-height: 20px;
}

div.loginlabel,
div.loginfield
{
    height: 30px;
    border: 1px solid black;
}

input.signuptxt
{
    width: 200px;
}

a.crumb
{
    text-decoration: none;
}
a.crumb:hover
{
    text-decoration: underline;
}

#div404
{
    color: Red;
    font-weight: bold;
    margin: 0px auto;
    text-align: center;
    height: 100%;
    width: 100%;
}

.tag
{
    text-decoration: none;
    font-weight: bold;
}

.tag:hover
{
    cursor: pointer;
}

.divfaq
{
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
}

.faq-question
{
    margin-top: 10px;
}

.fadedline
{
    background: url(../images/faded_line.gif) no-repeat top left;
    margin-bottom: 15px;
}

.wcn-textbox
{
    border: 1px solid #9A9A9A;
    font-size: 13px;
    height: 18px;
    color: #505050;
}

.wcn-textbox-noheight
{
    border: 1px solid #9A9A9A;
    font-size: 13px;
    color: #505050;
}

/**************ARTICLE PAGE STYLE****************/
.article-title
{
    color: #996699;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.article-text
{
}
/************************************************/

/**************PHARMA FACT PAGE STYLE****************/
.pharmafact-title
{
    color: #996699;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pharmafact-text
{
    margin-bottom: 25px;
}

.pharmafact-header
{
    font-weight: bold;
    font-size: 15px;
}
/************************************************/

/**************CONSUMER LITERATURE PAGE STYLE****************/
.literature-title
{
    color: #996699;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.literature-text
{
}
/************************************************/


/**************CATEGORY PAGE STYLE****************/
.category-title
{
    color: #996699;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: bold;
}

/************************************************/


/**************PRODUCT PAGE STYLE****************/
#product-left
{
    float: left;
    width: 365px;
}

#product-right
{
    float: left;
    width: 190px;
    margin-left: 10px;
}

#product-information
{
    /*width: 565px;*/
    margin-bottom: 20px;
}

#product-information .wcnheader
{
    margin: 0px;
    padding: 0px;
}

#product-name
{
    color: #996699;
    font-size: 22px;
    /*letter-spacing: 2px;*/
    margin-bottom: 10px;
    font-weight: bold;
}

#product-code
{
    font-size: 11px;
    color: #626262;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: italic;
}

#product-description
{
    border: 1px solid white;
    float: left;
}

#product-relatedproducts
{
    margin-top: 20px;
}

#product-image
{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid white;
    float: right;
    color: #848484;
    margin-left: 5px;
}
#product-image img
{
    border: 1px solid #BBBBBB;/*white;*/
}
#product-sizes,
#product-ingredients,
#product-dosage,
#product-potency
{
    margin-left: 0px;
    margin-right: 10px;
    overflow: hidden;
    font-size: 10px;
    margin-bottom: 10px;
}

#product-ingredients
{
    margin-top: 10px;
}

#product-sizes .wcnheader,
#product-dosage .wcnheader,
#product-potency .wcnheader,
#product-ingredients .wcnheader
{
    /*color: #996699;
    font-size: 12px;*/
}

#productbox
{
    /*background: url(../images/productbox_bg.gif) repeat-y;
    width: 188px;*/
    width: 100%;
    height: 100%;
    /*margin-top: 10px;*/
    border: 1px solid white;
    float: left;
}

#productbox-top
{
    /*background: url(../images/productbox_top.gif) no-repeat;
    width: 188px;*/
    width: 100%;
    height: 14px;
}

#productbox-content
{
    /*width: 188px;*/
    width: 100%;
}

#productbox-bottom
{
    /*background: url(../images/productbox_bottom.gif) no-repeat bottom left;
    width: 188px;*/
    width: 100%;
    height: 14px;
}

.product-item
{
    height: 63px;
    width: 169px;
    float: left;
    color: #626262;
    background: url(../images/bubble.jpg) no-repeat;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.product-item div
{
    position: absolute;
    margin-left: 8px;
    margin-right: 8px;
    bottom: 8px;
    font-size: 12px;
    line-height: 13px;
    width: 154px;
}

.product-item:hover
{
    color: #FFFFFF;
    background: #996699 url(../images/bubble_over.jpg) no-repeat;
}

.product-item:hover div
{
    background: #996699;
    width: 154px;
}

.product-search-txt
{
    border: 1px solid #9A9A9A;
    font-size: 13px;
    height: 18px;
    width: 100%;
}

#searchdiv-top
{
    background: url(../images/submenu_top.gif) no-repeat;
    width: 252px;
    height: 10px;
}

#searchdiv
{
    background: url(../images/submenu_bg.gif) repeat-y;
    width: 252px;
    height: 100%;
    float: right;
}

#searchdiv-content
{
    width: 220px;
    margin-left: 15px;
    margin-right: 10px;
}

#searchdiv-header
{
    font-weight: bold;
    text-decoration: underline;
}

#searchdiv-bottom
{
    background: url(../images/submenu_bottom.gif) no-repeat bottom;
    width: 252px;
    height: 20px;
}

#searchdiv-button
{
    float: right; 
    margin-top: 5px;
}

#ctl00_MainContent_autoComplete1_completionListElem, 
#ctl00_autoComplete1_completionListElem
{
    font-size: 12px;
}

#searchresults-div
{
    width: 100%;
}

#searchresults-div-header
{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: #767676;
    margin-top: 20px;
    margin-bottom: 0px;
}

#searchresults-div-subheader
{
    font-size: 11px;
    text-align: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.searchresults-div-item
{
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.product-letter-box
{
    margin-bottom: 20px;
    margin-top: 10px;
}

.product-letter-box .header
{
    border-bottom: 1px solid #ABABAB;
    width: 100%;
}

.product-letter-box .footer
{
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.product-letter-box .tag
{
    font-weight: bold;
    font-size: 16px;
    color: #767676;
    cursor: default;
}

.product-letter-box .tag:hover
{
    text-decoration: none;
}

.product-letter-box-item
{
    width: 100%;
    float: left;
    position: relative;
}

.product-letter-box-itemcode
{
    font-size: 10px;
    margin-bottom: 15px;
    margin-top: -5px;
    height: 10px;
}

.product-letter-box-itemcode div
{
    float: left;
    height: 15px;
    width: 100px;
}

#product-alphabet
{
    margin-bottom: 10px;
}

.product-new-box
{
    border: 1px solid #CBBDCB;
    margin-top: 5px;
    margin-bottom: 20px;
}

.product-new-box .header
{
    margin-bottom: 5px;
    position: relative;
    height: 40px;
}
.product-new-box .inner
{
    margin: 5px;
}

.product-new-box .inner .left
{
    width: 405px;
    height: 140px;
    float: left;
    border: 1px solid #E2D5E2;
}

.product-new-box .inner .right
{
    width: 135px;
    height: 140px;
    float: left;
    text-align: center;
    border: 1px solid #E2D5E2;
    margin-left: 5px;
}

.product-new-box a
{
    font-size: 18px;
    text-decoration: underline;
}

.product-sizes
{
    float: left;
    width: 165px;
    height: 65px;
    border: 1px solid #E2D5E2;
    margin-top: 5px;
}

.product-potency
{
    float: left;
    width: 375px;
    height: 65px;
    border: 1px solid #E2D5E2;
    margin-left: 5px;
    margin-top: 5px;
}

.product-new-box .inner .right div,
.product-potency div,
.product-sizes div
{
    /*margin: 2px;*/
}

#product-ingredients
{
    margin-top: 10px;
}

.product-new-box .wcnheader
{
    color: #996699;
    font-size: 12px;
    padding: 0px;
}

.product-addorder a
{
    font-size: 11px;
}

.product-addorder
{
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    /*width: 120px;*/
    position: absolute;
    top: 0px;
    right: 0px;
    letter-spacing: 0px;
}
/************************************************/

/**************FEEDBACK PAGE STYLE****************/
.customer-say-text
{
    margin-top: 10px;
    width: 100%;
}

.customer-say-from
{
    font-weight: bold;
    color: #996699;
}

.customer-say-city
{
    font-size: 10px;
    color: #996699;
    margin-bottom: 15px;
    height: 20px;
}
/************************************************/

/**************ORDER PAGE STYLE****************/
#divPriceNotice
{
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
    text-align: right;
    width: 100%;
}

#order-processed
{
    background: #EFEFEF;
    border: 1px dashed #FF0000;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

#order-processed .header
{
    font-weight: bold;
    margin: 3px;
    text-decoration: underline;
    color: #AA0000;
    margin-bottom: 0px;
}

#order-processed .body
{
    text-align: right;
    color: #AA0000;
    font-size: 11px;
    margin: 3px;
    margin-top: 0px;
}
/************************************************/

.dgFooter
{
    background-color: #EBEADB;
    border: 1px solid #99BBE8;
}

.dgFooter td
{
    border-top: 1px solid #99BBE8;
}

div.veryweak { background: #F48585; }
div.weak { background: #D1AF6D; }
div.medium { background: #D1CD6D; }
div.strong { background: #C2E26B; }
div.verystrong { background: #8CC684; }

#passwordScore
{
    width: 100px;
    border: 1px solid #C0C0C0;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    visibility: hidden;
}

.fadedline
{
    background: url(../images/faded_line.gif) no-repeat bottom left;
    margin-bottom: 5px;
}

.admindivcontent
{
    margin-left: 10px; 
    margin-top: 10px;
    width: 800px;
}

.adminpanel
{
    margin-left: 0px; 
    margin-top: 0px;
    width: 800px;
    z-index: 55;
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #D2D2D2;
}

.dgHeader
{
    text-align: center;
    height: 21px;
    background-color: #F9F9F9;
    height: 15px;
}

.dgHeader td
{
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}

.dgTable 
{
    border: 1px solid #99BBE8;
    font-size: 11px;
}

.dgTable caption
{
    color: #16419E;
    font-weight: bold;
    background-color: #D5E4F5;
    border: 1px solid #99BBE8;
    text-align: left;
    font-size: 11px;
    padding: 5px;
}

.dgItem .hover
{
    background-color: #FCFCFC;
    border: 1px solid red;
}

.dgAlternate
{
    background-color: #FCFCFC;
}

.dgTable td
{
    padding: 5px;
}

.dgItem table.x-btn-wrap td,
.dgItem table.x-btn td
{
    padding: 0px;
}

.x-btn-wrap td,
.x-btn td
{
    /*padding: 0px;*/
}

.adminwarning
{
    color: red;
    font-size: 10px;
    font-style: italic;
}

div.admindiv, div.admindivhilight
{
    margin: 5px 0px 15spx 0px;
    border: 1px solid white;
    border-top: solid 1px #E4EDF2;
    overflow: hidden;
    padding: 2px 5px 3px 5px;
    background: none;
}

div.admindivhilight
{
    border: solid 1px #E4EDF2;
    background: #F2FAF2;
}

div.adminheader
{
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

div.adminlabel
{
    float: left;
    width: 15%;
    text-align: right;
    padding-top: 5px;
    font-size: 12px;
    min-height: 20px;
}

div.adminfield
{
    float: left;
    width: 85%;
    padding-top: 5px;
    min-height: 20px;
}

div.adminfield table tr td input
{
}

div.adminfield span,
div.adminfield span label,
div.adminfield table tr td label
{
    font-size: 11px;
}

div.adminfield
{
}

input.admintxt, textarea.admintxt
{
    width: 200px;
    border: 1px solid #B7B7B7    
}

textarea.admintxt
{
    overflow: auto;
}

span.admintxt
{
    color: #834681;
    font-style: italic;
    font-size: 12px;
}

.admintable
{
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFFFFF;
}

.admintable .highlight
{
    background: #F2FAF2;
    border: 1px solid #C0C0C0;
}

.admintable .selected
{
    border: 1px solid red;
}

.admintable td
{
    height: 20px;
    border: 1px solid #FFFFFF;
}

#divOverlay
{
	 width:100%; 
	 padding:0px; 
	 margin:0px; 
	 height:100%; 
	 z-index: 50;  
	 Filter: Alpha(Opacity=15);
	 -moz-opacity:.15;
	 opacity:.15; 
	 background-color:#000000; 
	 display: none;
	 position: absolute;
	 top: 0px;
	 left: 0px;
}

#divOverlay2
{
	 width:100%; 
	 padding:0px; 
	 margin:0px; 
	 height:100%; 
	 z-index: 50; 
	 /* 
	 Filter: Alpha(Opacity=95);
	 -moz-opacity:.95;
	 opacity:.95; 
    */
	 background-color:#FFFFFF; 
	 display: none;
	 position: absolute;
	 top: 0px;
	 left: 0px;
}

#divThumb
{
    position: absolute;
    z-index: 70;
    top: 0px;
    left: 0px;
    display: none;
    border: 1px solid #A2A2A2;
}

.wcnhidden
{
    display: none;
    visibility: hidden;
    position: absolute;
}

#divFormOverlay
{
	 width:100%; 
	 padding:0px; 
	 margin:0px; 
	 height:100%; 
	 z-index: 50;  
	 Filter: Alpha(Opacity=05);
	 -moz-opacity:.05;
	 opacity:.05; 
	 background-color:#DDDDDD; 
	 display: none;
	 position: absolute;
	 top: 0px;
	 left: 0px;
}