body {
  background-color: #CFCFCF;
  background-image: url(images/background.png)
  }

/* Normal, standard links. */
a:link, a:visited
{
	color: #b14a7d;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #9fa6d2;
	background-color: transparent;
	text-decoration: overline;
}


.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}



#container {
  width: 730px;
  background-color: #eeeeee;
  margin: auto;
  padding: 15px;
  border: 1px solid #C0C0C0;
  }

#logo
{
  width: 730px;
  background-color: #CFCFCF;
  margin: auto;
  padding: 0 30px 0 0;
}

#darkbg
{
  width: 730px;
  background-color: #cfcfcf;
  margin: auto;
  font-size: 13px;
  padding: 5px 30px 4px 0;
  border: 1px solid #cfcfcf;
}

.links a:link, .links a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}

.links a:hover {
  color: #E2E2E2;
  background-color: #ffffff;
  padding: 5px;
  }

#panel {
  background-color: #c1c5dc;
  width: 730px;
  font-size: 12px;
  margin: auto;
  padding: 5px 25px 5px 5px;
  border: 1px solid #cfcfcf;
  }

#copyright {
  margin: auto;
  padding: 0;
  font-size: 13px;
  text-align: center;
  }

#content {
  width: 730px;
  background-color: #eeeeee;
  margin: 0;
  border: 1px solid #C0C0C0;
}

#box {
  width: 719px;
  background-color: #FFFFFF;
  margin: 10px 0 10px 0;
  padding: 5px;
  border: 1px solid #C0C0C0;
  }





table
{
	empty-cells: show;
}


td
{
	color: #7c7c7c;
	font-size: small;
	font-family: calibri;
}


input, textarea
{
	font-size: 9pt;
	color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}


input.check
{
	background-color: transparent;
}


select
{
	font-size: 8pt;
	font-weight: normal;
	color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}


hr
{
	color: #000000;
	background-color: transparent;
}

.hrcolor
{
	height: 1px;
	border: 0;
	color: #1c391b;
	background-color: #000000;
}


.quote
{
	color: #000000;
	background-color: #ADADAD;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}


.code
{
	color: #000000;
	background-color: #d0f9ce;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}


.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}


.help
{
	cursor: help;
	background-color: transparent;
}


.meaction
{
	color: #9fa6d2;
	background-color: transparent;
}


.editor
{
	width: 100%;
}


.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}


.windowbg
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}
.windowbg2
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
}


.titlebg, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-size: 10px;
	background-color: #e0b7c3;
	background-image: url();
	background-repeat: repeat-x;
}
.titlebg a:hover
{
	color: #8688a3;
	text-decoration: underline;
	 font-size: 10px;
}


.titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #8688a3;
	font-size: 12px;
	}


.catbg
{
	font-weight: bold;
	background-color: #E2E2E2;
	background-image: url(images/catbg.gif);
	color: #ffffff;
	background-repeat: repeat-x;
}

.catbg a {
  color: #8688a3;
  font-size: 10px;
  }


.bordercolor
{
	background-color: #C0C0C0;
}
.tborder
{
	border: 1px solid #C0C0C0;
}


.smalltext
{
	font-size: 11px;
}
.normaltext
{
	font-size: 11px;
}
.largetext
{
	font-size: 12px;
}