body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	background: #000000;
}
h1 {
	margin: 0 0 10px 0;
	paddding: 0;
	font-size: 200%;
}
h2 {
	margin: 0 0 10px 0;
	paddding: 0;
	font-size: 180%;
	color: #018bbd;
}
h3 {
	margin: 0 0 5px 0;
	paddding: 0;
	font-size: 160%;
	color: #72be27;
}
h4 {
	margin: 0 0 10px 0;
	paddding: 0;
	font-size: 140%;
}
h5 {
	margin: 0 0 10px 0;
	paddding: 0;
	font-size: 120%;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
strong {
}
a {
	text-decoration: none;
}
ul {
	margin: 0;
	paddding: 0;
}
li {
	margin: 0;
	paddding: 0;
	list-style: none;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
div, * {
	margin: 0;
	padding: 0;
}
div.text label{
	display: block;
}
input[type=text]{
	padding: 2px 5px;
	width: 300px;
	color: #444;
}
.textarea label{
	display: block;
}
textarea {
	width: 300px;
}
.select label {
	display: block;
}

#container {
	margin: 0 auto;
	width: 1000px;
	min-height: 600px;
	background: url("../img/logo.jpg") top left no-repeat;
}
#wrapper {
	margin: 0 auto;
	padding: 120px 0 0 0;
	display: block;
	width: 893px;
}
#wrapper_top {
	height: 63px;
	background: url('../img/wrapper_top.gif') top left no-repeat;
}
#wrapper_middle {
	background: url('../img/wrapper_middle.gif') top left repeat-y;
	min-height: 500px;
}
#content_holder {
	padding: 10px 20px;
}
#content_holder a{
	color: #018bbd;
	font-weight: bold;
}
#content_holder p#crumbs{
	margin: 0 0 5px 0;
	font-weight: bold;
}
#content_holder p#crumbs {
	text-transform: lowercase;
}
#content_holder p#crumbs a{
	font-weight: normal;
}
#content_holder_left {
	float: left;
	width: 570px;
}
#content_holder_left h3{
	font-size: 150%;
}
#home strong {
	color: #018bbd;
}
dl#splash {
	display: block;
}
dl#splash dt{
	display: block;
	padding: 0 0 0 20px;
	background: url('../img/dt_left.gif') left top no-repeat;
}
dl#splash dt span{
	display: block;
	padding: 7px 6px;
	background: url('../img/dt_right.gif') right top no-repeat;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
}
dl#splash dt:hover{
	cursor: pointer;
}
dl#splash dd{
	display: block;
	height: 100px;
}
dl#splash dd img{
	padding: 0 0 40px 10px;
	float: left;
}
#content_holder_right {
	float: right;
	width: 250px;
}
#content_holder_right #client_login {
	display: block;
	width: 250px;
	height: 210px;
	background: url('../img/login_bg.gif') bottom left no-repeat;
}
#content_holder_right #client_login h3{
	margin: 0 0 0 20px;
	padding: 10px 20px 7px;
	text-align: left;
	color: #fff;
	background: url('../img/bg_login_h3.gif') left center no-repeat;
}
#content_holder_right #client_login form{
	display: block;
	margin: 0;
	padding: 10px 20px;
}
#content_holder_right #client_login label{
	display: block;
	color: #fff;
	font-size: 120%;
}
#content_holder_right #client_login input[type=text], #content_holder_right #client_login input[type=password]{
	margin: 0 0 10px 0;
	padding: 2px 5px;
	width: 190px;
	border: 1px solid #028fc1;
	color: #555;
}
#content_holder_right #client_login input[type=submit]{
	padding: 4px 0;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	background: url('../img/login_button.gif') center no-repeat;
	width: 74px;
	height: 21px;
}
#content_holder_right #client_login a{
	margin: 0 0 0 20px;
	color: #fff;
}
#footer {
	padding: 10px 20px 0 20px;
	background: #020c79 url('../img/footer_bg.gif') top left repeat-x;
	color: #fff;
}
#footer a{
	font-size: 120%;
	color: #89bede;
	font-wieght: bold;
}
#footer a:hover{
	color: #fff;
}
#footer h2{
	color: #fff;
	border-bottom: 2px solid #018bbd;
}
#footer_left {
	float: left;
	width: 520px;
}
#footer_left ul#gossip li h3{
	font-size: 120% !important;
}
#footer_left ul#gossip li h3 a{
	color: #89bede !important;
}
#footer_left ul#gossip li h3 a:hover{
	color: #004edf !important;
}
#footer_left ul#gossip li span.gossip_date{
	background: url('../img/calendar_footer.gif') center no-repeat !important;
}
#footer_right {
	float: right;
	width: 300px;
}
#footer_right #flash {
	display: block;
	margin: 0 auto;
	background: url('../img/footer_img_bg.gif') top left no-repeat;
	padding: 6px 5px 6px 5px;
	width: 250px;
}
#footer_right img.bg {
	display: block;
	margin: 0 auto;
	background: url('../img/footer_img_bg.gif') top left no-repeat;
	padding: 6px 5px 6px 5px;
	width: 250px;
}
#footer p#copyright {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	color: #fff;
}
#footer p#copyright a{
	font-size: 100%;
	color: #fff;
	text-decoration: underline;
}
#footer a.feed {
	position: absolute;
	display: block;
	padding: 3px 15px 3px 0;
	right: 10px;
	bottom: 0;
	background: url('../img/feed.png') right center no-repeat;
	text-decoration: none !important;
}
#wrapper_bottom {
	margin: 0 0 10px 0;
	height: 11px;
	background: url('../img/wrapper_bottom.gif') bottom left no-repeat;
}
/* GLOBAL */
ul#gossip {
	margin: 0 0 10px;
	padding: 0;
}
ul#gossip li{
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #018bbd;
	clear: both;
}
ul#gossip li span.gossip_date{
	display: block;
	padding: 0 10px 10px 10px;
	float: left;
	width: 40px;
	height: 40px;
	background: url('../img/calendar.gif') center no-repeat;
}
ul#gossip li span.gossip_date span.gossip_date_month{
	display: block;
	margin: 0 0 0 4px;
	padding: 7px 0 1px;
	text-align: left;
	font-size: 90%;
	color: #fff;
}
ul#gossip li span.gossip_date span.gossip_date_day{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 140%;
	font-weight: bold;

}
ul#gossip li h3{
	margin: 0;
	padding: 0;
	font-size: 140%;
}
ul#gossip li a{
	color: #018bbd;
}
ul#gossip li a:hover{
	color: #888;
}
#flashMessage, #authMessage {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #ff9999;
	border: 2px solid #f00;
	color: #f00;
	font-weight: bold;
	text-align: center;
}
#client_panel_container {
	position: relative;
	width: 249px;
}
#client_panel_container #client_panel_top{
	margin: 0 0 0 0;
	background: url('../img/client_panel_top.gif') top center no-repeat;
	height: 10px;
	width: 249px;
}
#client_panel_container #client_panel_middle{
	background: url('../img/client_panel_middle.gif') top left repeat-y;
	width: 249px;
}
#client_panel_container #client_panel_middle ul{
	margin: 0;
	padding: 10px 25px;
}
#client_panel_container #client_panel_middle ul li{
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url('../img/accept.png') left center no-repeat;
	border-bottom: 1px dotted #7ed22a;
}
#client_panel_container #client_panel_middle ul li a{
	color: #fff;
}
#client_panel_container #client_panel_middle ul li a:hover{
	text-decoration: underline;
}
#client_panel_container #client_panel_bottom{
	background: url('../img/client_panel_bottom.gif') bottom center no-repeat;
	height: 10px;
	width: 249px;
}
#client_panel_container h3{
	margin: 0 auto;
	padding: 14px 0 10px 20px;
	background: url('../img/client_panel_h3.gif') center no-repeat;
	height: 10px;
	width: 212px;
	height: 29px;
	color: #fff;
}
ul#personal_details {
	margin: 0;
	padding: 0;
}
ul#personal_details li{
	margin: 0;
	padding: 0 0 0 15px;
	background: url('../img/bullet_green.gif') left center no-repeat;
}
ul#personal_details li h3{
	margin: 0 0 5px 0;
	color: #72be27;
}
ul#personal_details li.header{
	padding: 0;
	background: none;
}
ul#personal_details li strong{
	color: #72be27;
}
/* CLASSES */
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: 0;
}
p.controls {
	margin: 0 0 5px 0;
}
img.workshop_img_bg {
	display: block;
	margin: 0 auto;
	background: url('../img/img_bg.gif') top left no-repeat;
	padding: 6px 5px 6px 5px;
	width: 250px;
}
.error-message {
	color: #f00;
}
.form-error {
	border: 1px solid #f00;
}
#profile {

}
#profile .text label, #profile .textarea label, #profile .select label{
	float: left;
	width: 130px;
	font-weight: bold;
}
#profile input[type=text], #profile textarea, #profile select{
	width: 350px;
}
#profile .error-message {
	display: none;
}
#profile select{
	padding: 2px 5px;
}
#profile .textarea, #profile .text, #profile .select {
	margin: 0 0 10px 0;
}
table.list {
	width: 100%;
	font-size: 80%;
	border-bottom: 1px solid #72be27;
}
table.list a {
	text-decoration: none;
}
table.list tr {
	display: table-row;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #72be27;
}
table.list tr.altrow {
	background: #F9F9F9;
}
table.list tr th {
	background: #72be27;
	color: #fff;
	padding: 5px 10px;
}
table.list tr td {
	padding: 5px 10px;
}
table.list tr td a {
}
table.list tr td.actions {
}
table.list tr:hover {
	background: #eee;
}
ul.actions {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.actions li{
	padding: 0 0 0 15px;
	background: url('../img/bullet_blue.gif') left center no-repeat;
}
ul.actions li a{
}
ul.actions li a:hover{
}
#reply {
	margin: 10px 0 0 0;
}
div.ticket_box {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #555;
}
p#tickets_alert {
	padding: 0 0 0 20px;
	background: url('../img/email.gif') left center no-repeat;
}
p#overdue_invoice a{
	padding: 0 0 0 20px;
	background: url('../img/flag_red.gif') left center no-repeat;
}
p#overdue_invoice a{
	font-weight: bold;
	font-size: 110%;
	color: #f00;
	text-transform: uppercase;
}
p#overdue_invoice a:hover{
	text-decoration: underline;
}
#quote {
	width: 550px;
}
#quote_left {
	float: left;
	width: 250px;
}
#quote_right {
	float: right;
	width: 250px;
}
#quote label {
	margin: 5px 0 0 0;
}
#quote input[type=text],#quote input[type=password],#quote textarea, #quote select {
	margin: 0 0 0 0;
	width: 250px;
}
#checkboxes {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
}
#checkboxes .checkbox {
	margin: 5px 0 0;
}
#checkboxes input[type=checkbox] {
	margin: 0 10px 0 0;
}
#quote div.textarea textarea {
	width: 550px !important;
}
div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	height: 200px;
}
div.jd_news_scroll ul {
	position: relative;
}
div.jd_news_scroll ul li{
	position: relative;
	height: 45px;
}
strong.overdue {
	color: #FF6600;
}
strong.unpaid {
	color: #FF0000;
}
strong.paid {
	color: #00CC00;
}