/*--------------------------------------------------------
  |                     YaBB 2005                        |
  --------------------------------------------------------
  |     Created by: XIMinc http://www.ximinc.com         |
  |                 YaBB http://www.yabbforum.com        |
  --------------------------------------------------------
  |   You may adapt elements of this CSS in your own     |
  |   projects, but please give credit to yabbforum.com. |
  --------------------------------------------------------*/

/* General layout */

/*#[jmc] YaBB values modified to conform to Jetex.org style
 */
A:link {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
A:active {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
A:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
A:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}

body {
	background-color: ##999999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

/*#[jmc] Jetex.org style specs
 */
.text-normal {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000066;
  font-size: 13px;
}

A.nav:link,
A.nav:active,
A.nav:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffcc;
	text-decoration: none
}
A.nav:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline
}

A.nav-service:link,
A.nav-service:active,
A.nav-service:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333399;
	text-decoration: none
}
A.nav-service:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ff3300;
	text-decoration: underline
}

A.footer:link,
A.footer:active,
A.footer:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000066;
	text-decoration: underline
}
A.footer:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #0000ff;
	text-decoration: underline
}

TD.breadcrumbs {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: #ffcc00;
}

/* #[jmc] Customised YaBB top menu text links
 */
a.link-yabbmenu:link,
a.link-yabbmenu:active,
a.link-yabbmenu:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
}
a.link-yabbmenu:hover {
	color: #ffcc00;
	text-decoration: underline;
}
/* \#[jmc] end Jetex.org style specs */


/* YaBB navigation links #[jmc] modified to avoid conflict with to jetex.css
 */
.nav-yabb {
	font-size: 13px;
	font-weight: bold;
}
a.nav-yabb:link,
a.nav-yabb:active,
a.nav-yabb:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}
a.nav-yabb:hover {
	color: #0000ff;
}

/* *#[jmc] YaBB values commented out
	.nav,
	a.nav,
	a.nav:visited {
		font-weight: bold;
		font-size: 13px;
		color : #5488C1;
		text-decoration: none;
	}
	a.nav:hover {
		color: #cc3333;
		text-decoration: underline;
	}
*/

form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
textarea {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
select {	
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
select optgroup {	
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
.copyright {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
}
#fscroller {
	line-height: 1.3;
}

/* YaBB alternating bgcolors #[jmc] modified to conform to Jetex.org style */

.windowbg {
	background-color: #d0edff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.windowbg2 {
	background-color: #ffffcc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.windowbg3 {
	background-color: #6394BD;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
/*#[jmc] added */
.windowbg-small {
	background-color: #d0edff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* Misc/title/category colors */

.dividerbot {
	border-bottom: 1px #a7b8cc solid;
}
.dividertop {
	border-top: 1px #a7b8cc solid;
}
.hr {
	color: #6394bd;
}
/*#[jmc] modified */
.bordercolor {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background-color: #6394bd;
}
.small {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
.top{
	font-style: normal;
	font-size: 11px;
	color: #475F79;
}
.titlebg {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	background-color: #333399;
}

/*#[jmc] modified - inter alia, IE7 needs explicit spec for :active and :visited */
.titlebg a:link,
.titlebg a:active,
.titlebg a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffcc;
}
.titlebg a:hover {
	color: #ffcc00;
}

/*#[jmc] modified */
.catbg {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	background-color: #ffcc00; 
}
.catbg a:link,
.catbg a:active,
.catbg a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}
.catbg a:hover {
	color: #0000ff;
}

/*#[jmc] font-size 11 > 13; color 62686F > 000066 */
.message {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000066;
}
.message a{
	font-weight: normal;
	text-decoration: none;
	color: #900000;
	background-color: transparent;
}
.message a:hover{
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
.droppageindex {
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages{
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}
.highlight {
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	background-color: #FFFF33;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 9px;
	color: #005177;
}
.imgmenu {
	font-style: normal;
	font-size: 11px;
	color: #ffffcc;
	font-weight: bold;
}

.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #000000;
	background-color: #E8EBEF;
	border: 1px #34689A solid;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier New,Courier,sans-serif;
	color: #000000;
	background-color: #cccccc;
	border: 1px #34689A solid;
	width: 90%;
	padding: 4px;
}
.editbg{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFEDF;
	border: 1px #cc0000 solid;
	width: 90%;
	padding: 4px;
}

/* Anything below here is just for the template */

#container{
	background-color: #F2F6F9;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.topline{
	border-top: 1px solid #34689A;
}
.topheader{
	background: #4981B8;
	margin-bottom: 10px;
}
.boardcontainer {
	background-color: #bbbbbb;
	border-bottom: 3px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.displaycontainer {
	width: 100%;
	padding: 1px;
	background-color: #bbbbbb;
}
.headerwelc{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
.headerwelc a{
	color: #ffffff;
}
.headerwelc a:hover{
	text-decoration: underline;
}
.headerinfo{
	color: #ffffff;
}
.headerinfo a{
	color: #eeeeee;
	text-decoration: underline;
}
.headerinfo a:hover{
	color: #80DAF2;
}
.seperator {
	border-bottom: 3px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background-color: #bbbbbb;
}
.navbarcontainer{
	margin: 0px;
}

