img	{ border: 0;}
body {font-size: 12px;}
td,th {text-align: left;}
#container
{
  width: 90%;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  border: 1px solid gray;
  line-height: 130%;
}
#top
{
  padding: .5em;
  background-color: #ddd;
  border-bottom: 1px solid gray;
}
#content h1
{
  padding: 0;
  margin: 0;
}
#leftnav
{
  float: left;
  width: 132px;
  margin: 0;
  padding: 1em;
  border-right: 1px solid gray;
}
#leftnav ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#leftnav li a	{
	display: block;
	 margin: 0 3px 0 0;
	 font-weight: normal;
	 padding: 0;
	 padding: 2px 3px 3px;
	 border-top: 1px solid #FFFFFF;
	 border-right: 1px solid #999999;
	 border-bottom: 1px solid #999999;
	 border-left: 1px solid #FFFFFF;
	 color: #333333;
	 background: #CCCCCC;
	 text-decoration: none;
	 width: 98px;
	}
#leftnav li a:hover	{
	font-weight: normal;
	 background: #0099CC;
	 color: #fff;
	 text-decoration: none;
	}

.menu_header	
{
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#content
{
  margin-left: 160px;
  padding: 1em;
}
#footer
{
  clear: both;
  margin: 0;
  padding: .5em;
  color: #333;
  background-color: #ddd;
  border-top: 1px solid gray;
}
#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.tinytext
{
  font-size: 9px;
  font-family: helvetica;
}
/** 
* Paging
**/
.pg_first_d     {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_first_d.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
.pg_prev_d      {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_prev_d.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
.pg_next_d      {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_next_d.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
.pg_last_d      {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_last_d.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_first_n    {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_first_n.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_first_n:hover      {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_first_h.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_prev_n     {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_prev_n.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_prev_n:hover       {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_prev_h.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_next_n     {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_next_n.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_next_n:hover       {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_next_h.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_last_n     {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_last_n.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_last_n:hover       {
        display: block;
         width: 16px;
         height: 16px;
         background-image: url(../img/p_last_h.gif);
         background-repeat: no-repeat;
         background-position: top left;
        }
a.pg_link_current_page  {
        color: black;
         display: none;
        }
a.pg_link_not_current_page      {
        font-size: 13px;
         text-decoration: none;
         color: #FFFFFF;
         padding: 1px 2px;
         border-top-width: 1px;
         border-right-width: 1px;
         border-bottom-width: 1px;
         border-left-width: 1px;
         border-top-style: solid;
         border-right-style: solid;
         border-bottom-style: solid;
         border-left-style: solid;
         border-top-color: #3399FF;
         border-right-color: #003399;
         border-bottom-color: #003399;
         border-left-color: #3399FF;
         background-color: #006699;
         vertical-align: middle;
        }

