/* BODY ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
body
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	background: #DEE9F6  url('/images/body-bg.gif') repeat-x top left;
}

#df
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}


#iFrame
{
	margin: 0px;
	padding: 0px;	
    background-color: #fff;
    background-image: none;
border: none;
}

/*
#df
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
*/


/* SITE WIDE SELECT / INPUT / TEXT AREA ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

select
{
	display: inline-block;
	font: normal 11px Arial, Helvetica, sans-serif;
}

select:focus
{
    background-color: none;
}

input
{
	padding: 3px;
	font-family: inherit;
	font-size: 1em;
    border-top: 1px solid #555;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #555;
}

input:focus
{
    background-color: #FFFFCC;
}

input[type="button"]
{
	display: inline-block;
	color: #114477;
	font: bold 11px Arial, Helvetica, sans-serif;
	border: 1px outset #808080;
	background: #EEF4F9 url('/images/input-button-bg.gif') repeat-x top left;
}

input[type="button"]:hover
{
	cursor: pointer;
	color: #900;
}

input[type="checkbox"]
{
	vertical-align: middle;
	position: relative;
	border: none;
}


textarea
{
	padding: 3px;
	font-family: inherit;
	font-size: 1em;
    border-top: 1px solid #555;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #555;
}

textarea:focus
{
    background-color: #FFFFCC;
}

label
{
	cursor: pointer;
}


/* GENERAL FORM ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

.form li {
    list-style: none;
    clear: both;
    padding-bottom: 5px;
}

.form div.label {
    float: left;
    width: 30%;
}

.form div.element {
    float: right;
    width: 50%;
}





/* LINKS
------------------------------------------------------------------------------------------------------------------- */
a
{
	color: #0063DC;
	text-decoration: none;
}

a:hover
{
	color: #0063DC;
	text-decoration: underline;
}


/* PAGE STRUCTURE
------------------------------------------------------------------------------------------------------------------- */
#wrap
{
	clear: both; 
    width: 990px;
    margin: 0px auto;
    padding: 0px 5px;
    background: transparent url('/images/wrap-bg.png') repeat-y top left;
}

#wrap-top {width: 1000px; height: 5px; margin: 5px auto 0px auto; background: transparent url('/images/wrap-top-bg.png') no-repeat top left;}
#wrap-bottom { width: 1000px; height: 5px; margin: 0px auto 0px auto; background: transparent url('/images/wrap-bottom-bg.png') no-repeat top left;}

#masthead
{
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#masthead .gutter
{
	width: 990px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}

#nav
{
	clear: both;
    margin: 0px;
    padding: 0px;
	background: #D9EAFA;
}

#nav .gutter
{
	width: 990px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}

#wrap:after, #masthead:after, #nav:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wfrmlsnav
{
	background: #D9EAFA;
	border: none;
}

#wfrmlsnav .yuimenubaritemlabel
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

#wfrmlsnav .yuimenubaritemlabel:hover
{
	margin; 0px;
	color: #009;
	cursor: pointer;
}

#wfrmlsnav .yuimenuitemlabel:hover
{
	margin; 0px;
	cursor: pointer;
}


#subnav
{

	float: left;
	width: 100%;
/*	height: 25px;*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #38456C;
    background: tranparent /*url('/images/subnav-bg.gif') repeat-x bottom left*/;
}


#external-links
{
	clear: both;
	float: left;
    width: 970px;
	margin: 0px;
	padding: 0px 10px;
/*    background: url('/images/external-links-bg.gif') repeat-y 50% 50%;*/
}


#action-wrap
{
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #FFF url('/images/action-wrap-bg.gif') repeat-y top left;
}
#action-wrap input[type="text"]{
	width: 125px;
}

.gutter
{
    position: relative;
    margin: 0px;
    padding: 10px;
}





/* LOGO
---------------------------------------------------------- */

#logo
{
	float: left;
	width: 147px;
	margin: 6px 0px;
	padding: 0px;
}

#logo span, #logo a
{
	display: block;
	width: 147px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-style: none;
	background: url('/images/logo.gif') no-repeat;
}

#logo img
{
	display: block;
	width: 0px;
}

#logo-sign-in
{
	clear: both;
	float: left;
	width: 280px;
	margin: 0px 0px 0px 80px;
	padding: 0px;
}

#logo-sign-in span, #logo-sign-in a
{
	display: block;
	width: 280px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-style: none;
	background: url('/images/metis-logo.gif') no-repeat;
}

#logo-sign-in img
{
	display: block;
	width: 0px;
}



/* PROXY ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

#proxy
{
    float: right;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 12px 0px 0px 0px;
	padding: 5px 10px;
	font-weight: bold;
}

#proxy img
{
	vertical-align: middle;
	position: relative;
	margin-right: 2px;
	padding-bottom: 2px;
}

.as_self_proxy
{
	background: #D9EAFA;
}

.as_other_proxy
{
	background: #FFCC33;
}

/*#proxy input {font-size: 9px;}*/

#proxy_agent_name
{
	font-weight: normal;
	padding: 0px 5px 0px 0px;
}

#proxy-access-wrap
{
	float: left;
	width: 540px;
	margin: 0px;
	padding: 5px;
}

#proxy-search-wrap
{
	float: left; width: 250px; margin: 0px; padding: 0px; background: #EFF5FF;
}

#proxy-search-wrap dl
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#proxy-search-wrap dt
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#proxy-search-wrap dd
{
	margin: 0px;
	padding: 0px;
}

#proxy_search
{
	width: 150px;
	margin-bottom: 6px;
}

#proxy_select_element
{
	width: 225px;
	height: 125px;
}

#proxy_agent_div
{
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px;
}


#proxy_button_div
{
	float: left;
	width: 240px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	text-align: center;
	border: 1px solid #EBEBAF;
	background: #FFFFCC;
}





/* PAGE OPTIONS
---------------------------------------------------------- */

#options
{
	margin: 0px;
	padding: 3px 6px;
	text-align: right;
/*	font-size: .85em;*/
	color: #808080;
	background: #183A45;
}

#options .gutter
{
	width: 990px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}



#options a
{
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
    color: #D8F99F;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #D8F99F;
}

#options a.last
{
    border-right: none;
}


#options a:hover
{
    color: #D8F99F;
    text-decoration: underline;
}

#options a.timer
{
    margin: 0px;
    padding: 2px 18px 2px 2px;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
	background: transparent url('/images/timer.png') no-repeat 97% 50%;
	border-right: none;
}

#options a.timer:hover
{
    color: #BE4D01;
    text-decoration: none;
	background: transparent url('/images/timer-reset.png') no-repeat 97% 50%;
}

#options #session_timer_digits
{
	float: inline-block;
    padding: 2px;
background: none;
}



/* ACTION WRAP PAGE STRUCTURE
------------------------------------------------------------------------------------------------------------------- */
#action-bar
{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background: #9EC135;
	width: 100%;
	min-height: 30px;
}

#action-bar dt
{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background: #527C18;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #D8F99F;
	text-align: left;
	min-height: 30px;
}

#action-bar dt span
{
	display: inline-block;
	margin: 6px 0px 0px 6px;
	padding-left: 20px;
	background: transparent url('/images/cog.png') no-repeat 0 50%;
}

#action-bar dd
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#action_menu input, #action_menu select
{
	margin: 3px 0px 0px 10px;	
}



#action-wrap .action-pane
{
    float: left;
    width: 150px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

#action-wrap .action-content
{
    float: right;
    width: 830px;
    margin: 0px;
    padding: 0px;
}

#action-wrap .action-wrap
{
	float: left;
	width: 100%;
    background: #D1E2FF;
	border: 1px solid #A0C3F0;
}

#action-wrap .action-pane h1
{
	margin: 0px;
	padding: 3px 8px;
	color: #333;
	background: #E6E6E4;
    letter-spacing: 0em;
	font-size: 1.1em;
}

#action-wrap .action-pane dl
{
    margin: 8px;
    padding: 0px;
}

#action-wrap .action-pane dl dt
{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	color: #333;
}


#action-wrap .action-pane dl dd
{
	margin: 4px 0px;
}



#action-wrap .action-pane .primary_action_div
{
    margin: 0px;
    padding: 5px;
    background: #D1E2FF;
}

#action-wrap input[type="button"]
{
/*	width: 160px;*/
	margin: 0px 0px 5px 0px;
}


#action-wrap select
{
    width: 100%;
}

/*
#action_menu input[type="button"]
{
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
*/

#left_search_criteria li
{
    list-style-type: none;
    padding: 2px;
    border-bottom: 1px solid #D1E2FF;
    font-size: smaller;
}

#left_search_criteria span.criteria_value
{
    font-weight: bold;
}

/*
#action-wrap .action-pane ul.tabs-ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
	cursor: pointer;
	border: none;
}

#action-wrap .action-pane ul.tabs-ul .selected
{
    background: #EFF5FF;
}

#action-wrap .action-pane ul.tabs-ul li
{
	padding: 5px;
	background: #fff;
	border-top: 1px solid #E2E2E2;
}

#action-wrap .action-pane ul.tabs-ul li.last
{
	border-bottom: 1px solid #E2E2E2;
}
*/


/* CONTENT PAGE STRUCTURE
------------------------------------------------------------------------------------------------------------------- */
#content
{
	clear: both;
	float: left;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}



#content .content-inner
{
    float: left;
    width: 70%;
}

#content .col-left
{
    float: left;
    width: 260px;
    margin: 0px;
    padding: 0px;
}

#content .col-center
{
    float: left;
    width: 260px;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

#content .sidebar
{
    float: right;
    width: 29%;
    margin-bottom: 10px;
    border: 1px solid #B0BEC7;
	background: #FFF url('/images/box-bg.gif') repeat-x bottom left;
}

#content .sidebar .gutter
{
    padding: 6px 10px 16px 10px;
}

#content .sidebar ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#content .sidebar li
{
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 14px;
    list-style: none;
    background: url('/images/sidebar-li-bullet.gif') no-repeat 0 50%;
}


/* CONTENT STYLES
------------------------------------------------------------------------------------------------------------------- */
h1
{
	margin: 0px;
	padding: 6px;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #D4D8DB;
	background: #2E4C66;
}

h1.slogan
{
	margin: 0px;
	padding: 0px;
	color: #4B4742;
	text-shadow: #999 2px 2px 4px;
	font: normal 2.4em georgia, serif;
	font-style: normal;
	letter-spacing: -.05em;
	background: none;
}

h2
{
	margin: 0px;
	padding: 0px;
	font: normal 1.3em Arial, Helvetica, sans-serif;
    color: #980D1D;
}

h3
{
	margin: 0px;
	padding: 0px;
	font: normal 1.1em Arial, Helvetica, sans-serif;
    letter-spacing: -.05em;
	color: #DD7A03;
    text-transform: capitalize;
}

h3.mls-no
{
	float: left;
	display: block;
}


h4
{
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #333;
}

.tab-wrap
{
	float: left;
	width: 100%;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border-bottom: 2px solid #3B5998;
	background-color: #fff;
}

.tab-wrap h4
{
	float: left;
	margin: 0px;
	padding: 3px 8px;
/*
	font: bold 1em Arial, Helvetica, sans-serif;
*/
    letter-spacing: -.05em;
	color: #FFF;
	background: #3B5998;
}


.content span
{
	color: #A81F09;
}

.tab
{
	float: right;
	margin: 0px;
	padding: 0 0 0 39px;
	font-size: .9em;
	font-weight: normal;
	background: url('/images/tab-left.png') no-repeat;
}

.tab a
{
	display: block;
	margin: 0px;
	padding: 6px 45px 6px 6px;
	color: #666;
	background: url('/images/tab-right.png') no-repeat right top;
}


/* ---[ COLUMNS ]-------------------------------------------------------------------------------- */


.twoColLeft
{
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    border-right: 1px dotted #ccc;
    width: 370px !important;
    width /**/:381px; /* IE fix */
}

.twoColRight
{
    float: right;
    padding: 0px;
    margin: 0px;
    width: 365px;
}


.threeColLeft
{
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 8px;
	width: 245px; /* actual value */
}

.threeColCenter
{
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 8px;
	width: 245px; /* actual value */
}

.threeColRight
{
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 8px;
	width: 245px; /* actual value */
}

.oneCol
{
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    border-right: 1px dotted #ccc;
    width: 555px;
}

.oneColSidebar
{
    float: right;
    margin: 0px;
    padding: 0px;
    width: 180px;
}

/* IMAGE ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
.imgCenter
{
    display: block;
    margin: 0px auto;
}



/* FOOTER ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
/*
#footer .gutter
{
    position: relative;
    margin: 0px;
    padding: 10px;
}
*/

/*

#footer .copyright
{
    float: left;
    width: 250px;
    margin: 0px;
    padding: 0px;
	font: normal .70em verdana, sans-serif;
}


#footer .col-1
{
    float: right;
    visibility: hidden;
    margin: 0px 10px 0px 0px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: -.06em;
}

#footer .col-2
{
    float: right;
    visibility: hidden;
    margin: 0px;
    padding: 5px 10px;
}

#footer span
{
    color: #FAE79A;
}

#footer a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#footer ul
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer li
{
    float: left;
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

#footer li.first
{
    font-weight: bold;
    font-size: 120%;
    letter-spacing: -.06em;
}

#footer li.last
{
    margin-right: 0px;
}

#footer select
{
    margin: 0px;
    padding: 0px;
	font: normal 8pt Arial, Helvetica, sans-serif;
	height: 17px;
	vertical-align: middle;
}

#footer input
{
    margin: 0px;
    padding: 0px;
	font: normal 8pt Arial, Helvetica, sans-serif;
    vertical-align: middle;
    cursor: pointer;
}
*/


/* LOG IN ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#external-links .col-1
{
    float: left;
    width: 280px;
    margin: 0px 55px 0px 10px;
}

#external-links .col-2
{
    float: left;
    width: 280px;
    margin: 0px;
}

#external-links .col-3
{
    float: right;
    width: 280px;
    margin: 0px 10px 0px 0px;
}

#external-links h2
{
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}



#external-links dl
{
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#external-links dt
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#external-links dd
{
	margin: 0px;
	padding: 0px 0px 6px 0px;
	text-align: center;
}

#external-links .left dl
{
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#external-links .left dt
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
}

#external-links .left dd
{
	margin: 0px;
	padding: 0px 0px 6px 14px;
	text-align: left;
}

#external-links ul
{
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#external-links li
{
	background: url('/images/arrow-bullet.gif') no-repeat 0 50%;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 20px;
}





#resultsContainer
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    color: #fff;
	background: #2E4C57;
}


#resultsContainer table
{
    /*position: relative;*/
	margin: 15px auto;
	padding: 0px;
    width: 60%;
}


#resultsContainer table th
{
    width: 140px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #8F95B0;
    color: #D8F99F;
}

#resultsContainer table td
{
    margin: 0px;
    padding: 2px 10px;
    vertical-align: top;
    border-bottom: 1px solid #8F95B0;
}


#resultsContainer table th.last, #resultsContainer table td.last
{
    border-bottom: none;
}



#results-wrap
{
	float: right;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	width: 300px;
	background: #2E4C57;
	color: #D8F99F;
}


#resultd
{
	float: left;
	width: 250px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#testResultsButton
{
	padding: 0px;
	border: none;
}


#login-form
{
    float: left;
    width: 600px;
    margin: 0px;
    padding: 0px;
}

#login-form h1
{
	display: block;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
    letter-spacing: -.05em;
	color: #D8F99F;
	background: none;
}



#logind
{
    float: left;
    margin: 0px;
    padding: 0px;
}


#logind p
{
	display; block;
    margin: 0px;
    padding: 0px;
	color: #fff;
	font-weight: bold;
}

#logind #login, #logind #pass
{
	width: 100px;
}


#username-password
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#username-password li
{
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	list-style: none;
	color: #fff;
}

#username-password label
{
	float: left; 
	margin: 0px;
	padding: 8px 5px 0px 0px;
	background; #c00;
}

#username-password li .button
{
	margin: 5px 0px 0px 0px;
}

#username-password #login
{
	padding: 6px;
}


#username-password #pass
{
	padding: 6px;
}



/*
#logind #login:focus, #logind #pass:focus
{
    background-color: #FFFFCC;
}
*/





/* INTERNAL PAGES ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#mastheadContainer
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
/*
	font: small Verdana, sans-serif;
*/
	color: #000;
}

/*
#logo
{
    width: 100%;
	height: 34px;
	padding: 0px;
	margin: 0px;
	background: #2E4676 url('/images/logo-bg.gif') repeat-x top left;
}

#logo a
{
	border-style: none;
	display: block;
	width: 170px;
}

#logo a:hover
{
    text-decoration: none;
}

#logo img
{
	display: block;
	width: 0px;
}

#logo span
{
	position: absolute;
	top: 6px;
	left: 14px;
	width: 170px;
	height: 23px;
	background: url('/images/logo.gif') no-repeat;
}

html>body #logo span { top: 6px; }
*/







/*
#proxyTab
{
	position: absolute;
   	right: 16px;
	top: 6px;
	width: 480px;
	height: 28px;
}

#proxyTab span
{
    font-weight: bold;
    color: #A7CA4A;
}

#proxy-iframe
{
    width: 180px;

}

.proxy
{
    border-left: 1px solid #c00;
    border-right: 1px solid #c00;
    border-bottom: 1px solid #c00;
    position: absolute;
    top: 0px;
    left: -7500px;
    width: 180px;
    height: 100px;
    visibility: hidden;
    z-index: 1;
}

.client
{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    position: absolute;
    top: 23px;
    left: -7500px;
    width: 180px;
    height: 225px;
    visibility: hidden;
}

#proxyActive
{
    position: absolute;
    left: 6px;
	top: 6px;
    width: 215px;
    height: 13px;
    overflow: hidden;
    cursor: help;
   	font: normal 80% Arial, sans-serif;
   	color: #ccc;
    line-height: 1.2em;
}

#proxyPulldown
{
    position: absolute;
    left: 220px;
	top: 5px;
    width: 14px;
    height: 14px;
}

#clientActive
{
    position: absolute;
    left: 245px;
	top: 6px;
    width: 215px;
    height: 13px;
    overflow: hidden;
    cursor: help;
   	font: normal 80% Arial, sans-serif;
   	color: #ccc;
    line-height: 1.2em;
}

#clientPulldown
{
    position: absolute;
    left: 460px;
	top: 5px;
    width: 14px;
    height: 14px;
}

.listing
{
	position: relative;
    margin: 0px auto;
    width: 180px;
    height: 200px;
    overflow: auto;
	background: url('/images/backgroundListing.gif') #FFF top left repeat-x;
}

.close
{
	background: url('/images/backgroundClose.gif') #555 top left repeat-x;
	position: relative;
    margin: 0px auto;
    width: 180px;
    height: 25px;
}
*/


/*
ul.crueList
{
	list-style: none;
	padding: 10px;
	margin: 0px;
   	font: normal 90% Arial, sans-serif;
}

.crueList li
{
	background: url('/images/arrow-bullet.gif') no-repeat 0 50%;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 6px 0px;
}

.crueList a
{
	color: #295097;
	text-decoration: none;
}

.crueList a:hover
{
	color: #295097;
	text-decoration: underline;
}
*/



/* NAVIGATION ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

/*
#nav ul
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url('/images/nav-bg.gif') repeat-x bottom left;
}

#nav li
{
	float: left;
	margin: 0px !important;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: bold 100% Arial, sans-serif;
}

#nav li a
{
    float: left;
	display: block;
    width: 87px;
	height: 20px;
	margin: 0px;
	padding: 2px 0px;
	text-decoration: none;
	color: #434343;
	text-align: center;
    line-height: 1.5em;
	border-right: 1px solid #A8B0B9;
	border-top: 1px solid #A8B0B9;
	background: #E0E0E0 url('/images/nav-off-bg.gif') repeat-x top left;
}

#nav li a.first
{
	margin: 0px;
	width: 90px;
	border-left: 1px solid #A8B0B9;
}


#nav li a.last
{
	width: 91px;
}



#nav li.navhover a
{
	text-decoration: none;
	color: #FFF;
	border-color: #A8B0B9;
    border-bottom: 1px solid #33496D;
	background: #33496D  url('/images/nav-on-bg.gif') repeat-x top left;
}


#nav li.navhover a:hover
{
	text-decoration: underline;
	color: #FFF;
    border-bottom: 1px solid #33496D;
}

*/






/* SUB NAVIGATION ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

/*
#subnav ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	background-color: #c00;
}

#subnav ul li
{
	color: #FFF;
	display: inline;
	margin: 0px 6px 0px 0px;
	padding: 0px 6px 0px 0px;
	font: normal 85% Arial, sans-serif;
	border-right: 1px solid #FFF;
}

#subnav ul li a:link, #subnav ul li a:visited
{
	color: #FFF;
    line-height: 2.4em;
	text-decoration: none;
}

#subnav ul li a:hover
{
	text-decoration: underline;
	color: #FFF;
	background-color: transparent;
}

.menu-display { display: none; }
#subnav ul li.last { margin: 0px; padding: 0px 0px 0px 0px; border-right: 0px solid #FFF; }
*/


/* BREADCRUMB ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
/*
#breadcrumb
{
    float: left;
    width: 100%;
	margin: 0px;
	padding: 4px 0px;
	font-family: verdana, sans-serif;
	font-size: 70%;
    background: #FFFFEA;
    border-top: 1px solid #E3DC8B;
    border-bottom: 1px solid #E3DC8B;
}

#breadcrumb .gutter
{
    padding: 0px 10px;
}


#breadcrumb a
{
	color: #444;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #39F;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#breadcrumb span
{
	color: #CC0000;
	font-size: 115%;
	font-weight: bold;
	padding: 0px 12px 0px 16px;
	margin-right: 10px;
	background: url('/images/exclamation-point.gif') no-repeat 0 50%;
}

#breadcrumb .text
{
	float: left;
	margin: 0px;
	padding: 0px;
}


#breadcrumb .adjust
{
	float: right;
	margin: 0px;
	padding: 0px;
}


#breadcrumb .adjust ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumb .adjust li
{
	list-style: none;
    float: left;
	margin: 0px;
	padding: 0px;
}


#breadcrumb .adjust li a
{
    background: #999;
}

#breadcrumb .adjust li a:hover
{
    background: #39F;
}
*/


/* SETTINGS PANEL ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
.settings-panel
{
	float: left;
	width: 99%;
	margin: 0px;
	padding: 0px;
	background: #FFF7D7;
	border: 3px solid #FAD163;
}

.settings-panel h1
{
	margin: 0px;
	padding: 10px;
/*
	font: bold 1.2em Arial, Helvetica, sans-serif;
*/
    letter-spacing: -.05em;
	color: #000;
	border: none;
	background: #FAD163;
}

.settings-panel h2
{
margin: 0px;
    padding: 2px 0px 0px 0px;
/*
	font: bold 1.2em Arial, Helvetica, sans-serif;
*/
	color: #6C53B8;
    border-top: 1px solid #666666;
}

.settings-panel ul
{
	list-style: none;
	float: left;
	margin: 10px 40px 10px 10px;
	padding: 0px;
}

.settings-panel ul li
{
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.settings-panel ul li input
{
	margin: 0px 10px 0px 0px;
}

.settings-panel-close
{
	clear: both;
	margin: 0px;
	padding: 5px 10px;
	background: #FAE5B0;
	text-align: right;
}

.settings-panel-close input
{
	margin: 0px 0px 0px 10px;
}



/* DESKTOP AREA ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#desktop-wrap
{
	margin: 0px;
	padding: 0px;
}

#desktop-wrap .gutter
{	
	margin: 0px;
	padding: 0px 10px;
}

#prefTab
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#widgetContainer
{
    margin: 0px;
    padding: 0px;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}

#availWidgets
{
	background: #272727;
}

#iconList
{
	/*height: 70px;*/ float: left; background: transparent;
}


#desktop-wrap:after, #prefTab:after, #widgetContainer:after, #availWidgets:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#prefTab .left-col
{
    clear: both;
    float: left;
    margin: 0px;
    padding: 0px;
}

#prefTab .right-col
{
    float: right;
    margin-top: 6px;
    padding: 0px;
}

#prefTabToggleButton
{
	padding: 0px;
	border: none;
}

#desktop-wrap .box
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border: 1px solid #A0C3F0;
}

#desktop-wrap .box-drag
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border: 1px dashed #BE4D01;
	background: #FFF;
}

.widget-icon
{
    /*display: inline;*/
    float: left;
    padding: 0px 10px 0px 5px;
    /*background: #FFF;*/
    cursor: move;
}


#desktop-wrap .col-1
{
	float: left;
	width: 310px;
    margin: 0px 12px 0px 0px;
    padding: 0px;
}

#desktop-wrap .col-2
{
	float: left;
    width: 310px;
	margin: 0px;
	padding: 0px;
}

#desktop-wrap .col-3
{
	float: right;
	width: 310px;
    margin: 0px;
    padding: 0px;
}



#desktop-wrap a.close-widget
{
	margin: 0px;
	padding: 1px 3px;
	border: 1px solid #B5DAF5;
	color: #19315B;
	font: normal .7em arial, helvetica, sans-serif;
	cursor: pointer;
    background: #E3EEFA url('/images/close-widget-bg.gif') repeat-x 50% 50%;
}

#desktop-wrap a.close-widget:hover
{
	text-decoration: none;
}



.desktop-widget-wrap
{
    float: left;
    width: 100%;
    background: #EFF5FF;
}


.desktop-widget-wrap .left-col
{
    float: left;
    width: 250px;
    padding: 6px;
    color: #00368F;
    font-weight: bold;
	text-transform: capitalize;
}

.desktop-widget-wrap .right-col
{
    float: right;
    padding: 8px 6px 6px 6px;
}


.desktop-widget-wrap .right-col img
{
    cursor: pointer;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}


#emailHed
{
    clear: both;
	margin: 0px 0px 6px 0px;
	padding: 4px 10px;
}

#emailHed dt
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#emailHed dd
{
	margin: 0px;
	padding: 0px;
	color: #036;
	font-weight: normal;
}

#emailHed span { color: #A81F09; }

#emailHed p  { margin: 0px; padding: 0px; font-style: italic; }

#email
{
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
}

#email dt
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #036;
	font-weight: bold;
	background: url('/images/email-bullet.gif') no-repeat 0px 2px;
}

#email dd
{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	font-style: italic;
}

.billing
{
    clear: both;
	margin: 0px;
	padding: 10px;
}

#billing dt
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#billing dd
{
	margin: 0px;
	padding: 0px 0px 6px 20px;
}

#calendar
{
    clear: both;
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#calendar li
{
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	background: url('/images/calendar-bullet.gif') no-repeat 0 50%;
}

#announcements
{
    clear: both;
	margin: 0px;
	padding: 10px;
}

#announcements dt a
{
	color: #000;
}

#announcements dt a:hover
{
	text-decoration: none;
}


#announcements dt
{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#announcements  dt.new
{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 30px;
	color: #036;
	font-weight: bold;
	background: url('/images/new-flag.gif') no-repeat 0 50%;
}

#announcements dt span
{
	margin: 0px 0px 0px 4px;
	/*padding: 0px 0px 0px 6px;*/
	padding: 0px 0px 0px 4px;
	color: #c33;
	border-left: dotted 1px #666;
	font-weight: normal;
}

#announcements dd
{
    border: 0px;
	margin: 0px;
	padding: 0px;
}

#announcements dd .def
{
    border-left: 6px solid #f0f0f0;
	margin: 0px 0px 8px 4px;
	padding: 0px 0px 0px 11px;
}

#announcements .content-hidden
{
    height: 32px;
    overflow: hidden;
}

#announcements .content-show
{
    height: '';
    overflow: none;
}


#quickTips
{
    clear: both;
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#quickTips li
{
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	background: url('/images/arrow-bullet.gif') no-repeat 0 50%;
}

#expiredList
{
    clear: both;
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#expiredList li
{
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 1px 20px;
	background: url('/images/expired-list-bullet.gif') no-repeat 0 50%;
}

#expiredList span
{
	font-weight: bold;
	padding-right: 6px;
}

#hotSheets
{
    clear: both;
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#hotSheets li
{
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 1px 20px;
	background: url('/images/hotsheets-bullet.gif') no-repeat 0 50%;
}

#hotSheets span
{
	padding-right: 6px;
	font-weight: bold;
}

#bulletinBoard
{
    clear: both;
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#bulletinBoard li
{
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 2px 20px;
	background: url('/images/checkmark-bullet.gif') no-repeat 0 50%;
}









/* CLIENTS ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
.clients
{
    border-collapse: collapse;
    width: 100%;
}

.clients td.client-name
{
    padding: 6px;
    color: #000;
/*
	font-size: 2em;
*/
    font-weight: bold;
}


.clients th
{
    padding: 2px 0px 0px 6px;
    border-top: 1px solid #666666;
/*
	font-size: 1.2em;
*/
	color: #6C53B8;
	text-align: left;
}


.clients td.logic
{
    padding: 0px 10px 4px 0px;
	text-align: right;
    color: #7A8180;
    vertical-align: middle;
    width: 160px;
}

.clients td
{
    padding: 0px;
	text-align: left;
    vertical-align: middle;
}


/*
.clients td.logic-first
{
    padding: 10px;
	text-align: right;
    color: #7A8180;
    vertical-align: middle;
}

.clients td.logic-last
{
    padding: 0px 10px 10px 0px;
	text-align: right;
    color: #7A8180;
    vertical-align: middle;

}
*/

.clients td.info
{
    padding: 0px 0px 4px 0px;
    vertical-align: top;
}

/*
.clients td.info-first
{
    padding: 10px 0px 4px 0px;
    vertical-align: top;
}

.clients td.info-last
{
    padding: 0px 0px 10px 0px;
    vertical-align: top;
}
*/

.clients td.info-input
{
    vertical-align: middle;
}


.clients input, .clients textarea
{
	padding: 3px;
	font-family: inherit;
/*
	font-size: 1em;
*/
    border-top: 2px solid #7C7C7C;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #DDD;
    border-left: 2px solid #333;
}


.clients-button
{
    clear: both;
    float: left;
    width: 100%;
    padding: 6px 0px;
    background: #FAE79A;
    border-top: 1px solid #D7AE56;
    border-bottom: 1px solid #D7AE56;
    color: #7A5511;
    text-align: center;
}


.selected-clients
{
    margin: 0px;
    padding: 6px;
    font-weight: bold;
    background: #6C53B8;
    border: 1px solid #999;
    border-bottom: none;
    background: #FEFEFE url('/images/search-list-bg.gif') repeat-x top left;
}









#addressBookAlpha
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#addressBookAlpha ul
{
	float: left;
	padding: 0px;
	margin: 0px;
}

#addressBookAlpha li
{
	list-style: none;
	margin: 0px 1px;
	padding: 0px;
	float: left;
}

#addressBookAlpha li.logic
{
	list-style: none;
	margin: 0px 4px 0px 0px;
	padding: 3px 0px 0px 0px;
/*
	font: normal .85em verdana, sans-serif;
*/
	line-height: 1.5em;
}

#addressBookAlpha a
{
	float: left;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	text-decoration: none;
	color: #0063DC;
	text-align: center;
	line-height: 1.5em;
	width: 18px;
	background: #D1E2FF;
	cursor: pointer;
}

#addressBookAlpha a:hover
{
	background: #369;
	color: #FFF;
}

#addressBookAlpha a.active
{
	color: #0063DC;
	background: #D1E2FF;
}

#addressBookAlpha a.selected
{
	color: #FFF;
	background-color: #33496D;
}

#addressBookAlpha a.empty
{
	color: #999;
	background-color: #E8E8E8;
}



#client-action
{
	float: left;
	width: 963px;
	margin: 0px;
	padding: 2px 6px;
/*
	font: bold .85em verdana, sans-serif;
*/
	background-color: #D7E2E6;
	border-top: 3px solid #33496D;
	border-bottom: 1px solid #9AB8C6;
}


/*#client-action select {vertical-align: middle; position: relative; font-size: 10px;}*/
/*
#client-action input {vertical-align: middle; position: relative; }
#client-action .btn {font-size: 10px; }
*/
/*#client-action input:focus { background-color: #FFFFCC; }*/






/* CALCULATOR ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#calcColLeft
{
    float: left;
    padding: 0px;
    margin: 0px;
	width: 480px; /* actual value */
}

#calcColLeft dd
{
    padding-left: 10px;
}

#calcColRight
{
    float: right;
    padding: 0px;
    margin: 0px;
	width: 251px; /* actual value */
}

#calcColRight span
{
    font-size: 140%;
    color: #A81F09;
}

#calcColRight dd
{
    padding-left: 10px;
    padding-bottom: 4px;
}

div.calcRow
{
    clear: both;
    padding-top: 2px;
    font-size: 90%;
}

div.calcRow span.calcLabel
{
    float: left;
    width: 250px;
    text-align: right;
    line-height: 1.65em;
}

div.calcRow span.calcFormw
{
    float: right;
    width: 225px;
    text-align: left;
}

#calcPrin, #calcInt, #calcTerm, #calcStry, #calcPpay, #calcApay, #calcPay1, #calcPaymt
{
	height: 16px;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	font-family: inherit;
	font-size: 110%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

td.calcTitle
{
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
   	font: normal 120% Arial, sans-serif;
    background-color: #999;
    color: #FFF;
}

td.calcOddFirst
{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background: url('/images/backgroundCellLight.gif') repeat;
    text-align: center;
}

td.calcEvenFirst
{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    text-align: center;
}

td.calcOdd
{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background: url('/images/backgroundCellLight.gif') repeat;
    text-align: right;
    padding-right: 10px;
}

td.calcEven
{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    text-align: right;
    padding-right: 10px;
}

td.calcOddLast
{
    border-top: 1px solid #999;
    background: url('/images/backgroundCellLight.gif') repeat;
    text-align: right;
    padding-right: 10px;
}

td.calcEvenLast
{
    border-top: 1px solid #999;
    text-align: right;
    padding-right: 10px;
}

td.calcEventTotalFirst
{
    background: url('/images/backgroundCellDark.gif') repeat;
    color: #17438D;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 2px solid #999;
    text-align: center;
    font-weight: bold;
}

td.calcEventTotal
{
    background: url('/images/backgroundCellDark.gif') repeat;
    padding-right: 10px;
    color: #17438D;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 2px solid #999;
    text-align: right;
    font-weight: bold;
}

td.calcEventTotalLast
{
    background: url('/images/backgroundCellDark.gif') repeat;
    padding-right: 10px;
    color: #17438D;
    border-top: 1px solid #999;
    border-bottom: 2px solid #999;
    text-align: right;
    font-weight: bold;
}

.calcHighlight
{
    clear: both;
    width: 760px;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    font-size: 90%;
}

.calcHighlight:hover
{
	background: #E3F1F9;
}


h1.calcH1
{
    background-color: #fff;
    margin: 0px;
    padding: 4px 0px;
    color: #17438D;
}


/* PREFERENCES ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#preference
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

#preference caption
{
    margin: 0px;
    padding: 5px 10px;
/*
	font: bold 1.4em Arial, Helvetica, sans-serif;
*/
    letter-spacing: -.05em;
    color: #6F9836;
    background: #F0FBE1;
    text-align: left;
    border-bottom: 1px solid #C5CBD3;
}

#preference th
{
    white-space: nowrap;
    margin: 0px;
    padding: 4px 10px;
    text-align: left;
}

#preference td
{
    margin: 0px;
    padding: 4px 10px;
    text-align: left;
}

#preference .title
{
    white-space: nowrap;
    font-weight: bold;
}

#preference .office-form, #preference .profile-form
{
	width: 355px;
    padding: 3px;
	height: 18px;
	font-family: inherit;
	font-size: 110%;
}


/*
#preference .office-form:focus
{
    background-color: #FFFFCC;
}

#preference .profile-form:focus
{
    background-color: #FFFFCC;
}
*/




.permission-col
{
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 10px;
}

.permission-col dl { margin: 4px 0px; padding: 0px; }

.permission-col dd { margin: 0px; padding: 4px 0px; border-bottom: 1px solid #E7E7E7; }

.permission-col img { margin-right: 6px; position: relative; vertical-align: middle; }


#permission-32
{
	clear: both;
	float: left;
	width: 661px;
	margin-top: 20px;
	padding: 20px 20px 20px 100px;
	border: 1px solid #EBEBAF;
	color: #333;
	background: #FFFFCC url('/images/exclamation-lrg.png') no-repeat 10px 50%;
}

#agentLocator
{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#agentLocator p.instruct
{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #EBEBAF;
	color: #333;
	background: #FFFFCC;
}

#agent-search-wrap
{
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
	background: #EFF5FF;
}

#agent-search-wrap dl
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#agent-search-wrap dt
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#agent-search-wrap dd
{
	margin: 0px;
	padding: 0px;
}

#permissionsAgentNameSearch
{
	width: 260px;
	margin-bottom: 6px;
}

#agent_grant_span
{
	float: left;
	width: 320px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	border: 1px solid #EBEBAF;
	background: #FFFFCC;
}

#permissionsAgentSearchButton {vertical-align: middle; position: relative; font-size: 10px;}

#permissionsAgentSelectionOption
{
	width: 340px;
	height: 125px;
	margin-bottom: 6px;
	padding: 0px;
}

#given-rights-wrap
{
	float: right;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

#given-proxy-rights
{
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

#given-proxy-rights table
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#given-proxy-rights td.no-rights
{
	padding: 10px;
	text-align: center;
	border: 1px solid #EBEBAF;
	color: #333;
	background: #FFFFCC;
}

#given-proxy-rights td
{
	padding: 4px 0px;
	border-bottom: 1px solid #E7E7E7;
}

#given-proxy-rights input {vertical-align: middle; position: relative; font-size: 10px;}

#manage-mls-wrap
{
	float: right;
	width: 375px;
	margin: 0px;
	padding: 0px;
}

#manage-mls-wrap span
{
	padding-bottom: 2px;
	font-weight: bold;
	color: #00368F;
}

#manage-mls-wrap span.inherited
{
	color: #6B9C00;
	font-weight: normal;
	font-style: italic;
}

#manage-mls-wrap table
{
	width: 100%;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#manage-mls-wrap td
{
	padding: 4px 0px;
	border-bottom: 1px solid #E7E7E7;
}

#manage-mls-wrap input {vertical-align: middle; position: relative; font-size: 10px;}

.homePrefsTopCol
{
    position: relative;
    padding: 0px;
    margin: 0px auto 10px auto;
	width: 350px; /* actual value */
}

.homePrefsCol
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 195px !important;
    width /**/:195px; /* IE fix */
}


.homePrefsArrow
{
    float: left;
    padding: 0px;
    margin: 0px;
	width: 86px; /* actual value */
}

ul.homePrefs
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 175px;
}

.homePrefs li
{
    text-align: center;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}


#homePrefs { line-height: 1.5em; }

#homePrefs dd { margin: 0px 0px 10px 0px; }

#homePrefs #unusedBlocks, #homePrefs #column_1, #homePrefs #column_2, #homePrefs #column_3
{
    padding: 0;
    margin: 0;
	height: 100px;
    width: 170px;
}




/* CLASS SCHEDULE ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
table.schedule
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

table.schedule caption
{
    margin: 0px;
    padding: 5px 10px;
    width: 100%;
/*
	font: bold 1.4em Arial, Helvetica, sans-serif;
*/
    letter-spacing: -.05em;
    color: #6F9836;
    background: #F0FBE1;
    text-align: left;
    border-bottom: 1px solid #C5CBD3;
}

.schedule th, .schedule td
{
    margin: 0px;
    padding: 4px 10px;
    text-align: center;
    border-bottom: 1px solid #FFF;
}

table.schedule th
{
    color: #f2f2f2;
    background: #555;
}

table.schedule .location
{
    text-align: left;
}

table.schedule tr
{
    background: #F5F5F5;
}

table.schedule tr.alt
{
    background: #EFEFEF;
}






/* ADDRESS ROUTING ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

#adjustments
{
	margin: 0px;
	padding: 0px;
}

#adjustments dt
{
    margin: 0px 0px 2px 0px;
    padding: 0px;
    font-weight: bold;
}


#adjustments dd
{
    margin: 0px;
    padding: 0px;
    border: none;
}


dl.routingAttention
{
	padding: 0px;
	margin: 0px;
	background: url('/images/backgroundLine.gif') #FFF repeat top;
	font-size: 90%;
}

.routingAttention dt
{
	color: #A81F09;
	font-weight: bold;
	padding: 4px 2px 1px 20px;
	margin: 0px;
	background: url('/images/proxyExclamation.gif') no-repeat 4px 4px;
}

.routingAttention dd
{
	padding: 1px 4px 4px 4px;
	margin: 0px;
}

.addyBtn
{
    margin: 0px;
    padding: 0px;
}

#AddRouteClientList #address
{
	width: 228px;
	height: 100px;
	font-size: 110%;
}

#AddRouteListNo #listno, #AddRouteAddress #addr, #AddRouteAddress #city, #AddRouteAddress #state, #AddRouteAddress #zip
{
	width: 228px;
	height: 18px;
	font-size: 110%;
}

#route
{
	width: 228px;
	height: 300px;
	font-family: inherit;
	font-size: 110%;
}

table.directionsHed
{
    width: 100%;
    border-collapse: collapse;
}

table.directionsHed th.title
{
    padding: 4px;
    text-align: left;
   	font: normal 130% Arial, sans-serif;
	color: #6A93DD;
}

.routeStop span
{
    color: #17438D
}

td.title_A
{
    width: 43px;
    padding: 2px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
   	font: normal 100% Arial, sans-serif;
    background-color: #999;
    color: #FFF;
}

td.title_B
{
    width: 428px;
    padding: 2px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
   	font: normal 100% Arial, sans-serif;
    background-color: #999;
    color: #FFF;
}

td.title_C
{
    width: 210px;
    padding: 2px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
   	font: normal 100% Arial, sans-serif;
    background-color: #999;
    color: #FFF;
}

td.title_D
{
    width: 60px;
    padding: 2px;
    border-top: 1px solid #ccc;
    text-align: center;
   	font: normal 100% Arial, sans-serif;
    background-color: #999;
    color: #FFF;
}

table.directions
{
    width: 100%;
    border-collapse: collapse;
}

td.directionsStop
{
    background: url('/images/backgroundCellDark.gif') repeat;
    padding: 0px;
}

dl.directionsStop
{
	padding: 4px;
	margin: 0px;
}

.directionsStop dt
{
   	background: url('/images/bulletSidebar.gif') no-repeat 0px 1px;
   	font: bold 120% Arial, sans-serif;
	color: #6A93DD;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.directionsStop dt span
{
    color: #17438D;
}

.directionsStop dd
{
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

td.stopOdd_A
{
    width: 43px;
    padding: 2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    text-align: right;
    background: url('/images/backgroundCellLight.gif') repeat;
}

td.stopOdd_B
{
    width: 428px;
    padding: 2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background: url('/images/backgroundCellLight.gif') repeat;
}

td.stopOdd_C
{
    width: 210px;
    padding: 2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    background: url('/images/backgroundCellLight.gif') repeat;
}

td.stopOdd_D
{
    width: 60px;
    padding: 2px;
    border-top: 1px solid #999;
    text-align: right;
    background: url('/images/backgroundCellLight.gif') repeat;
}

td.stopEven_A
{
    padding: 2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    text-align: right;
}

td.stopEven_B
{
    padding: 2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

td.stopEven_C
{
    padding: 2px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

td.stopEven_D
{
    padding: 2px;
    border-top: 1px solid #999;
    text-align: right;
}

.directionsHighlight
{
    clear: both;
    width: 760px;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    font-size: 90%;
}

.directionsHighlight:hover
{
	background: #E3F1F9;
}





/* LICENSE AGREEMENTS ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
ol.licenseOL
{
	padding: 0px;
	margin: 0px 0px 0px 30px;
	list-style-type: decimal;
	list-style-position: outside;
}

.licenseOL li
{
    padding: 0px;
    margin: 0px 0px 4px 0px;
}

.licenseOL span
{
	font-weight: bold;
	color: #444;
	border-bottom: 1px dotted #999;
}

ol.licenseOLSubAlpha
{
	padding: 0px;
	margin: 4px 0px 0px 30px;
	list-style-type: lower-alpha;
	list-style-position: outside;
}

ol.licenseOLSubRoman
{
	padding: 0px;
	margin: 4px 0px 0px 30px;
	list-style-type: lower-roman;
	list-style-position: outside;
}

dl.licenseDL
{
    margin: 0px 0px 6px 10px;
    padding: 0px;
}

.licenseDL dt
{
    margin: 6px 0px 6px 0px;
    padding: 0px 0px 0px 20px;
   	font-weight: bold;
}

.licenseDL dd
{
    border-left: 6px solid #F2F2F2;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 20px;
}

span.url
{
    color: #00F;
    font-weight: normal;
    border-bottom: 0px;
}

span.hiLite
{
    background-color: #FF0;
    font-weight: normal;
    border-bottom: 0px;
}



/* CMA ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
h2.cma-header
{
	margin: 4px 0px 10px 0px;
	padding: 4px;
/*
	font: bold 1.5em Arial, Helvetica, sans-serif;
*/
    letter-spacing: -.05em;
    color: #6F9836;
    border: 1px solid #C5CBD3;
    background: #F0FBE1;
}

#available-factors-wrap
{
	float: left;
	width: 490px;
	margin-left: 10px;
}

#custom-factors-wrap
{
	float: right;
	width: 250px;
	margin-right: 10px;
}

#available-factors-wrap p, #custom-factors-wrap p
{
	margin: 0px; padding: 0px; font-weight: bold; /*font-size: 1.2em;*/ border-bottom: 1px solid #808080;
}

dl.cma-factors
{
	float: left;
	width: 240px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}

dl.cma-factors dt
{
	font-weight: bold;
}

dl.cma-factors dd
{
	clear: both;
	min-height: 30px;
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

dl.cma-factors span.name
{
	display: block;
	float: left;
	width: 155px;
}

dl.cma-factors span.weight
{
	display: block;
	float: right;
	width: 85px;
}


.factor-weight-input
{
	vertical-align: middle;
	position: relative;
	width: 70px;
	text-align: center;
}




table.cma-column-header
{
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	border-collapse: collapse;*/
}

.cma-column-header th
{
	height: 30px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: bold;
	border: 1px solid #fff;
}

.cma-column-header th.filler
{
	height: 60px;
}

table.subject-property
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #e6ecf6;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.subject-property td
{
	height: 30px;
    margin: 0px;
    padding: 0px;
	text-align: center;
	border: 1px solid #ccc;
}

.subject-property td.subject-photo
{
	height: 60px;
}

/*
table.subject-property input
{
	padding: 3px;
	font-family: inherit;
	font-size: 1em;
}
*/

table.comparables-display
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #F2F2F2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.comparables-display td
{
	height: 30px;
    margin: 0px;
    padding: 0px;
	border: 1px solid #DCE0E9;
	border-left: none;
	text-align: center;
}

.comparables-display td.comparables-photo
{
	height: 60px;
}


/*
.comparables-display input
{
	padding: 3px;
	font-family: inherit;
	font-size: 1em;
	color: #000;
    border-top: 2px solid #7C7C7C;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #DDD;
    border-left: 2px solid #333;
}
*/

img.summary-analysis-img
{
	display: block;
	margin: 10px auto;
}

table.summary-analysis
{
	width: 100%;
    border-collapse: collapse;
    margin: 6px 0px 16px 0px;
}

table.summary-analysis th
{
	text-align: center;
	padding: 4px;
	background: #E6ECF6;
	border: 1px solid #ccc;
}

table.summary-analysis tr.odd
{
	background: #fff;
}

table.summary-analysis tr.even
{
	background: #f2f2f2;
}

table.summary-analysis td
{
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	text-align: center;
}

table.summary-analysis td.last-col
{
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
}




/* PAGE HEADER ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#page-header
{
float: left;
    width: 800px;
    height: 35px;
    margin: 0px;
    padding: 0px;
}

#jump-to {
    padding: 3px;
}

/*
#page-header:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/

#page-header .left-col
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#page-header .right-col
{
	float: right;
	margin: 0px;
	padding: 0px;
}

/*
#page-header hr
{
	clear: both; border: 1px solid #fff;
}

#page-header img
{
	display: inline-block; vertical-align: top;
}
*/

/*
#page-header select
{
	font: normal 8pt Arial, Helvetica, sans-serif;
	height: 17px;
	vertical-align: middle;
}
*/


#reports-select
{
	float: left;
	width: 790px;
	background: #FFFFCC;
	margin: 0px;
	padding: 2px 4px;
	color: #333;
	font-size: .85em;
	border: 1px solid #EBEBAF;
}

#reports-select .left-col
{
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#reports-select .right-col
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#reports-select ul.pagination
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#reports-select li
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#reports-select li.page-number
{
    margin: 0px;
    padding: 1px 10px;
}

#reports-select ul.pagination .inactive
{
display: block;
width: 40px;
    padding: 1px 3px;
    margin: 0px;
    color: #aaa;
    border: solid 1px #aaa;
text-align: center;
}

#reports-select ul.pagination a
{
display: block;
width: 40px;
    padding: 1px 3px;
    margin: 0px;
    border: solid 1px #A6CCFB;
    background: #fff;
    text-decoration: none;
    color: #0063DC;
text-align: center;
}

#reports-select ul.pagination a:hover
{
    color: #fff;
    background: #0063DC;
    border-color: #036;
    text-decoration: none;
}


#page-header-summary
{
	float: left;
	width: 790px;
	background: #FFFFCC;
	padding: 4px;
	color: #333;
	font-size: .85em;
	border: 1px solid #EBEBAF;
}




/* SEARCHES ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

.search-section
{
	float: left;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	border-bottom: 2px solid #E7E7E7;
}

.search-section h2
{
	padding-bottom: 2px;
	background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
    clear: both;
}

#view-search-type
{
	float: left;
	width: 790px;
	background: #FFFFCC;
	padding: 4px;
	color: #333;
	font-size: .85em;
	border: 1px solid #EBEBAF;
}

#view-search-type .left-col
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#search_columns
{
	float: right;
	margin: 0px 4px 0px 0px;
	padding: 0px 8px 0px 0px;
	border-right: 1px solid #333;
}

#save_defaults
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#save_defaults a
{
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 14px;
   	background: url('/images/searches_mini_sprite.png') no-repeat 0px -2px;
}

#save_defaults a:hover
{
	color: green;
	text-decoration: none;
   	background: url('/images/searches_mini_sprite.png') no-repeat 0px -16px;
}

#clear_defaults
{
	float: right;
	margin: 0px 4px 0px 0px;
	padding: 0px 8px 0px 0px;
	border-right: 1px solid #333;
}

#clear_defaults a
{
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 14px;
   	background: url('/images/searches_mini_sprite.png') no-repeat 0px -31px;
}

#clear_defaults a:hover
{
	color: #0664CA;
	text-decoration: none;
   	background: url('/images/searches_mini_sprite.png') no-repeat 0px -45px;
}

.search
{
    border-collapse: collapse;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.search div
{
    vertical-align: middle;
}

.search .head
{
    margin: 0px;
    padding: 5px 10px;
/*
	font: bold 1.4em Arial, Helvetica, sans-serif;
*/
    letter-spacing: -.05em;
    color: #6F9836;
    background: #F0FBE1;
    text-align: left;
}

.search .row
{
    background: none;
    clear: both;
    min-height: 30px;
    height: auto;
}

.search .row-two
{
    float: left;
    clear: none;
    min-height: 60px;
    height: auto;
}

.search .row:hover
{
    background: #D1E2FF;
}



.search .alt
{
    background: url('/images/search-row-bg.gif') repeat top left;
    border-bottom: 1px solid #E7E7E7;
}

#search_columns
{
    width: 100px;
}

.search .title
{
	width: 260px;
    margin: 0px;
    padding: 4px;
    text-align: left;
    font-weight: bold;
    float: left;
}

.search .title-two
{
    min-width: 260px;
    width: auto;
}

.search .logic
{
	width: 100px;
    margin: 0px;
    padding: 4px;
    text-align: left;
    float: left;
}

.search .logic-two
{
    width: 90px;
}

.search .logic select
{
    width: 85px;
}

.search .selection
{
	width: 390px;
    margin: 0px;
    padding: 4px;
    float: left;
}

.search .selection-two
{
    clear: both;
    width: 380px;
}

.search input {
    font-size: small;
    padding: 1px;
}

.search .error span
{
    padding-left: 16px;
	color: #A81F09;
	font-weight: bold;
	background: url('/images/exclamation.gif') no-repeat 0 50%;
    float: right;
}

/*
.search input.text-field
{
	border-top: 2px solid #7c7c7c;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #c3c3c3;
    padding: 3px;
    height: 13px;
    font-family: inherit;
    font-size: 95%;
}
*/

/*
.search input:focus
{
    background-color: #FFFFCC;
}
*/

.search select
{
/*
	vertical-align: middle;
	position: relative;
	font-size: 10px;
	width: 174px;
*/
}

.date-wrap
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.date-wrap-tools-img
{
	display: block;
	float: left;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.date-tools-wrap
{
	width: 200px;
    text-align: center;
}

.date-tools-wrap dl
{
    margin: 0px;
    padding: 0px;
}

.date-tools-wrap dl dt
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
}

.date-tools-wrap dl dd
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.calendar-clear
{
	display: block;
	width: 100px;
	margin: 6px auto 0px auto;
	padding: 0 0 0 10px;
	line-height: 1em;
	letter-spacing: normal;
	font-weight: bold;
	background: url('/images/calender-clear-left.png') no-repeat;
}

.calendar-clear a
{
	display: block;
	margin: 0px;
	padding: 6px 12px 6px 2px;
	color: #fff;
	background: url('/images/calender-clear-right.png') no-repeat right top;
}







/*
a.calendar_clear
{
	margin: 0px;
	padding: 0px;
	background: url('/images/date-wrap-sprite.gif') no-repeat 0px -56px;
}

a.calendar_clear:hover
{
	background: url('/images/date-wrap-sprite.gif') no-repeat 0px -84px;
}
*/

.days-back {
    font-size: .8em;
    width: 22px;
}

.calendarmenu { position: absolute; }
#calendarcontainer { padding:10px; }

.separator {
    margin: 0px;
    padding: 0px;
    border: none;
    clear: both;
}


/* SAVED SEARCH FORM ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#save_search_dlg .bd {
    overflow: auto;
}

/* custom styles for scrolling container */
#seach_name_complete {
    width: 300px; /* set width of widget here*/
    height: 70px; /* define height for container to appear inline */
}

#search_name_container .yui-ac-content {
    max-height: 70px;
    overflow: auto;
    overflow-x: hidden; /* scrolling */
    _height: 70px; /* ie6 */
}


/* MAP SEARCH ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#mapdiv
{
	clear: both;
	position: relative;
	width: 780px;
	height: 498px;
	border: 1px solid #808080;
	background: #fff;
}

#damapout
{
	position: relative;
	width: 781px;
	margin: 0px;
	padding: 0px;
}


#map-instruct
{
	float: left;
	width: 760px;
	margin: 0px;
	padding: 4px 10px;
	background: #FFF url('/images/map-instruct-sprite.gif') repeat-X 0px -157px;
	border: 1px solid #808080;
	border-bottom: none;
}

#map-instruct a
{
	display: block;
	float: left;
	margin: 0px;
	padding: 3px 4px;
	color: #999;
	text-decoration: none;
	border: 1px outset #ccc;
}

#map-instruct a.jump-to
{
	margin-right: 6px;
	padding-left: 20px;
	background: transparent url('/images/map-instruct-sprite.png') no-repeat 4px -44px;
}

#map-instruct a.jump-to:hover
{
	color: #0664CA;
	border: 1px outset #0664CA;
	background: #fff url('/images/map-instruct-sprite.png') no-repeat 4px -67px;
}

#map-instruct a.make-default
{
	margin-right: 6px;
	padding-left: 24px;
	background: transparent url('/images/map-instruct-sprite.png') no-repeat 4px -94px;
}

#map-instruct a.make-default:hover
{
	color: #0664CA;
	border: 1px outset #0664CA;
	background: #fff url('/images/map-instruct-sprite.png') no-repeat 4px -124px;
}


#map-instruct a.clear-map
{
	margin-right: 6px;
	padding-left: 19px;
	background: transparent url('/images/map-instruct-sprite.png') no-repeat 3px 4px;
}

#map-instruct a.clear-map:hover
{
	color: #0664CA;
	border: 1px outset #0664CA;
	background: #fff url('/images/map-instruct-sprite.png') no-repeat 3px -20px;
}

#map-instruct a.load-save
{
	margin-right: 6px;
	padding-left: 24px;
	background: transparent url('/images/map-instruct-sprite.png') no-repeat 4px -301px;
}

#map-instruct a.load-save:hover
{
	color: #0664CA;
	border: 1px outset #0664CA;
	background: #fff url('/images/map-instruct-sprite.png') no-repeat 4px -332px;
}

#map-instruct a.hide-map
{
	float: right;
	padding-left: 15px;
	background: transparent url('/images/map-instruct-sprite.png') no-repeat 6px -150px;
}

#map-instruct a.hide-map:hover
{
	color: #0664CA;
	border: 1px outset #0664CA;
	background: #fff url('/images/map-instruct-sprite.png') no-repeat 6px -172px;
}







#map-instruct #instruct
{
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 4px;
	color: #000;
	border: 1px solid #808080;
	background: #c00;
}


#crosshairs
{
	position: absolute;
	top: 243px;
	left: 384px;
	z-index: 999;
	width: 13px;
	height: 13px;
	background: url('/images/cross-hairs-bg.gif') no-repeat 50% 50%;
}

#mapicons-wrap
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
	width: 136px;
	margin: 0px;
	padding: 0px;
	border: 1px outset #999;
	background: url('/images/map-icons-bg.png') repeat top left;
}

#mapicons-wrap h1
{
	margin: 0px;
	padding: 2px;
	font: bold .9em helvetica, arial, sans-serif;
	color: #fff;
	background: #333;
text-align: center;
}

#mapicons
{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

.map-tools-dl
{
	clear: both;
	margin: 0px 6px 4px 6px;
	padding-top: 6px;
	border-top: 1px solid #666;
}

.map-tools-dl dt
{
	font-weight: bold;
}

.map-tools-dl dd
{
	margin: 0px 0px 0px 10px;
}

.map-legend
{
	clear: both; float: left; width: 124px; margin: 0px 6px; padding: 6px 0px; border-top: 1px solid #666;
}

.map-marker
{
	position: relative; vertical-align: middle; margin: 0px 4px 4px 0px;
}

#nomap-wrap
{
	float: left;
	width: 781px;
	margin: 0px;
	padding: 0px;
}

#nomap
{
	position: relative;
	width: 350px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

#nomap a
{
	display: block;
	margin: 0px;
	padding: 20px;
	border: 1px solid #808080;
	font: bold 1.25em helvetica, arial, sans-serif;
	color: #000;
	text-decoration: none;
	background: #D9D8DA url('/images/nomap-a.gif') repeat top left;
	text-align: center;
}

#nomap a:hover
{
	color: #000;
	text-decoration: none;
	background: #C4DEFF url('/images/nomap-hover.gif') repeat top left;
}



#client-header
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FEFEFE url('/images/search-list-bg.gif') repeat-x top left;
}


#client-header a
{
	display: block;
    margin: 0px 0px 0px 1px;
    padding: 4px;
	text-decoration: none;
	color: #000;
}

#client-header a:hover
{
	text-decoration: none;
	color: #009;
	background: transparent url('/images/search-list-active.gif') repeat-x top left;
}


#client-header .header-select
{
    float: left;
    width: 2%;
    margin: 0px;
    padding: 0px;
}

#client-header .header-first-name
{
    float: left;
    width: 15%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-last-name
{
    float: left;
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-status
{
    float: left;
    width: 5%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-email
{
    float: left;
    width: 19%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-conf
{
    float: left;
    width: 4%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-home
{
    float: left;
    width: 10%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-cell
{
    float: left;
    width: 10%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}

#client-header .header-fax
{
    float: left;
    width: 10%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/client-header-border.gif') repeat-y top left;
}



#client-list .client
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #F8F8F8;
    border-bottom: 1px solid #C5CBD3;
    line-height: 2em;
}

#client-list .client-alt
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #F1F1F1;
    border-bottom: 1px solid #C5CBD3;
    line-height: 2em;
}

#client-list .client-select
{
    float: left;
    width: 2%;
    margin: 0px;
    padding: 0px;
}

#client-list .client-first-name
{
    float: left;
    width: 15%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-last-name
{
    float: left;
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-status
{
    float: left;
    width: 5%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-email
{
    float: left;
    width: 19%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-conf
{
    float: left;
    width: 4%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-home
{
    float: left;
    width: 10%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-cell
{
    float: left;
    width: 10%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#client-list .client-fax
{
    float: left;
    width: 10%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#client-list span
{
    padding-left: 4px;
}

#client-list :hover
{
	background-color: #F1F4FA;
}


/* SEARCH RESULTS LIST ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#list
{
	clear: both;
    width: 100%;
	margin: 2px 3px 0px 1px;
	padding: 0px;
	color: #717171;
    border-collapse: collapse;
    background: #E6E6E9 url('/images/list-bg.gif') repeat-x top left;
}

#list th
{
	padding: 1px 0px 1px 2px;
	text-align: left;
    border: 1px solid #ccc;
	font: bold .8em verdana, sans-serif;
}

#list th.center
{
	padding: 0px;
	text-align: center;
}

#list th a
{
	color: #717171;
	padding: 1px 0px 1px 2px;
	display: block;
	width: inherit;
	text-decoration: none;
	white-space: nowrap;
}

#list th a:hover
{
	color: #004CCA;
	text-decoration: none;
	background: url('/images/list-sort-hover.gif') no-repeat right 50%;
}

#list th a.sortdesc
{
	color: #004CCA;
	background: #F2F8FD url('/images/list-sort-ascend.gif') no-repeat right 50%;
}

#list th a.sortasc
{
	color: #004CCA;
	background: #F2F8FD url('/images/list-sort.gif') no-repeat right 50%;
}

#list th a.sortdesc:hover
{
	color: #004CCA;
	text-decoration: none;
	background: #F2F8FD url('/images/list-sort-hover.gif') no-repeat right 50%;
}

#list th a.sortasc:hover
{
	color: #004CCA;
	text-decoration: none;
	background: #F2F8FD url('/images/list-sort-ascend-hover.gif') no-repeat right 50%;
}


.result
{
    width: 100%;
    padding: 4px 0px;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}

.result-alt
{
    width: 100%;
    padding: 4px 0px;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}

td.tour a
{
	padding-right: 14px;
	background: url('/images/external.png') no-repeat right 50%;
}


/* REPORTS ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
.reports-head
{
    clear: both;
    margin: 0px 0px 4px 0px;
    padding: 0px;
    background: #E6E6E8 url('/images/list-bg.gif') repeat-x top left;
    border-collapse: collapse;
}

.reports-head th
{
	font-weight: bold;
	padding-left: 2px;
	border: 1px solid #ccc;
	text-align: left;
}

.brief-report td
{
	padding-left: 2px;
}


.reports-tour
{
/*
    position: absolute;
    top: 0px;
    right: 10px;
*/
    margin: 0px;
    padding: 10px 0px 0px 0px;
    line-height: 1em;
}

.reports-tour .remove
{
    margin: 0px;
    padding: 0px 0px 0px 18px;
    background: url('/images/delete-button.gif') no-repeat 0 50%;
}

.remove {
    cursor: pointer;
}

.overview
{
	font: normal .9em Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    border: 1px solid #999;
    margin: 1px;
}

.overview tr
{
    border-collapse: collapse;
    border: 1px solid #999;
    text-align: center;
}

.overview td
{
    border-collapse: collapse;
    border: 1px solid #999;
    white-space: nowrap;
}

.rooms td {
    white-space: nowrap;
}
.rooms td input {
    width: 15px;
    font-size: .9em;
}

#no-listing {
    text-align: center;
    margin-top: 20px;
    border: 1px solid #808080;
    padding: 20px
}

.cdom-reset {
    padding: 5px;
    border: 1px solid ;
    background-color: #DD7A03;
}

.listing-info
{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.listing-area
{
	float: left;
	width: 100%;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px dashed #ccc;
}

.report-tools-pop {
    display: none;
    padding: 10px;
}

.report-tools-list li {
	list-style-type: none;
	margin-left: -20px;
}

.report-tools-link {
    width: 16px;
    cursor: pointer;
}

.date-tools-link {
    margin-left: 10px;
    width: 16px;
    cursor: pointer;
}

.date-tools {
    display: none;
}

a.year-built
{
	margin: 0px;
	padding: 0px 18px 0px 0px;
	background: url('/images/info-button.gif') no-repeat top right;
    cursor: help;
}

.clearer
{
    clear: both;
}

.tools-balloon
{
	float: right;
	margin: 0px;
	padding: 0px;
}


.tools-balloon img
{
	position: relative;
	vertical-align: middle;
}


.brief-report td .tools-balloon
{
	float: left;
}

.listing-par-image {
    float: left;
    padding: 4px;
}

table.par-report
{
	clear: both;
	table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

table.par-report th
{
	text-align: center;
	padding: 4px;
	background: #E6ECF6;
	border: 1px solid #ccc;
	white-space: nowrap;
}

table.par-report tr.odd
{
	background: #fff;
	border-bottom: 1px solid #ccc;
}

table.par-report tr.even
{
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
}

table.par-report td
{
	padding: 4px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

table.par-report td div {
    overflow: hidden;
}

#report-header-main {
    float: left;
}
#report-header-tools {
    float: right;
}
#report-header-break {
    clear: both;
    border-bottom: 1px dashed #CCCCCC;
}

.report-presented {
    margin-left: 70px;
}



/* SLIDE SHOW ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
.slide-show
{
	position: relative;
	width: 280px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #494949;
}

.slide-images
{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 280px;
	height: 210px;
	vertical-align: middle;
	overflow: hidden;
}

.slide-images li
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	opacity: 0;
    /*left*/ /**/  /*:2px;*/ /* IE fix */
}

.slide-images li img
{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

.slide-details
{
/*    display: none;*/
    float: left;
/*
    position: absolute;
    bottom: 0px;
    left: 0px;
*/
    width: 280px;
	margin: 0px;
    padding: 4px 0px;
    background: #5D5D5D url('/images/slide-show-bg.gif') repeat-x bottom left;
    border: 1px solid #494949;
    border-top: none;
}

.slide-title
{
	float: left;
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0px 0px 4px 0px;
	padding: 0px 10px;
	font: bold .8em verdana, sans-serif;
	color: #fff;
    text-align: center;
}

.slide-controls
{
    clear: both;
	position: relative;
	width: 196px;
	margin: 0px auto;
	padding: 0px;
	font: normal .8em verdana, sans-serif;
	color: #fff;
}

.slide-controls ul
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slide-controls li
{
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slide-controls a
{
	float: left;
	display: block;
	width: 40px;
	color: #fff;
	margin: 0px;
	padding: 2px 4px;
	border: 1px inset #ccc;
	text-align: center;
}

.slide-controls a:hover
{
	color: #5D5D5D;
	background: #fff;
	border: 1px outset #666;
	text-decoration: none;
}

.slide-of
{
	float: left;
	display: block;
	width: 80px;
	padding: 3px 4px;
	text-align: center;
}



/* SEARCH CRITERIA ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#searchCriteria
{
    display: none;
	float: left;
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #50734D;
    border-bottom: 1px solid #50734D;
    background: #AFE85A;
    color: #155902;
}


.gutter .criteria_col
{
    /* font-weight: bold; */
}

.gutter .criteria_value
{
    font-weight: bold;
}

.search_criteria_close
{
    float: right;
    width: 30px;
}



/* FORMS ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

#forms-header
{
    float: left;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #C5CBD3;
    border-bottom: 1px solid #C5CBD3;
    background: #FEFEFE url('/images/forms-header-bg.gif') repeat-x top left;
}


#forms-header a
{
	display: block;
    margin: 0px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #000;
line-height: 2em;
}

#forms-header a:hover
{
	text-decoration: none;
	color: #009;
	background: transparent url('/images/forms-list-active.gif') repeat-x top left;
}

#forms-header .forms-header-select
{
    float: left;
    width: 26px;
    margin: 0px;
    padding: 0px;
}

#forms-header .forms-header-name
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/forms-header-border.gif') repeat-y top left;
}

#forms-header .forms-header-form
{
    float: left;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/forms-header-border.gif') repeat-y top left;
}

#forms-header .forms-header-client
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/forms-header-border.gif') repeat-y top left;
}

#forms-header .forms-header-author
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/forms-header-border.gif') repeat-y top left;
}

#forms-header .forms-header-created
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/forms-header-border.gif') repeat-y top left;
}

#forms-header .forms-header-modified
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background: transparent url('/images/forms-header-border.gif') repeat-y top left;
}

ul.blank-forms
{
    list-style: none;
    width: 98%;
    margin: 0px auto;
    padding: 0;
    line-height: 2em;
}

.blank
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #F8F8F8;
    border-bottom: 1px solid #C5CBD3;
}

.blank-alt
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #F1F1F1;
    border-bottom: 1px solid #C5CBD3;
}

.blank:hover, .blank-alt:hover
{
	background-color: #F1F4FA;
}

.search_stuff
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.search_stuff li
{
    float: left;
    list-style: none;
    margin: 0px 6px 0px 0px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}

.search_stuff select
{
	font: normal 8pt Arial, Helvetica, sans-serif;
	height: 17px;
	vertical-align: middle;
}


ul.forms-list
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 2em;
}

ul.forms-list span
{
    padding-left: 8px;
}

.forms
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #F8F8F8;
    border-bottom: 1px solid #C5CBD3;
}

.forms-alt
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #F1F1F1;
    border-bottom: 1px solid #C5CBD3;
}

.forms:hover, .forms-alt:hover
{
	background-color: #F1F4FA;
}

li.forms-select
{
    float: left;
    width: 26px;
    margin: 0px;
    padding: 0px;
/*background: #cc0;*/
}

li.forms-name
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*background: #c00;*/
}

li.forms-form
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*background: #0c0;*/
}

li.forms-client
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*background: #366;*/
}

li.forms-author
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*background: #636;*/
}

li.forms-created
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*background: #663;*/
}

li.forms-modified
{
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*background: #fcc;*/
}

.selListingChk
{
    visibility: hidden;
}





/* LISTING INPUT ELEMENTS
------------------------------------------------------------------------------------------------------------------- */

#listing-manager
{
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
}


#listing-manager h1
{
    margin: 0px;
    padding: 5px;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    color: #484848;
	border-bottom: 1px solid #808080;
    background: #CCC url('/images/listing-manager-h1-bg.gif') no-repeat top left;
}

#new-listing
{
    margin: 0px 0px 10px 0px;
    padding: 5px;
    list-style: none;
background: #EAE8E8 url('/images/listing-manager-bg.gif') no-repeat bottom left;
}

#new-listing li
{
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

#new-listing a
{
    padding: 0px 0px 0px 14px;
    background: url('/images/li-bullet.gif') no-repeat 0 50%;
}

#new-listing a:hover
{
    padding: 0px 0px 0px 14px;
    background: url('/images/edit.gif') no-repeat 0 50%;
}


#listing-manager dl
{
	padding: 5px;
	margin: 0px 0px 10px 0px;
    background: #EAE8E8 url('/images/listing-manager-bg.gif') no-repeat bottom left;
}

.edit-listing
{
    padding: 0px 0px 0px 14px;
    background: url('/images/edit.gif') no-repeat 0 50%;
}

.listing-inventory
{
	float: right;
	width: 780px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
/*    background: url('/images/listing-inventory-bg.gif') no-repeat bottom left;*/
}


.inventory
{
	border-collapse: collapse;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

tr.inventory-odd
{
	background: #F8F8F8;
}

tr.inventory-even
{
	background: #F1F1F1;
}

tr.inventory-even:hover, tr.inventory-odd:hover
{
	background-color: #F1F4FA;
}


.inventory th
{
	padding: 0px 0px 6px 0px;
	background: url('/images/listing-inventory-th.gif') repeat-x bottom left;
}

.inventory td
{
	padding: 2px 0px;
	border-bottom: 1px solid #E2E2E2;
}







#LIP_lev4_sqf, #LIP_lev3_sqf, #LIP_lev2_sqf, #LIP_lev1_sqf, #LIP_levb_sqf, #LIP_tot_sqf
{
    width: 64px;
}

#LIP_lev4_bed, #LIP_lev4_bathfull, #LIP_lev4_bathtq, #LIP_lev4_bathhalf, #LIP_lev4_bed, #LIP_lev4_famroom, #LIP_lev4_den, #LIP_lev4_formalliving, #LIP_lev4_kitchen_k, #LIP_lev4_bed, #LIP_lev4_kitchen_b, #LIP_lev4_dining_f, #LIP_lev4_dining_s, #LIP_lev4_laundry, #LIP_lev4_fireplace
{
    width: 22px;
}

#LIP_lev3_bed, #LIP_lev3_bathfull, #LIP_lev3_bathtq, #LIP_lev3_bathhalf, #LIP_lev3_bed, #LIP_lev3_famroom, #LIP_lev3_den, #LIP_lev3_formalliving, #LIP_lev3_kitchen_k, #LIP_lev3_bed, #LIP_lev3_kitchen_b, #LIP_lev3_dining_f, #LIP_lev3_dining_s, #LIP_lev3_laundry, #LIP_lev3_fireplace
{
    width: 22px;
}

#LIP_lev2_bed, #LIP_lev2_bathfull, #LIP_lev2_bathtq, #LIP_lev2_bathhalf, #LIP_lev2_bed, #LIP_lev2_famroom, #LIP_lev2_den, #LIP_lev2_formalliving, #LIP_lev2_kitchen_k, #LIP_lev2_bed, #LIP_lev2_kitchen_b, #LIP_lev2_dining_f, #LIP_lev2_dining_s, #LIP_lev2_laundry, #LIP_lev2_fireplace
{
    width: 22px;
}

#LIP_lev1_bed, #LIP_lev1_bathfull, #LIP_lev1_bathtq, #LIP_lev1_bathhalf, #LIP_lev1_bed, #LIP_lev1_famroom, #LIP_lev1_den, #LIP_lev1_formalliving, #LIP_lev1_kitchen_k, #LIP_lev1_bed, #LIP_lev1_kitchen_b, #LIP_lev1_dining_f, #LIP_lev1_dining_s, #LIP_lev1_laundry, #LIP_lev1_fireplace
{
    width: 22px;
}

#LIP_levb_bed, #LIP_levb_bathfull, #LIP_levb_bathtq, #LIP_levb_bathhalf, #LIP_levb_bed, #LIP_levb_famroom, #LIP_levb_den, #LIP_levb_formalliving, #LIP_levb_kitchen_k, #LIP_levb_bed, #LIP_levb_kitchen_b, #LIP_levb_dining_f, #LIP_levb_dining_s, #LIP_levb_laundry, #LIP_levb_fireplace
{
    width: 22px;
}

#LIP_tot_bed, #LIP_tot_bathfull, #LIP_tot_bathtq, #LIP_tot_bathhalf, #LIP_tot_bed, #LIP_tot_famroom, #LIP_tot_den, #LIP_tot_formalliving, #LIP_tot_kitchen_k, #LIP_tot_bed, #LIP_tot_kitchen_b, #LIP_tot_dining_f, #LIP_tot_dining_s, #LIP_tot_laundry, #LIP_tot_fireplace
{
    width: 22px;
}



.listing-section
{
    border-color: #CCC;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 20px 0px;
}

.listing-section legend
{
    font: normal 130% Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -.05em;
    color: #333;
    margin: 0px 0px 4px 2px;
    padding: 0px 4px;
}

.listing-input
{
    border-collapse: collapse;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.listing-input tr
{
    background: #F8F8F8;
}

.listing-input tr.alt
{
    background: #F1F1F1;
}

.listing-input td.section
{
    padding: 10px 0px 2px 0px;
    background: #fff;
    border-bottom: 1px solid #999;
}

.listing-input th
{
    width: 160px;
    margin: 0px;
    padding: 4px 10px 4px 4px;
    text-align: right;
    border-bottom: 1px solid #E2E2E2;
}

.listing-input td.selection
{
    width: 310px;
    margin: 0px;
    padding: 4px;
    border-bottom: 1px solid #E2E2E2;
}

.listing-input th.prop-info
{
    margin: 0px;
    padding: 4px 10px 4px 4px;
    text-align: center;
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    background-color: #F1F1F1;
}

.listing-input td.selection-2
{
    margin: 0px;
    padding: 4px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
}


.listing-input td.error
{
    width: 258px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    border-bottom: 1px solid #E2E2E2;
}

.listing-input h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 1.2em;
}

.listing-input span
{
    color: #c00;
    font-size: 1.25em;
}

.listing-input .warning-box
{
    margin: 0px;
    padding: 4px;
    background: #FAE79A;
    border-top: 1px solid #D7AE56;
    border-bottom: 1px solid #D7AE56;
}

.listing-input .warning-msg
{
    margin: 0px;
    padding: 0px 0px 0px 24px;
    color: #7A5511;
    background: url('/images/error.gif') no-repeat 0 50%;
}

.listing-input .error-box
{
    margin: 0px;
    padding: 4px;
    background: #A31E39;
    border-top: 1px solid #660000;
    border-bottom: 1px solid #660000;
}

.listing-input .error-msg
{
    margin: 0px;
    padding: 0px 0px 0px 24px;
    color: #fff;
    background: url('/images/listing-error-icon.gif') no-repeat 1% 50%;
}


.listing-input .info-box
{
    margin: 0px;
    padding: 4px;
    background: #31659c;
    border-top: 1px solid #039;
    border-bottom: 1px solid #039;
}

.listing-input .info-msg
{
    margin: 0px;
    padding: 0px 0px 0px 24px;
    color: #fff;
    background: url('/images/listing-info-icon.gif') no-repeat 1% 50%;
}

.listing-input ul
{
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.listing-input li
{
    float: left;
    margin: 0px 8px 0px 0px;
    padding: 0px;
}


.listing-input input
{
    border-top: 2px solid #7C7C7C;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #C3C3C3;
    padding: 3px 0px;
    height: 13px;
    font-family: inherit;
    font-size: 95%;
    text-align: center;
}

.listing-input textarea
{
    border-top: 2px solid #7C7C7C;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #C3C3C3;
    padding: 3px;
    font-family: inherit;
    font-size: 95%;
}

.listing-input input.total
{
    background: #F1F4FA;
    border-top: 2px solid #7C7C7C;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #C3C3C3;
    padding: 3px 0px;
    height: 13px;
    font-family: inherit;
    font-size: 95%;
    font-weight: bold;
}

/*
.listing-input input.total:focus
{
    background-color: #FFFFCC;
}
*/


/*
.listing-input input:focus, .listing-input textarea:focus
{
    background-color: #FFFFCC;
}
*/

.listing-input .alluppers
{
	text-transform: uppercase;
}






/* STATISTICS ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#content .statistics
{
    float: left;
    width: 480px;
    margin: 0px 0px 0px 20px !important;
	margin-left: 10px;   /* hack for IE */
}

#content .statistics dt
{
    font-weight: normal;
    font-size: 2em; color: #999;
    letter-spacing: -.05em;
}

#content .statistics dt span
{
    color: #A2CEFF;
}

#content .statistics dd
{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 40px;
    border-bottom: 1px solid #ccc;
}

#content .statistics-map
{
    display: block;
    float: right;
}

p.search-criteria
{
	padding: 6px;
	border: 1px solid #EBEBAF;
	color: #333;
	background: #FFFFCC;
}


table.absorption-report
{
	width: 100%;
	padding: 10px 0px;
    border-collapse: collapse;
    border: solid 1px #ccc;
    border-right: none;
    border-left: none;
}

table.absorption-report th
{
	width: 50%;
    padding: 6px;
    text-align: right;
    vertical-align: top;
}

table.absorption-report td
{
	width: 50%;
    padding: 6px;
}


table.absorption-report td.spacer
{
    padding: 10px 0px 0px 0px;
}

p.home-sales-graphs
{
    padding: 14px 0px 0px 0px;
    border-top: solid 1px #ccc;
	text-align: center;
}

p.home-sales-graphs-legend
{
    padding: 10px 0px 14px 0px;
    border-bottom: solid 1px #ccc;
	text-align: center;
}



.market-summary-wrap
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

.market-summary-wrap .left-col
{
	float: left;
	width: 180px;
}

.market-summary-wrap .right-col
{
	float: right;
	width: 580px;
}


.market-summary-wrap .left-col h3
{
	float: left; display: block; background: #ccc; padding: 2px 10px; color: #000;
}

.market-summary-wrap .left-col .summary
{
	clear: left; float: left; width: 168px; padding: 10px; border: 1px solid #ccc; border-top: 2px solid #ccc;
}

.market-summary-wrap .left-col .summary p
{
	padding: 0px; margin: 0px; font-size: 1.4em; line-height: inherit; text-align: center;
}

.market-summary-wrap .left-col .summary dl
{
	margin: 0px; padding: 0px;
}

.market-summary-wrap .left-col .summary dd
{
	margin: 0px; padding: 4px 0px; text-align: right; border-bottom: 1px solid #ccc;
}

.market-summary-wrap .left-col .summary dd.last
{
	padding: 4px 0px 0px 0px; border-bottom: none;
}

.market-summary-wrap .left-col .summary dd span
{
	float: left; display: block; width: 90px; text-align: left;
}

table.market-summary
{
	width: 100%;
    border-collapse: collapse;
}

table.market-summary th
{
	text-align: center;
	padding: 4px;
	background: #E6ECF6;
	border: 1px solid #ccc;
}

table.market-summary th.col-1, table.market-summary th.col-2
{
	width: 33%;
	border-left: none;
}

table.market-summary th.col-3
{
	width: 34%;
	border-left: none;
	border-right: none;
}

table.market-summary tr.odd
{
	background: #fff;
}

table.market-summary tr.even
{
	background: #f2f2f2;
}

table.market-summary td.col-1, table.market-summary td.col-2
{
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	text-align: center;
}

table.market-summary td.col-3
{
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: center;
}


table.sales-month
{
	width: 100%;
    border-collapse: collapse;
}

table.sales-month th
{
	text-align: center;
	padding: 4px;
	background: #E6ECF6;
	border: 1px solid #ccc;
}

table.sales-month tr.odd
{
	background: #fff;
}

table.sales-month tr.even
{
	background: #f2f2f2;
}

table.sales-month td
{
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	text-align: center;
}

table.sales-month td.last-col
{
	padding: 4px;
	border: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
}

#agent-prepared dt
{
	font-weight: bold;
}



/* WEBMASTER EMAIL ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#EmailForm
{
    margin: 0px;
    padding: 0px;
}

#EmailForm p
{
    margin: 2px 0px;
    padding: 4px 0px;
    color: #7A5511;
    font-size: 90%;
    text-align: center;
    border-top: 1px solid #D7AE56;
    border-bottom: 1px solid #D7AE56;
    background-color: #FAE79A;
}

#EmailForm dl
{
    display: block;
    width: 360px;
    margin: 0px auto;
    padding: 0px;
}

#EmailForm dd
{
    margin: 0px 0px 4px 0px;
    padding: 0px;
}

#email_subject, #email_sender_name, #email_sender_address
{
	width: 350px;
    padding: 3px;
    height: 13px;
    border-top: 2px solid #7C7C7C;
    border-right: 1px solid #C3C3C3;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #C3C3C3;
    font-family: inherit;
    font-size: 95%;
}

#email_sender_text
{
    padding: 3px;
    width: 350px;
    height: 205px !important;
    height: 120px;   /* fix for IE */
    border-top: 2px solid #7c7c7c;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #dddddd;
    border-left: 2px solid #c3c3c3;
    font-family: inherit;
    font-size: 95%;
}

/*
#webmasterEmailForm input:focus, #webmasterEmailForm textarea:focus
{
    background-color: #FFFFCC;
}
*/



/* ERROR MESSAGE ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#error
{
    position: relative;
    width: 440px;
    margin: 40px auto;
    padding: 0px;
    background: url('/images/error-box-bg.gif') no-repeat bottom left;
}

#error .exclamation
{
    float: left;
    width: 80px;
    margin: 11px 0px 0px 20px !important;
    margin-left: 10px;   /* fix for IE */
    padding: 0px;
}

#error .message
{
    float: right;
    width: 280px;
    margin: 11px 20px 20px 0px !important;
    margin-right: 10px;   /* fix for IE */
    padding: 0px 0px 0px 20px;
    border-left: 1px solid #ccc;
}


/* INDIVIDUAL PARAGRAPH ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
p.copyright
{
	clear: both;
	position: relative;
	width: 990px;
    text-align: center;
    margin: 0px auto;
    padding: 3px 0px;
    color: #808080;
    font-family: verdana;
    font-size: .75em;
}

#sign-in p.copyright { color: #8495A9; border-top: none; }

#iFrame p.copyright
{
	clear: both;
	width: inherit;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #808080;
	border-top: none;
}

p.top-page
{
	padding: 0px 14px 0px 0px;
	margin: 10px 0px;
	text-align: right;
	background: url('/images/arrow-up.gif') no-repeat right top;
}

p.disclaimer
{
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: #808080;
}

/* CUSTOM SEARCHES ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
#info-window
{
    display: none;
	margin: 6px 0px;
    padding: 4px;
    background: #A7CA4A;
	font-weight: bold;
	font-size: 1.2em;
    color: #587210;
    text-align: center;
    border: 1px solid #587210;
    border-left: none;
    border-right: none;
    clear: both;
}

#search-info-container
{
	float: left;
	width: 750px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#search-info {

float: left;
width: 330px;
	margin: 0px;
	padding: 10px;
    background: #D5D5D5 url('/images/customize-edit-bg.gif') repeat-x top left;
}

#search-info dl
{
	margin: 0px;
	padding: 0px;
}

#search-info dt
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#search-info dd
{
	margin: 0px;
	padding: 0px;
}


#search-edit-container
{
	float: left;
	width: 752px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

#search-name-contain {
    float: left;
}

#search-default-contain {
    float: right;
}


.yuimenubaritemlabel{
	cursor: pointer;
}

/* Statistics */
#market_summary_table th {
	padding-right: 20px;
}
#market_summary_table td {
	padding-right: 20px;
}

/* CUSTOM REPORTS ELEMENTS
------------------------------------------------------------------------------------------------------------------- */
.custom-report-row {
    clear: both;
}
.custom-report-row div {
    padding: 0px 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

.custom-report-row h4 {
    border-bottom: 1px dotted #333333;
    border-top: 1px dotted #333333;
    margin: 5px 0px;
}

.custom-desc {
    font-weight: bold;
}
.custom-value {
    margin-left: 5px;
    min-height: 1em;
}
.one-col .custom-desc {
    width: 140px;
	white-space: nowrap;
}
.one-col .custom-value {
    /* width: 200px; */
}
.two-col .custom-desc {
    width: 135px;
	white-space: nowrap;
}
.two-col .custom-value {
    width: 235px;
}
.three-col .custom-desc {
    width: 90px;
	white-space: nowrap;
}
.three-col .custom-value {
    width: 140px;
}
.custom-fluid .custom-desc {

}
.custom-fluid .custom-value {
    font-style: oblique;
}
.custom-img-contain {
    width: 370px;
    text-align: center;
}
.custom-flrdetails-contain {
    width: 370px;
    text-align: center;
}
#report-info {
    padding: 10px 0px;
}

/* Customize Report Screen */
#report-details {
    float: right;
}

#report-name-contain {
    float: left;
}

/* HELP STUFF
------------------------------------------------------------------------------------------------------------------- */
.help_pop_up
{
	cursor: pointer;
	padding: 0px 14px 0px 0px;
	background: url('/images/help-pop-up.gif') no-repeat top right;
}

.help_pop_up:hover
{
	background: url('/images/help-pop-up-hover.gif') no-repeat top right;
}


.help_definition
{
	border-color: #e3e3e3;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	height: 100px;
	overflow: auto;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

#help-wrap
{
	float: left;
	width: 781px;
	margin: 0px;
	padding: 0px;
}

#help-wrap .add
{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #587210;
	background: #D8EF9A;
	text-align: center;
	color: #587210;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

#help-wrap .add:hover
{
	background: #D8EF9A url('/images/add-hover-bg.gif') repeat-x 0 0;
	text-decoration: none;
}


#help-wrap img
{
	vertical-align: middle;
	position: relative;
}

#help-wrap ul
{
	float: left;
	width: 230px;
	list-style-type: none;
	margin: 0px 13px 20px 0px;
	padding: 0px 7px;
	border-top: 2px solid #666666;
}

#help-wrap ul:hover
{
    background: url('/images/help-wrap-ul-bg.gif') repeat-x 0 0;
}

#help-wrap li
{
	margin: 0px;
	padding: 0px;
}

#help-wrap .section-hed
{
	float: left;
	width: 100%;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

#help-wrap .left-col
{
	float: left;
}

#help-wrap .right-col
{
	float: right;
	width: 50px;
}

#help-wrap a.edit
{
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: url('/images/help-tools-sprite.png') no-repeat -8px -43px;
	margin-left: 6px;
}

#help-wrap a.edit:hover
{
	background: url('/images/help-tools-sprite.png') no-repeat -8px -8px;
}


#help-wrap a.delete
{
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: url('/images/help-tools-sprite.png') no-repeat -8px -113px;
	margin-left: 6px;
}

#help-wrap a.delete:hover
{
	background: url('/images/help-tools-sprite.png') no-repeat -8px -78px;
}

#help-wrap .learn-more
{
	padding: 0px 16px 0px 0px;
    background: url('/images/learn-more.gif') no-repeat 100% 50%;
}

#help-wrap .learn-more:hover
{
	padding: 0px 16px 0px 0px;
	color: #0063E0;
    background: url('/images/learn-more-hover.gif') no-repeat 100% 50%;
    text-decoration: none;
}

#help-breadcrumb
{
	float: left;
	width: 771px;
	background: #FFFFCC;
	margin: 10px 0px;
	padding: 4px;
	color: #333;
	font-size: .85em;
	border: 1px solid #EBEBAF;
}


#help-wrap dl
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
}

#help-wrap dl dt
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#help-wrap dl dd
{
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
}


#help-wrap h3
{
	margin-bottom: 10px;
}

#help-wrap dl dd ul
{
	float: none;
	width: inherit;
	list-style-type: disc;
	margin: 10px 0px 10px 40px;
	padding: 0px;
	border: none;
	background: none;
}

#help-wrap dl dd ul:hover
{
	background: none;
}


#help-wrap .help_search
{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: none;
}

#help-wrap .help_search:hover
{
	background: none;
}

#help-wrap .help_search dt
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#help-wrap .help_search dd
{
	margin: 4px 0px 0px 20px;
	padding: 0px;
}

#help-wrap .help_search dd.go-to
{
	margin: 4px 0px 0px 20px;
	padding: 4px;
	background: #f2f2f2;
	border: 1px solid #ccc;
}

#help-wrap .help_search dd.go-to a
{
	color: #008000;
}


#help-wrap .help_search_highlight {
	background-color: yellow;
}

.note
{
	padding: 0px 0px 0px 16px;
	color: #c00;
	background: url('/images/exclamation.gif') no-repeat 0 50%;
}

#help-sections
{
	float: left;
	width: 650px;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#help-sections li
{
	float: left;
	width: 200px;
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

/* PROFILE STUFF
------------------------------------------------------------------------------------------------------------------- */



.agent-profile dt, .office-profile dt, .district-profile dt, .school-profile dt
{
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 1.1em;
}

.agent-profile dd, .office-profile dd, .district-profile dd, .school-profile dd
{
	white-space: nowrap;
	margin: 0px;
}

.agent-profile img, .office-profile img, .district-profile img, .school-profile img
{
	vertical-align: middle;
	position: relative;
}


.profile-phone, .district-contact, .school-contact
{
	margin: 0px 0px 0px 18px;
	padding: 0px;
	list-style-image: url('/images/arrow-bullet.gif');
}

.profile-phone li, .district-contact li, .school-contact li
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.agent-remarks dt
{
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 1.1em;
}

.agent-remarks dd
{
	margin: 0px;
}

.agent-pict
{
	display: block;
	margin: 10px auto 0px auto;
	border: 1px solid #f2f2f2;
}