@import url('global.css');
@import url('forms.css');
@import url('scroller.css');
@import url('checklist.css');
/* Mint Blue Theme */
div#wrapper
{
  position: relative;
  width: 880px;
  height: 100%;
  margin: 0 auto;
}

div#header
{
  position: relative;
}

div#header div#sub
{
  position: relative;
  height: 52px;
  background: url('../images/green-tile-bg.png') repeat-x;
}

div#search
{
  position: absolute;
  top: 15px;
  right: 10px;
}

div#navigation
{
  position: absolute;
  top: 0;
  right: 0;
}

div#labels
{
  position: absolute;
  top: 140px;
  right: 40px;
}

div#content
{
  padding: 0.2em 0.5em;
}
      
div#footer
{
  width: 100%; /* Needed for IE Browsers */
  position: relative;
  border-top: 5px #aaa solid;
  bottom: 0;
  padding: 0.5em 0.2em;
  text-align: right;
}

/* Copyright Notice Text */
div#footer span.copyright
{
  position: relative;
  top: 0;
  left: 0;
  float: left;
}

div#footer img
{
  vertical-align: middle;
}

input.search_btn
{
  margin-left: 0.3em;
  vertical-align: middle;
}

input.search_field
{
  width: 200px;
  font-size: 13px;
  font-weight: bold;
  padding: 0.395em 0 0 0;
  background: url('../images/search-field-tile-bg.png') repeat-x;
  border: none;
  height: 22px;
}

span.search_field input, span.search_field img
{
  float: left;
}

div.grail
{
  width: 99.8%;
  float: left;
}

div.grail div.grail-column
{
  width: 28%;
  float: left;
  margin: 0.975em 0;
  position: relative;
  min-height: 250px;
  padding: 0 0 0 1em;
  border-left: 3px solid #cec;
}

div.grail div.grail-column h3
{
  font-size: 14pt;
  padding: 0;
  color: #00377c;
}

div.grail div.grail-column ul
{
  padding: 0;
}

div.document h1
{
  padding: 1em 0;
}

div.document p
{
  width: 93%;
}

div.document
{
  float: left;
  margin-bottom: 1em;
}

div.left-sub-column
{
  padding: 1em 0 0 0;
  width: 180px;
  float: left;
}

div.left-sub-column div.column-heading
{
  padding: 0.395em 0.875em;
  height: 20px;
  color: #fff;
  font-weight: bold;
  background: url('../images/blue-heading.png') repeat-x;
}

div.left-sub-column ul li
{
  display: block;
  padding: 0.2em;
  border-bottom: 1px dotted #aaa;
}

div.left-sub-column
{
  float: left;
}

div.left-column
{
  width: 660px;
  float: left;
  clear: both;
}

.clear
{
  clear: both;
}

/* Navigation */
ul#nav
{
  position: absolute;
  top: 20px;
  right: 0;
}

ul#nav li
{
  display: inline;
  padding: 0.5em 0.5em 0.5em 0;
  background: url('../images/menus/black/2px_green_divider.png') bottom right no-repeat;
  vertical-align: bottom;
  font-weight: bold;
}

ul#nav li.foot
{
  background: none;
}

ul#nav li a
{
  color: #fff;
  font-size: 11pt;
  padding: 0 0 0.5em 0;
}

ul#nav li a:hover, ul#nav li a.current
{
  text-decoration: none;  
  background: url('../images/menus/black/white_tri.png') no-repeat center bottom; 
}

li.summary
{
  width: 90%;
  padding: 1em 0.3em;
  margin: 0.3em 0;
  background: #EBEBEB;
}

ul#article_list li:hover
{
  cursor: move;
}

ul.articles li
{
  margin: 0.7em 0.2em;
}

.notice
{
  font-weight: bold;
  color: green;
}

.warning
{
  font-weight: bold;
  color: #ff0000;
}

div#menu
{
  padding: 0.2em 0.5em;
}

div#menu ul li a
{
  color: #fff;
}

div#menu ul li
{
  padding: 0.9em 0.4em;
  display: inline;
}

.column-admin-links
{
  width: auto; 
  position: absolute; 
  bottom: 0; 
  margin: 0;
}

h2.list-header
{
  margin-left: -1em;
}