/* hacks */
table.atab { border-collapse: collapse; }
table.atab td { padding: 0px; } 

/* main structure */
body {
  font-family: Arial,Helvetica,san-serif;
  overflow: -moz-scrollbars-vertical;
}

#main_div {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, sans-serif;
}

#top_div {
  width: 100%;
}

#left_div {
  float: left;
  width: 582px;
  margin-top: 10px;
}

#right_div {
  float: right;
  width: 300px;
}

#bottom_div {
  width: 100%;
  clear: both;
  padding-top: 12px;
}

/* top bar */

#site_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
  float: left;
}

#site_title a {
  color: #000000;
  text-decoration: none;
}

#site_title a img {
  border: none;
}

#site_search {
  /* margin-top: 16px; */
  float: right;
  background-color: #EEEEEE;
  width: 288px;
  padding: 10px 6px 6px 6px;
  text-align: center;
}

#site_search .search_type {
  font-size: 12px; 
}

#site_search .search_type input {
  position: relative;
  top: 3px;
}

#site_menu div {
  /* background-color: #EEEEEE; */
  background-color: #DBF1FF;
  padding-bottom: 6px;
  padding-top: 5px;
  margin-bottom: 16px;
  /* font-family: Verdana,Geneva,Arial,Helvetica,san-serif; */
  font-size: 16px;
  font-weight: bold
}

#site_main_menu {
  clear: left;
  float: left;
  width: 600px;
}

#site_right_menu {
  float: right;
  width: 300px;
  text-align: right;
}

#site_menu a {
  padding: 0px 6px;
  text-decoration: none;
  color: #0000A0;
}

#site_menu span.am {
  padding: 0px 6px;
  color: #0000A0;
}

#site_menu a:hover {
  text-decoration: underline;
}

#left_div .sub_navigation {
  margin: 6px 4px 8px 14px;
  font-weight: bold;
  font-size: 14px;
}

#left_div .sub_navigation a {
  color: #0000a0;
  text-decoration: none;
}

#left_div .sub_navigation .current {
  color: #000000;
  text-decoration: underline;
}

#left_div .sub_navigation a:hover {
  text-decoration: underline;
}

#left_div .sub_navigation .spacer {
  padding: 0px 4px;
}


/* content */
#left_div p {
  margin: 6px 4px;
}

.page_title {
  font-size: 24px;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 12px;
}

.flash {
  margin-left: 4px;
  font-size: 14px;
  font-weight: bold;
}

.flash_error {
  color: #FF0000;
}

.flash_info {
  color: #00CC00;
}

div.flash_debug {
  /* color: #FF00FF; */
  background-color: #FFFFC0;
  padding: 2px 4px;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 12px;
}


/* bottom bar */
#bottom_links {
  text-align: center;
  font-size: 12px;
}

#bottom_links a {
  color: blue;
  text-decoration: none;
}

#bottom_links a:hover {
  text-decoration: underline;
}

div.hra {
  border: 0px none;
  background-color: #B1E1FF;
  height: 4px;
  width: 540px;
  font-size: 0px;
}

div.hrb {
  border: 0px none;
  background-color: #E48515;
  height: 2px;
  width: 540px;
  margin-left: 20px;
  font-size: 0px;
}

.fmessages {
  margin-left: 5px;
  font-size: 13px;
}

.fmessages .error {
  color: red;
}

.fmessages .error b {
  color: #C00000;
}

.fmessages .info {
  color: green;
}

span.pipe {
  margin-left: 6px;
  margin-right: 6px;
}

.spalias_select {
  border: 1px solid;
  padding: 6px;
  margin-bottom: 12px;
  background-color: #ffffd0;
}

.spalias_select .heading {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.spalias_select .heading .current {
  color: red;
}

/* .spalias_select .submit { float: right; } */

.spalias_select .desc {
  font-style: italic;
  color: #008000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin: 2px 8px 4px 8px;
}