* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin: 20px 0px;
	text-align: center;
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
}
a {
	text-decoration: underline;
}
p {
	margin: 10px 0px;
}
h1 {
	font: normal bold 17px helvetica, verdana, arial, sans-serif;
	margin: 1px 0px 10px 0px;
}
h2 {
	font: normal bold 16px helvetica, verdana, arial, sans-serif;
	margin: 1px 0px 10px 0px;
	color: #7f7f7f;
}
h3 {
	font: normal bold 12px helvetica, verdana, arial, sans-serif;
	margin: 1px 0px 10px 0px;
	color: #7f7f7f;
}
h4 {
	font: normal bold 12px helvetica, verdana, arial, sans-serif;
	margin: 1px 0px 10px 0px;
	color: black;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	width: 100%;
}
img.right {
	float: right;
	padding: 3px 0px 3px 10px;
}
img.left {
	float: left;
	padding: 3px 10px 3px 0px;
}
a.orange:link {
	color: #fcb040;
}
a.orange:visited {
	color: #fcb040;
}
a.orange:hover {
	color: #fcb040;
}
a.green:link {
	color: #98CC62;
}
a.green:visited {
	color: #98CC62;
}
a.green:hover {
	color: #98CC62;
}
a.blue:link {
	color: #00aedb;
}
a.blue:visited {
	color: #00aedb;
}
a.blue:hover {
	color: #00aedb;
}
.txt_splitter {
	padding: 0px 1px;
}
.line {
	font-size: 1px;
	height: 1px;
	margin: 20px 0px;
}
#bg_wrapper {
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
#pg_top {
	width: 800px;
	height: 16px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}
	#pg_top_left {
		width: 400px;
		float: left;
	}
	#pg_top_right {
		width: 400px;
		float: left;
	}
#pg_body {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	padding: 0px 30px;
}
#pg_bottom {
	width: 800px;
	height: 16px;
	margin: 0 auto;
	text-align: left;
}
	#pg_bottom_left {
		width: 400px;
		float: left;
	}
	#pg_bottom_right {
		width: 400px;
		float: left;
	}
#pg_footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 5px 0px 10px;
	text-align: center;
	font-size: 9px;
	font-family: verdana, helvetica, sans-serif;
	color: #68696b;
}
	#pg_footer a:link {
		color: #68696b;
		text-decoration: none;
	}
	#pg_footer a:visited {
		color: #666666;
		text-decoration: none;
	}
	#pg_footer a:hover {
		color: #68696b;
		text-decoration: underline;
	}
#debug {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	font-family: lucida console, courier new, sans-serif;
	border: 1px solid black;
	background-color: white;
}
#codeigniter_profiler {
	margin: 5px auto;
	width: 800px;
}
#codeigniter_profiler fieldset {
	text-align: left;
}

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }