/****************************Custom Classes********************************/

#content {
    text-align              :       left;
    vertical-align          :       top;
    width                   :       690px;
}

#div_menu {
  height                    :       460px;
  overflow                  :       hidden;
  position                  :       relative;
  width                     :       490px;
}


/*** Headers & Borders Classes ***/

.border_none {
    border                  :       none 0px;
}

.border_dark {
    border                  :       solid 1px #FDB7BC;
}

.border_grey {
    border                  :       solid 1px #C5C5C5;
}

.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #FDB7BC;
    font-size               :       14px;
    font-weight             :       bold;
}

.h2 {
    color                   :       #FDB7BC;
    font-size               :       13px;
    font-weight             :       bold;
}

.h3 {
    color                   :       #FDB7BC;
    font-size               :       15px;
    font-weight             :       bold;
}

.high_light {
    color                   :       #FDB7BC;
}

/*** ASP.NET Classes ***/

.dropdownlist {
    background-color        :       #EFEFEF;
    color                   :       #000000;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
}

.textbox {
    background-color        :       #FFFFFF;
    border                  :       solid 1px #191919;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       12px;
}

.loginboxdiv {
     background             :       url('../images/textbox.png') no-repeat bottom;
     height                 :       21px;
     margin                 :       0;
     width                  :       200px;
}

.textbox {
    background              :       none;
    border                  :       none;
    font-family             :       Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size               :       11px;
    height                  :       15px;
    margin                  :       0;
    padding                 :       2px 7px 0px 7px;
    width                   :       192px;
}