﻿body {margin:0; padding: 0; border: 0; font-family: Tahoma; font-size: 12px; color: #333333}

div#wraper {width: 100%; text-align: center}
div#content {width: 1000px; text-align: center}
div#header {padding-bottom: 10px; text-align: left}
div#footer {height: 86px; padding: 10px; text-align: left; background-image: url(../images/bg_copy.gif); background-repeat: repeat-x}

/*content */
div#page_content {text-align: left; width: 90%}
div#page {width: 100%; padding-top: 5px; text-align: right; font-weight: bold;}
div .pagenav {width: 100%; padding-top: 5px; text-align: right; font-weight: bold;}

/*text*/
.text {font-size: 13px;}
.text14 {font-size: 14px;}
.bold {font-weight: bold;}
.msg {font-size: 15px; color: #CC0000;}
.required {font-size: 13px; color: #CC0000;}

/*color*/
.black {color: #000000;}
.green {color: #009900;}

.csblack {color: #000000; font-weight:bolder;}

/*menu*/
.menu {font-size: 14px;}
.menu:link { color: #009bde;text-decoration:none; font-weight: bold}
.menu:visited { color: #009bde;text-decoration:none; font-weight: bold}
.menu:hover { color: #009bde;text-decoration: underline; font-weight: bold}
.menu:active { color: #009bde;text-decoration:none; font-weight: bold}

.menu_space {padding-left: 5px; padding-right: 5px; color: #CCCCCC; font-size: 14px;}
.menu_item {padding-right: 20px; padding-left: 15px; background-image: url(../images/icons/icon_blue.gif); background-repeat: no-repeat; background-position-y: center}
.submenu_item {padding-right: 10px; padding-left: 20px; background-image: url(../images/buttons/btn_go.png); background-repeat: no-repeat; background-position-y: center}

/*table style*/
.tbhead {height: 25px; font-size: 14px; font-weight: bold; background-color: #009bde; color: #FFFFFF}
.tbhead50 {height: 50px; font-size: 14px; font-weight: bold; background-color: #009bde; color: #FFFFFF}
.tbitem {height: 25px; font-size: 13px; background-color: #FFF; border-bottom-width: 2px; 
border-bottom:#CCCCCC; border-bottom-style: dashed; border-top-style: none;}
.tbalt {height: 25px; font-size: 13px; background-color: #EFEFEF; }

/*link*/
.lnk {font-size: 14px; color: #000000; font-weight: bold}
.lnk:link {font-size: 14px; color: #009900; text-decoration: none; font-weight: bold}
.lnk:visited {font-size: 14px; color: #009900; text-decoration: none; font-weight: bold}
.lnk:hover {font-size: 14px; color: #009900; text-decoration: none;font-weight: bold}
.lnk:active {font-size: 14px; color: #009900; text-decoration: none; font-weight: bold}

.lnk13 {font-size: 13px; color: #000000}
.lnk13:link {font-size: 13px; color: #009900; text-decoration: none;}
.lnk13:visited {font-size: 13px; color: #009900; text-decoration: none; }
.lnk13:active {font-size: 13px; color: #009900; text-decoration: none;}
.lnk13:hover {font-size: 13px; color: #000000; text-decoration: underline; }

.lnk13blue {font-size: 13px; color: #000000}
.lnk13blue:link {font-size: 13px; color: #009bde; text-decoration: none;}
.lnk13blue:visited {font-size: 13px; color: #009bde; text-decoration: none; }
.lnk13blue:hover {font-size: 13px; color: #009bde; text-decoration: underline;}
.lnk13blue:active {font-size: 13px; color: #009bde; text-decoration: none; }
/*nav */
.nav_arrow {font-size: 11px; color: #009900; font-weight: bold}
.nav_active {font-size: 14px; color: #009900; font-weight: bold}
.nav_inactive {font-size: 14px; color: #009900; font-weight: bold}

 #BtnLogin {
    background-image: url('../images/buttons/b_login.jpg');
    width: 50px;
    height: 20px;
    border-style: none;
    background-color: transparent;
    text-indent: 14px;    /* hack to hide the text */
  }

  #BtnLogin:hover {
    background-image: url('../images/buttons/b_login_r.jpg')
  }
  
   #BtnSearch {
    background-image: url('../images/buttons/b_search.gif');
    width: 50px;
    height: 20px;
    border-style: none;
    background-color: transparent;
    text-indent: 14px;    /* hack to hide the text */
  }

  #BtnSearch:hover {
    background-image: url('../images/buttons/b_search_r.gif')
  }
  
     #BtnCsv {
    background-image: url('../images/buttons/btn_csv.gif');
    width: 35px;
    height: 21px;
    border-style: none;
    background-color: transparent;
    text-indent: 14px;    /* hack to hide the text */
  }

  #BtnCsv:hover {
    background-image: url('../images/buttons/btn_csv_r.gif')
  }
  
  #BtnSave {
    background-image: url('../images/buttons/b_save.gif');
    width: 50px;
    height: 20px;
    border-style: none;
    background-color: transparent;
    text-indent: 14px;    /* hack to hide the text */
  }

  #BtnSave:hover {
    background-image: url('../images/buttons/b_save_r.gif')
  }  
  
    #BtnCancle {
    background-image: url('../images/buttons/b_reset.gif');
    width: 50px;
    height: 20px;
    border-style: none;
    background-color: transparent;
    text-indent: 14px;    /* hack to hide the text */
  }

  #BtnCancle:hover {
    background-image: url('../images/buttons/b_reset_r.gif')
  }  
  
  #BtnSubmit {
    background-image: url('../images/buttons/b_submit.gif');
    width: 50px;
    height: 20px;
    border-style: none;
    background-color: transparent;
    text-indent: 14px;    /* hack to hide the text */
  }

  #BtnSubmit:hover {
    background-image: url('../images/buttons/b_submit_r.gif')
  }  