h1, h2, h3, h4 {
  font-size: 16px;
  font-weight: bold;
}

a:link {
	color: 990000;
	text-decoration: none;
	font-size: 13;
}
a:visited {
	color: 990000;
	text-decoration: none;
	font-size: 13;
}
a:hover {
	color: FF0000;
	text-decoration: none;
	font-size: 13;
}
a:active {
	color: 990000;
	text-decoration: none;
	font-size: 13;
}

/*Header defenitions*/
body{
	background-color: F3F3F3;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.contenttable{
	border-right: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.content{
	background-color: FFFFFF;
	border-top: solid;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

/*Block defenitions*/
.blocktitle{
	background-color: D0D0D0;
	font-weight: bold;
}

.blockbody{
	background-color: E3E3E3;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

/*Storyblock defenitions*/
.story{
	border-spacing: 0;
	border: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.storytitle{
	background-color: 333333;
	font-weight: bold;
	color: FFFFFF;
}

.storyinfo{
	caption-side: top;
	text-align: right;
	background-color: F3F3F3;
	color: 000000;
	font-size: 13;
	font-style: italic;
}

.storyedit{
	text-align: left;
	background-color: F3F3F3;
	font-size: 13;
	font-style: italic;
}

.storycomments{
	text-align: right;
	background-color: F3F3F3;
	color: 000000;
	font-size: 12;
	font-style: italic;
}

.related{
	background-color: FFFFFF;
	border-top: solid;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

a.storytitle{
	text-decoration: none;
	color: FFFFFF;
}

/*Leftblock defenitions*/
.leftblocks{
	background-color: F3F3F3;
	border-right: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.leftblocktitle{
	border-left: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.leftblockbody{
	border-left: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

/*Rightblock defenitions*/
.rightblocks{
	background-color: FFFFFF;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.rightblocktitle{
	background-color: F3F3F3;
	border-left: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.rightblockbody{
	background-color: F3F3F3;
	border-left: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.endblocks{
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

/*Commnets defentions*/
.comment{
  background: #E3E3E3;
}

.commentarea{
	border: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.commenttitle {
  background: #D0D0D0;
  font-weight: bold;
}

.commentbar1 {
	font-weight: bold;
	background: #D0D0D0;
}

.commentbar2 {
  background: #E3E3E3;
}

.commentbar3 {
	font-style: italic;
	background: #E3E3E3;
}

/*Footer defenitions*/
.footer{
	color: AAAAAA;
	font-size: 12px;
}

.warning {
  font-weight: bold;
  font-size: larger;
}

.pagenav {
  text-align: center;
}

td.listcolumn:before {
  display:marker; content:"\2022\00A0"
}

.minor {
  color: #CC6600;
  background: #660000;
}

.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: white;
    color: #660000;
    text-decoration: none;
}


/* Definitions for Blaine's File Management plugin ... */
.filemgmtbg1 {
  background: #cccccc;
}

.filemgmtbg2 {
  background: #AAAAAA;
}

.filemgmtbg3 {
  background: #fffffb;
}

.filemgmtbg4 {
  background: #fffffb;
}

.filemgmtbg5 {
  background: #fffffb;
}

/******************   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; font-size: 12px; }
.forumclass1           { text-align:left; font-size: 12px; background-color: #BFBFBF; }
.forumclass2           { text-align:left; font-size: 12px; background-color: #CCCCCC; }
.forumclass3           { text-align:left; font-size: 12px; background-color: #EFEFEF; }
.forumclass4           { text-align:left; font-size: 12px; 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; }

.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
}
.quotemain {
  background:#FAFCFE url('forum/image_set/img_quote.gif') no-repeat top right;      
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  color:#465584;
  padding: 4px;
  margin: 5px auto 8px auto;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum Plugin CSS */

.forumTitle   {
    color: #000000;
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: 12px;
    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  
    }

/* Definitions for Chatterblock */

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

/* Definitions for Chatterblock */
.cb_submitter     { color:#00c; font weight: bold;  font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_text1         { color:#000000; background-color:#CCCCCC; font-size: 12px; font-family: arial, serif;  }
.cb_text2         { color:#000000; background-color:#F6F6F0; font-size: 12px; font-family: arial, serif;  }
.cb_text3         { color:#000000; background-color:#A6C1F0; font-size: 10px; font-family: arial, serif;  }
.cb_chatcount     { color:#000000; weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; }
.cb_logtitle      { color:#000000; weight: bold; font-size: 12px; font-family: verdana, arial, sans-serif; }
.cb_logtextRow1   { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_logtextRow2   { color:#003366; background-color:#F6F6F0; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_adminRow1     { color:#000000; background-color:#F9F9F9; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_adminRow2     { color:#003366; background-color:#F6F6F0; font-size: 10px; font-family: verdana, arial, sans-serif;  }
.cb_lastpost      { color:#00c; font-size: 9px; font-family: verdana, arial, sans-serif;  }
.cb_delpost       { color:#FFFFFF; font-size: 9px; font-family: verdana, arial, sans-serif;  }
.cb_link          { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }
.cb_link:hover	  { color:#000000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Verdana; text-decoration: none }

/*weather plugin*/


.middleboxtitle
{
background-color: #DEDEDE;
color: #000000;
font-size: 10px;
font-weight: bold; 
font-family: Trebuchet MS, tahoma, verdana, helvetica, arial, sans-serif;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
padding-bottom: 1px;
padding-top: 1px;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#7398BA;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  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;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none
}
a.tooltip span {
  display: none
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */