

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body
{
	color: #C5C5C7;
	background-image: url(images/bg.jpg);
      background-repeat: repeat-x;
	background-color: #F3F3F3;
      background-attachment: fixed;
}

td
{
	color: #000000;
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
button
{
	font-size: 9pt;
	color: #ffffff;
      background-image: url(images/but.jpg);
      background-repeat: repeat-x;
	border: 1px solid #73A0D9;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #205FBE;
}
button:hover
{
	font-size: 9pt;
	color: #ffffff;
      background-image: url(images/buth.jpg);
      background-repeat: repeat-x;
	border: 1px solid #1E4175;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #0B4AA7;
}
input, textarea
{
	font-size: 9pt;
	color: #000000;
	border: 1px solid #73A0D9;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #246BD7;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f5f4f9;
}

/* Standard horizontal rule.. */
hr
{
	color: #000000;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #C5C5C7;
	background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #E4EDFA;
	background-color: #0349AF;
	border: 1px ridge #03409A;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #E4EDFA;
	background-color: #0349AF;
	border: 1px ridge #03409A;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #215BB2;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: #215BB2;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #215BB2;
	font-weight: bold;
	color: #ffffff;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #F5F4F9;
}
.menubg
{
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	height: 63px;
}
.windowbg2
{
	color: #000000;
	background-color: #F5F4F9;
}
.windowbg3, windowbg3 a:link
{
	color: #ffffff;
	background-color: #6198E5;
}

/* Titles - such as table headers. */
tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Titles - such as table headers. */
.titlebg
{
	font-weight: bold;
	background-color: #F5F4F9;
	background-image: url(images/catbg.gif);
	color: #000000;
}
.titlebg a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #F5F4F9;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #F5F4F9;
}
.tborder
{
	border: 1px solid #F5F4F9;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	background-color: #000000;
}

/* Image border fix */
img
{
	border: 0;
}
/* The menu */

#navmenu
{
        margin: 15px 0px 8px 0px;
        padding: 0;
        text-align: center;
}
#navmenu ul
{
        text-transform: uppercase;
        margin: 0px;
        padding: 0;
}
#navmenu li
{
        display: inline;
        margin: 0px;
        padding: 0;
}
#navmenu a
{
        padding: 1px 10px 1px 10px;
        margin: 0px 3px 0px 3px;
        background-color: #FBFBFB;
        border: 1px groove #000000;
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #757575;
        font-size: 11px;
}
#navmenu a:hover
{
        background-color: #FFFFFF;
        color: #000;
        text-decoration: none;
}
#navmenu .active
{
        background-color: #FFFFFF;
        color: #000;
        text-decoration: none;
}
