a img
{
	border: none;
}
a:link, a:active, a:visited
{
	color: #A73A02;
}
a:hover
{
	text-decoration: underline;
	color: #D88207;
}
body
{
	background: url(/img/forum_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #416FC5;
	margin: 10px;
}
font, th, td, p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1
{
	color: #03C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	position: static;
	top: 50%;
}
h1 a
{
	color: #fff;
	text-decoration: none;
	border: none;
}
h1 a:hover
{
	color: #fff;
	text-decoration: none;
	border: none;
}
h2
{
	/* color: #003c7d; */
	color: #fed33f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 10px;
	/* padding-top: 15px; */
}
h2 a
{
	color: #fff;
	text-decoration: none;
	border: none;
}
h2 a:hover
{
	color: #fff;
	text-decoration: none;
	border: none;
}
hr
{
	height: 0px;
	border: solid #f8f8f8 0px;
	border-top-width: 1px;
}
input, textarea, select
{
	color: #444444;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color: #444444;
}

/* The text input fields background colour */
input.post, textarea.post, select
{
	background-color: #FFFFFF;
	margin-bottom: 0px;
	height: 19px;
}

input
{
	text-indent: 2px;
}
/* The buttons used for bbCode styling in message post */
input.button
{
	background-color: #f8f8f8;
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input.login
{
	background-color: #000033;
	border: 1px solid #00CCFF;
	color: #00FF00;
	font-family: Courier New, Courier, mono;
	font-weight: bold;
}

input.loginBtn
{
	background-color: #003366;
	border: 1px solid #00CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100px;
	cursor: pointer;
}
input.mainoption
{
	background-color: #FAFAFA;
	font-weight: bold;
}
input.liteoption
{
	background-color: #FAFAFA;
	font-weight: normal;
}
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
}
table.contacts
{
    width: 580px;
    background-color: #fafafa;
    border: 1px #000000 solid;
    border-collapse: collapse;
/*    border-spacing: 0px; */
}
td.contactDept
{
    background-color: #99CCCC;
    border: 1px #000000 solid;
    font-family: Verdana;
    font-weight: bold;
    color: #404040;
}
td.contact
{
    border-bottom: 1px #6699CC dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    color: #404040;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 0px;
}
td.row1
{
	background-color: #f8f8f8;
}
td.row2
{
	background-color: #f8f8f8;
}
td.row3
{
	background-color: #f8f8f8;
}

/*
  This is for the table cell above the Topics, Post and Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic
{
	background-color: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #416FC5;
	height: 25px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom
{
	background-color: #f8f8f8;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat, td.catHead, td.catBottom
{
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR
{
	font-weight: bold;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}
td.row3Right, td.spaceRow
{
	background-color: #f8f8f8;
	border: #FFFFFF;
	border-style: solid;
}

th.thHead, td.catHead
{
	border-width: 0px 0px 0px 0px;
}
th.thSides, td.catSides, td.spaceRow
{
	border-width: 0px 0px 0px 0px;
}
th.thRight, td.catRight, td.row3Right
{
	border-width: 0px 0px 0px 0px;
}
th.thLeft, td.catLeft
{
	border-width: 0px 0px 0px 0px;
}
th.thBottom, td.catBottom
{
	border-width: 0px 0px 0px 0px;
}
th.thTop
{
	border-width: 0px 0px 0px 0px;
}
th.thCornerL
{
	border-width: 0px 0px 0px 0px;
}
th.thCornerR
{
	border-width: 0px 0px 0px 0px;
}

#containerHTML
{
	width: 700px;
	background-color: #fff;
	padding: 20px;
	border-right: 2px solid #214A98;
	border-left: 2px solid #214A98;
	border-top: 2px solid #214A98;
	border-bottom: 2px solid #214A98;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#containerASPX
{
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 20px 0 20px;
	border-right: 2px solid #214A98;
	border-left: 2px solid #214A98;
	border-top: 2px solid #214A98;
	border-bottom: 2px solid #214A98;
}
#dropmenudiv
{
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px; /* opacity:.9;filter: */ /* alpha(opacity=90); */
/*	-moz-opacity: 0.9; */
	z-index: 100;
	margin: 8px 0 0 0;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003300;
	font-weight: normal;
	letter-spacing: 1px;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: #009900;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#header
{
	height: 200px;
	margin-bottom: 5px;
	background: url(/forum/templates/fallingleaves/images/masthead.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #1B2A46;
}

.bodyline
{
	background-color: #FFFFFF;
	border: 2px #C2C295 solid;
}
.bodyMain {
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
}
.btnSubmitButton
{
	background-color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #0099CC;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #0099CC;
	text-align: center;
}

.PageSubtitle
{
	font-family: Verdana;
	font-size: medium;
	text-align: center;
}

.sep
{
	margin: 25px 0 20px 0;
	padding: 0;
	height: 30px;
	border: none;
	background: url(/forum/templates/fallingleaves/images/sep.gif);
}


/* This is the outline round the main forum tables */
.forumline
{
	background-color: #FFFFFF;
	border: 0px #006699 solid;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle
{
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #444444;
}

/* General text */
.gen, .genmed, .gensmall
{
	color: #444444;
}
a.gen, a.genmed, a.gensmall
{
	color: #A73A02;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover
{
	color: #D88207;
	text-decoration: underline;
}

/* TopNavBar top of the page */
.topmenu
{
	color: #444444;
}
a.topmenu
{
	text-decoration: none;
	color: #FFFFFF;
}
a.topmenu:hover
{
	text-decoration: underline;
	/* color: #88207; */
	color: #00cc00;
}

/* The register, login, search etc links at the top of the page */
.mainmenu
{
	color: #444444;
}
a.mainmenu
{
	text-decoration: none;
	color: #A73A02;
}
a.mainmenu:hover
{
	text-decoration: underline;
	color: #D88207;
}

/* Forum category titles */
.cattitle
{
	font-weight: bold;
	letter-spacing: 1px;
	color: #A73A02;
}
a.cattitle
{
	text-decoration: none;
	color: #A73A02;
}
a.cattitle:hover
{
	text-decoration: underline;
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink
{
	font-weight: bold;
	color: #A73A02;
}
a.forumlink
{
	text-decoration: none;
	color: #A73A02;
}
a.forumlink:hover
{
	text-decoration: underline;
	color: #D88207;
}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav
{
	font-weight: bold;
	color: #444444;
}
a.nav
{
	text-decoration: none;
	color: #A73A02;
}
a.nav:hover
{
	text-decoration: underline;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle
{
	font-weight: bold;
	color: #444444;
}
a.topictitle:link
{
	text-decoration: none;
	color: #A73A02;
}
a.topictitle:visited
{
	text-decoration: none;
	color: #A73A02;
}
a.topictitle:hover
{
	text-decoration: underline;
	color: #D88207;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
{
	color: #444444;
}

/* Location, number of posts, post date etc */
.postdetails
{
	color: #444444;
}

/* The content of the posts (body of text) */
.postbody
{
	line-height: 18px;
}
a.postlink:link
{
	text-decoration: none;
	color: #A73A02;
}
a.postlink:visited
{
	text-decoration: none;
	color: #A73A02;
}
a.postlink:hover
{
	text-decoration: underline;
	color: #D88207;
}

/* Quote and Code blocks */
.code
{
	font-family: Courier, Courier New , sans-serif;
	color: #006600;
	background-color: #FAFAFA;
	border: #f8f8f8;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.quote
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #f8f8f8;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

/* Copyright and bottom info */
.copyright
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
}
a.copyright
{
	color: #444444;
	text-decoration: none;
}
a.copyright:hover
{
	color: #444444;
	text-decoration: underline;
}


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline
{
	background-color: #f8f8f8;
	border-style: none;
}

.txtContact
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;
}

.pageName
{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bolder;
}
li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 18px;
}

/*##########################################################
FIELDSET STYLES
##########################################################*/

.fieldTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.redStar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.legend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bolder;
}
.masthead
{
	height: 135px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	border: 1px solid #1B2A46;
	background-position: right bottom;
	background-image: url(/img/masthead.jpg);
	background-color: #8FA135;
	width: 100%;
}
.navSpace
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 5px;
	white-space: nowrap;
}
.navSpaceTable
{
	background-color: #8FA135;
	width: 100%;
	padding: 2px;
}
.progressIndicator
{
	text-align: right;
	width: 120px;
}
.dateHeader 
{
	color: #4040c0;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: right;
}

.displayOptionsHd
{
	border-bottom: 2px solid #d79900;
	background-color: #fff2ba;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	color: #404040;
}

.displayOptions
{
	font-family: Verdana;
	font-weight: normal;
	color: #404040;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
/*	border-spacing: 0px; */
	margin: 5px;
	padding: 2px;
}

.displayOptions li
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	text-indent: -8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.displayOptionsBod p
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	text-indent: -8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.txtInstructions
{
    border-bottom: 1px #6699CC dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    color: #333366;
    background-color: #fafafa;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 0px;
}

.txtCO2
{
    font-weight: bolder;
    text-align: left;
    background-color: #99CC66;
    color: #000000;
}
.txtCH4
{
    font-weight: bolder;
    text-align: left;
    background-color: #8888CC;
    color: #000000;
}
.txtH2O
{
    font-weight: bolder;
    text-align: left;
    background-color: #9999CC;
    color: #000000;
}
.txtNOx
{
    font-weight: bolder;
    text-align: left;
    background-color: #CCCC66;
    color: #000000;
}
.hdrHr
{
	border-bottom: 1px solid #cccccc;
}


.formErrorResponse
{
	color: Red;
}
.formSuccessResponse
{
	color: Green;
}

.txtTitle{font-size: 18pt; font-weight: bold;}
.txtHeader{
	font-weight: bolder;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
}
.txtCaption{font-size: 14pt;}
.sep {background: gray;}
.HeaderBelow {
	background: blue;
	font-size: 3px;
}
.inpSmallText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	background-color:#EEEEEE;
	height:19px;
	font-style: normal;
	font-weight: normal;
	/*border-color: #0099CC #000066 #000066 #0099CC;*/
	border: 1px solid #336699;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.btnSubmitButton {
	background-color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #0099CC;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #0099CC;
	text-align: center;
}
#NetTools {
	border: 5px outset #FF9900;
}
.tblBorder {
	border-top-color: #66FFFF;
	border-right-color: #66FFFF;
	border-bottom-color: #66FFFF;
	border-left-color: #66FFFF;
	padding: 0px;
}
