.body
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 11px;
   color: #000000;
   margin: 8px;
}


td
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 11px;
   color: #000000;
   border-left: none;
   border-right: 1px solid #A0A0A0;
   border-bottom: 1px solid #C0C0C0;
}


th
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #A6A08D;
   border-left: none;
   border-right: 1px solid #808080;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #808080;
}

td.inside
{
   background-color: #F0F0F5;
   border: none;
}


td.category
{
   background-color: #EFE7E7;
   border-right: none;
}


td.toprow
{
   background-color: #CCD5D7;
   padding: 0px;
   border-top: none;
   border-left: none;
   border-right: none;
}


td.topicrow1
{
   border-top: 2px solid #CCD5D7;
   border-bottom: none;
}


td.topicrow2
{
   background-color: #E2E6E8;
   border-top: 2px solid #CCD5D7;
   border-bottom: none;
}


td.topicrow3
{
   background-color: #DBDFE3;
   border-top: 2px solid #CCD5D7;
   border-bottom: none;
}


td.topicrow4
{
   background-color: #D3D8DC;
   border-top: 2px solid #CCD5D7;
   border-bottom: none;
}


td.posttoprow
{
   background-color: #CCD5D7;
   padding: 0px;
   border-top: 1px solid #FFFFFF;
   border-left: none;
   border-right: none;
}


td.postrow1
{
   padding: 8px;
}


td.postrow2
{
   padding: 8px;
   background-color: #DDE5E7;
}


td.poll
{
   background-color: #DDE5E7;
   border: none;
}


td.buttonrow
{
   background-color: #CCD5D7;
   padding: 0px;
   border: none;
}


td.selectedrow
{
   background-color: #C0D8F0;
}


td.userinfo
{
   font-size: 10px;
   border: none;
}


td.code
{
   font-family: Courier New,monospace;
   color: #7B6B5A;
   background-color: #F8F8F8;
   border: 1px solid #C0C0C0;
   padding: 8px;
}


td.clean
{
   border: none;
}

.popup
{
   position: absolute;
   padding: 8px;
   width: 180px;
   background-color: #F6F6F6;
   background-image: url(menu_bg.gif);
   background-repeat: repeat-y;
   border: solid 1px;
   display: none;
   z-index: 100;
   filter: progid:DXImageTransform.Microsoft.Fade(duration=0.25,overlap=0.25) progid:DXImageTransform.Microsoft.Shadow(color=#808080, direction=135, strength=4);
}


.popup2
{
   position: absolute;
   padding: 8px;
   width: 180px;
   background-color: #F6F6F6;
   border: solid 1px;
   display: none;
   z-index: 100;
   filter: progid:DXImageTransform.Microsoft.Fade(duration=0.25,overlap=0.25) progid:DXImageTransform.Microsoft.Shadow(color=#808080, direction=135, strength=4);
}


.menuitem
{
   font-size: 10px;
   width: 180px;
   height: 16px;
   padding: 2px;
   display: block;
}


.menuitemdisabled
{
   font-size: 10px;
   width: 180px;
   height: 16px;
   padding: 2px;
   display: block;
}


.menuseparator
{
   font-size: 1px;
   width: 180px;
   height: 1px;
}


.currentlocation
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 12px;
}


.statusmessage
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: #800000;
}


.statusline
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 10px;
   text-align: center;
   color: #707070;
}


.titlebar
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}


.toolbarbutton
{
   background-image: url(toolbar_bg.gif);
   width: 23px;
   height: 23px;
   border: none;
}


.toolbarseparator
{
   background-image: url(toolbar_bg.gif);
   width: 6px;
   height: 23px;
   border: none;
}


.texteditorenhanced
{
   font-size: 12px;
   background-color: #FFFFFF;
   height: 300px;
   width: 576px;
   padding: 8px;
   border: 1px inset #A0A0A0;
   overflow: scroll;
}


q
{
   display: block;
   background-color: #F8F8F8;
   border: 1px solid #C0C0C0;
   padding: 8px;
   padding-left: 16px;
}


.textbox
{
   border: 1px inset #808080;
}


.emoticontable
{
   background-color: #F0F0F0;
   border: 1px solid #808080;
}


.pmtoolbar
{
   text-align: right;
   background-color: #CCD5D7;
   width: 100%;
}


.publiceventtime
{
   font-size: 10px;
   background-color: #84BCE6;
   padding: 2px;
}


.publicevent
{
   padding: 2px;
   background-color: #97C7EA;
}


.privateeventtime
{
   font-size: 10px;
   background-color: #9AEB78;
   padding: 2px;
}


.privateevent
{
   padding: 2px;
   background-color: #ADEF92;
}


.fieldname
{
   width: 40%;
   vertical-align: top;
}


a
{
   text-decoration: none;
}


a:link
{
   font-weight: bold;
   color: #0060B0;
}


a:visited
{
   font-weight: bold;
   color: #003070;
}


a:hover
{
   text-decoration: underline;
}

a.logout:link
{
	font-family: Helvetica Regular,sans-serif;
	font-size: 10px;
	color: #988c80;
	text-decoration: none;
}

a.logout:visited
{
	font-family: Helvetica Regular,sans-serif;
	font-size: 10px;
	color: #988c80;
	text-decoration: none;
}


a.nummessages:link
{
}


a.nummessages:visited
{
}


a.currentlocation:link
{
}


a.currentlocation:visited
{
}


a.category:link
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 14px;
   color: #7B6B5A;
}


a.category:visited
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 14px;
   color: #7B6B5A;
}


a.forum:link
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 12px;
}


a.forum:visited
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 12px;
}


a.navbutton:link
{
   font-family: Tahoma,sans-serif;
   font-size: 11px;
   color: #004080;
}


a.navbutton:visited
{
   font-family: Tahoma,sans-serif;
   font-size: 11px;
   color: #004080;
}


a.userlocation:link
{
   font-size: 10px;
}


a.userlocation:visited
{
   font-size: 10px;
}


a.username:link
{
   color: #7B6B5A;
}

a.username:visited
{
   color: #7B6B5A;
}


a.userselected:link
{
   background-color: #000080;
   color: #FFFFFF;
}


a.userselected:visited
{
   background-color: #000080;
   color: #FFFFFF;
}


a.userselected:hover
{
   text-decoration: none;
}


a.typo:visited
{
   color: #800000;
}


a.foldernormal
{
   font-family: Helvetica Regular,sans-serif;
   font-size: 11px;
}


a.folderselected:link
{
   background-color: #000080;
   color: #FFFFFF;
}


a.folderselected:visited
{
   background-color: #000080;
   color: #FFFFFF;
}


a.folderselected:hover
{
   text-decoration: none;
}


a.menuitem:hover
{
   text-decoration: none;
   background-color: #000080;
   color: #FFFFFF;
}


a.menuitemdisabled
{
   color: #808080;
}


a.menuitemdisabled:visited
{
   color: #808080;
}


a.menuitemdisabled:hover
{
   text-decoration: none;
   background-color: #000080;
   color: #808080;
}
div.header
{
	background-image: url('../../images/menu_background.png');
	width: 984;
	height: 142;
}

div.login
{
	background-image: url('login_background.png');
	width: 310;
	height: 350
}

td.header_logo
{
	height:60;
	width:160;
	border: none;
}
img.clean
{
	border: none;
}
td.menu1_itm
{
	height: 35;
	width:50;
	border: none;
}
td.menu1_itm_last
{
	height: 35;
	width:573;
	border: none;
}
td.menu2_itm
{
	height: 35;
	width:50;
	border: none;
}
td.menu2_input
{
	font-family: Helvetica Regular,sans-serif;
	font-size: 11px;
    color: #988c80;
	height: 35;
	width: 370;
	border: none;
}

.textbox_header
{
	border: 1px inset #988c80;
}
td.menu2_chkbx
{
	font-family: Helvetica Regular,sans-serif;
	font-size: 11px;
    color: #988c80;
	height: 35;
	width: 130;
	border: none;
}
td.menu2_itm_last
{
	height: 35;
	width:30;
	border: none;
	padding-top: 5px;
}

td.menu2_btn
{
	height: 35;
	width: 80;
	border: none;
}

td.menu2_itm_logout
{
	height: 25;
	border: none;
}

td.tbl_head
{
	height: 32;
	background-color: #7E6E5A;
	color: #FFFFFF;
	border: none;
}
td.tab
{
	background-color: #EFE7E7;
	color: #988c80; 
	border: solid;
}
td.tab_selected
{
	background-color: #A6A08D;
	color: #FFFFFF; 
	border: solid;
}

.submit_button
{
	background-color:#7E6E5A;
	color:#FFFFFF;
	border:none;
	padding:2px 6px 1px 6px;
	width:60px;
	font-size:12px;
	cursor: hand;
}

td.login_header2
{
	color: #7E6E5A;
	font-family: Helvetica Regular,sans-serif;
	font-size: 12px;
	border: none;
	height: 50;
	width: 120;
}
.login_textbox
{
   border: 1px solid #E7DEDE;
}
a.login_link
{
	font-family: Helvetica Regular,sans-serif;
    font-size: 11px;
	color: #7E6E5A;
	text-decoration: underline;
}

a.login_link:visited
{
	font-family: Helvetica Regular,sans-serif;
    font-size: 11px;
	color: #7E6E5A;
	text-decoration: underline;
}

.login_button
{
	background: #84866B; 
	width: 70; 
	height: 30;
	border: solid 1px #FFFFFF; 
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
}
td.forgot1
{
	background-color: #7E6E5A;
	width: 100%;
	border: none;
	
}
td.forgot2
{
	background-color: #EFE7E7;
	width: 100%;
	font-family: Helvetica Regular,sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #7E6E5A;
	height: 30;
	border: none;
	
}
td.forgot3
{
	background-color: #F7F3EF;
	width: 100%;
	height: 60;
	font-family: Helvetica Regular,sans-serif;
    font-size: 11px;
	color: #7E6E5A;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 10px;
	border: none;
}
.send_button
{
	background: #84866B; 
	width: 70; 
	height: 20;
	border: solid 1px #FFFFFF; 
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
}