/*
====================================================================================
THEME VERSION:	3.4
IMPORTANT NOTE:

IMAGES - NOTE!
I placed all the image references in the following file to make changing
the paths easier. So i have to import this file:
====================================================================================

*/

@import url(images.css);

/*
====================================================================================
REDEFINED HTML OBJECTS
====================================================================================
*/

a {
	font-weight: bold;
	color: #888888;
	text-decoration : none;
}

a:hover {
	color: #CC0000;
	text-decoration : none;
}

body {
	color: #444444;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

TD {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

TH {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


H1 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

H2 {
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

H3 {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

option {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

textarea {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

select {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

input, submit {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}


/*
====================================================================================
LAYOUT OPTIONS - Styles to replace Table Formatting
====================================================================================
*/
.bannerbg{
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
}
.damtables {
	padding-right: 20px;
	margin-bottom: 20px;
	width: 98%;
}

#leftblocks {
	width: 18%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	vertical-align: top;
	white-space: normal;
}

#contentblock
{
	width: 64%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	
	border-top: #DDDDDD;
	border-right: #EEEEEE;
	border-bottom: #EEEEEE;
	border-left: #DDDDDD;
	background: #FAFAFA;
	border-width: 1px 1px 1px 1px;
	border-style: solid;

	font-size: 12px;
	vertical-align: top;
	white-space: normal;
}

#rightblocks
{
	width: 18%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
	white-space: normal;
}



/*
====================================================================================
HEADER OPTIONS
====================================================================================
*/

#header-imagebar {
	width: 100%;
	height: 20px;
}

.sitebanner-left {
	font-size: 30px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.sitebanner-middle {
	font-size: 30px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.sitebanner-right {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.headertext {
}

#header-textbar {
	width: 100%;
	height: 50px;
}


.header-textbar-left {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	white-space: nowrap;
}

/*
.header-textbar-right {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}
*/

.header-datestamp {
	color: #EEEEEE;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}

.header-links {
	color: #EEEEEE;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}
.header-links a { color: #FFFFFF; }
.header-links a:hover {	color: #CC9999;}




/*
====================================================================================
STORY OPTIONS
====================================================================================
*/

#story-block {
}


.story-header {
	
	height: 25px;
/*	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px; */
	margin-bottom: 4px;
}

	.story-date {
		color: #888888;
		font-size: 10px;
		font-family: "Lucida Grande", arial, sans-serif;
		white-space: nowrap;
		float: left;
		vertical-align: middle;
	}
	
	.story-options {
		color: #888888;
		font-size: 10px;
		font-family: "Lucida Grande", arial, sans-serif;
		text-align: right;
		white-space: nowrap;
		float: right;
	}


.story-body {
	white-space: nowrap;
}

.story-image {
	width: 50px;
	float: left;
	margin-top: -2px;
}

.story-text {
	color: #888888;
	font-size: 11px;
	font-family: "Lucida Grande", arial, sans-serif;
	margin-top: 5px;
	margin-left: 50px;
	white-space: normal;
}

.storytitle {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

.storybyline {
	font-size: 11px;
	font-family: "Lucida Grande", arial, sans-serif;
}

.storycontent {
	color: #333333;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.storyinfo {
	color: #888888;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}


.featuredstorytitle {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-top: 3px;
}



.welcomeblock {
	color: #000000;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.story-footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
/*	
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
*/
}

/*
====================================================================================
BLOCK OPTIONS
====================================================================================
*/
.block {
	font-size: 10px;
	color: #666666;
	margin-bottom: 15px;
}

.blocktitle
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#boption {
	color: #999999;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#boption:hover {
/* Used in images.css */
}

#boption:hover a {
	color: #CC0000;
}

#boption-off {
	color: #CC9999;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/btn-on.gif);
	background-repeat: no-repeat;
	background-position: -4px -1px;
}

#boption-plain {
	color: #999999;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}


/*
====================================================================================
COMMENT OPTIONS
====================================================================================
*/
#comment-section
{
	font-size: 13px;
	padding: 5px;
	width: 100%;
}

#comment-section-title-left
{
	font-size: 13px;
	padding: 5px;
	vertical-align: bottom;
}

#comment-section-title-right
{
	color: #000000;
	font-size: 11px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
}

#comment-section-options-left
{
	padding: 5px;
	background: #999999;
}

#comment-section-options-right
{
	padding: 5px;
	text-align: right;
	background: #999999;
}


.comment-section-disclaimer
{
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #999999;
}

.comment-section-comment
{
	width: 100%;
}


.commentbar4 {
	color: #000000;
	font-size: 11px;
	font-family: "Lucida Grande", arial, sans-serif;
	background-color: #EEEEEE;
}


.commentbar3 {
	color: #888888;
	background-color: #EEEEEE;
	font-size: 10px;
	font-family: "Lucida Grande", arial, sans-serif;
}

.commenttitle {
	xcolor: #000000;
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px 0px 5px 25px;
	background-image: url(images/icons/comment-item.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}




/*
====================================================================================
FOOTER OPTIONS
====================================================================================
*/
#prefooter {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	white-space: nowrap;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 10px;
	width: 100%;
}

.prefooter-text {
	color: #FFFFFF;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.prefooter-text a { color: #FFFFFF; }
.prefooter-text a:hover {	color: #CC9999;}




#footerblock {
	background-color: #666666;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.footer-left {
	color: #EEEEEE;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}
.footer-left a { color: #FFCCCC; }
.footer-left a:hover {	color: #CC9999;}

.footer-right {
	color: #FFFFFF;
	font-size: 9px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}
.footer-right a { color: #FFCCCC; }
.footer-right a:hover {	color: #CC9999;}


.footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	vertical-align: top;
}

.footer {
font-size: 11px;
font-family: "Lucida Grande", arial, sans-serif;
}



/*
====================================================================================
CALENDAR OPTIONS
====================================================================================
*/

.cal_day {
	font-size: 11px;
}

.cal_body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-style: none none none none;
}

.cal-nullday {
	background-color: #FFFFFF;
	border-style: solid solid none none;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal-oldday {
	font-size:9px;
	background-color: #EEEEEE;
	border-style: solid solid none none;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal-futureday {
	font-size:9px;
	background-color: #FFFFFF;
	border-style: solid solid none none;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal_month {
	font-size: 9px;
	background-color: #EEEEEE;
	border-style: solid solid solid solid;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal-today {
	font-size:9px;
	background-color: #FF7777;
	color: #ffffff;
	border-style: solid solid solid solid;
	border-width: 2px 2px 2px 2px;
	border-color: #CC0000 #CC0000 #CC0000 #CC0000;
}
.cal-today a {
	color: #ffffff;
}
.cal-today a:hover {
	color: #ffCCCC;
}


.cal-event {
font-size: 6px;
}

.weekview_caltitle {
background-color: #dddddd;
font-weight: bold;
font-size: 13px;
color: #000000;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
}

.weekview-curday {
background-color: #66A6CE;
color: #000000;
}

.weekview-offday {
color: #000000;
}

.weekview_dayformat {
font-size: 11px;
background-color: #eeeeee;
color: #000000;
padding-left: 5px;
padding-top: 5px;
}

.weekview_addevent {
font-size: 11px;
background-color: #eeeeee;
color: #000000;
padding-top: 5px;
padding-right: 5px;
}

.weekview_daterange {
font-size: 16px;
font-weight: normal;
color: #000000;
}


.dayview_times {
font-size: 14px;
color: #000000;
}

.dayview_datecol {
font-weight: normal;
font-size: 16px;
color: #000000;
padding-left: 5px;
padding-top: 5px;
}

.dayview_quickaddtitle {
font-weight: bold;
background-color: #C0C0C0;
font-size: 13px;
color: #000000;
}

.searchAuth { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: left;  
    color:#557755;
}
.searchDate { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: right;  
    color:#557755;
}
.searchHits { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: right; 
    color:#557755;
}
.highlight { 
    background-color: yellow; 
    text-decoration: none; 
} 




/*
====================================================================================
GALLERY OPTIONS (Untested on axonz.com)
Original code, thanks to:  Squatty (http://www.squatty.com/)
====================================================================================
*/


/*  Text Styles  */

.title { /* album titles on main page */
	color: #999999;
	font-size: 11px;
	width: 65%;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.mod_title { /* album title -- Text is controlled by .title */
	border:1px solid #000000;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}

.mod_title_bg { /* album title hightlight Text is controled by .title */
}

.mod_title_right { /* album title hightlight Text is controled by .title*/
}

.mod_title_left { /* album title hightlight Text is controled by .title */
}

.albumdesc { /*album description includes all text and background*/
}

.desc { /* album descriptions on main page */
	font-size: 10px; 
}

.caption { /* photo captions on all pages */
	font-size: 10px; 
}

.modcaption { /* modifies background for caption text to reside */
	font-size: 10px; 
}

.error { /* all error text */
	color: red; 
	font-size: 10px; 
}

.attention [ /* so far, just for voting instructions*/
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: red;
	font-size: 10px;
}

.headbox { /* box around the page headers */
}

.head { /* page headers */
	font-size: 12px;
/*	font-weight: bold; */

}

.mod_headliner { /* Gallery & Album titles. Text is controled by .head */
}

.mod_toplight_bg { /* Gallery & Album titles. Text is controled by .head */
}

.mod_toplight_right { /* Gallery & Album titles. Text is controled by .head*/
}

.mod_toplight_left { /* Gallery & Album titles. Text is controled by .head */
}

.bread { /* used in breadcrumb bars */
	font-size: 10px; 
}

.nav { /* used in navigation bars */
	font-size: 10px; 
}

.navtableborderbegin { 
	border:1px solid #000000;
}

.navtableborderend { 
	border:1px solid #000000;
	border-top-width:0px;
}

.bordertop { 
	border:1px solid #000000;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}

.borderright { 
	border:1px solid #000000;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}

.borderleft { 
	border:1px solid #000000;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
}

.fineprint { /* used for fine print */
	font-size: 10px;
}

.popuphead { 
	font-size: 14px;
	font-weight: bold
}

.popup { 
	font-size: 10px;
}

.editlink { /* Used for the [edit] tags */
	font-size: 10px;
}

.modnavbox { /* main navigation bar next and previous */
}

.admin { /* used in admin bars */
	font-size: 10px; 
	font-weight: bold; 
}

.search { /* used in search text */
	font-size: 10px; 
	font-weight: bold; 
}

.leftspacer { /* amount of space to the left of the header and titles */
	width: 0px;
}

.modnavboxtop { /*navagation bar top of screen where admin buttons show*/
}

.modnavboxmid { /*navagation bar middle where the link for the albums show*/
}

.modfooter { /*footer where the Gallery version is located*/
}


/*
====================================================================================
POLL BOOTH
====================================================================================
*/

.poll-item {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/*
====================================================================================
UNFILED STYLES
====================================================================================
*/

.warning {
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", arial, sans-serif;
}

.warningsmall {
	color: red;
	font-size: 11px;
	font-family: "Lucida Grande", arial, sans-serif;
}


.filemgmtbg1{ background-color:#f5f5f5 }

.filemgmtbg2{ background-color:#6699CC }

.filemgmtbg3{ background-color:#ffffff }

.filemgmtbg4{ background-color:#B0C4DE }

.filemgmtbg5{ background-color:#B0C4DE }


/*
====================================================================================
THE END - YAY! Comments Rock!
====================================================================================
*/
/******************   NEW CSS ADDED FOR FORUM Ver 2.3 ************************/

#navcontainer a { text-decoration: none; }

#navcontainer ul  {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    position: relative;
    border: 0px;
    background-color: #36c;
    padding: 5px 0px 0px 0px;
    height:26px;
}

#navcontainer li { display: inline; margin:0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited  {
    background-color: #36c;
    border:1px solid #36c;
    color: white;
    padding: 2px 5px;
    margin:2px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus  {
    background-color: #9CD4F7;
    border: 1px solid black;
    color: black;
}

/* current Link */
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }


#forumheading          { text-align:left; background-color: #FFFFFF; }
.forumtext             { color: #000; }
.forumclass1           { text-align:left; background-color: #BFBFBF; }
.forumclass2           { text-align:left; background-color: #CCCCCC; }
.forumclass3           { text-align:left; background-color: #EFEFEF; }
.forumclass4           { text-align:left; background-color: #CCCCCC; }
.forumoutline          { background-color: #CCCCCC; }

/* These CSS declarations for links are used in a few places but are here for theme designers to use if needed - can be added to templates  */
.forumlinks A:link      { color: #000000; font-style: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: underline }
.forumlinks A:visited   { color: #000000; font-style: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: underline }
.forumlinks A:hover     { color: #000000; font-style: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: underline }

/* alternate table row colours */
.forumAlt1   { background-color: #F5F5F5; }
.forumAlt2   { background-color: #FFFFFF; }

.quotebox   { 
     border-style: ridge; 
     background-color: #ECE9D8; 
     padding:10px;
     margin: 0px;
     }

.quotetext {
     color:#000; 
     font-weight: normal; 
     background-color: #ECE9D8; 
     font-family: Verdana; 
     font-size: 9px; 
     }

.forumCode  { 
    background-color: #ECE9D8; 
    color: #000;
    width: 470px;
    height: 160px;
    overflow: auto;
    font-size: 11px;
    min-height: 50px;
    max-height: 120px;
    margin: 5px 0px 5px 5px;
    padding:5px;
    border: 1px dashed black;
    }

.forumTitle   {
    color: #000000;
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: 10px;
    line-height: 14pt;
    font-family: Verdana, Helvetica, sans-serif; }

TD.forumRollOver  { 
    text-align:left;
    background-color: #FFFFFF; 
    font-family: Verdana, Helvetica, sans-serif; 
    color: #000033  
    }
TD.forumRollOut   { 
    text-align:left;
    background-color: #EFEFEF; 
    font-family: Verdana, Helvetica, sans-serif; 
    color: #000033  
    }

.cblockTitle    {
    color: #FFFFFF;
    background-color: #506790;
    font-weight: bold;
    font-size: 10px;
    line-height: 16pt;
    padding-left:5px;
    font-family: Verdana, Helvetica, sans-serif;
}
.filemgmtbg1{ background-color:#e1E1E1 }

.filemgmtbg2{ background-color:#e1e1e1 }

.filemgmtbg3{ background-color:#ffffff }

.filemgmtbg4{ background-color:#EDEDED }

.filemgmtbg5{ background-color:#EDEDED }

/* Messenger Plugin */
a.btn1:link, a.btn1:visited         { color: #000000; text-align: center; vertical-align:middle; padding-top: 5px; display: block; height: 24px; text-decoration: none; background-color: transparent; }
a.btn1:hover                        { color: #000000; text-align: center; vertical-align:middle; padding-top: 5px; background: center url(messenger/images/button_over.gif); display: block; height: 24px; text-decoration: none; background-color: transparent; }
.msgOutline    { background-color: #A0A0A0;}
.msgBorder     { background-color: #FFFFFF; }
.msgNavbar     { background-color: #A0A0A0; }
.msgNavbar A:link    { color: #FFF; text-decoration: underline; }
.msgNavbar A:visited { color: #FFF; text-decoration: underline; }
.msgNavbar A:hover   { color: #A0A0A0; text-decoration: underline; }
.msgTitle      { color: #454545; font-weight: bold;  font-size: 10px; font-family: Verdana, sans-serif; background-color: #EEEEEE; }
.msgText       { color: #454545; font-weight: plain; font-size: 11px; font-family: Verdana, sans-serif; background-color: #FEFEFE; }
.msgAlt1       { background-color: #FFFFFF; }
.msgAlt2       { background-color: #F8F8F8; }
div.pm            { width: 100%; height: 100px; border:0px; overflow-x:hidden; overflow: auto; }
div.pmbuddylist   { width: 100px; height: 160px; border:0px; overflow-x:hidden; overflow: auto; padding: 5px;}



/* New Plugin CSS Declarations */
.pluginBG              { background-color: #1C1E2D; }
.pluginTitle           { color: #1C1E2D; background-color:#EFEFEF; font-weight: bold; font-size: 85%; font-family: Verdana, sans-serif; }
.pluginHeader          { color: #1A3955; font-weight: bold; font-size: 100%; background-color: #CCC; }
.pluginFooter          { background-color:#EFEFEF; }
.pluginAlert           { padding:5px 15px 5px 15px; color:#D8010E; background-color: #FEF1B4; font-weight:bold;}

.pluginSolidOutline    { background-color: #396998; }
.pluginSolidFill       { background-color: #1A3955; }
.pluginCellTitle       { color: #1C1E2D; font-weight: bold; font-size: 80%; font-family: Verdana, sans-serif; background-color: #E5E5EA; }
.pluginCellFill        { background-color: #E5E5EA; }
.pluginCellText        { color: #000; font-weight: plain; font-size: 75%; font-family: Verdana, sans-serif; background-color: #F7F7F7; }
.pluginTinyText        { font-size:70%; }
.pluginSmallText       { font-size:80%; }
.pluginMediumText      { font-size:85%; }
.pluginLargeText       { font-size:90%; }
.pluginAltText         { color: #FFF }

.pluginRow1            { background-color: #F7F7F7; }
.pluginRow2            { background-color: #E5E5EA; }

.pluginRollOver         { color: #1C1E2D; background-color: #E5E5EA; text-align: left; font-weight: plain; font-size: 100%; font-family: Verdana, sans-serif; }
.pluginRollOut          { color: #1C1E2D; background-color: #F7F7F7; text-align: left; font-weight: plain; font-size: 100%; font-family: Verdana, sans-serif; }

.pluginLinks A:link     { color: #0000FF; font-style: normal; font-weight: plain; text-decoration: none }
.pluginLinks A:visited  { color: #1E1E8E; font-style: normal; font-weight: plain; text-decoration: none }
.pluginLinks A:hover    { color: #0000FF; font-style: normal; font-weight: plain; text-decoration: underline }
.pluginBreadCrumbs, .pluginBreadCrumbs A:link     { color: #EFEFEF; font-style: normal; font-weight: plain; text-decoration: none }
.pluginBreadCrumbs A:visited  { color: #EFEFEF; font-style: normal; font-weight: plain; text-decoration: none }
.pluginBreadCrumbs A:hover    { color: gold; font-style: normal; font-weight: plain; text-decoration: none }

A.pluginButton:link, A.pluginButton:visited {
    color: #000;
    text-align: center;
    padding-top: 2px;
    display: block;
    height: 19px;
    text-decoration: none;
    background-color: transparent;
}
A.pluginButton:hover { 
    color: blue; 
    text-align: center; 
    padding-top: 2px; 
    background: center url(navbar/images/button_over.gif); 
    background-repeat: repeat-x; 
    display: block; 
    height: 19px; 
    text-decoration: none; 
    background-color: 
    transparent;
}

#navcontainer a { text-decoration: none; }

#navcontainer ul  {
    margin: 0px;
    list-style-type: none;
    position: relative;
    border: 0px;
    background-color: #667AB3;
    padding: 5px 0px 0px 0px;
    height:26px;
}

#navcontainer li { float: left; display: inline; margin:0px; padding-top:6px; padding-bottom:5px;}
#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited  { background-color: #4358E1; border:0px solid #4358E1; color: white; padding: 5px; margin:2px; }
#navcontainer ul a:hover,
#navcontainer ul a:focus  { background-color: #55516B; border: 0px solid black; padding-bottom:7px; color: white; }

/* current Link */
#navcontainer ul a#current { background-color: #F2F2F2; border: 0px solid black; padding-bottom:7px; color: #4358E1; }
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }
.gfblock_topmenu 	{ color:#000000; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.gfblock_topmsg 	{ color:#000000; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
TD.gfblock_text1  	{ color:#000000; background-color:#f2f2f2; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
TD.gfblock_text2 	{ color:#000000; background-color:#cccccc; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
TD.row1			{ background-color: #000000; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #000000  }     
TD.row2			{ background-color: #E5E5E5; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #FF9900 }
TD.row4			{ background-color: #f2f2f2; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #000000  }
TD.row3			{ background-color: #000000; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #000000  }
TD.row1mouse		{ background-color: #CCCCCC; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 13px; color: #FF9900  } 
TD.row1mouseover	{ background-color: #E5E5E5; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 13px; color: #000000  }
TD.row1mouseout 	{ background-color: #CCCCCC; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 13px; color: #000000  }
TD.toprow		{ background-color: #E5E5E5; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #FF9900; font-weight: plain  }
TD.navbar		{ background-color: #000000; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: plain }
TABLE.row1		{ background-color: #FF9900; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #FF9900; font-weight: plain  }
TABLE.row2		{ background-color: #000000; font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 10px; color: #000000; font-weight: plain  }
TD.topicsubject 	{ color:#000000; weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.alert 			{ color: #000000; font-weight: bold; font-size: 12px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.highlight 		{color: red;}

.lastpostbar             { color: #000000; font-weight: Bold; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; }  
.memberprofile           { color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.leftcolumntext          { color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.largetitle              { color:#000000; weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.topicoutline		 { background-color: #000000; }
.replypagination	 { color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.topicpagination	 { color: #000000; font-weight: Bold; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; }
.topicpagination:link    { color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; ffont-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; text-decoration: none }
.topicpagination:visited { color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; text-decoration: none }
.topicpagination:hover   { color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; text-decoration: underline }

.forummenus		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; cursor: pointer; }
.forummenusout		{ color: #000000; font-weight: plain; font-size: 12px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #d7d8dc; cursor: pointer; }
.forumtext		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.forumtxt		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }

.popularcolumns		{ color: #FF9900; font-weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }
.populardate		{ color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.postordercolumn	{ color: #FF9900; font-weight: plain; font-size: 12px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; #E5E5E5; }

.lastpostscol1		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.lastpostscol2		{ color: #FF9900; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }


.notifyviewcolumn	{ color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.notifybyname		{ color: #FF9900; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }

.storypost1		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.storypost2		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }
.storypost3		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; }
.storypost4		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; }


.postnewreply1		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.postnewreply2		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #D0D2D7; }
.postleftcolumn		{ color: #FF9900; font-weight: bold; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }
.postrightcolumn	{ color: #FF9900; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; Arial sans-serif; background-color: #E5E5E5; }

.storypostdate1		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.storypostdate2		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }

.quotestory		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; margin: 4px; padding: 4px; background-color: #ffffff; border-style: solid; border-width: 1px; border-color: #9A9DA8; }
.quotestory2		{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; margin: 4px; padding: 4px; background-color: #9A9DA8; border-style: solid; border-width: 1px; border-color: #9A9DA8; }

.authorname1		{ color: #000000; font-weight: bold; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.authorname2		{ color: #000000; font-weight: bold; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #D0D2D7; }

.authorsignature1	{ color: #000000; font-weight: plain; font-style: italic; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }
.authorsignature2	{ color: #000000; font-weight: plain; font-style: italic; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; }

.topicdescribecolumn	{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; cursor: pointer; }
.topicdescribecolumnout	{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; cursor: pointer; }
.numoftopicscolumn	{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }
.numofpostscolumn	{ color: #000000; font-weight: plain; font-size: 10px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.lastpostbycolumn	{ color: #000000; font-weight: plain; font-size: 10px; line-height: 12px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }

.categorycolumns	{ color: #FF9900; font-weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }
.categorytitle       	{ color: #000000; font-weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #9A9DA8; }
.categorytitlebg	{ color: #000000; font-weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; }

.imsections		{ color: #FF9900; font-weight: bold; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }
.imevencolumn		{ color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.immessage		{ color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #f2f2f2; }
.imoddcolumn		{ color: #FF9900; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #E5E5E5; }

.footerbg		{ background-color: #f2f2f2; }
.footeroutline		{ background-color: #9A9DA8; }
.footertitle		{ color: #000000; font-weight: bold; font-size: 12px; line-height: 14px; font-family: verdana, tahoma, helvetica, arial, sans-serif; #f2f2f2 }

.quotebox		{ color: #000000; font-weight: plain; font-size: 10px; font-family: verdana, tahoma, helvetica, arial, sans-serif; background-color: #FFFFFF; }

