.note {
	font-size: 12px;
	font-weight: normal;
}
.forum_topic{
  color:#727272;
  font-size: 14px;
  font-family: helvetica;
 vertical-align: top;
}

.forum_subtitle{
  font-family: helvetica;
 vertical-align: top;
}

.forum_body{
  color:#000000;
  font-size: 12px;
  font-family: times;
 vertical-align: top;
}
.forum_layout_image {
  float: right;
  width: 400px;
  margin: 10px 10px 10px 10px;
 vertical-align: top;
}


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; }
#username {text-align: right;}
#add_link {margin-left: 400px;}

.button	
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1px 2px;
  border-top: 1px solid #3399FF;
  border-right: 1px solid #003399;
  border-bottom: 1px solid #003399;
  border-left: 1px solid #3399FF;
  background-color: #006699;
  vertical-align: middle;
}
.button:link
{
  text-decoration: none;
  color: #FFFFFF
}
.button:visited
{
  text-decoration: none;
  color: #FFFFFF
}
.button:hover
{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0099CC;
}
.button:active
{
  text-decoration: none;
  color: #0099CC;
  background-color: #FFFFFF;
}
.del_btn
{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1px 2px;
  border-top:    1px solid #e08080;
  border-right:  1px solid #f06020;
  border-bottom: 1px solid #f06020;
  border-left:   1px solid #e08080;
  background-color: #ff0000;
  vertical-align: middle;
}
.del_btn:hover
{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #ff8040;
}
textarea.autosize 
{
  width:300px;
  height:100px;
}
.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;
        }
a.img_view	{
	background-image: url('../img/view_n.gif');
	  background-repeat: no-repeat;
	text-decoration: none;
	}
a.img_view:hover	{
	background-image: url('../img/view_h.gif');
	  background-repeat: no-repeat;
	text-decoration: none;
	}
a.img_sync	{
	background-image: url('../img/sync_n.gif');
	  background-repeat: no-repeat;
	text-decoration: none;
	}
a.img_sync:hover	{
	background-image: url('../img/sync_h.gif');
	  background-repeat: no-repeat;
	text-decoration: none;
	}
a.img_del	{
	background-image: url('../img/delete_n.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	}
a.img_del:hover	{
	background-image: url('../img/delete_h.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	}
