﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: padding: 0px;
}

input, select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: padding: 0px;
}

a 
{   text-decoration: none; 
    color: #0000bb;
    font-family: Verdana;
}

a:hover
{
    color: Red 
}

a:hover.body
{
    text-decoration: underline;
    color: Red 
}
    
#main 
{
	padding: 10px;
}


#title_div 
{
	font-family: Times New Roman;
	font-size: 28px;
}

#category_div 
{
	display: inline;
	width: 50px;
	vertical-align: top;
}

#header_img_div 
{
	display: inline;
	vertical-align: top;
}

.body 
{
	font-family: Verdana;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: normal;
    text-align: left;
}

.menu 
{
	line-height: 20pt;
}

.menustatic
{
    display:block;
    height: 29px;
    width: 120px;
    text-align: left;
    text-indent: 7px;
}   

.menudynamic
{
    display: block;
    height: 29px;
    width: 150px;
    text-align: left;
    text-indent: 8px;
}   

a.breadcrumb 
{
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.current_node 
{
	color: #CC0000;
	font-size: 9px;
}

.content_edit 
{
	color: #000;
	text-decoration: none;
}

.title 
{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
}

.homepage 
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.footer_top
{
    border-width: thin;
    border-color: #808080;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    padding: 0px 37px 0px 0px;
    border-top-style: dotted;
    width: 60%;
}

.footer_bottom
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	padding: 0px 10px 0px 0px;
}

h1  {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12pt; 
     font-weight: bold; 
     padding-bottom: 0pt
 }

h2  {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11pt; 
     margin-bottom: 0pt
 }

h3  {
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 11pt; 
     margin-bottom: 0pt
     }

h4 {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

h5 {
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	color: #404040;
}

h6 {
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	line-height: 12px;
}

img {
	border: 0px;
}

#bodytext a  
{
    color: #666; 
    text-decoration: underline; 
}

ul 
{
  list-style-type: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11pt 
}

li 
{
  background: padding-left: 15px; 
  margin-bottom: 10px;
}

.ConfirmMessage 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  background-color: #636466; 
  color: #fff; 
  line-height: 16pt;
  padding: 6px; 
}

.tabletext
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding: 0px 15px 0px 0px;
}

.tablecaption
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding: 0px 15px 0px 0px;
}

.tablehead 
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  background-color: #FFCD66; 
  color: #000000;
}

.tablebody 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  vertical-align: top
}

/* Styles for tables of data */
.dataTable { }
.dataTable td, .dataTable caption { border-bottom: 0px solid #ccc; }
.dataTable td, .dataTable th { padding: 3px; font-size: 12px}
.dataTable th, .dataTable th a
{
    color: #000000;
}
.dataTableBottom td 
{ 
    border-bottom: 0px;
}

/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */
.dataTable .total td {
  font-weight: bold;
}
.dataTable .special td { color: #CC9900; }

/* Styles for tables of Catalogs */
.catalogTable { }
.catalogTable td, .catalogTable caption { border-bottom: 1px solid #ccc; }
.catalogTable td, .catalogTable th { padding: 3px; font-size: 12px}
.catalogTable th,.catalogTable th a { color: #fff; }
.catalogTableBottom td { border-bottom: 0px;}

/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */
.catalogTable .total td {
  font-weight: bold;
}
.catalogTable .special td { color: #CC9900; }

/* Apply to all tables */
th, caption
{
    background-color: #333399;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 3px;
}
.primary, .primary td, .primarybold, .primarybold td {
  vertical-align: top;
}

.primarybold, .primarybold td 
{
  font-weight: bold;
}

.alternate, .alternate td 
{
  background-color: #efeff0;
  vertical-align: top;
}

.pictures 
{
  padding-left: 5px; 
  padding-bottom: 10px; 
  padding-right: 10px;
}
  
.bodyindent
{
	font-family: Verdana;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: normal;
    text-align: left;
    margin-left: 3em;
}
