.admin_left {
	width: 200px;
	float: left;
}

.admin_right {
	
}

.curved {
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari and chrome */
	-khtml-border-radius:10px; /* Linux browsers */
	border-radius:10px; /* CSS3 */ 
	width: 210px;
}

.emphasis {
	font-weight: bold;
}

.paddedRight {
	float: right;
	margin-right: 100px;
}

.paddedLeft {
	float: left;
	margin-left: 100px;
}

.prettyBox {
	background-color: #0099FF;
	padding-left: 5px;
	padding-right: 5px;
}


# Begin test form stuff

input, textarea {
    border: solid 1px #85b1de;
    background: #fff url('/images/formbg.png') repeat-x;
    background-position: top;
}
input:focus, textarea:focus {
    background-image: url('/images/formbg.png');
    background-color: #ffffff;
    border: solid 1px #99ee99;
}


# End test form stuff

.error {
	font-weight: bold;
	color: red;
}

.pw {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 2em;
}

<!--body,td {
<!--	font-family: Arial;
<!--	font-size: 12px;
<!--} -->

a:link {
	color: #3366FF;
	text-decoration: none;
}

a:visited {
  color: #3366FF;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.post {
	background-color: #EEEEEE; 
	border: medium solid #3366FF;
	border-collapse: collapse;
	width: 90%;
}
TD.post {
	background-color: #EEEEEE; 
	border: medium solid #3366FF;
	width: 75%;
	text-align: left;
}
TD.post1 {
	background-color: #EEEEEE; 
	border: medium solid #3366FF;
	width: 25%;
}

/* 

* PHP BBCode 

* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>

* @version	1.0

* @updated	21/01/2007

*/



.bold {

	font-weight: bold;

	}



.italics {

	font-style: italic;

	}



.underline {

	text-decoration: underline;

	}



.strikethrough {

	text-decoration: line-through;

	}



.overline {

	text-decoration: overline;

	}



.sized {

	text-size:

	}



.quotecodeheader {

	font-family: Verdana, arial, helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	}



.codebody {

	background-color: #FFFFFF;

	font-family: Courier new, courier, mono;

	font-size: 12px;

	color: #006600;

	border: 1px solid #BFBFBF;

	}



.quotebody {

	background-color: #FFFFFF;

	font-family: Courier new, courier, mono;

	font-size: 12px;

	color: #660002;

	border: 1px solid #BFBFBF;

	}



.listbullet {

	list-style-type: disc;

	list-style-position: inside;

	}



.listdecimal {

	list-style-type: decimal;

	list-style-position: inside;

	}



.listlowerroman {

	list-style-type: lower-roman;

	list-style-position: inside;

	}



.listupperroman {

	list-style-type: upper-roman;

	list-style-position: inside;

	}



.listloweralpha {

	list-style-type: lower-alpha;

	list-style-position: inside;

	}



.listupperalpha {

	list-style-type: upper-alpha;

	list-style-position: inside;

	}
