h1, h2, h3, h4 {
  font-size: 17px;
  font-weight: bold;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}

p.right {text-align: right}
p.left {text-align: left}
p.center {text-align: center}
p.title {text-align: left;
		font-size: 24}
		
p.float img { float: left; }
p.floatr img { float: right; }		
		
#left li {text-align:left}

.pad {
	padding-left: 14px;
	padding-right: 14px;
}

.num {
	width: 8%;
	vertical-align: text-top;
	font-size: 2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    color:#D52F2F;
}

.code {
	border: solid;
	border-color: #000000;
	border-width: 2px;
	cellspacing: 2px; 
	cellpadding: 7px;
		
}	
			

.static{
	background-color: #EBE1BD;
	padding:14px;
	border-spacing: 0;
	border: solid;
	border-color: #775A15;
	border-width: 10px;
}

.staticsm{
	background-color: #EBE1BD;
	padding:5px;
	border-spacing: 0;
	border: solid;
	border-color: #775A15;
	border-width: 10px;
}

/*Header defenitions*/
body {
	background-image: url(images/background.jpg);
}

/* .contenttable{
	border-right: solid;
	border-color: AAAAAA;
	border-width: 1px;
}*/


.content{
	/* border-top: dashed;
	border-color: #000000;
	border-width: 5px; */
}

.lowh{
     background-image: url(images/twoline.gif); 
     background-repeat: repeat-x; 
}


/*Block defenitions*/
.blocktitle{
	font-weight: bold;
}

.blockbody{
	
}

/*Storyblock defenitions*/
.story{
	background-color: #EBE1BD;
	/*padding:14px;*/
	border-spacing: 0;
	border: solid;
	border-color: #775A15;
	border-width: 10px;
}

.storytitle{
	background-color: 333333;
	font-weight: bold;
	color: FFFFFF;
}

.storyinfo{
	caption-side: top;
	text-align: right;
	background-color: F3F3F3;
	color: 000000;
	font-size: 12;
	font-style: italic;
}

.storyedit{
	text-align: left;
	background-color: F3F3F3;
	font-size: 12;
	font-style: italic;
}

.storycomments{
	text-align: right;
	background-color: F3F3F3;
	color: 000000;
	font-size: 12;
	font-style: italic;
}

.storybyline {
	
}

.related{
	/*border-top: solid;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;*/
}

a.storytitle{
	text-decoration: none;
	color: FFFFFF;
}

/*Leftblock defenitions- removed
.leftblocks{
	border-top: dashed;
	border-color: #000000;
	border-width: 5px;
}

.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{
	border-top: dashed;
	border-color: #000000;
	border-width: 5px;
}

.rightblocktitle{
	border-left: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: AAAAAA;
	border-width: 1px;
}

.rightblockbody{
	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: #000000;
	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;
}


/* Common Navbar CSS - Add if not already included */
#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; }


A.navsubmenu,
A.navsubmenu:visited,
A.navsubmenu:link {
    padding:2 5 15 5px;
    text-decoration: none;
    color:black;
}

A.navsubmenu:hover,
A.navsubmenu:focus  {
    background-color: #55516B;
    color: white;
    text-decoration:none;
}

a.navsubcurrent, 
a.navsubcurrent:visited, 
a.navsubcurrent:link  {
    padding: 2 5 15 5px;
    background-color: #667AB3;
    text-decoration: none;
    color: white;
}
a.navsubcurrent:hover  {
    background-color: #55516B;
    color: white;
}
/* End of NavBar CSS */


/* New GL Common Plugin CSS Declarations */
.pluginBG              { background-color: #EFEFEF; }
.pluginAltBG           { background-color: #1C1E2D; }
.pluginTitle           { color: #1C1E2D; background-color:#CACAAF; font-weight: bold; font-size: 10pt; font-family: Verdana, sans-serif; }
.pluginHeader          { color: #1A3955; font-weight: bolder; font-size: 95%; background-color: #CCC; padding:5px; }
.pluginFooter          { background-color:#EFEFEF; }
.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-size: 8pt; font-weight:normal;}

.pluginSolidOutline    { background-color: #80BE80; }
.pluginSolidFill       { background-color: #775A15; }
.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:65%; }
.pluginSmallText       { font-size:80%; }
.pluginMediumText      { font-size:85%; }
.pluginLargeText       { font-size:90%; }
.pluginAltText         { color: #FFF }

.pluginRow1            { background-color: #EBE1BD; }
.pluginRow2            { background-color: #F8F4E4; }

.pluginRollOver         { color: #1C1E2D; background-color: #EEC78A; }
.pluginRollOut          { color: #1C1E2D; background-color: #F7F7F7; }

.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: #ffffff;
    text-align: center;
    padding-top: 2px;
    display: block;
    height: 19px;
    text-decoration: none;
	background-color: #775A15;
    <!--background-color: transparent;-->
}
A.pluginButton:hover { 
    color: #F0B22C; 
    text-align: center; 
    padding-top: 2px; 
    <!--background: url('navbar/images/button_over.gif') repeat-x center; 
    display:block; height:19px; text-decoration:none; background-repeat:repeat-x; background-color:transparent-->
}
/* END of GL Plugin Common CSS */


/* Forum Plugin specific CSS */
.codeblock  { 
    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;
    }
.quotetop
{
    border-right:1px dotted #000; border-top:1px dotted #000; border-bottom:1px dotted #000; background:#E4EAF2 url('forum/image_set/img_quote.gif') no-repeat right; border-left:4px solid #8394B2; color: #000;
    font-weight: bold;
    font-size: 10px;
    padding: 3px; margin-left:auto; margin-right:auto; margin-top:8px; margin-bottom:0
}

.quotemain
{
    background: #FAFCFE;
    border: 1px dotted #000;
    border-left: 4px solid #8394B2;
    color: #465584;
    padding: 4px;
    margin: 0 auto 8px auto;
}

/* End of Forum specific CSS  */


/* Common CSS for on-hover info feature - Add if not already included */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none
}

a.info:hover  {
    z-index:25;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration:none
}

a.info span{display: none}

a.info:hover span { /*the span will display just on :hover state*/
    font-family:Verdana, Tahoma, Arial; 
    font-style:normal;
    font-size: 7pt;
    display:block;
    position:absolute;
    top:3em; left:-15em; width:22em;
    border:1px solid #5D96B9;
    background-color:#EEBC6C; color:#555;
    padding:2px;
    text-align: left;
    text-decoration:none
}
/* End of common CSS for on-hover info feature */




