a {
	text-decoration: underline;
	color: #4165A3;
}

a:hover {
	color: #5EA455;
}

.back_to_top {
	text-align: right;
	margin: 15px 0px 0px 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

.blue_bar {
	position: relative;
	background: url("../images/blue_bar_bg.gif") repeat-x #96BCFE;
	height: 40px;
}

#content {
	position: relative;
	width: 540px;
	padding: 8px 50px;
	float: left;
}

#copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 10px;
	padding: 25px 5px 5px 5px;
	background: url("../images/blue_bar_end.gif") no-repeat;
	font-size: 80%;
}

* * body #copyright {
	padding-top: 22px;
}

#footer {
	clear: both;
	background: #FFFFFF;
	color: #FFFFFF;
	height: 60px;
}

#footer_bottom {
	position: relative;
	border-top: 1px solid #A0A0A0;
	margin-top: 2px;
	height: 40px;
}

#footer_top {
}

#header {
	position: relative;
	background: #FFFFFF;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 125%;
	color: #4165A3;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 110%;
	color: #505050;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 105%;
	color: #5EA455;
}

#header_rh {
	position: absolute;
	width: 118px;
	height: 59px;
	top: 0px;
	right: 0px;
}

#header_top {
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 2px;
}

.green_bar {
	position: relative;
	background: url("../images/green_bar_bg.gif") repeat-x #D8F8AF;
	height: 14px;
	font-size: 80%;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	padding: 0px 5px;
}

.green_bar a {
	text-decoration: none;
	color: #333333;
}

.green_bar a:hover {
	text-decoration: underline;
	color: #4266A4;
}

/* ---- START: Listings ---- */
.listings {
	position: relative;
	clear: both;
	padding: 15px 0px 0px 0px;
}

.listings_col {
	position: relative;
	margin-left: 4px;
	padding: 10px 5px;
	background: #DFDFDF;
	float: left;
	font-size: 80%;
	text-align: center;
	width: 40px;
}

.listings_col img {
	display: block;
	margin: 15px auto;
}

.listings_col input {
	margin: 15px auto;
}

.listings_col, .listings_description { /* For standards compliant browsers */
	min-height: 100px;
}

* * body .listings_col, * * body .listings_description { /* For IE */
	height: 100px;
}

.listings_description {
	position: relative;
	padding: 10px;
	background: #DFDFDF;
	float: left;
	width: 280px;
	/*width: 335px;*/
	font-size: 88%;
}

.listings_description img {
	margin-right: 10px;
	border: 1px solid #AEAEAE;
	display: block;
}

.listings_details {
	position: absolute;
	bottom: 5px;
	left: 172px;
}

.listings_description .listings_details img {
	border: none;
}

.listings_display {
	position: relative;
	clear: both;
	background: #EEF2F9;
	border: 1px solid #EBEBEB;
	padding: 5px 10px;
}

.listings_heading {
	position: relative;
	background: url("../images/listings_bg.gif") repeat-x #D8F8AF;
	height: 16px;
	padding: 4px;
	border: 1px solid #E3E3E3;
	margin-bottom: 2px;
}

.listings_row {
	position: relative;
	clear: both;
	padding: 5px 0px;
	min-height: 120px;
}

* * body .listings_row {
	height: 120px;
}

.listings_select {
	clear: both;
	text-align: right;
	padding: 5px 0px;
}

#listings_sold .listings_description {
	width: 281px;
}

.listings_sold_display {
	text-align: right;
	font-size: 80%;
}
/* ---- END: Listings ---- */

#menu {
	position: relative;
	width: 150px;
	padding: 10px 0px;
	float: left;
}

#menu a {
	display: block;
	width: 129px;
	padding: 5px 0px;
	font-size: 90%;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #FFFFFF;
	border-left: 10px solid #DFE3E9;
	border-right: 10px solid #DFE3E9;
}

#menu a:hover, #menu a.current{
	background-color: #D8F8AF;
	border-left: 10px solid #D8F8AF;
	border-right: 10px solid #D8F8AF;
}

.menu_group {
	margin: 30px 0px;
}

#menu_tools {
	margin-top: 0px;
}

p {
	margin: 5px 0px;
}

/* ---- START: Quick Links ---- */
#ql_email {
	margin: 0px 30px;
}

.ql_heading {
	position: relative;
	background: url("../images/quicklink_bg.gif") repeat-x;
	height: 16px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #E3E3E3;
	margin-bottom: 2px;
}

.ql_links {
	position: relative;
	background: #EEF2F9;
	border: 1px solid #EBEBEB;
	min-height: 170px;
}

* * body .ql_links {
	height: 170px;
}

.quicklink {
	width: 160px;
	float: left;
}

html>body .quicklink { /* Adjust the spacing for standards compliant browsers */
	padding-bottom: 15px;
}

.quicklink ul {
	margin: 0px;
	padding: 15px 15px 15px 25px;
	color: #4165A3;
	font-weight: bold;
}

.quicklink li {
	padding: 3px 0px;
}
/* ---- END: Quick Links ---- */

#radar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 400px;
	height: 10px;
	padding: 25px 5px 5px 5px;
	background: url("../images/blue_bar_end.gif") no-repeat right;
	font-size: 80%;
	text-align: right;
}

* * body #radar {
	padding-top: 22px;
}

#radar a {
	text-decoration: none;
	color: #FFFFFF;
}

#radar a:hover {
	text-decoration: underline;
	color: #D8F8AF;
}

/* ---- START: SideCar ---- */
#sc_links .ql_links {
	padding: 17px 0px;
	min-height: 20px;
}

* * body #sc_links .ql_links {
	height: 20px;
}

#sc_links a {
	padding: 0px 0px 3px 21px;
	margin: 10px;
	font-size: 80%;
}

#sc_add { background: url("../images/icon_useradd.gif") no-repeat; }

#sc_admin { background: url("../images/icon_find.gif") no-repeat; }

#sc_download { background: url("../images/icon_download.gif") no-repeat; }

#sc_print { background: url("../images/icon_print.gif") no-repeat; }

#sc_settings { background: url("../images/icon_settings.gif") no-repeat; }
/* ---- END: SideCar ---- */

#wrapper {
	position: relative;
	width: 800px;
	background: url("../images/menu_bg.gif") repeat-y #FFFFFF;
	border-right: 1px solid #289728;
}


/******** sortable table ********/

/************** A ***************/
table.listingsummary {
	border:1px solid black;
	border-collapse:collapse;
	width:540px;	
/*	width:600px;*/
}
table.listingsummary th, table.listingsummary td {
	border:1px solid #aaaaaa;
	padding: 5px 2px;
}
table.listingsummary thead th {

}
table.listingsummary thead tr {
	background: url("../images/blue_bar_bg2.gif") repeat-x #A1C4FC;
}
table.listingsummary tfoot td {
	background-color: #DFE3E9;
}

table.listingsummary tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.listingsummary a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.listingsummary a.currentpage {
	background-color:yellow;
}
/************** A ***************/


/************** B ***************/
table.listingsummaryB {
	border:1px solid black;
	border-collapse:collapse;
	width:750px;
}
table.listingsummaryB th, table.listingsummaryB td {
	border:1px solid #aaaaaa;
	padding: 5px 2px;
}
table.listingsummaryB thead th {

}
table.listingsummaryB thead tr {
	background: url("../images/blue_bar_bg2.gif") repeat-x #A1C4FC;
}
table.listingsummaryB tfoot td {
	background-color: #DFE3E9;
}

table.listingsummaryB tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.listingsummaryB a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.listingsummaryB a.currentpage {
	background-color:yellow;
}
table.listingsummaryB td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/************** B ***************/


/* Striping */
tr.alternate {
	background: url("../images/green_bar_bg.gif") repeat-x #D8F8AF;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url("../images/icon_sort.gif");
	background-position:center right;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("../images/icon_sort_up.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("../images/icon_sort_dn.gif");
	background-position:center right;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("../images/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* listingsummarys which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Sort Icon Styles */
/*there are 19 sets of images to pick from - simply change the number to any one between 01-19

th.table-sortable { background-image:url("../images/05_unsorted.gif"); padding-left:16px;}
th.table-sorted-asc { background-image:url("../images/05_ascending.gif"); }
th.table-sorted-desc { background-image:url("../images/05_descending.gif"); }*/

/* images box */
.imageset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.imageset img {
	margin:3px;
}

/******** sortable table ********/

/******** sortable list ********/
ol#sortableList {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
ol#sortableList li {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 30px;
	border: 1px solid #A0A0A0;
	background: url("../images/green_bar_bg.gif") repeat-x #D8F8AF;
}
div#sortableList div {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #000000;
	background-color: #daeda3;
	width: 400px;
}
div#sortableList img {
	cursor: move;
	display: block;
	margin: 5px 0px;
	border: 1px solid #000000;
}
/******** sortable list ********/

div#imageFloatContainer {
	margin: 30px;
	width: 680px;
	border: 1px solid #000000;
	font: 0.8em verdana;
	padding-bottom: 12px;
}

div#imageFloatContainer img {
	float: left;
	margin: 10px;
	border: 1px solid #FFFFFF;
}

legend {
	display:	inline-block;
	background:	#fff;
	padding:	0 2px;
}