/* Global tag styles */

body, html {
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #F2F2F2;
  color: black;
  font: 13px Arial, Sans-serif;
  background-image: url(/img/bg.png);
}

input[type=password], input[type=text], textarea {
    border: solid 1px #A3A3A3;
    padding: 2px 4px;
    font: 14px Arial, Sans-serif;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
}

h1 {
  font-size: 20px;
  color: #424242;
  margin: 0px;
}

h2 {
  font-size: 16px;
  color: #424242;
}

h3 {
  padding: 0px;
  margin: 0px;
}

a { color: #082847; }
a:visited { color: #0D4478; }
a img { border: 0 }

/* IE png fix */
.help img, #tip, .pngfix { behavior: url(/js/iepngfix.htc) }

/* Global classes */
.error { color: #E8743F; }
.ok { color: #2ACF3D; }
.ra  { text-align: right; }
.la  { text-align: left; }
.ca  { text-align: center; }
.mr  { margin-left: auto; }
.ml  { margin-right: auto;  }
.mc  { margin-left: auto; margin-right: auto }
.fl  { float: left;  }
.fr  { float: right; }
.vt  { vertical-align: top; }
.param { display: none; }
.clickable { cursor: pointer; }
.clear { clear: both; height: 0px; }
.hidden { display: none; }
.spaceRight { margin-right: 10px; }
.editable { text-align: left; }
.edit_form { margin: 0px; padding: 0px; }
.noborder { border: 0 !important; }
.opac_hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}

.pseudo_table {
  width: 500px;
  text-align: left;
  z-index: 1;
}
.pseudo_table span {
  /*float: left;*/
}
.pseudo_table h2 {
  position: relative;
  top: -10px;
  padding: 0px 10px 0px 10px;
  white-space: nowrap;
  z-index: 2;
  text-align: left;
}
.pseudo_table .details {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}
.bordered {
  background-color: #F7F7F7;
  padding: 10px;
}

.bordered h2 {
  font-weight: bold;
  font-size: 15px;
  background-color: #CEDBDF;
  border-bottom: 1px solid #000;
  margin: -10px -10px 10px -10px;
  padding: 2px 10px;
}

.popup {
  position: absolute;
  width: 300px;
  height: 180px;
  padding: 3px;
  background-color: #45592D;
  color: white;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll right top;
    color: #444 !important;
    display: block;
    font: bold 12px Arial, sans-serif;
    height: 19px;
    margin-right: 6px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 3px 10px 4px 15px;
    white-space: nowrap;
}
.button:active {
    background-position: right -38px !important;
    outline: none; /* hide dotted outline in Firefox */
}

.button:active span {
    background-position: 0 -38px !important;
    height: 15px;
    color: #000;
    padding: 4px 10px 0px 15px; /* push text down 1px */
}
.button:hover {
    background-position: right -19px;
}

.button:hover span {
    background-position: 0 -19px;
    color: #000;
}
.small {
  width: 45px;
}
.button .droparrow {
  margin: -2px 0px 0px 10px;
}

.button img {
  margin: -2px 5px 0px -5px;
  display: block;
  float: left;
}



.seperator {
  border-bottom: 1px solid white;
  border-top: 1px solid #999999;
  border-left: 10px solid white;
  border-right: 10px solid white;
  width: 950px;
  height: 0px;
  line-height: 0px;
  margin: 0px auto 0px auto;
}

.floater {
  position: absolute;
  display: block;
}
.checkbox {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid black;
  background-color: white;
  margin-top: 4px;
  margin-right: 4px;
}
.checked {
  background-color: #214D7F;
}
.tip {
  padding: 2px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #DFDFDF;
}
.centerbox {
  position: absolute;
  background: #fff url(/img/content_bg.png) repeat-x;
  top: 50%;
  left: 50%;
  width: 700px;
  margin-left: -400px;
  margin-top: -200px;
  z-index: 20;
  -moz-border-radius: 10px;
  padding: 15px;
}

.expand_item {
  text-align: left;
  border-bottom: 1px solid #C8C8C8;
  background-color: #F5F5F5;
  clear: both;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 3px 0px 5px 24px;
}

.expand_list a, .expand_list li  {
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #C8C8C8;
  background-color: #F5F5F5;

  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #008EE8;
  text-decoration: none;
  padding: 3px 0px 3px 24px;
}

.arrow_list a {
  background-image: url(/img/expand1.png);
  background-repeat: no-repeat;
  background-position: 2px 4px;
}

.expand_list a:hover, .expand_list li:hover {
  background-color: #E4EFF5;
}

.expand_list ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}


.expand_list .desc {
  float: right;
  font-weight: normal;
  display: block;
  width: 590px;
  color: #313334;
  font-size: 12px;
}

.hidden_submit {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

.channel_label {
    font-size: 18px;
    font-family: Georgia, serif;
    position: relative;
    text-align: left;
    width: 180px;
    height: 17px;
    border: 1px dashed #000;
    padding: 3px;
    padding-bottom: 8px;
    padding-left: 50px;
    background-color: white;
}

.channel_label img {
    position: absolute;
    top: -4px;
    left: 6px;
    z-index: 0;
}

.toc {
    border: 1px solid #bbb;
    background-color: #eee;
    float: left;
    padding: 20px;
    padding-left: 30px;
    margin-right: 20px;
    margin-bottom: 15px;
}


/* Default layout styles */

#overlay {
  position: absolute;
  background-color: #222222;
  left: 0px;
  top: 0px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  width: 100%;
  height: 100%;
  z-index: 10;
}



#throbber {
  position: absolute;
  z-index: 20;
  text-align: center;
  font-size: 25px;
  color: white;
  font-weight: bold;
}

#throbber img {
  margin-bottom: 30px;
}



#content {
  color: #000;
  background-color: #fff;
  background-image: url(/img/content_bg.png);
  background-repeat: repeat-x;
  font-size: 14px;
  width: 910px;
  margin: 0 auto 0 auto;
  text-align: left;
  /* border-bottom: 10px solid white; */
  padding: 30px 20px 50px 20px;
}

#footer {
  background-image: url(/img/footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 910px;
  background-color: white;
  margin: 0 auto 0 auto;
  text-align: right;
  font-size: 9px;
  padding: 10px 20px 2px 20px;
}

#footer a {
  color: #000;
}


#bar {
  width: 910px;
  margin: 0 auto 0 auto;
  color: white;
  text-align: left;
  background-color: #CE5D1B;
  background-image: url(/img/bar_bg.png);
  background-repeat: repeat-x;
  padding: 0 20px 0 20px;
}

#bar table {
  height: 85px;
  width: 100%;
  border-collapse: collapse;
}
#bar table td {
  margin: 0; padding: 0;
}



#loggedin_message {
  text-align: right;
  padding-right: 10px;
}

#loggedin_message img {
  display: block;
  float: right;
  margin-top: 2px;
  margin-left: 5px;
}

#bar form {
  font-size: 12px;
  text-align: right;
  margin-top: 4px;
}

#bar input {
  border: 1px solid #ECECEC;
  background-color: #f1f1f1;
  width: 90px;
  margin-left: 10px;
  margin-right: 10px;
  height: 13px;
  font: 12px Arial, sans-serif;
}


#bar_logo {
  width: 360px;
  height: 65px;
  background-image: url(/img/bar_logo.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
}

#bar_logo img {
  display: block;
  margin-left: auto;
  margin-right: 15px;
  margin-top: -35px;
}

.loggedin #bar_logo {
  width: 330px;
  height: 35px;
  background-image: url(/img/bar_logo_small.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
}

.loggedin #bar table {
  height: 60px;
}

.loggedin #bar_logo img {
  margin-right: 70px;
  margin-top: -10px;
}


#bar_menu {
  vertical-align: bottom;
}

#bar_menu a {
  display: block;
  float: left;
  
  height: 29px;
  margin-right: 1px;
  padding: 4px 10px 0 10px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  background-image: url(../img/bar_buttong.png);
  background-repeat: repeat-x;
  color: #555555;
  background-color: #EFEFEF;
}

#bar_menu .spacer {
  display: block;
  padding: 1px;
  float: left;
}


#bar_menu a:hover {
  text-decoration: none;
  background-image: url(/img/bar_buttongh.png);
}

#bar_menu .active {
  background-image: url(/img/bar_buttongs.png);
}



#submenu {
  width: 910px;
  height: 50px;
  margin: 0 auto 0 auto;
  padding-left: 40px; /* don't use padding-right > 0px, IE6 will fail */
  text-align: left;
  border-bottom: 1px solid #999;
  background-image: url(/img/submenu_bg.png);
  background-repeat: repeat-x;
  position: relative;
}

#submenu_inner {
    position: absolute;
    bottom: 0;
    left: 10px;
}

#submenu a {
  display: block;
  float: left;
  margin: 0;
  margin-left: 30px;
  color: #393939;
  text-decoration: none;
  font-weight: bold;
  outline: none; /* hide dotted outline in Firefox */
  color: #666 !important;
  padding: 3px 21px 5px 21px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  background-color: #CCC;
}

#submenu .button {
  margin-top: 5px;
  padding: 0 5px 0 0;
}

#submenu .active {
  background-color: #DEDEDE;
  padding: 3px 21px 5px 21px;
  border: 1px solid #999;
  border-bottom: 1px solid #DEDEDE !important;
  margin-bottom: -1px;
  color: #393939 !important;
  outline: none; /* hide dotted outline in Firefox */
}

#warning_box {
  position: absolute;
  background: #Fff url(/img/content_bg.png) repeat-x;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 300px;
  margin-left: -400px;
  margin-top: -200px;
  z-index: 20;
  -moz-border-radius: 10px;
  padding: 15px;
}
#warning_box img {
  margin-right: 20px;
  margin-bottom: 10px;
}
#warning_box_messsage {
  height: 200px;
  overflow: auto;
}

#rmlst_list {
    list-style-type: none;
    margin: 30px;
    padding: 0px;
}

#rmlst_list li {
    font-size: 22px;
    font-family: Georgia, serif;
    background-color: #E6E6E6;
    border: 1px dashed #D4CFCF;
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
}

#rmlst_list li:hover {
    background-color: #CCD4DB;
    border: 1px dashed #6CAEEB;
}

#login_overlay_wrapper h1 {
    margin-bottom: 30px;
}

#login_form_overlay div {
    float: left;
    width: 140px;
    font-size: 22px;
    font-family: Georgia, serif;
}

#login_form_overlay input {
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}

/* Error page */
.error_page {
  padding-left: 200px;
  padding-top: 100px;
  font-size: 18px !important;
}
.error_page h1 {
  color: #C8531C !important;
}
.error_page img {
  display: block;
  margin-right: 30px;
  margin-bottom: 30px;
}

