/* Globals */

body {
	margin: 0px;
	/* behaviour: url("/css/csshover.htc"); */
	/* behaviour: url("/css/iepngfix.htc"); */
}

body, p, input, select, textarea {
	font-family:arial;
	font-size: 11px;
	color: #444444;
}

body.popup {
	margin: 5px;
}

h1 {
	margin-bottom: 15px;
	font-size: 1.6em;
	color:#2E3192;
}

h2 {
	margin-top: 0px;
	padding-top: 8px;
	margin-left: 2px;
	font-size: 14px;
	color:#DF0B01;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 16px;
	
}

form {
	margin: 0px;
	padding: 0px;

}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

img {
	vertical-align: top;
	border: 0px;
	line-height: 100%;
}


/* Structure */

#main {
	position: relative;
}

#header {
	background:url(../images/css/blue_background.png) 0px 0px repeat-x #1E2225;
	padding: 5px;
}


#header-starrPartners {
	background:url(../images/css/starr_partners_background.png) 0px 0px repeat-x #1E2225;
	padding: 5px;
}

#logo {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 1px solid #efefef;
	vertical-align: top;
}

/* Main Menu */

.main-menu {
	margin:0px;
	border-top: 1px solid #CADAE1;
	/* border-bottom: 1px solid #9ABBC9; */
	padding: 0px;
	/*overflow: hidden;*/
	height: 38px;
	background: url(../images/css/mainmenu_bg.jpg) top left repeat-x #C4D7DF;
}

.main-menu ul {
	display: block;
	margin:0px;
	padding:0px;
}

.main-menu ul li {
	margin:0px;
	border:none;
	padding:0px 2px 0px 0px;
	background:url(../images/css/mainmenu_tab.jpg) top right no-repeat;
	list-style:none;
	float: left;
	font-size:15px;
	height:38px;
	line-height:38px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.main-menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	margin:0px;
	border:none;
	padding:0px 15px 0px 15px;
	display:block;
	font-weight:bold;
	color:#414141;
	/*_width: 1%;*/
	height:38px;
	line-height:38px;
	float:left;
	
}

.main-menu ul li a.current {
	margin:0px;
	padding:0px;
	border-bottom: 1px solid white;
	height:38px;
	line-height:38px;
	background:#FFFFFF;
	color:#4A4CA1;
}

.main-menu .menu-logo {
	border:none;
	padding:0px 5px 0px 5px;
	float:right;
}

.main-menu .menu-logo a {
	padding: 0;
}

.main-menu .menu-logo img {
	margin-top:3px;
}




/* search bar */

#search {
	height: 50px;
	margin-bottom: 0px;
	background-color: white;
	border: 1px solid #B7CAF5;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 5px;
	padding-left: 30px;
	margin-left: 2px;
	float: left;
}

/* search box */

#searchbox {
	margin-bottom: 0px;
	float: left;
	padding: 0;
	text-align: center;
	/*background-color: white;
	border: 1px solid #B7CAF5;
	*/
	background: url(../images/css/searchbox_bg.png) 0px 0px no-repeat;
	margin-left: 30px;
	margin-right: auto;
	width: 535px;
	height: 102px;
}

#searchbox #quicksearch-term {
	font-size: 16px;
	font-weight: bold;
	width: 400px;
	padding: 2px;
	color: #a0a0a0;
	outline:none;
}

.searchbox-form {
	padding: 5px;
}

#searchbox-type {
	font-size: 1.2em;
	background:url(../images/css/searchmenu_bg.png) top right repeat-x; 
	height:32px;
	border:none;
}

#searchbox-type .current {
	padding:0px 20px 0px 20px;
	height:32px;
	color:#4A4CA1;
	margin:0px;
	border-top:2px solid #686C6F;
}

#searchbox-type ul {
	height:32px;
	border:none;
}

#searchbox-type ul li {
	height:32px;
	background:url(../images/css/searchbox_border.jpg) top right no-repeat;
}

#searchbox-type ul li a {
	color:#FFFFFF;
	line-height:32px;
	float:left;
}


#searchbox-type #qs-listings-link.current {
	background:url(../images/css/searchlisting_white.png) 0px 0px no-repeat;
	border-top:none;
	border-bottom:none;
}

#quicksearch-locations {
	text-align:left; 
	text-indent:20px;
}

#quicksearch-working {
	 margin-left:21px; 
	text-align:left; 
	text-indent:20px; 
	width:410px; 
	position:relative; 
	z-index:9000;
}

#quicksearch-working div, .renet-autocompleter .indicator, .autocomplete-options li.autocomplete-not-found {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	font-size:12px; 
	color:#FFFFFF; 
	height:30px; 
	line-height:32px;
	text-indent:30px;
	background:url(../../../images/ajax-loading-circle-1.gif) 7px 7px no-repeat #666666;
	z-index: 10000000000;
}
.renet-autocompleter .indicator {
	width:256px;
}


#searchbox #quicksearch-label {
	font-size: 18px;
	display:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#DF0B01;
}

#search_quick_links {
	margin-left: 25px;
	margin-bottom: 0px;
	height: 80px;
	float: left;
}

#search_quick_links a {
	display:block;
	height:10px;
	padding-top:70px;
	width:64px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 6px 0px 6px;
}

#search_quick_links .listing {
	background:url(../images/css/new_listing.png) 0px 4px no-repeat;
}

#search_quick_links .contact {
	background:url(../images/css/new_contact.png) 0px 4px no-repeat;
}

#search_quick_links .enquiry {
	background:url(../images/css/insert_enquiry.png) 0px 4px no-repeat;
}

#search_quick_links .cal {
	background:url(../images/css/calendar_activities.png) 0px 4px no-repeat;
	position:relative;
}

#search_quick_links .cal .cal_day {
	display:block;
	color:#000000;
	font-size:17px;
	font-weight:bolder;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:35px;
	left:26px;
	
}

#search_quick_links .cal .cal_month {
	display:block;
	color:#FFFFFF;
	font-size:6px;
	text-transform:uppercase;
	position:absolute;
	top:24px;
	left:22px;
}

#side {
	position: absolute;
	left: 2px;
	/* float: left; 
	*/
	padding: 0;
	margin-top: 5px;
	margin-left: 2px;
	width: 190px;
	z-index: 10;
	/*left: 0px;
	*/
	margin:0px;
	border:none;
	padding:0px;
	height:1px;
}

.side-menu {
	/*margin:1px;*/
	border:none;
	padding:0px;
	border-right: 1px solid #CADAE1;
}

.side-menu h2 {
	margin:0;
	padding:0px 10px 0px 10px;
	line-height:26px;
	/*
	background:#CE373C;
	border-bottom:1px solid #990000;
	background: #1F7BA2;
	border-bottom:1px solid #1C658E;
	*/
	background:url(../images/css/sidehead_bg_blue.jpg) 0px 0px repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

html>body #side { margin-left: 5px; margin:0px; }

#side div { display: none; }

	#menu-home {
		display:block;
	}

.side-menu ul {

}

.side-menu ul li {
	margin: 0;
	padding: 0;
}

/*
.side-menu ul li a:link, .side-menu ul li a:visited, .side-menu ul li a:active {
	margin:0px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CADAE1;
	padding:0px 10px 0px 30px;
	display:block;
	color:#29435F;
	background:url(../images/css/side_menu_normal.jpg) top left no-repeat #F5F9FA;
	line-height:24px;
}
*/

.side-menu ul li a:link, .side-menu ul li a:visited, .side-menu ul li a:active {
	margin: 0;
	/*border-top: 1px solid #FFFFFF;*/
	border-bottom: 1px solid #a0a0a0;
	padding: 0px 10px 0px 10px;
	display: block;
	color: black;
	background: #efefef;
	line-height: 24px;
	_height: 1%;
}


.side-menu ul li a:hover {
	margin: 0px;
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CADAE1;*/
	padding: 0px 10px 0px 10px;
	display: block;
	color: #29435F;
	background:white;
	line-height: 24px;
	color:black;
	text-decoration:none;
}

#content {
	/*
	position: relative;
	position: static;
	background-color: white;
	padding: 5px;
	min-height: 500px;
	margin-left: 200px;
	z-index: 2;
	*/
	position: relative;
	background: #FFFFFF;
	min-height: 750px;
	padding: 5px;
	padding-left: 7px;
	margin-left: 192px;

}

#footer {
	background-color: white;
	text-align: center;
	clear: both;
	margin-left: 200px;
	width: 770px;
}

.panel {
	width: 770px;
	margin-bottom: 20px;
}



.panel-body, .panel-head {
	clear:both;
	border:1px solid #CADAE1;
	border-top:none;
	padding: 5px;
	position: relative;
}

.panel-head {
	border: 1px solid #CADAE1;
}

/* Tabs */

.tabs {
	height:24px;
	border-bottom: 1px solid #B7CAF5;
	/*border-left:1px solid #B7CAF5;*/
}

.tabs li {
	float:left;
	background:url(../images/css/tab_bg.jpg) 0px 0px repeat-x;
}

.tabs li a, .tabs li a:link, .tabs li a:visited, .tabs li a:active {
	display:block;
	height:24px;
	line-height:24px;
	padding:0px 6px 0px 6px;
	border-top:1px solid #B7CAF5;
	border-right:1px solid #B7CAF5;
	font-weight:bold;
	color:#363738;
	float:left;
	/*background:url(../images/css/tabs_bg_border.jpg) right no-repeat;*/
}

.tabs li a:hover {
	color:#363738;
	/*background:url(../images/css/tabs_bg_border.jpg) right no-repeat;*/
}

.tabs li.first a {
	border-left:1px solid #B7CAF5;
}

.tabs li.last a {
	border-right:1px solid #B7CAF5;
}

.tabs li a.active {
	color: #659326;
}


/* new style */

.tabs li a.current:link, .tabs li a.current:visited, .tabs li a.current:hover, .tabs li a.current:active {
	background:#FFFFFF;
	/*border-bottom:1px solid #FFFFFF;*/
}

.tabs li a.ghosted {
	background-color: #E1EAFE;
	border-color: #E1EAFE;
	color: #999999;
}

/* Alerts */

.info, .notice, .warning, .error, .success, .locked, .options {
	color: black;
	padding: 10px;
	margin-bottom: 5px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

.info p, .notice p, .warning p, .error p, .success p, .locked p, .ajax-loading p, .options p {
	margin: 0;
}

.ajax-loading {
	position: absolute;
	text-align: right;
	vertical-align: middle;
	border: 1px solid #B7CAF5;
	left: 10px;
	top: 10px;
	background:url(../images/ajax-loading.gif) 20px 20px no-repeat #FFFFFF;
	z-index: 20;
	padding: 20px;
	width: 168px;
}

.info, .notice {
	background-color: #E1EAFE;
	border: 1px solid #B7CAF5;
	background-image: url(../images/information.png);
}

.warning {
	background-color: #FAEFB4;
	border: 1px solid #F6DA61;
	background-image: url(../images/error.png);

}

.error {
	background-color: #FBC7C5;
	border: 1px solid #F49883;
	background-image: url(../images/exclamation.png);

}

.success {
	background-color: #C5DEA1;
	border: 1px solid #ADDCA4;
	background-image: url(../images/accept.png);

}

.options {
	background-color: #FAEFB4;
	border: 1px solid #F6DA61;
	background-image: url(../images/wrench.png);

}

.locked {
	background-color: #FAEFB4;
	border: 1px solid #F6DA61;
	background-image: url(../images/lock.png);

}

.locked:hover {
	background-color: #FAE9BA;
}

.tools {
	padding-top: 0;
	margin-bottom: 10px;
}

ul.options {
	list-style-type: disc;
	padding-left: 45px;
}


/* Listings */

.listings-controls {
	margin-top: 5px;
}

iframe.image-upload {
	border: 0px;
	height: 5px;
	width: 1px;
	margin: 0px;
	display: block;
}


/* Help */

#context-help {
	background-color: white;
	border: 1px solid #B7CAF5;
	padding: 1px;
	width: 250px;
}

#context-help-body {
	padding: 4px;
}

#context-help-handle {
	position: relative;
	padding: 5px;
	font-weight: bold;
	background-color: #3A80F3;
	color: white;
}

#context-help-controls {
	position: absolute;
	right: 5px;
	top: 5px;
}

#context-help-controls a {
	color: white;
	border: 1px solid white;
	margin-left: 2px;
	padding: 2px;
}

#context-help ul {
	padding: 2px;
}

#context-help li {
	padding: 5px;
	padding-left: 21px;
	/* border: 1px solid #B7CAF5; */
	margin-top: 1px;
	background-color: white;
}

.context-help-video {
	background-image: url(../images/film.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;

}

.context-help-manual {
	background-image: url(../images/book_open.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;

}

#help-index {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px;
	width: 182px;
	border: 1px solid #efefef;
	overflow: auto;
}

#help-content {
	margin-left: 205px;
}


/* Planner */

.calendar {
	border: 1px solid #B7CAF5;
	margin-bottom: 15px;
}

.calendar-day, .calendar-empty {
	width: 20px;
	height: 20px;
	font-size: 9px;
	text-align: center;
}

.calendar-day {
	background-color: #E1EAFE;
	border: 1px solid #B7CAF5;
}

.calendar-empty {
	background-color: #E1EAFE;
	border: 1px solid #E1EAFE;
}

.calendar caption {
	height: 17px;
	vertical-align: top;
	font-weight: bold;
}

#planner-calendar {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 3px;
	width: 202px;
	border: 1px solid #efefef;
	overflow: auto;
	height: 500px;
}

#planner-day {
	margin-right: 220px;
	border: 1px solid #efefef;
	overflow: auto;
	min-height: 550px;
}


/* Flowchart */

.flowchart li {
	border: 1px solid #efefef;
	padding: 10px;
}


/* Lists */

.listitem-button {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #efefef;

}

.listitem {
	/* width: 100%; */
	border: 1px solid #efefef;
}

.listitem td {
	padding: 5px;
}


.staff-member-image, .staff-member-form {
	float: left;
}

.staff-member-form {
	margin-left: 5px;
	width: 550px;
	border-collapse: collapse;
}

.staff-member-form, .staff-member-form td {
	border: 1px solid #efefef;
	padding: 5px;
}


/* The clear element to reset floats */

.clear {
	clear: both;
}


/* Alerts */

#alerts-wrap {
	background: url(../images/css/grey_background.png) 0px 0px repeat-x #000000;
	background-color: black;
	position: relative;
}


#alerts-wrap ul {
	margin: 0px;
	height: 24px;
	line-height:24px;
	padding-left: 5px;
	font-size: 11px;
	float: left;
	color: white;
}

#alerts-wrap ul li {
	display: inline;
	border-left: 1px solid #666666;
	height: 100%;
	
}

#alerts-wrap ul li a {
	background-repeat: no-repeat;
	padding: 4px;
	padding-left: 22px;
	color: #DBE6EA;
	background-position: 3px 2px;
}

#alerts-wrap ul li a:hover {
	color: white;
	text-decoration: underline;
}

#alerts-wrap ul li.first {
	padding-left: 0px;
	border-left: 0px;
	font-weight: bold;
}

#alert-logout {
	background-image: url('../images/user_man.gif');

}

#alert-messages {
	background-image: url('../images/email.png');

}

#alert-sms {
	background-image: url('../images/user_phone.gif');

}

#alert-account {
	background-image: url('../images/coins.png');

}

#alert-feedback {
	background-image: url('../images/comment.png');

}

#alert-bugreport {
	background-image: url('../images/bug.png');

}

#version-number {
	margin-right: 0px;
	font-weight: bold;
	position: absolute;
	right: 0px;
}


/* Reports */

.report {
	border: 1px solid #efefef;
	border-collapse: collapse;
	width: 100%;
	background-color: white;
}

.report td, .report th {
	border: 1px solid #efefef;
	padding: 5px;
}


/* Staff */

/*.staff-access-options {
	margin-top: 5px;
	border: 1px solid #B7CAF5;
	float: left;
	padding: 2px;
}

.staff-access-options li {
	float: left;
	margin: 2px;
	border: 1px solid #B7CAF5;
	padding: 2px;
	background-color: #E1EAFE;
}

.staff-access-options input {
	vertical-align: top;
}*/

.staff-access-options li { vertical-align: middle; padding-top: 0.3em; padding-bottom: 0.3em; border-bottom: 1px dotted #a0a0a0; }
.staff-access-options li.first { border-top: 1px dotted #a0a0a0; margin-top: 0.3em; }
.staff-access-options li input { vertical-align: middle; }

.staff-member-image {
	max-width: 200px;
}


/* Contacts manager */

.contact-hot, .contact-warm, .contact-cold, .contact-open {
	padding: 2px;
	position: relative;
	font-weight: bold;
	color: white;
	border: 1px solid #dadada;
}

.contact-hot {
	background-color: #F62F09;
}

.contact-warm {
	background-color: #FA7D18;
}

.contact-cold {
	background-color: #096BFF;
}

.contact-open {
	background-color: #B7B7B7;
}


.contact-name {
	padding: 5px;
	position: relative;
	border: 1px solid #efefef;
}


/* Tables */

caption { text-align: left; font-size: 130%; padding: 0.5em; }

.column-button {
	width: 16px;
	padding: 4px;
}

td.button, td.button-left{
	background-color: #efefef;
}

td.button-left {
	text-align: left;
}

td.button {
	text-align: right;
}

td.button-left {
	text-align: left;
	background-color: #efefef;
}

.total {
	background-color: #efefef;
	font-weight: bold;
}

td.header {
	background-color: #efefef;
}


.buttons {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* Attention getters */

.hot {
	/* Also used for overdue etc */

	background-color: #ffdddd;
}

.warm {
	/* Also used for due etc */

	background-color: #FAEFB4;
}

.cold {
	background-color: #E1EAFE;
}

.ucont {
	background-color: #DDFFDD;
}

.yellow {
	background-color: #FFFFD9;
}

.blue {
	background-color: #CBE5FF;
}

.grey {
	background-color: #E5E5E5;
}

.over {
	/* used for reports etc when mouse over tr*/
	background-color: #EBFFEE;
}

.buttons li {
	display: inline;
}


/* Dates */

input.date {
	width: 60px;
}

input.datetime {
	width: 100px;
}

/* Form tables */

.form {
	border: 1px solid #dadada;
	/*
	width: 754px;
	margin: 2px;

	*/
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
	background-color: white;
}

.form .checkbox {
	width: 34px;
}

.label {
	width: 100px;
	font-weight: bold;
}

.form td, .form th {
	border: 1px solid #dadada;
	padding: 5px;
	vertical-align: top;
}

.form th {
	background-color: #E7E7E7;
	text-align: left;

}

.form td.td-title {
	font-weight: bold;
	text-align: left;
	width: 130px;
}

/* weblog module added by Ian 13.11.07 */

.comment {
border-bottom:1px solid #D6DFF7;
}

.approved {
background:#DDFFDD;
}

.comment-row-1 {
padding:0px;
border:none;
height:20px;
line-height:20px;
}

.comment-row-1 div {
height:20px;
line-height:20px;
}

.comment-row-1 div.details {
padding:0px 10px 0px 4px;
float:left;
}

.comment-row-1 div.cell {
padding:0px 10px 0px 10px;
border-left:1px solid #D6DFF7;
width:50px;
text-align:center;
float:right;
}

.comment-row-2 {
padding:0px;
border:none;
}

.comment-text {
margin:0px;
padding:4px;
border-top:1px solid #D6DFF7;
font-size:11px;
}

.comment-close {
margin:3px;
text-align:right;
}

.hide {
display:none;
}

.show {
display:block;
}


/* Web page manager */

.html-editor {
	width: 700px;
}


/* Login box */

#login {
	width: 300px;
}

.listing-listitem {
	background-color: white;
}

.listing-listitem td {
	padding: 5px;
}

.listing-listitem-status {
	width: 85px;
}

.listing-listitem .contacts { 
	float: right; 
	text-align: right; 
}

.listing-hot {
	border: 2px solid red !important;
}	





span.completed{
	color: #636363; font-style: italic;
}

td.p {
	margin: 0;
	padding: 0;
}

#preview {
	margin-bottom: 5px;
}

/* Pagination */

.pagination {
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 20px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin-left: 0;
	margin-right: 3px;
}

.pagination li a, .pagination li a:visited{
	padding: 5px 7px;
	border: 1px solid #B7CAF5;
	text-decoration: none;
	background-color: #E1EAFE;
	color: #444488;
}

.pagination li a:hover, .pagination li a:active{
	border: 1px solid #2b66a5;
	color: #444444;
	background-color: #B7CAF5;
}

.pagination li.current {
	font-weight: bold;
	padding: 5px 7px;
	border: 1px solid #B7CAF5;
	background-color: white;
	color: #444444;
}

.pagination li.disabled {
	padding: 5px 7px;
	border: 1px solid #DADADA;
	color: #DADADA;
}

.pagination li.next {
	font-weight: bold;
}

/* listing buttons */

.listing-buttons {
	margin: 0px;
	padding: 0px;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 11px;
	font-weight: bold;
	height:24px;
}

.listing-buttons li {
	list-style: none;
	float:left;
	margin:0px 1px 0px 0px;
	padding:0px;
	height:24px;
	border: 1px solid #B7CAF5;
}


.listing-buttons li a, .listing-buttons li a:visited, .listing-buttons li a:active {
	padding:0px 2px 0px 2px;
	text-decoration: none;
	margin:0px;
	background:url(../images/css/tab_bg.jpg) 0px 0px repeat-x;
	height:24px;
	line-height:24px;
	color:#363738;
	float:left;
}

.listing-buttons li a:hover {
	background:#FFFFFF;
	color:#363738;
}

.listing-archive-but {
	margin: 0px;
	padding: 0px;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-size: 11px;
	font-weight: bold;
	height:24px;
}

.listing-archive-but li {
	list-style:none;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	height:24px;
	border:1px solid #686C6F;
	position:relative;
}


.listing-archive-but li a, .listing-archive-but  li a:visited, .listing-archive-but  li a:active {
	padding:0px 5px 0px 5px;
	text-decoration: none;
	margin:0px;
	background:url(../images/css/searchmenu_bg.png) -20px -2px repeat-x; 
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	float:left;
}

.listing-archive-but li a:hover {
	background:#FFFFFF;
	color:#363738;
}

/*
.listing-archive-but {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	height:24px;
}

.listing-archive-but li {
	list-style: none;
	margin:0px 2px 0px 0px;
	padding:0px;
	float:right;
}


.listing-archive-but li a:link, .listing-archive-but li a:active, .listing-archive-but li a:visited {
	padding:0px 5px 0px 5px;
	text-decoration: none;
	margin:0px;
	background:url(../images/css/searchmenu_bg.jpg) 0px -2px repeat-x; 
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	float:right;
	border:1px solid #686C6F;
	font-weight:bold;
}
*/

#minicalendar { z-index: 100000; display: none; position: absolute; width: 200px; border: 1px solid #808080; padding: 5px; background-color: #ffffff; }

.minicalendar { border: 1px solid #a0a0a0; border-collapse: collapse; width: 100%; padding: 0; margin-bottom: 1em; text-align: center; vertical-align: top; }
.minicalendar caption { height: 12px; vertical-align: top; text-align: center; }
.minicalendar tr, .minicalendar td, .minicalendar th { border: 1px solid #a0a0a0; }
.minicalendar td { padding: 0.2em 0; width: 14.28%; text-align: center; }
.minicalendar th { text-align: center; font-weight: normal; vertical-align: middle; }
.minicalendar .yearsel { font-weight: bold; }
.minicalendar .sunday { background-color: #6699ff; }
.minicalendar .saturday { background-color: #ccccff; }
.minicalendar .weekday { background-color: #ffffff; }
.minicalendar .selected { background-color: #ffff99; }
.minicalendar .today { background-color: #ffff33; }
.minicalendar .weekhead { background-color: #0099cc; }
.minicalendar .calheader { color: #cc0033; font-weight: bold; }

#calendars{
		
}


/* #alerts-wrap { display: inline; } */

.warning-mini {
	color: black;
	padding: 0; margin: 0;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #FAEFB4;
	border: 1px solid #F6DA61;
	background-image: url(../images/error.png);
	display: inline;
	font-weight: bold;
	
}
* html .warning-mini { margin-bottom: -1px; vertical-align: middle; }

li > .warning-mini { padding: 3px; padding-left: 25px; }

.warning-mini form { display: inline; font-weight: normal; margin: 0; padding: 0; }

* html .warning-mini form input, * html .warning-mini form select { margin-top: -1px; margin-bottom: -1px; }

.warning-mini p {
	margin: 0; padding: 0;
}

#alerts li a.appointment-reminder { margin: 0; padding: 0; color: #000000; }
#alerts li a.appointment-reminder:hover { color: #0000ff; text-decoration: underline; }

#alerts li a.appointment-reminder img { vertical-align: middle; }

/* 
Removed by Tony because it conflicted with our validation script's class namess
.required { color: #ff0000; font-weight: bold; }
*/



.listing-archived {
	background-color: #efefef;
}

.handle {
	background-position: bottom left;
}

/* Buttons */

.button-add {

}

.button-save {

}

/* popup footer */

#footer-buttons {
	margin:5px;
	border: 1px solid #CADAE1;
	/* border-bottom: 1px solid #9ABBC9; */
	padding: 0px;
	overflow: hidden;
	height: 30px;
	background: url(../images/css/mainmenu_bg.jpg) top left repeat-x #C4D7DF;
}

#footer-buttons ul {
	display: block;
}

#footer-buttons ul li {
	margin:0px;
	border:none;
	padding:0px 2px 0px 0px;
	background:url(../images/css/mainmenu_tab.jpg) top right no-repeat;
	list-style:none;
	float: left;
	font-size:12px;
	/* height:30px;
	line-height:32px; */
}

#footer-buttons ul li a, #footer-buttons ul li a:link, #footer-buttons ul li a:visited, #footer-buttons ul li a:hover, #footer-buttons ul li a:active {
	margin:0px;
	border:none;
	padding: 0px 20px 0px 20px;
	display:block;
	font-weight:bold;
	/*color:#395B80;*/
	_width: 1%;
	height:30px;
	line-height:30px;
	color:#414141;
}

#footer-buttons ul li a.current {
	background-color: white;
	border-bottom: 1px solid white;
	_width: 1%;
}

/* continue button */

.continue {
	margin:0px auto 0px auto;
}

.continue a {
	display:block;
	width:171px;
	height:27px;
	line-height:27px;
	text-align:center;
	background:url(../images/css/continue.gif) 0px 0px no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* renet partners */

.renet_partners {
	padding:10px;
	background:#F0F0F0;
	border:1px solid #DADADA;
}

.renet_partners ul {
	padding-left:70px;
	list-style:none;
}

.renet_partners ul li {
	float:left;
	width:250px;
	height:80px;
}

.renet_partners ul li a {
	display:block;
	text-align:center;
}

/* Validation */

.validation-failed {
	border: 1px solid #ff3333;
}

.validation-advice {
	border: 1px solid #ff8888;
	padding: 5px;
	background-color: white;
	color: black;
}

.print-only {
	display: none;
}

/* login page styles */

#wrapper {
	margin:60px auto 0px auto;
	width:882px;
	overflow:hidden;
}

.panel-left #login {
	width:360px;
}

.panel-left {
	margin:0px auto 0px auto;
	width:442px;
	padding:0px;
	background:url(../images/css/login-panel.jpg) top left repeat-y;
	overflow:hidden;
}

.panel-left .content {
	padding:0px 40px 0px 40px;
}

.panel-left .header { 
	height:40px; 
	overflow:hidden; 
	background:url(../images/css/login-panel-header.jpg) top left no-repeat; 
} 

.panel-left .footer { 
	height:40px; 
	overflow:hidden; 
	background:url(../images/css/login-panel-footer.jpg) bottom left no-repeat; 
}

.panel-left h1, .panel-right h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:18px;
	color:#003366;
}

.panel-left h1 span {
	font-style:italic;
	color:#009900;
	font-size:26px;
	padding-right:10px;
}

.panel-left td.login-label {
	width:140px;
	font-size:13px;
	color:#333333;
}
.panel-left .login-input {
	border:1px solid #666666;
	padding:1px;
	width:90%;
	font-size:13px;
}

#log-in-button {
	margin:5px 0px 5px 145px;
}

.help {
	margin:30px 0px 30px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.help a:link, .help a:visited, .help a:visited {
	color:#CC0000;
}

.help a:hover {
	color:#666666;
}

.help a span {
	font-size:18px;
	color:#000099;
}

/* Manual */

.manual-page ul {
	margin-left: 15px;
	padding-left: 15px;
}

.manual-page ul li {
	list-style-type: disc;
}

/* interface helper styles */

span.interface-helper-option-radio, span.interface-helper-option-checkbox {
	padding-right:20px;
}

/* == listing search styles == */

.result-view-select {
	margin:0px;
	border:none;
	padding:0px;
	white-space:nowrap;
	list-style:none;
	height:23px;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
}

.result-view-select li {
	margin:0px 0px 0px 0px;
	border:none;
	width:26px;
	height:23px;
	float:left;
	position:relative;
}
.result-view-select li span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:26px;
	height:23px;
	line-height:23px;
	text-align:center;
	background:none;
	text-decoration:none;
	cursor:pointer;
}
.result-view-select li span span {
	visibility:hidden;
}

.result-view-select li.results-view-summary {
	border:none; width:auto; margin-right:10px; line-height:23px;
}

.result-view-select li.list span {
	background:url(../images/icon_list_up.png) top left no-repeat;
}
.result-view-select li#search-view-list.selected span {
	background:url(../images/icon_list_selected.png) top left no-repeat;
}

.result-view-select li.map {
	background:url(../images/icon_map_up.png) top left no-repeat;
}
.result-view-select li#search-view-map.selected span {
	background:url(../images/icon_map_selected.png) top left no-repeat;
}

.result-view-select li.quicklinks {
	width:25px;
	background:url(../images/icon_quicklinks_up.png) top left no-repeat;
}
.result-view-select li#search-view-quicklinks.selected span {
	background:url(../images/icon_quicklinks_selected.png) top left no-repeat;
}

.result-view-select li.stocklist {
	width:25px;
	background:url(../images/icon_stocklist_up.png) top left no-repeat;
}
.result-view-select li#search-view-stocklist.selected span {
	background:url(../images/icon_stocklist_selected.png) top left no-repeat;
}

textarea.small {
	height: 20px;
}

/* manual page formatting */

.manual-page h2 {
	margin:0px 0px 20px 0px;
	font-size:14px;
	color:#000000;
}

.manual-page h3 {
	margin:0px 0px 20px 0px;
	font-size:12px;
	color:#000000;
}

.manual-page p {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:12px;
}

.manual-page li ul, .manual-page li ol {
	margin:0px 0px 15px 0px;
	padding:0px;
}

.manual-page li {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:12px;
}

.manual-page div {
	margin:0px;
	padding:0px;
}

span.interface-helper-option-radio, span.interface-helper-option-checkbox {
		padding-right:20px;
}

#index-did-you-know {

}

ul.errors li
{
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 20px;
	padding-top: 4px;
	background-position: 2px 2px;
}

ul.warnings li
{
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 20px;
	padding-top: 4px;
	background-position: 2px 2px;
}

.help-link {
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
	padding: 3px;
	padding-top: 4px;
	float: right;
	display: block;
	width: 39px;
	text-align: right;
	
}

.add-link {
	background-image: url(../images/add.png);
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 20px;
	padding-top: 2px;
	background-position: 0px 2px;
	top: 0px;
	width: 100px;
	/*
	border: 1px solid red;
	*/
}

.label-description {
	font-size: 10px;
	color: #dadada;
}

.ghosted {
	color: #999999;
}

.small-thumbnail {
	width: 90px; 
	padding: 4px; 
	border: 1px solid #efefef; 
	margin-bottom: 3px; 
	margin-right: 2px;
}

.listings_target, .sales_target, .dollars_tgt, .qtr_target {
	color: green;
	font-weight: bold;
}

.listings_eta, .sales_eta, .sales_eta_pct, .dollars_eta, .dollars_eta_pct, .listings_eta_pct, .cus_eta_dollars, .cus_eta_pct, .qtr_eta, .cus_eta {
	color: red;
	font-weight: bold;
}

.listings_act, .sales_act, dollars_act, .cus_act, .month_1_act, .month_2_act, .month_3_act, .qtr_act, .cus_dollars {
	color: black;
	font-weight: bold;
}

.grid-row-last {
	font-weight: bold;
	background-color: #e1e1e1;
}

