html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, cite, img, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	margin: 0;
	padding: 0;
	line-height: 135%
}
* a { cursor: pointer }
a img, *:link img, *:visited img { border: 0 none }
h1, h2, h3, h4, h5, h6 { font-weight: normal }
ul { list-style-image: none; list-style-position: outside; list-style-type: none }
table { border-collapse: collapse; border-spacing: 0; border: 0 none }
blockquote:before, blockquote:after { content: "" }

/* 
================================================
autosuggest, inquisitor style
================================================
*/
div.autosuggest
{
	position: absolute;
	background-image: url(/img/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	z-index:99999;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(/img/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(/img/ul_corner_br.gif);
}
div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(/img/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(/img/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #0c394a;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #0c394a;
}

div.autosuggest ul li
{
	color: #cccccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #cccccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #007ba2;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #cccccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #007ba2;
	background-image: url(/img/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(/img/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(/img/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(/img/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #ff2200;
}
/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; z-index: 9999;}
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap;}
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: auto; overflow:visible; margin: 0; border: 0px; outline: 0; padding: 3px 0px 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* Facebook demo CSS */      
#add { border: 1px solid #999; width: 350px; margin: 50px; padding: 20px 30px 10px; }
form ol li { list-style-type: none; }
form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
form ol li.input-text input { width: 300px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
form ul.holder { width: 300px; }
form ul { margin: 0 !important }
ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('../img/fcbkcomplete/close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

.facebook-auto { display: none; position: absolute; width: 350px; background: #eee; z-index:9999}
.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; z-index:9999}
.facebook-auto ul li { padding: 5px 12px; z-index: 9999; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; background-color: #eee }
.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; z-index: 9999;}
.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
.facebook-auto ul li.auto-focus em { background: none; }
.deleted { background-color:#4173CC !important; color:#ffffff !important;}
.hidden { display:none;}

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
.ie6fix {height:1px;width:1px; top:0px;left:0px;z-index:1;}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=5px&bgColorHeader=0c394a&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=a7dcea&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=007ba2&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=007ba2&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=f44b28&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=f07d65&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fef7bb&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=ba9253&iconColorHighlight=f7a50d&bgColorError=f44c28&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=ad0000&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=ffffff&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.2em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(css/theme/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #a7dcea; background: #0c394a url(css/theme/images/ui-bg_gloss-wave_75_0c394a_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; }
.ui-widget-header a { color: #eaf5f7; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #007ba2; background: #007ba2 url(css/theme/images/ui-bg_glass_45_007ba2_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #448dae; background: #79c9ec url(css/theme/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #f07d65; background: #f44b28 url(css/theme/images/ui-bg_gloss-wave_50_f44b28_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd113; background: #fef7bb url(css/theme/images/ui-bg_glass_55_fef7bb_1x400.png) 50% 50% repeat-x; color: #ba9253; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #ba9253; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #ad0000; background: #f44c28 url(css/theme/images/ui-bg_gloss-wave_45_f44c28_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(css/theme/images/ui-icons_0078ae_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(css/theme/images/ui-icons_0078ae_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(css/theme/images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(css/theme/images/ui-icons_e0fdff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(css/theme/images/ui-icons_056b93_256x240.png); }
.ui-state-active .ui-icon {background-image: url(css/theme/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(css/theme/images/ui-icons_f7a50d_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(css/theme/images/ui-icons_fcd113_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #ffffff url(css/theme/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); }
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(css/theme/images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0;z-index:9999 }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

html{height: 100%;}
body {text-align: center;font-family: Arial, sans-serif;font-size: 11px;background: #fff url("/images/header.png") repeat-x top center;height: 100%;}
body a { text-decoration: none; color: #007BA2 }
body a:hover { text-decoration: underline }
dt, h1, h2, .copy { cursor: default }

#nonfooter{min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -280px;}

#header .common, #main, #footer .common { width: 1000px; margin: auto; text-align: left }
#header { background: transparent url("/images/missing.png") no-repeat center 3px }
#header .top { height: 129px }
#header .common { padding-left: 11px }
#header h1 {float: left;width: 252px; height: 116px;background: transparent url("/images/logo-bg.png") no-repeat top left}
#header h1 a { display: block; margin: 40px 0 0 17px; width: 220px; position: relative }
#header h1 a:hover { opacity: .8; filter: alpha( opacity = 80 ) }
#header h1 img { display: block }

#search {float: left;margin: 33px 0 0 37px;cursor: default;width: 465px}
#search img, #search em { vertical-align: middle }
#search em {font-size: 12px;color: #187F98;display: inline-block;padding: 0 0 4px 8px}
#search label {float: left;width: 390px;padding: 6px 0 0 11px;height: 34px;background: #fff url("/images/field.png") no-repeat left top;cursor: text;margin-right: 10px;margin-top: 6px}
#search label input {font-size: 18px;color: #001B24;border: 0 solid #fff;background: #fff}
#search .button {float: left;background: #3CB700 url("/images/go.png") no-repeat left top;width: 50px;height: 40px;border: 0px solid #3CB700;margin-top: 6px}

#header .missing {float: right;width: 182px; height: 90px;padding: 25px 31px 0 16px;cursor: default}
#header .missing h2 {font-size: 14px;color: #f20;font-weight: bold;padding-bottom: 2px}
#header .missing p { font-size: 12px; color: #94541B; width: 114px }
#header .missing .donate {width: 80px; height: 30px;position: absolute;margin: 50px 0 0 103px}

#header .bar { height: 40px; background: #0C394A url("/images/bar.png") no-repeat top left }
#header .bar .sign {float: right;background: #007BA2 url("/images/bar-item.png") no-repeat left 16px;padding-left: 13px;margin-right: 22px;color: #A7DCEA;text-decoration: underline;}
#header .bar .sign:hover { opacity: .8 }
#header .bar .sign span {float: right;background: transparent url("/images/bar-item.png") no-repeat right 16px;padding: 2px 13px 0 0;height: 20px}
#header .bar ul { padding: 7px 0 0 10px; font-size: 14px; font-weight: bold; }
#header .bar li { float: left; margin-right: 7px; background: #3CB700 url("/images/bar-item.png") left -5px }
#header .bar li a {text-decoration: none;float: left;padding: 4px 10px 0 10px;height: 22px;color: #fff;background: transparent url("/images/bar-item.png") right -5px;}
#header .bar li.active { background-color: #fff; background-repeat: no-repeat }
#header .bar li.active a,
#header .bar li.active a:hover {color: #0C394A;height: 29px;cursor: default;background-repeat: no-repeat}
#header .bar li a:hover { color: #040 }

#header .add {background: transparent url("/images/puppy.png") no-repeat 695px top;height: 31px;font-size: 12px;color: #2A6570;position: relative;margin-top: -11px;margin-bottom: -1px;padding: 26px 0 0 705px;cursor: default}
#header .add a { color: #54A100; text-decoration: underline }
#header .add a:hover { text-decoration: none }

#header .topnav {width:699px; position:absolute; padding:3px; z-index:300}

#header .links {border: 1px solid #C7E0E7;border-left: 0;border-right: 0;zoom: 1;overflow: hidden;padding: 10px 0}
#header .links ul { float: left; width: 137px; padding-top: 2px }
#header .links a { text-decoration: underline }
#header .links a:hover { text-decoration: none }
#header .sponsors { float: right; padding-right: 13px }
#header .sponsors h2 { font-size: 12px; color: #FF2400; font-weight: bold }
#header .sponsors ul { float: none; width: auto; padding-top: 0 }

#header .findhere { width:285px; float: left; padding-left: 2px }
#header .findhere h2 { font-size: 12px; color: #FF2400; font-weight: bold }
#header .findhere ul { float: none; width: auto; padding-top: 0 }
#header .findhere li { color:#808080; }

#main { overflow: hidden; padding: 10px 0 }

#sidebar { float: right; width: 160px }
#sidebar dl { background: url("/images/sidebar-dl.png") no-repeat -160px bottom; padding-bottom: 4px }
#sidebar dt {background: url("/images/sidebar-dl.png") no-repeat left top;padding: 5px 9px;position: relative;margin-bottom: -2px;z-index: 2}
#sidebar dd {padding: 0px 9px;position: relative;z-index: 1;border-top: 1px solid #BBEEF3;background-color:#A3E2E8;}
#sidebar dd.header {background-color: #FF2400;border-bottom: 3px solid #A3E2E8;padding: 0px 0px 5px 9px;color: #fff;font-weight: bold;font-size: 14px;position: relative;margin-bottom: -1px;z-index: 2;border-top:none;}
#sidebar dd a {padding: 5px 0;display: block;color: #002C3A;}

#main_column .header_col1 { width: 280px; float: left; }
#main_column .header_col1 h2 {font-size: 26px;font-weight: bold;color: #FF2400;line-height: 0.95;margin-bottom:5px}
#main_column .header_col1 p { color: #00455C; font-size: 12px; cursor: default }

.results { padding: 0 0 5px 0 }
.results a {background: #F6F6F6 url("/images/result.png") no-repeat left top;display: block;margin-bottom: 5px}
.results a:hover { background-color: #efefef; text-decoration: none }
.results .c {background: transparent url("/images/result.png") no-repeat -280px bottom;padding: 10px 13px 9px 9px;overflow: hidden; zoom: 1;}
.results .icons { float: right; white-space: nowrap; }
.results .icons img { width: 19px; height: 18px }
.results .thumb { float: right; white-space: nowrap; }
/*.results .thumb img { width: 19px; height: 18px }*/
.results strong, .results span, .results em { display: block; }
.results strong { font-size: 14px; padding-bottom: 2px; }
.results em { font-style: normal; color: #00455C; width: 188px; }
.results .link {text-decoration: underline;color: #FF2400;font-weight: bold;float: left;padding: 1px 24px 2px 0;/*background: transparent url("/images/icons/phone.png") no-repeat right top*/}

#main_column { margin-right: 170px; }

#main_column .header_col2 { margin-left: 290px }

#main_column .header_col2 .menu { height: 38px; overflow: hidden }
#main_column .header_col2 .menu img { display: block }
#main_column .header_col2 .menu li { float: left; height: 30px; overflow: hidden; background: #fff url("/images/content-menu-a.png") no-repeat center 30px; position: relative }
#main_column .header_col2 .menu li a { display: block; padding: 0 13px; background: #A3E2E8; position: relative; border-right: 1px solid #D1EBF2 }
#main_column .header_col2 .menu .i4 a { border: 0 }
#main_column .header_col2 .menu .i1 a { background: #A3E2E8 url("/images/content-menu.png") no-repeat left top }
#main_column .header_col2 .menu .i4 a { background: #A3E2E8 url("/images/content-menu.png") no-repeat right top }

#main_column .header_col2 .menu .m3 a { border: 0 }
#main_column .header_col2 .menu .m1 a { background: #A3E2E8 url("/images/content-menu.png") no-repeat left top }
#main_column .header_col2 .menu .m3 a { background: #A3E2E8 url("/images/content-menu.png") no-repeat right top }

#main_column .header_col2 .menu .active { padding-bottom: 8px }
#main_column .header_col2 .menu .active a, #main_column .header_col2 .menu .active a:hover { top: -30px; background-color: #FF2400 !important; cursor: default; opacity: 1; filter: alpha( opacity = 100 ) }
#main_column .header_col2 .menu a:hover { top: -30px; background-color: #FF2400; opacity: .6; filter: alpha( opacity = 60 ) }

#main_column .header_col2 .legend { padding: 3px 0 0 9px }
#main_column .header_col2 .legend li { float: left }
#main_column .header_col2 .legend a {float: left;padding: 5px 0 5px 50px;height: 30px;background-repeat: no-repeat;background-position: 10px 5px;width: 50px;color: #0D607B}
#main_column .header_col2 .legend .i2 a { background-image: url("/images/icons/2b.png") }
#main_column .header_col2 .legend .i3 a { background-image: url("/images/icons/3b.png") }
#main_column .header_col2 .legend .i13 a { background-image: url("/images/icons/13b.png") }
#main_column .header_col2 .legend .i29 a { background-image: url("/images/icons/29b.png") }
#main_column .header_col2 .legend .i44 a { background-image: url("/images/icons/44b.png") }

div.content_left_column{ width:840px }
#main_column .col1 { width: 280px; float: left }
#main_column .col2 { margin-left: 290px }

#footer {background: #050707 url("/images/footer.jpg") no-repeat center top;font-size: 12px;/*padding-top: 20px;*/height:280px;}
.push { height:280px; }

#footer .common { padding-top: 20px; }
#footer dl { float: left }
#footer dd { padding-top: 2px }
#footer dt img { display: block; padding-bottom: 4px }

#footer .menu { width: 194px; padding: 13px 0 30px 12px; background: transparent url("/images/footer-menu.png") no-repeat top left }
#footer .menu a { color: #fff }
#footer .menu dd { padding-left: 3px }
#footer .l1 { width: 267px }
#footer .l2 { width: 340px; padding-top: 20px }

#footer a { color: #65A3A3 }
#footer p.copy { clear: both; color: #666; padding: 10px 0 14px 206px }

.paginator { cursor: default; padding-top: 5px; font-family: Arial Unicode MS, Lucida Sans Unicode, Microsoft Sans Serif, sans-serif; }
.paginator * { display: inline-block; zoom: 1; font-size: 12px }
.paginator a, .paginator span { padding: 2px 7px 0 7px; color: #00455C; height: 18px }
.paginator a { padding: 2px 3px 0 3px }
.paginator a:hover { text-decoration: none; color: #FF2400 }
.paginator strong { padding: 0 6px; font-weight: normal; font-family: Arial, sans-serif; }
.paginator strong a { padding: 0; height: auto }
.paginator strong a { background: #80C9DA url("/images/paginator.png") no-repeat left top }
.paginator strong a span { background: transparent url("/images/paginator.png") no-repeat right top }
.paginator strong a.active, .paginator strong a.active:hover { background: #FF2400 url("/images/paginator.png") no-repeat left -20px; cursor: default; opacity: 1; filter: alpha( opacity = 100 ) }
.paginator strong a.active span { background: transparent url("/images/paginator.png") no-repeat right -20px; color: #fff }
.paginator strong a:hover { background: #FF2400 url("/images/paginator.png") no-repeat left -20px; opacity: .4; filter: alpha( opacity = 40 ) }
.paginator strong a:hover span { background: transparent url("/images/paginator.png") no-repeat right -20px; color: #fff }

div.content_all_column{width:1000px;display:table-cell;padding-bottom:50px;}
div.content_all_column h1{font: bold 26px Arial,sans-serif;margin: 0px 0px 10px 0px;padding: 0px;color:#ff2400;}
div.content_all_column h2{font: bold 14px Arial,sans-serif;margin: 5px 0px 2px 0px;padding: 0px;color:#16545e;}
div.content_all_column a{color: #007BA2;}
div.content_all_column p{font: normal 12px Arial,sans-serif;margin:0px;padding:0px 0px 0px 2px;color:#505050;}

div.results_list_page_nav_class ul.pages {display:block;border:none;font-size:10px;margin:10px 0px 10px;padding:0px;}

div.results_list_page_nav_class ul.pages li {list-style:none;float:left;font: normal 12px Arial,sans-serif;color:#00455c;text-decoration:none;margin:0px 5px 0px 0px;width:20px;height:18px;padding-top:2px;text-align:center;background:url("/img/nav_def.gif") no-repeat 0 0;}

div.results_list_page_nav_class ul.pages li:hover {background:url("/img/nav_act.gif") no-repeat 0 0;color:#ffffff;}
div.results_list_page_nav_class ul.pages li.pgEmpty {/*border:1px solid #eee;color:#eee;*/}
div.results_list_page_nav_class ul.pages li.pgNext {width:40px;background:none;}
div.results_list_page_nav_class ul.pages li.pgNext:hover{color:#007BA2;}
div.results_list_page_nav_class ul.pages li.pgCurrent {/*border:1px solid #3b9d00;*/background:url("/img/nav_act.gif") no-repeat 0 0;color:#ffffff;}

div#content_left_map{width:540px;}
div#mo_top{margin-top:10px;margin-left:10px;width:520px;height:17px;position:absolute;background:url("/img/mo_top.png") no-repeat center top;z-index:900;}
div#mo_left{margin-top:27px;margin-left:10px;width:18px;height:375px;position:absolute;background:url("/img/mo_left.png") repeat-y left top;z-index:900;}
div#mo_right{margin-top:27px;margin-left:512px;width:18px;height:375px;position:absolute;background:url("/img/mo_right.png") repeat-y right top;z-index:900;}
div#mo_bottom{margin-top:402px;margin-left:10px;width:520px;height:38px;position:absolute;background:url("/img/mo_bottom.png") no-repeat center top;z-index:900;}
div#full_map{margin-left:445px;width:85px;height:85px;position:absolute;z-index:800;}
div#lny_on{float:left;width:55px;height:30px;cursor: pointer;background:url("/img/lny_on_def.gif") no-repeat center top;}
div#lny_on.act{background:url("/img/lny_on_act.gif") no-repeat center top;}
div#lny_off{float:left;width:55px;height:30px;cursor: pointer;background:url("/img/lny_off_def.gif") no-repeat center top;}
div#lny_off.act{background:url("/img/lny_off_act.gif") no-repeat center top;}
div#content_map_top{background:url("/img/content_map_top.gif") no-repeat center bottom;width:540px;height:10px;}
div#content_set_location{width:514px;background-color:#efede8;height:30px;padding-left:13px;padding-right:13px;font: normal 12px Arial,sans-serif;color:#4e4736;padding-bottom:10px;}
div#content_set_location div{float:left;}

div#set_location_input{width:200px;height:30px;background:url("/img/content_set_location.gif") no-repeat 0 0;margin-right:10px;float:left;}
div#set_location_input input{font: bold 14px Arial,sans-serif;color:#3c3628;width:170px;height:18px;border:none;margin:4px 8px 10px 8px;background-color:#d6d3ca;}
a#search_input_link{display: block;width: 50px;height: 41px;float:left;background: url("/img/top_go_def.png") no-repeat 0 0;margin-left:10px;}
a#search_input_link:hover{background: url("/img/top_go_act.png") no-repeat 0 0;}

div#region_box_l{background:url("/img/bb_l.png") no-repeat 0 0;width:5px;height:25px;float:left;margin-top:8px;}
div.selectbox-wrapper {width:195px;position:absolute;background-color:#ffffff;border:1px solid #a7dcea;margin:-10px 0px 0px -2px;padding:0px;text-align:left;max-height:200px;overflow:auto;}
div.selectbox-wrapper ul {list-style-type:none;margin:0px;padding:0px;}
div.selectbox-wrapper ul li.selected {background-color: #a7dcea;}
div.selectbox-wrapper ul li.current {background-color: #8ac4d4;}
div.selectbox-wrapper ul li {list-style-type:none;display:block;margin:0;padding:2px;cursor:pointer;font:normal 12px arial,sans-serif;}
.selectbox{width:170px;margin: 0px 5px 10px 0px;padding:0px 27px 0px 2px;font:normal 12px arial,sans-serif;display:block;background: url('/img/bb_sel.png') no-repeat right top;height:26px;cursor: pointer;border:none;color:#ffffff;}
div#distance_box_l{background:url("/img/gb_l.png") no-repeat center bottom;width:5px;height:30px;float:left;background-color: #cecabf;}
div.selectbox-wrapper_grey {width:55px;position:absolute;background-color:#ffffff;border:1px solid #cecabf;margin:-10px 0px 0px -2px;padding:0px;text-align:left;max-height:200px;overflow:auto;z-index:1000;}
div.selectbox-wrapper_grey ul {list-style-type:none;margin:0px;padding:0px;}
div.selectbox-wrapper_grey ul li.selected {background-color: #cecabf;}
div.selectbox-wrapper_grey ul li.current {background-color: #a7a08d;}
div.selectbox-wrapper_grey ul li {list-style-type:none;display:block;margin:0;padding:2px;cursor:pointer;font:normal 12px arial,sans-serif;}
.selectbox_grey{width:45px;margin:0px 0px 10px 0px;padding:0px 27px 0px 2px;font:normal 14px arial,sans-serif;display:block;background:url('/img/gb_sel.png') no-repeat right top;height:32px;cursor:pointer;border:none;color:#3c3628;}

div#content_directions{width:540px;margin-bottom:10px;font: normal 12px Arial,sans-serif;color:#5d5644;background-color:#d7d4cb;padding:0px;}
div#content_directions div#directions_link{padding:4px 13px 2px 43px;background-color:#d7d4cb;}
div#content_directions div a {text-decoration:none;color:#007aa1;font:bold 14px Arial,sans-serif;}
div#content_directions div a:active {text-decoration:none;color:#007aa1;}
div#content_directions div a:visited {text-decoration:none;color:#007aa1;}
div#content_directions div a:hover {text-decoration:none;color:#007aa1;}
div#content_directions div#cdTop{height:8px;background:url("/img/content_map_bottom.gif") no-repeat center top;}
div#content_directions div#cdBottom{height:9px;background:url("/img/content_map_bottom2.gif") no-repeat center bottom;}
div#directions{padding-left:43px;position:relative;/*height:200px;overflow:auto;*/padding-top:5px;}

.tooltip{position: absolute;padding: 10px 13px;z-index: 1000;color: #303030;background-color: #f5f5b5;border: 1px solid #DECA7E;font-family: sans-serif;font-size: 12px;line-height: 18px;text-align: center;word-wrap: normal;overflow: none;min-width:100px;text-decoration:none;}

div.sectionHeader{margin-left:-2px;}
div.sectionHeader h1{font: bold 26px Arial,sans-serif;margin: 0px 0px -4px 0px;padding: 0px;color:#ff2400;}
div.sectionHeader h5{font: normal 12px Arial,sans-serif;margin: 5px 0px 10px 3px;padding: 0px;color:#16545e;}

p.markerHeader{font: bold 14px Arial,sans-serif;color:#6A6A6A;}

div#results_list_header{margin-left:5px;}

div#update_listing{margin-top:8px;padding:2px 0px 0px 0px;border-top:1px solid #c0c0c0;}
div#update_listing a{font: normal 10px Arial,sans-serif;color:#ad0000;background:none;display:inline;text-decoration:underline}

div.locationDescription{}
div.locationDescription h2{font:bold 14px Arial,sans-serif;color:#915608;padding:0px;margin:0px;}
div.locationDescription p{font:normal 11px Arial,sans-serif;color:#707070;padding:0px;margin:0px;}
div.locationDescription p.phone{display:table-cell;font-size:17px;font-weight:700;}
div.locationDescription a {color:#006c9d;font:normal 11px Arial,sans-serif;}
div.locationDescription a:active {color:#3b9d00;}
div.locationDescription a:visited {color:#006c9d;}
div.locationDescription a:hover {text-decoration:none;color:#3b9d00;}

div.location{margin-bottom:5px;background-color:#f6f6f6;width:280px;}
div.location h1 {color:#007ba2;font:bold 14px Arial,sans-serif;margin:0px;padding:0px;}


div#loading{text-align:center;width:186px;font: normal 11px Verdana,sans-serif;color:#006c9d;margin:30px auto;display:none;}

div#edit_listing{}
div#edit_listing h1{font: bold 26px Arial,sans-serif;margin: 0px 0px 4px 0px;padding: 0px;color:#FF2400;}

div#el_tags a {color:#ad0000;font:normal 12px Verdana,sans-serif;}
div#el_tags a:active {color:#ad0000;}
div#el_tags a:visited {color:#ad0000;}
div#el_tags a:hover {text-decoration:none;color:#ad0000;}

div#add_newlisting{position:absolute;margin-left:700px;margin-top:-11px;}

div#add_new_listing{margin-top:2px;margin-bottom:12px;font: normal 11px Arial,sans-serif;}
div#add_new_listing a{font: bold 11px Arial,sans-serif;color:#ad0000;}

div#new_listing{}
div#new_listing h1{font: bold 26px Arial,sans-serif;margin: 0px 0px 4px 0px;padding: 0px;color:#FF2400;}

div#new_listing_results{}
div#new_listing_results h1{font: normal 24px Verdana,sans-serif;margin: 0px 0px 10px 0px;padding: 0px;color:#6a6a6a;}

div.tagMatches {width:350px;padding:5px;background-color:#ffffff;position:absolute;margin-top: 1px;}

div.tagMatches div {margin:2px;padding:2px;float:left;background-color:#006c9d;color:#ffffff;cursor:pointer;}

table.eform td{ font:11px Verdana,sans-serif; padding:2px; text-align:left}
table.eform td a{ text-decoration:underline; }

div#new_listing_results_list{}
div#new_listing_results_list table td{ text-align:left; }

div#new_listing_results_list ul { padding: 0px; font-size: 11px; font-weight: normal; }
div#new_listing_results_list li { font:11px Verdana,sans-serif; margin-bottom:6px; }
div#new_listing_results_list li a { text-decoration:underline; }
div#new_listing_results_list li p { margin:0px; padding:0px; color:#909090; }
div#new_listing_results_list li h2 { margin:0px; padding:0px; font:bold 12px Arial,sans-serif; color:#006C9D; }
div#new_listing_results_list li h2 a { font:normal 11px Arial,sans-serif; }

div#new_listing_results_list p.hline{padding-top:2px;padding-bottom:7px;font:normal 16px Arial,sans-serif;color:#707070}

div#map_top_nav_way{float:left;display:table-cell;margin-top:8px;}
div#region_div{padding:8px 0px 10px 0px;float:left;}
div#region_div a{font: normal 10px Arial,sans-serif;color:#ad0000;}
div.setop{margin-right:4px;display:table-cell;float:left;}
div.setop div.l{float:left;width:5px;height:25px;background:url(/img/bb_l.png) no-repeat;}
div.setop a{float:left;height:20px;font:normal 12px arial,sans-serif;color:#ffffff;background:url(/img/bb_c.png) repeat-x;padding:5px 6px 0px 4px;text-decoration:none;}
div.setop div.r{float:left;width:5px;height:25px;background:url(/img/bb_r.png) no-repeat;}

div#ldetails{width:300px;float:left;}
div#ldetails p{margin:0px;margin-bottom:2px;padding:0px;}
div#ldetails p.phone{font-size:17px;font-weight:700;}
div#ldetails a{text-decoration:underline}

div#top_links_tcs{width:160px;float:right;margin-left:10px;line-height:16px;}
div#top_links_tcs h2{font:bold 12px Arial,sans-serif;color:#FF2400;}
div#top_links_tcs a{text-decoration:underline}

div#user_panel{height:24px;margin:0px 12px 0px 10px;float:right;}
div#user_panel div.l{background:url("/img/up_l.png") no-repeat right top;width:9px;height:22px;float:left;}
div#user_panel div.r{background:url("/img/up_r.png") no-repeat left top;width:9px;height:22px;float:left;}
div#user_panel div.c{height:22px;font: normal 11px Arial,sans-serif;color:#ffffff;float:left;background-color:#007ba2;}
div#user_panel div.c div{padding:3px 4px 0px 4px;}
div#user_panel div.c div a{font: normal 11px Arial,sans-serif;color:#A7DCEA;text-decoration:underline}
div#user_panel div.c div a:hover {text-decoration:none;}

.MDbuttons {font: normal 12px Arial,sans-serif;color: black;background-color: white;border: 1px solid black;padding: 1px 10px 1px 10px;margin-bottom: 4px;text-align: center;cursor: pointer;}

div#maas_search_options{padding:8px 0px 5px 0px;float:left;}
div#maas_search_options_l{background:url("/img/bb_l.png") no-repeat 0 0;width:5px;height:25px;float:left;margin-top:8px;}
.maas_search_options_selectbox{margin-right:5px;}

div#register_maas_top{background-color:#62bc00;padding:5px 3px;text-align:center;font: normal 15px Arial,sans-serif;color:#ffffff;}
div#register_maas_bottom{background-color:#3f7a00;border:1px solid #62bc00;padding:5px 3px;text-align:center;color:#ffffff;font: bold 12px Arial,sans-serif;}
div.round_num{width:22px;background-color:#62bc00;padding:5px 3px;text-align:center;font: normal 15px Arial,sans-serif;color:#ffffff;}

table.round_form {margin:0px}
table.round_form td{font:11px Verdana,sans-serif; padding:6px 2px; text-align:left}
table.round_form td h2{font:bold 16px Arial,sans-serif;color:#3F7A00;margin:4px 2px;}
table.round_form td p{margin:4px 2px;}

table.simple td{ padding:2px; text-align:left}
span.notes { font:normal 11px Arial,sans-serif;color:#909090;}

table.loc_table {margin-top:10px}
table.loc_table td{font:11px Verdana,sans-serif; padding:2px 2px; text-align:left}
table.loc_table td a {font: normal 11px Arial,sans-serif;color:#007BA2;text-decoration:underline}

input.text, textarea, file { border:1px solid #002C3A;padding:3px;color:#002C3A;font:12px Verdana,sans-serif; }
input.req_field, textarea.req_field { border:1px solid #ff0000; }

#ui-datepicker-div { display: none; }

div#pa_thanks h2 {font:bold 16px Arial,sans-serif;color:#FF2400;}
