/* Normal, standard links. */

a.cgp:link 
{
	font-size: 10pt;
	font-family:"Courier New", Courier, monospace; 
	background-color:#F4F5F9; 
	color:#265EFF; margin: 3px; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	border: 1px solid #000000; 
	text-decoration: none
}

a.cgp:visited 
{
	font-size: 10pt;
	font-family:"Courier New", Courier, monospace; 
	background-color:#F4F5F9; 
	color:#265EFF; 
	margin: 3px; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	border: 1px solid #000000; 
	text-decoration: none
}

a.cgp:hover			
{
	background-color:#000000; 
	border: 1px solid #000000; 
	color:#FFFFFF 
}

.cgppos		{position:absolute; left: 31px; z-index: 3}

a:link, a:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
a:hover
{
	color: navy;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: navy;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	color: blue;
	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;
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
}

td
{
	color: #000000;
	font-size: 9pt;
	font-family: verdana, arial, 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: #FFFFFF;
}

/* 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: #000000;
	background-color: #CCCCCC;
	border: 1px ridge #000000;
	margin: 10px;
	padding: 10px;
	font-size: 9pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #CCCCCC;
	border: 1px ridge #000000;
	margin: 10px;
	padding: 10px;
	font-size: 9pt;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: navy;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: navy;
	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: #FFFFFF;
	font-weight: bold;
	color: red;
}

/* 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: #FFFFFF;
}

/* 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: #cccccc;
}
.tborder
{
	border: 1px solid #000000;
}

/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
}
.normaltext
{
	font-size: 8pt;
}
.largetext
{
	font-size: 10pt;
}

/* 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: 8px;
}
#navmenu a:hover
{
		  background-color: #FFFFFF;
		  color: #000;
		  text-decoration: none;
}
#navmenu .active
{
		  background-color: #FFFFFF;
		  color: #000;
		  text-decoration: none;
}