/* ============================================================
|	BASIC ELEMENTS
============================================================ */

html
{
   margin: 0;
   padding: 0;
}

body
{
	height:100%;
	
	color: #426D00;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	font-size: 10pt;
	margin: 0 0 0 0; 

	margin-left: auto;
	margin-right: auto;

	background: url(null) fixed;
	background-color: #FFFFFF;
	background-image: url("./images/back.jpg");
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-base-color:      #000000;
	scrollbar-3dlight-color:   #FFFFFF;
	scrollbar-arrow-color:     #FFFFFF;
	scrollbar-darkshadow-color:#669966;
	scrollbar-face-color:      #007700;
	scrollbar-track-color:     #005500;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color:    #005500;}

a
{
	color: #2020E0;
	text-decoration: underline;
}
a:hover { color: #FFA040; }

form, input { margin: 0; padding: 0; }
a img
{ 
	border: 1px solid #FFC040;
}
a:hover img
{
	border: 1px solid #FF0000;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

table, tr, td
{
	color: #000;
	font-size: 10pt;
	text-align: left;
	vertical-alignment: top;
	border-collapse:collapse;
}

/* ============================================================
|	STANDARD HELPER CLASSES
============================================================ */
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

.mark
{
	BORDER-RIGHT: 1px outset;
	PADDING-RIGHT: 1px;
	BORDER-TOP: 1px outset;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: 1px outset;
	COLOR: #cccccc;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: 1px outset;
	FONT-STYLE: normal;
	WHITE-SPACE: nowrap;
	BACKGROUND-COLOR: #ff6622;
}
.mark A
{
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #ffffff;
	BORDER-RIGHT-WIDTH: 0px;
	TEXT-DECORATION: none;
}
.mark A:hover
{
	COLOR: #ffff00
}

.shortcut
{
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	text-align: center;
	width: 450px;
}
.shortcut-header
{
	font-weight: bold;
	background-color: #A0A0A0;
}
.shortcut-content
{
	background-color: #F0F0F0;
	color: #808080;
}
.shortcut-content a
{
}
.google_ads_bottom
{
	text-align: center;
	margin-bottom: 10px;
}

/* ============================================================
|	PAGE LAYOUT
============================================================ */

/* ------------------------------------------------------------
|	FOOTER
------------------------------------------------------------ */
.footer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#000000;
	color: yellow;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
.footer a
{
	color: #C0C0FF;
}

/* ------------------------------------------------------------
|	CONTAINER
------------------------------------------------------------ */
#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 100%;
	text-align: left;
/*
	background-image: url("../images/bgj.gif");
	background-color: #E0E0E0; 
*/
}
#container-inner { position: static; width: auto; text-align:center; }

/* ------------------------------------------------------------
|	PAGEBODY
------------------------------------------------------------ */
#pagebody
{
	position: relative;
	margin: 0 auto;
	width: 660px;
	/* text-align: left; */
	text-align: center;
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
}

#pagebody-inner { position: static; width: auto; }

/* ------------------------------------------------------------
|	BANNER
------------------------------------------------------------ */
#banner
{
	magrin: 0px;
	padding: 0px;
	position: relative;
	width: 800px;
	margin-bottom: 10px;
}
#banner-inner { position: static; width: auto; }
#banner a { color: #2020E0; text-decoration: none; }
#banner a:hover { color: #FF8080; }

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff;
	background: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.125;
	text-shadow: #36414d 0 1px 2px;
}

.banner-user
{
	margin-top: 5px;
	font-size: 10px;
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	border: 1px solid #fff;
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}

/* ------------------------------------------------------------
|	TOP TITLE
------------------------------------------------------------ */
#toptitle
{	
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Impact;
	font-variant: small-caps;
	font-size: 10pt;
	text-align: left;
	width: 100%;
	height: 80px;
	background: #FFFFFF url("title.gif") no-repeat fixed;

}

#toptitle a
{
	text-decoration: none;
	color: #2020E0;
}
#toptitle a:hover { color: #FF8080; }
#toptitle a img
{
	border: 0;
}

/* ------------------------------------------------------------
|	LEFT CONTAINER
------------------------------------------------------------ */
#left-container
{
	width: 160px;
	left: 0px;

	/* display: inline; /* ie win bugfix */
	text-align: left;
	vertical-align: top;

	table-layout: fixed;
	border-collapse:collapse;
}
#left-container-inner { position: static; text-align: center;}

/* ------------------------------------------------------------
|	RIGHT CONTAINER
------------------------------------------------------------ */
#right-container
{
	width: 140px;
	right: 0px;

	/* display: inline; /* ie win bugfix */
	text-align: left;
	vertical-align: top;

	table-layout: fixed;
	border-collapse:collapse;
}
#right-container-inner { position: static; text-align: center;}

/* ------------------------------------------------------------
|	MIDDLE CONTAINER
------------------------------------------------------------ */
#middle-container
{
	width: 500px;
	left: auto;
	right: auto;

	text-align: left;
	vertical-align: top;

	table-layout: fixed;
	border-collapse:collapse;
}
#middle-container-inner { position: static; padding-left: 1px; padding-right:1px; text-align: center;}

/* ------------------------------------------------------------
|	LEFT-MIDDLE CONTAINER
------------------------------------------------------------ */
#left-middle-container
{
	left: 0px;
	width: 640;

	text-align: left;
	vertical-align: top;

	table-layout: fixed;
	border-collapse:collapse;
	
}
#left-middle-container-inner { position: static; padding-right:1px; text-align: center; }

/* ------------------------------------------------------------
|	MIDDLE-RIGHT CONTAINER
------------------------------------------------------------ */
#middle-right-container
{
	left: 0px;
	width: 640;

	text-align: left;
	vertical-align: top;

	table-layout: fixed;
	border-collapse:collapse;
	
}
#middle-right-container-inner { position: static; padding-right:1px; text-align: center; }


/* ------------------------------------------------------------
|	CONTENT
------------------------------------------------------------ */
/* DATE */
.date-header
{
	position: static;
	clear: both;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

/* ENTRY */
.entry
{
	width: 100%;
	margin-bottom: 4px;
	
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
.entry-header
{
	padding: 2px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;

	color: #000000;
	background-color:#E0E0E0;

	text-align: left;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}
.entry-content
{
	padding: 5px;
	margin: 0;

	color:  #808080;
	background-color:  #FFFFFF;

	line-height: 1.5;
	position: static;
	clear: both;
	font-size:8pt;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
}
.entry-footer
{
	margin: 0px;
	padding: 2px 10px 2px 10px;
	font-size: 9px;

	color: #A0A0A0;
	background-color:  #FFFFFF;
	border-top: 1px solid #A0A0A0;

	text-align: right;
	clear: both;
}
.entry-excerpt,
.entry-body,
.entry-more
{
   clear: both;
}
.entry-more-link
{
   clear: both;
   font-weight: bold;
   font-size: 10px;
}

/* TRACKBACK */
#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	text-align: center;
	background: #e6ecf2;
}
.trackbacks
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 4px;
	
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	font-size:8pt;
	color:#e8e3d9;
	background-color:#808080;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
}
.trackbacks-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	border-left: 5px solid #FF0000;
	padding: 5px;
	color: #fff;
	background: #600000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.trackbacks-header a
{
   color: #FFFFFF;
}
.trackback-footer
{
	font-size: 9px;
	clear: both;
	margin: 2px 10px 2px 10px;
	margin-left: 10px;
	border-top: 1px solid #A0A0A0;
	color: #A0A0A0;
	text-align: right;
}
.trackback-content
{
	margin: 0;
	line-height: 1.5;
	clear: both;
	margin: 5px 10px;
	margin-left: 10px;
}
.trackbacks-info,
{
   clear: both;
   margin: 5px 10px;
}

/* COMMENT */
#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}
#comment-post
{
   font-weight: bold;
}
.comments
{
	/* border: 1px solid #000000; */
	margin-left: auto;
	margin-right: auto;

	position: static;
	overflow: hidden;
	clear: both;
	width: 80%;
	margin-bottom: 4px;

	font-size:8pt;
	color:#000000;
	/* background-color:#E0E0E0; */
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
}
.comments-content
{
	border: 1px solid #000000;
	background-color:#F0F0F0;
	color: #808080;
}
.comment-content
{
	margin: 0;
	margin-left: 10px;
	line-height: 1.5;
	clear: both;
	margin: 5px 10px;
}
.comment-footer
{
	border-top: 1px solid #A0A0A0;
	color: #A0A0A0;
	text-align: right;
	margin-left: 10px;
	font-size: 9px;
	clear: both;
	margin: 2px 10px 2px 10px;
}
.comments-open-footer
{
	clear: both;
	margin: 2px 10px 2px 10px;
	margin: 10px 0;
}

.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}
.archive-content
{
	clear: both;
	margin: 2px 10px 2px 10px;
}
.comments-open
{
	background-color:#E0E0E0;
	border: 1px solid #000000;
}
.comments-open label
{
	display: block; 
}
.comments-header,
.comments-open-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   /*border-left: 5px solid #FF0000;*/
   padding: 5px;
   color: #000000;
   background: #D0D0D0;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.comments-header a,
.comments-open-header a
{
   color: #FFFFFF;
}
.commenter-profile img { vertical-align: middle; }

/* ARCHIVE */
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 4px;
	
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	font-size:8pt;
	color:#e8e3d9;
	background-color:#FFFFFF;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
}

/* IMAGE */
img.image-full { width: 100%; }
.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}
.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}

/* modules */
.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 4px;
	font-size: 8pt;
	color: #808080;
	background-color: #FFFFFF;
	border:	1px solid #000000;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;

	margin: 0 0 10px 0;

}
.module-content
{
   position: relative;
   margin: 2px 5px 2px 2px;
   font-size: 8pt;
}
.module-list,
.archive-list
{
	padding: 2px;
	list-style: none;
	color: #808080;
	margin: 0 15px;
	list-style: disc;
	font-size: 8pt;
}
.module-list-item
{
	padding: 0px;
	color: #808080;
	margin-bottom: 2px;
}

.module-presence img { vertical-align: middle; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}

.module-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #000000;
   padding: 5px;
   color: #000000;
   background: #C0C0C0;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.archive-header a
{
   color: #808080;
}

.goto-top
{
	text-align: left;
	margin-bottom: 4px;
	font-size: 8pt;
	color: #808080;
	background-color: #FFD0D0;
	border:	1px solid #000000;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	padding: 4px;
}

/* ------------------------------------------------------------
|	NAVIGATOR
------------------------------------------------------------ */
.content-nav
{
	width: 80%;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	border-collapse:collapse;
}
.content-nav-header
{
	width:100%;
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
	border-collapse:collapse;
	padding-bottom:2px;
}
.content-nav-header a
{
	color: #FFFF00;
	text-decoration: none;
	font-size: 8pt;
	border-collapse:collapse;
	padding-bottom:2px;
}
.content-nav-content
{
	width:100%;
	text-align: center;
	background-color: #FCFFAF;
	font-size: 8pt;
	border-collapse:collapse;
	padding-top:2px;
}
.content-nav-content a
{
	color: #0000ff;
	font-size: 8pt;
	border-collapse:collapse;
	padding-top:2px;
}

/* ------------------------------------------------------------
|	SEARCH [MODULE]
------------------------------------------------------------ */
.module-search input { font-size: 9px; }
.module-search #search { width: 95px; }


/* ------------------------------------------------------------
|	POWERED [MODULE]
------------------------------------------------------------ */
.module-powered { border-width: 0;}
.module-powered .module-content
{
	margin: 0px;
	padding: 2px;
	border: 1px solid #000000;
	padding-bottom: 10px;
}

/* ------------------------------------------------------------
|	SHOPPING [MODULE]
------------------------------------------------------------ */
.module-shopping { text-align: center; }

/* ------------------------------------------------------------
|	MMT CALENDAR
------------------------------------------------------------ */
.module-mmt-calendar .module-content table,

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}

/* calendar tweaks */

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #808080;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* ------------------------------------------------------------
|	CALENDAR
------------------------------------------------------------ */
.module-calendar .module-content table { font-size: 10px; }

#calendar
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;

	color: #808080;

	padding: 0px;
	text-align: center;
}

#calendar table
{
	padding: 0px;
	border-collapse: collapse;
}

#calendar caption
{
	color: #808080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

#calendar th
{
	color: #808080;
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
}

#calendar td
{
	color: #808080;
	text-align: center;
	font-size: 8pt;
	width: 17px;
	padding: 1px;
}

#calendar a
{
	COLOR: #2020E0;
}
#calendar a:hover
{
	color: #FFA040;
}

/* ------------------------------------------------------------
|	WARNING MESSAGE
------------------------------------------------------------ */
.warning_javascript
{
	font-size:20pt;
	color:#000000;
	background-color:#FF0000;
	font-weight:bold;
	height:80px;
	text-align:center;
	vertical-align: middle;
}

/*----------------------------------------|
|                  dTree                  |
|----------------------------------------*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	COLOR: #2020E0;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FF0000;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: #000000;
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

/* ------------------------------------------------------------
|	CUSTOM
------------------------------------------------------------ */
#page-base
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0px;
/*
	background-color:#A0A0A0;
	background-image: url("bg.gif");
*/
	text-align: center;
}
#page-title
{
	color: #ffffff;
	background-color:#A7BF52;
	font-family: Arial, Verdana, sans-serif;
	font-variant:small-caps;
	font-size:18pt;
	padding: 2px;
	border: 0px solid #000000;
	margin: 2px;
	
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.column
{
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	width: 600px;
	text-align: left;
	/*background-color:#EAFF76;*/
	border:	1px solid #E9CB44;
	padding: 5px;
}
.column-header
{
	font-size: 12pt;

	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	border:  1px solid #C5A929;
	padding: 4px 4px 4px 10px;

	color: #000000;
	/*background-color: #EAFF76;*/
	color: #80A080;
	text-align: left;
	text-transform: uppercase;

	text-align: left;
	font-variant:small-caps;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;

	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
.column-body
{
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	border:	1px solid #000000;
	padding: 4px;

	color:#808080;
	background-color: #FFFFFF;
	text-align: left;

	font-size:9pt;
	font-family: Verdana, Arial, sans-serif;
}
.module-description
{
	padding: 4px;
	background-color: #A08080;
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
}

/* ------------------------------------------------------------
|	TABLE
------------------------------------------------------------ */
.tbl
{
	border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #808080;
	margin-left: auto;
	margin-right: auto;
	color: #808080;
}
.tbld0
{
	color: #808080;
	border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.tbld1
{
	color: #808080;
	border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #D0D0D0;
	padding: 2px;
}
.tbld2
{
	color: #808080;
	border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #E0E0E0;
	padding: 2px;
}

/* ------------------------------------------------------------
|	MENUBAR
------------------------------------------------------------ */
#menubar
{
	z-index: 10;
	width:100%;
	background-color:#CAD997;
	color:#557744;
	font-size:9pt;
	font-weight:bold;
/* vvv IE7 vvv */
	position: fixed;
	bottom:0px;
	left:0px;
/* ^^^ IE7 ^^^ */
/* vvv IE6 vvv */
/*
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop +document.documentElement.offsetHeight-25));
	left: 0px;
*/
/* ^^^ IE6 ^^^ */

	text-align:left;
	padding-left:10px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
#menubar a
{
	text-decoration:none;
}
#menubar a:hover
{
	background-color: #FF4040;
	color: #000000;
}

