body
{
    text-align:center;
    font-family: Tahoma, Arial, sans-serif;
    background: url(images/body_background.gif);
}

input, textarea, select
{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #676767;
}

#main-template
{
    position:absolute;
    top: 0px;
    left: 50%;
}

#main-template-body
{
    position: absolute;
    top: 0px;
    left: -475px;
    width: 950px;
    /*white-space: nowrap;*/
    text-align: center;
}

#main-table
{
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 0px;
    text-align: center;
}

#main-left
{
    /*background: url(images/left-border.jpg) top left repeat-y;*/
    width: 10px;
}

#main-right
{
    /*background: url(./images/shadow-right.png) top left repeat-y;*/
    width: 10px;
}

#main-header
{
    width: 100%;
    height: 85px;
    text-align: left;
}

#main-header-menu
{
    text-align: center;
    position: absolute;
    top: 60px;
    left: 303px;
    width: 645px;
}

#main-header-menu-table
{
    width: 98%;
    left: 0px;
}

.main-header-menu-item, .main-header-menu-item-hover, .main-header-menu-item-current
{
    color: #fff;
    font-size: 12px;
}

.main-header-menu-item a
{
    text-transform: uppercase;
    letter-spacing:0px;
    color: #fff;
    text-decoration: none;
}

.main-header-menu-item a:hover
{
    text-decoration: underline;
}

.main-header-menu-item-current a,.main-header-menu-item-hover a
{
    text-transform: uppercase;
    letter-spacing:0px;
    color: #9f5305;
    text-decoration: none;
}

.main-header-menu-item-current a:hover, .main-header-menu-item-hover a:hover
{
    text-decoration: underline;
}

#main-body
{
    font-size: 9pt;
    background-color: #fff;
}

#main-body-left-menu
{
    height: 474px;
    width: 303px;
    background: url(images/left_background.gif) top left no-repeat;
}

#main-body-left-menu-item-outer
{
  margin-top: 2px;
  margin-bottom: 2px;
  width: 250px;
  height: 26px;
  border: none;
  text-align: left;
  white-space:nowrap;
}

#main-body-left-menu-item-outer-current
{
  width: 250px;
  height: 26px;
  background: url(images/left-menu-item-background.png);
  border: none;
  text-align: left;
  white-space:nowrap;
}

#main-body-left-menu-item-outer:hover
{
  width: 250px;
  height: 26px;
  background: url(images/left-menu-item-background.png);
  border: none;
  text-align: left;
}

#main-body-left-menu-item
{
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 20px;
  cursor: pointer;
}

#main-body-left-menu-item a
{
  color: #fffeff;
  text-decoration: none;
}

#main-body-left-login
{
    height: 158px;
    background-color: #b6b6ad;
    /*background: url(images/login_background.gif) top left no-repeat;*/
}

#main-body-left-login-content
{
    padding: 20px;
}

#main-body-left-login-box
{
    padding-left: 5px;
    padding-top: 5px;
    width: 222px;
    height: 62px;
    background: url(images/login_background.gif) top left no-repeat;
}

#main-body-left-login a
{
    color: #454545;
    text-decoration:none;
}

#main-body-left-login a:hover
{
    text-decoration:underline;
}

#main-body-left-login-table
{
    margin-top: 17px;
    margin-left: 10px;
    margin-right: 3px;
}

#login_button
{
  filter:alpha(opacity=100);
  opacity:1;
}

#login_button:hover
{
  filter:alpha(opacity=60);
  opacity:0.6;
}

#outer-shadow-bottom
{
  height: 8px;
  background: url(./images/shadow-bottom.png) repeat-x;
}

#outer-shadow-right
{
  width: 7px;
  background: url(./images/shadow-right.png) repeat-y;
}

#outer-shadow-corner
{
  height: 8px;
  background: url(./images/shadow-corner.png) no-repeat;
}

#main-body-left-signup
{

    width: 178px;
    height: 70px;
}

#main-body-separator
{
    width: 1px;
    background-color: #1c3b58;
}

#main-body-content
{
    height: 450px;
    width: 645px;
    color: #626262;
    /*background-color: #fff;*/
}

#breadcrum
{
    padding-top: 5px;
    padding-left: 5px;
    color: #fff;
    background-color: #999;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
}

#breadcrum a
{
    color: #444;
    text-decoration: none;
}

#breadcrum a:hover
{
    color: #444;
    text-decoration: underline;
}

.main_button
{
    border: none;
    background: url('../../images/button.png') no-repeat top center;
    width: 120px;
    height: 90px;
    padding-top: 70px;
    font-family: Tahoma, Arial, sans-serif;
    cursor: pointer;
    font-weight: bold; 
    color: #536068;
}

.main_button_white
{
    border: none;
    background: url('../../images/button.png') no-repeat top center;
    width: 120px;
    height: 90px;
    padding-top: 70px;
    font-family: Tahoma, Arial, sans-serif;
    cursor: pointer;
    font-weight: bold; 
    color: #fff;
}

.roundedButton
{
    font-family: Tahoma, Arial, sans-serif ;
    text-align: center;
    cursor: pointer;
    font-size: 8pt;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #C26D00;
    border: solid 1px #cecece;
    text-transform: uppercase;
}

.roundedButton:hover
{
  color: #fff;
  background-color: #c26d00;
}

.SmallButton
{
    font-family: Tahoma, Arial, sans-serif ;
    text-align: center;
    cursor: pointer;
    font-size: 8pt;
    padding-left: 3px;
    padding-right: 3px;
    color: #C26D00;
    border: solid 1px #cecece;;
}

.SmallButton:hover
{
  color: #fff;
  background-color: #c26d00;
}

#top-submenu-title
{
    height: 42px;
}

#website-table
{
    /*white-space: nowrap;*/
    width: 813px;
    text-align: left;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#website-table .website-table-header
{
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    vertical-align: middle;
    width: 776px;
}

#website-table .website-table-title
{
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: left;
    width: 776px;
    background: url(images/website-table-title-bg.jpg) repeat-y;
}

#website-table .website-table-contents
{
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    
    text-align: left;
    width: 726px;
    background: url(images/website-table-contents-bg.jpg) repeat-y;
}

#website-table .website-table-contents a
{
    color: #343434;
    text-decoration: none;
}

#website-table .website-table-contents a:hover
{
    text-decoration: underline;
}

#website-table .separator
{
    border: 1px dashed #000; 
    border-style: dashed none none;
    padding: 0px;
    margin: 0px;
}

.input-disabled
{
    background-color: #efefef;
}

.input-missed
{
    background-color: #ff0000;
    color: #ffffff;
}

.input-mandatory
{
    background-color: #ffd700;
}

#top-submenu
{
    padding-top: 5px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
}

#top-submenu-left
{
    padding-left: 16px;
}

#top-submenu-right
{
    font-weight: bold;
}

#top-submenu-header
{
    font-size: 16px;
    font-weight: bold;
}

#top-submenu a
{
    color: #fff;
    text-decoration: none;
}

#top-submenu a:hover
{
    text-decoration: underline;
}

#main-body-content-footer-header
{
    background-color:#431905;
    color:#fff;
    height:27px;
    padding-left:20px;
    font-size:11pt;
}

#main-body-content-footer-body
{
    height: 158px;
    background: url(images/main-body-footer-background.gif);
}

#main-body-content-footer-body-table
{
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #616161;
    padding-top: 10px;
    padding-left: 16px;
    line-height: 1.5em;
    width: 100%;
}

#PageHeader
{
  font-size: 16px;
  color: #c26d00;
}

#PageSubHeader
{
  font-size: 13px;
  color: #c26d00;
  text-transform: uppercase;
}

#main-footer
{
    text-align: left;
    color: #606060;
    font-size: 11px;
    width: 100%;
    height: 35px;
}

#main-footer a
{
    color: #000;
    text-decoration: none;
}

#main-footer a:hover
{
    text-decoration: underline;
}

#main-footer-left
{
    white-space: nowrap;
}
#main-footer-right
{
    white-space: nowrap;
}
#main-footer-middle
{
    width: 100%;
    text-align: center;
}