html {
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
}



body
{
   font-family: arial;
}



.box_box {
   border: 1px solid rgb(200, 200, 200);
   overflow: hidden;
   padding: 0px;
   margin: 10px;
}


.box_titlebar {
   height: 20px;
   margin: 0px;
   padding: 0px;
   background-image: url(/assets/box_title_bg.jpg);
   background-repeat: repeat-x;
}


.box_title {
   margin: 0px 0px 0px 5px;
   color: white;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   vertical-align: middle;
}


.box_contents {
   overflow: hidden;
   padding: 5px;
   margin: 0px;
   color: black;
   font-family: arial;
   font-size: 10px;
}


.left_sidebar_box {
   border-top-style: none;
   border-left-style: none;
   border-right-style: none;
   border-bottom: 3px groove rgb(220,220,220);
   overflow: hidden;
   padding: 0px;
   margin: 10px;
}


.left_sidebar_titlebar {
   height: 20px;
   margin: 0px;
   padding: 0px;
}


.left_sidebar_title {
   margin: 0px 0px 0px 5px;
   color: black;
   font-family: arial;
   font-weight: bold;
   font-size: 12px;
   vertical-align: middle;
}


.left_sidebar_text {
   overflow: hidden;
   padding: 5px;
   margin: 0px;
   color: black;
   font-family: arial;
   font-size: 10px;
   }


.icon {
   border: 0px;
}


.news {
   margin-bottom: 5px;
   color: #555555;
   font-family: arial;
   font-size: 12px;
}


.tidbits {
   margin-bottom: 5px;
   color: #555555;
   font-family: arial;
   font-size: 12px;
}


.news_date {
   color:#999999;
   font-size: 10px;
}


.links {
   font-size: 11px;
   margin-bottom: 5px;
}



.hidden { display: none; }
.unhidden { display: block; }



.enhanced { background-color:#b0c4de; border-style: solid; border-width:1px; border-color:#777777; padding:5px; }
.non-enhanced { background-color:#ffffff; border: none; padding: 0px; }



.strong { font-weight:bold; }
.non-strong { font-weight:normal; }



.this_item
{
   color: #ff8400;
}



a
{
   target: _blank;
}



a.menulinks:link {color: #555555; text-decoration: none;}
a.menulinks:visited {color: #555555; text-decoration: none;}
a.menulinks:hover {color: #555555; text-decoration: underline}
a.menulinks:active {color: #ff8400; text-decoration: none;}

a.navigation:link {color: #555555; text-decoration: none;}
a.navigation:visited {color: #555555; text-decoration: none;}
a.navigation:hover {color: #555555; text-decoration: none}
a.navigation:active {color: #ff8400; text-decoration: none;}


a.moreinfo
{
  font-size: 8pt;
}



address
{
   font-size: 12px;
   font-style: normal;
   font-family: arial;
   margin: 3px 3px 3px 3px;
   color: #888888;
}



footer
{
   color: black;
   width: 100%;
   font-family: arial;
   text-align: center;
   font-size: 8pt;
   font-style: normal;
   position: absolute;
   margin-top: 10px;
   margin-bottom: 0px;
   vertical-align: middle
}



h1
{
   color: black;
   font-family: arial;
   font-weight: bold;
   font-size: 14pt;
   text-align: left;
}



h2
{
   color: black;
   font-family: arial;
   font-weight: bold;
   font-size: 12pt;
   text-align: left;
}



h3
{
   color: black;
   font-family: arial;
   font-weight: bold;
   font-size: 10pt;
   margin-top: 0px;
   margin-bottom: 5px;
   text-align: left;
}



img
{
   border: 0;
}



li {
   margin-bottom: 5px;
   color: black;
   font-family: arial;
   font-style: normal;
   font-size: 10pt;
}   	



p {
   color: black;
   font-family: arial;
   font-style: normal;
   font-size: 10pt;
}



p.menulinks {
   color: #555555;
   text-align: right;
   margin-right: 5px;
   margin-top: 2px;
   margin-bottom: 0px;
   font-size: 8pt;
}



p.normaltext
{
}



p.submenulinks
{
   margin-top: 5px;
   margin-bottom: 5px;
}



nav.menu
{
   font-family: arial;
   text-align: center;
   color: #555555;
   font-size: 8pt;
   font-style: normal;
   margin-top: 2px;
   margin-bottom: 2px;
   vertical-align: middle
}



p.tab
{
   text-align: center;
   color: #555555;
   font-size: 9pt;
   font-style: normal;
   font-weight: bold;
   margin-top: 8px;
   cursor: pointer;
}



select
{
   font-size: 8pt;
}



table
{
   border: 1px solid black;
   table-layout: fixed;
   font-size: 10px;
   font-style: normal;
}



td
{
   cursor: pointer;
   padding: 5px;
   text-align: center;
   vertical-allign: middle;
   border-bottom: 1px solid #ddd;
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
}



td:hover
{
    background-color: #bbb
}



th
{
   font-weight: bold;
   border-bottom: 1px double black;
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
}