/* @group page setup */

body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  background: #556688;
  font-family: Times New Roman,Times,Geneva,Arial,Helvetica,sans-serif;
  font-size: medium;
}

body table {
  margin-left: auto;
  margin-right: auto;
}
body table tbody tr td {
  vertical-align: top;
}

#page_header {
  
}

#site_header {
  
}

#area_header {
  
}

#errors {
  
}

#left_menu {
  width: 140px;
}

#footer .section {
  text-align: center;  
}

#messages {
  
}

#content_container {
  float: left;
}

#main_container {
  
}

#status {
  
}

a, img {
  border: none;
}

a:link {
  text-decoration: none;
  color: #0000CC;
}

.page_title {
  font-weight: bold;
  font-size: 18pt;
  text-align: center;
  color: black;
}

p {
  text-align: justify;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.caption {
  display: block;
  font-size: x-small;
  text-align: center;
}

/* @end */

/* @group menus */

.menu_header {
  display: block;
  font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  clear: both;
  text-align: justify;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../images/article_background.png") repeat-y top;
  width: 605px;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
}

#left_menu {
  font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
  display: block;
  top: 100px;
  left: 0px;
  margin: 0px;
  padding-top: 5px;
  width: 133px;
  border: none;
  clear: both;
}

#left_menu input {
  width: 130px;
}

#left_menu .date {
  text-align: center;
  font-size: 10pt;
  height: 20px;
  width: 127px;
  background: url("../images/search_background.png") no-repeat;
  padding: 2px;
  font-weight: bold;
}

#left_menu a:link, #left_menu a:visited {
  text-decoration: none;
  background: none;
  cursor: pointer;
}

/* Tier 1 */

#left_menu .menu {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  background: url("../images/article_background.png") repeat;
}

#left_menu .menu_header {
  display: block;
  height: 5px;
  width: 133px;
  background: url("../images/menu_header.png") no-repeat top;
  margin-left: auto;
  margin-right: auto;
}

#left_menu .menu_footer {
  position: relative;
  display: block;
  height: 5px;
  width: 133px;
  margin: 0px;
  padding: 0px;
  background: url("../images/menu_footer.png") no-repeat bottom;
  margin-left: auto;
  margin-right: auto;
}

#left_menu ul {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  left: -10px;
  list-style: none;
  width: 143px;
}

/* This causes next submenu to pop out to the right.*/

#left_menu ul li {
  display: block;
  position: relative;
  left: 5px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  text-indent: 5px;
  font-size: 11pt;
  font-weight: bold;
  color: #0000CC;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid darkgray;
}

#left_menu ul li:hover {
  background: #556688;
  color: white;
}

/* @end */

/* @group General Formatting */

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-top {
  vertical-align: top;
}

.text-bottom {
  vertical-align: bottom;
}

.text-middle {
  vertical-align: middle;
}

.text-x-small {
  font-size: x-small;
}

.text-small {
  font-size: small;
}

.text-large {
  font-size: large;
}

.text-x-large {
  font-size: x-large;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-64 {
  width: 64px;
  height: 64px;
}

.italics {
  font-style: italic;
}

.background-white {
  background-color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.overborder {
  border-top: 1px solid black;
}

.underborder {
  border-bottom: 1px solid black;
}

/* @end */

/* @group pagination */

.pagination {
  padding: 2px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  text-align: left;
  

/* Set to "right" to right align pagination interface */
  font-size: 16px;
}

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
  padding: 0 5px;
  border: 1px solid #9aafe5;
  text-decoration: none;
  color: #2e6ab1;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #2b66a5;
  color: #000;
  background-color: lightyellow;
}

.pagination li.current {
  font-weight: bold;
  padding: 0 5px;
  border: 1px solid navy;
  background-color: #2e6ab1;
  color: #FFF;
}

.pagination li.disabled {
  padding: 0 5px;
  border: 1px solid #929292;
  color: #929292;
}

.pagination li.next {
  font-weight: bold;
}

/* IE 6 and below. Adjust non linked li slightly to account for bugs */

* html .pagination li.current, * html .pagination li.disable {
  margin-right: 5px;
  padding-right: 0;
}

/* @end */

/* @group sections */

.section {
  display: block;
  font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  clear: both;
  text-align: justify;
  margin: 0;
  padding: 0;
  background: url("../../images/section_background.png") repeat-y top;
  width: 605px;
}

.section_header {
  display: block;
  height: 10px;
  width: 605px;
  margin: 0;
  padding: 0;
  background: url("../../images/section_header.png") no-repeat top;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.section_footer {
  display: block;
  height: 10px;
  width: 605px;
  margin: 0;
  padding: 0;
  background: url("../../images/section_footer.png") no-repeat bottom;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

}
/* @end */

/* @group controls */

.controls_header {
  
}

.controls_footer {
  
}

.controls_table {
  width: 95%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.controls_table tr td {
  text-align: center;
  vertical-align: bottom;
}

/* @end */

/* @group searching */

.search_form {
  background: transparent url(../images/search_background.png) no-repeat scroll 0%;
  border: medium none;
  display: block;
  height: 20px;
  margin: 5px 0px 5px;
  padding: 0px;
  text-indent: 5px;
  width: 133px;
}


.search_form input {
  background: transparent none repeat scroll 0%;
  border: medium none;
  color: #0000CC;
  font-family: Times New Roman,Times,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  height: 15px;
  margin: 0px 0px 0px 3px;
  width: 116px;
}

.search_box {
  padding-left: 7px;
}

/* Below is for rails autocompleters */

.auto_complete {
  z-index: 5;
}

.search_auto_complete {
  z-index: 5;
}

#articles_search_auto_complete ul li {
  background: url("../../images/article_background.png") repeat-y top;
  width: 300px;
}


#articles_search_auto_complete ul li {
  width: 300px;
}

#posts_search_auto_complete ul li {
  background: url("../../images/article_background.png") repeat-y top;
  width: 300px;
}


#posts_search_auto_complete ul li {
  width: 300px;
}

.auto_complete ul li:hover {
  cursor: pointer;
}

.auto_complete ul li.articles_autocomplete_item {
  
}

.auto_complete ul li.selected {
  background-color: yellow;
  color: black;
  font-weight: bold;
}

.no_underline a {
  text-decoration: none;
  color: inherit;
}

.articles_search {
  width: 200px;
}

/* @end */

.no-decoration, .no-decoration:link, .no-decoration:visited {
  text-decoration: none;
  color: inherit;
}

.no-decoration:hover {
  color: blue;
  text-decoration: underline;
}

/* @group page setup */

body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  background: #556688;
  font-family: Times New Roman,Times,Geneva,Arial,Helvetica,sans-serif;
  font-size: medium;
}

body table tbody tr td {
  vertical-align: top;
}
body table {
  margin-left: auto;
  margin-right: auto;
}
#page_header {
  
}

#site_header {
  
}

#area_header {
  
}

#errors {
  
}

#left_menu {
  width: 140px;
}

#footer .section {
  text-align: center;
}

#messages {
  
}

#content_container {
  float: left;
}

#main_container {
  
}

#status {
  
}

a, img {
  border: none;
}

a:link {
  text-decoration: none;
  color: #0000CC;
}

.page_title {
  font-weight: bold;
  font-size: 18pt;
  text-align: center;
  color: black;
}

p {
  text-align: justify;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.caption {
  display: block;
  font-size: x-small;
  text-align: center;
}

/* @end */

/* @group menus */

.menu_header {
  display: block;
  font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  clear: both;
  text-align: justify;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url("../../images/article_background.png") repeat-y top;
  width: 605px;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
}

#left_menu {
  font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
  display: block;
  top: 100px;
  left: 0px;
  margin: 0px;
  padding-top: 5px;
  width: 133px;
  border: none;
  clear: both;
}

#left_menu input {
  width: 130px;
}

#left_menu .date {
  text-align: center;
  font-size: 10pt;
  height: 20px;
  width: 127px;
  background: url("../images/search_background.png") no-repeat;
  padding: 2px;
  font-weight: bold;
}

#left_menu a:link, #left_menu a:visited {
  text-decoration: none;
  background: none;
  cursor: pointer;
}

/* Tier 1 */

#left_menu .menu_header {
  display: block;
  height: 5px;
  width: 133px;
  background: url("../images/menu_header.png") no-repeat top;
  margin-left: auto;
  margin-right: auto;
}

#left_menu .menu_footer {
  position: relative;
  display: block;
  height: 5px;
  width: 133px;
  margin: 0px;
  padding: 0px;
  background: url("../images/menu_footer.png") no-repeat bottom;
  margin-left: auto;
  margin-right: auto;
}

#left_menu ul {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  left: -10px;
  list-style: none;
  width: 143px;
  background: url("../images/article_background.png") repeat;
}

/* This causes next submenu to pop out to the right.*/

#left_menu ul li {
  display: block;
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  text-indent: 5px;
  font-size: 11pt;
  font-weight: bold;
  color: #0000CC;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid darkgray;
}

#left_menu ul li:hover {
  background: #556688;
  color: white;
}

/* @end */

/* @group General Formatting */

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-top {
  vertical-align: top;
}

.text-bottom {
  vertical-align: bottom;
}

.text-middle {
  vertical-align: middle;
}

.text-x-small {
  font-size: x-small;
}

.text-small {
  font-size: small;
}

.text-large {
  font-size: large;
}

.text-x-large {
  font-size: x-large;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-64 {
  width: 64px;
  height: 64px;
}

.italics {
  font-style: italic;
}

.background-white {
  background-color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.overborder {
  border-top: 1px solid black;
}

.underborder {
  border-bottom: 1px solid black;
}

/* @end */

/* @group pagination */

.pagination {
  padding: 2px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  text-align: left;
  /*

Set to "right" to right align pagination interface */
  font-size: 16px;
}

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
  padding: 0 5px;
  border: 1px solid #9aafe5;
  text-decoration: none;
  color: #2e6ab1;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #2b66a5;
  color: #000;
  background-color: lightyellow;
}

.pagination li.current {
  font-weight: bold;
  padding: 0 5px;
  border: 1px solid navy;
  background-color: #2e6ab1;
  color: #FFF;
}

.pagination li.disabled {
  padding: 0 5px;
  border: 1px solid #929292;
  color: #929292;
}

.pagination li.next {
  font-weight: bold;
}

/* IE 6 and below. Adjust non linked li slightly to account for bugs */

* html .pagination li.current, * html .pagination li.disable {
  margin-right: 5px;
  padding-right: 0;
}

/* @end */

/* @group sections */

.section {
  display: block;
  font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
  font-size: medium;
  clear: both;
  text-align: justify;
  margin: 0;
  padding: 0;
  background: url("../../images/section_background.png") repeat-y top;
  width: 605px;
}

.section_header {
  display: block;
  height: 10px;
  width: 605px;
  margin: 0;
  padding: 0;
  background: url("../../images/section_header.png") no-repeat top;
  margin-top: 5px;
}

.section_footer {
  display: block;
  height: 10px;
  width: 605px;
  margin: 0;
  padding: 0;
  background: url("../../images/section_footer.png") no-repeat bottom;
  margin-bottom: 5px;
}

}

/* @end */

/* @group controls */

.controls_header {
  
}

.controls_footer {
  
}

.controls_table {
  width: 95%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.controls_table tr td {
  text-align: center;
  vertical-align: bottom;
}

/* @end */

/* @group searching */

.search_form {
  background: transparent url(../images/search_background.png) no-repeat scroll 0%;
  border: medium none;
  display: block;
  height: 20px;
  margin: 5px 0px 5px;
  padding: 0px;
  text-indent: 5px;
  width: 133px;
}

.search_form input {
  background: transparent none repeat scroll 0%;
  border: medium none;
  color: #0000CC;
  font-family: Times New Roman,Times,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  height: 15px;
  margin: 0px 0px 0px 3px;
  width: 116px;
  text-indent: 5px;
  vertical-align: middle;
}

.search_box {
  padding-left: 7px;
}

.no_underline a {
  text-decoration: none;
  color: inherit;
}

/* @group articles search */

#articles_search_auto_complete {
  position: absolute;
  /*width: 556px;*/
  /*border: 1px solid #888888;*/
  margin: 0px;
  padding: 0px;
  z-index: 5;
}

#articles_search_auto_complete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  /*width: 550px;*/
  left: 0;
  background: url("../../images/section_background.png") repeat-y top;
  border: none;
}

#articles_search_auto_complete ul li.selected {
  font-weight: bold;
  background: #556688;
  color: white;
}

#articles_search_auto_complete ul li {
  border: 1px solid #888888;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 3px;
  padding-left: 5px;
  background-color: #556688;
  background: url(../images/section_background.png) repeat-y top;
  width: 550px;
}

/* @end */

/* @end */

.no-decoration, .no-decoration:link, .no-decoration:visited {
  text-decoration: none;
  color: inherit;
}

.no-decoration:hover {
  color: blue;
  text-decoration: underline;
}

#footer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 605px;
padding-left: 110px;
}

p a img { padding: 0em 1em; }

