@charset "utf-8";
/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p {
	margin:0px;
	padding:0px 0px 7px 0px;
}

h1 {
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#6ebd31;
	padding:0px 0px 25px 0px;;
	margin:0px 0px 0px 0px;
}

.clear {
	clear:both;
	height:0px;
}

.wrapper {
	width:980px;
	margin:20px auto 13px auto;
	padding:0px;
}

.header {
	height:166px;
	width:980px;
	padding:0px;
	margin:0px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

.header .pad {
	height:139px;
	padding:0px;
	margin:0px;
}

.nav {
	height:26px;
	width:660px;
	margin:0px 0px 0px 320px;
	text-align:center;
	color:#FFF;
}

.content_container {
	background-image:url(../images/bg_content_container.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
	width:978px;
	border:1px solid #1a9bd5;
	border-top:0px;
	border-bottom:0px;
}

.content {
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	min-height:400px;
	padding: 20px 20px 0px 30px;
	margin:0px;
}
.content_bottom {
	padding:0px;
	margin:0px;
}

.content a:link 	{ color:#00aeff; text-decoration:none}
.content a:visited 	{ color:#00aeff; text-decoration:none}
.content a:hover 	{ color:#00aeff; text-decoration:underline}
.content a:active 	{ color:#00aeff; text-decoration:none}

.column {
	width:285px;
	float:left;
	margin-right:27px;
}

.column_2c {
	width:580px;
	float:left;
	margin-right:25px;
}

.column_full {
	float:left;
	margin-right:25px;
}




.footer {
	text-align:center;
	font-size:11px;
	padding:0px;
	margin:0px auto 0px auto;
	width:760;
	color:#5d9731;
}

.footer a:link 		{color:#a6c4fe; text-decoration:none}
.footer a:visited 	{color:#a6c4fe; text-decoration:none}
.footer a:hover 	{color:#5d93ff; text-decoration:none}
.footer a:active 	{color:#5d93ff; text-decoration:none}

.error, .required {
	color: red;
}
.message {
	color: green;
}
table.thleft th {
	text-align: left;
}
table.thright th {
	text-align: right;
	padding-right: 10px;
}

.blue_border {
	border:1px solid #008ece;
}

div#paginationControl {
	text-align: center;
	margin: 10px 0px;
}

div.filter_bar div {
	float: left;
	margin-right: 10px;
}
div.filter_bar input.ui-button {
	padding: 1px 5px;
}
div.fitler_bar input[type=text] {
	position: relative;
	top: 2px;
}

.error, .required {
	color: red;
}
.message {
	color: green;
}
table.thleft th {
	text-align: left;
}
table.thright th, .currency {
	text-align: right;
	padding-right: 10px;
}
div#headerButtons {
	float: right;
}

#admin-nav {
	list-style: none;
	margin: 0px 95px 0px 0px;
}
#admin-nav li {
	float: right;
	margin: 0px 7px;
}

.dashboard_box {
	float:left;
	width:167px;
	height:98px;
	padding-top:14px;
	text-align:center;
	margin-left:96px;
	background-image:url(/images/dashboard_box.jpg);
	background-repeat:no-repeat;
	font-size:28px;
	font-family: 'Trebuchet MS', sans-serif;
	cursor:pointer;
	padding-bottom:18px;
}
.dashboard_box a {
	font-size: 28px;
	font-family: 'Trebuchet MS', sans-serif;
	color: black;
}
.db_number {
	font-size:31px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img.report-icon {
	position: relative;
	top: 2px;
}