/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#e2edfa;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}
/* - User editable items are commented with a name - */
/* Global Text Styles */
body,html{
	color:#444444; /*General Text Colour*/
	font-family:Verdana; /*General Font Type*/
	}
a{
	color:#0066E3; /*Link Text Colour*/
	font-family:Arial;
	}
a:hover{
	color:#FF3C00; /*Hover Link Text Colour*/
	}
.selected a{
	text-decoration:none;
	color:#FF3C00; /*Selected Link Text Colour*/
	}
/* General Content Tags */
p{
	padding:0px; /*Paragraph Spacing*/
	margin:0px;
	}
/* Form Styles */
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	}
form h2{
	font-size:10px;
	color:#949494; /*Form Sub Title Colour*/
	margin:0px;
	padding:0px;
	}
form table .moduleContentFix td{
	padding:1px;
	}
input.button{
	padding:3px;
	}
form table{
	font-size:11px;
	padding:0px;
	color:#000; /*Form Text Colour*/
	}
form input, form select, form textarea{
	background-color:#fff;
	font-family:verdana;
	font-size:11px;
	margin:0px;
	padding:1px;
	color:#00328D;
	}
/* Module Styles */
.moduleHighlight1{
	background-color:#fff;
	}
.moduleBox{
	border-collapse:collapse;
	margin-bottom:3px;
	}
.moduleBox td{
	border:1px solid #C2C2C2; /*Module Border Colour*/

	}
.moduleBox td a{
		color:#0066E3; /*Module Link Text Colour*/
	}
.moduleTitle{
	line-height:14px;
	text-indent:16px;
	color:#FF3C00;  /*Module Title Text Colour*/
	font-size:12px;
	font-weight:bold;
	background-color:#FFF; /*Module Title Background Colour*/
 	background-image:url(../listing_nav_pictures/moduleTitle_bg.gif);
	background-repeat:no-repeat;
        padding:4px;
	}
.moduleContent{
	color:#000; /*Module Content Text Colour*/
	font-family:Arial; /*Module Font Type*/
	font-size:12px;
	background-color:#FFF; /*Module Content Background Colour*/
	}
.moduleBox td{
	padding:4px;
	}
.moduleBoxFix{
	margin:5px 0px 5px 0px;
	}
.moduleBoxFix .moduleBox td{
	padding:0px;
	margin:0px;
	}
.moduleBox td .moduleContentFix{
	padding:0px;
}
.moduleContentFix td{ /*This fixes the moduleBox borders showing up inside the content*/
	border:0px;
	padding:0px;
	margin:0px;
	}
.moduleBox h3{
	margin:0px;
	padding:0px;
	font-size:12px;
	}
.moduleBox h4{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:11px;
	}
.moduleBox h5{
	margin:0px;
	padding:0px;
	font-size:12px;
	}
.moduleBox p{
	margin:0px;
	padding:4px 0px 2px 0px;
	}
.module_nameTxt{
	}
.module_positionTxt{
	}
.moduleContent .module_photo img{
	border:1px solid #000;
	}
.module_photo{
	text-align:center;
	}
.module_nameBlock{
	padding:2px;
	}
.module_innerBox{
	padding:6px 0px 1px 2px;;
	}
.module_linkList a{
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	padding:2px 0px 0px 13px;
	background-image:url(../listing_nav_pictures/ico_arrows.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	border-bottom:1px solid #ACACAC;
	}
.module_linkList a:hover{
	border-bottom:1px solid #828282;
	}
.module_homepageTxt{
	}
.module_emailTxt{
	}
.module_phoneTxt, .module_faxTxt{

	font-size:11px;
	}
.module_number{
	font-size:11px;
	width:100%;
	}
.module_requestinfoTxt{
	}

/*Back to search,first button*/
.backtoFirst a, .backtoSearch a{
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	text-indent:34px;
	line-height:25px;
	}
.backtoFirst a{
	width:113px;
	height:26px;
	background-image:url(../listing_nav_pictures/backtoFirst.gif);
	}

.backtoSearch a{
	width:127px;
	height:26px;
	background-image:url(../listing_nav_pictures/backtoSearch.gif);
	}


/*city,mls#,price line*/
.listinfo_head {
	background-image:url(../listing_nav_pictures/listinfo_head.gif);
	padding:0px 0px 0px 0px;
	font-size:12px;
	margin:0;
	}

/*previous,next listing line*/
.listBrowser{
	font-size:12px;
	}
.listBrowser .lb_previous a{
	display:block;
	width:62px;
	background-image:url(../listing_nav_pictures/lb_arrowL.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	}
.listBrowser .lb_next a{
	display:block;
	width:38px;
	background-image:url(../listing_nav_pictures/lb_arrowR.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	}
.lb_count{
	padding:0px 5px 0px 5px;
	}

/*Top 4 Page Buttons..Details,PhotoG,BookA*/
.op_bar{
	height:32px;
	background-image:url(../listing_nav_pictures/op_barBg.gif);
	}
ul.op_menu {
	width:420px;
	margin:0px;
	padding:0px;
	}
.op_menu li{
	float:left;
	margin:0px;
	padding:7px 11px 4px 29px;
	font-size:12px;
	list-style-type:none;
	text-align:left;
	font-weight:bold;
	}
.op_menu li a{
	font-size:12px;
	}
.op_menu li#op_preview{
	background-image:url(../listing_nav_pictures/op_preview.gif);
	background-repeat:no-repeat;
	}
.op_menu li#op_preview.selected {
	background-image:url(../listing_nav_pictures/op_preview2.gif);
	background-repeat:no-repeat;
	}
.op_menu li#op_details{
	background-image:url(../listing_nav_pictures/op_details.gif);
	background-repeat:no-repeat;
	}
.op_menu li#op_details.selected {
	background-image:url(../listing_nav_pictures/op_details2.gif);
	background-repeat:no-repeat;
	}
.op_menu li#op_photoGallery{
	background-image:url(../listing_nav_pictures/op_photoGallery.gif);
	background-repeat:no-repeat;
	padding:7px 12px 4px 30px;
	}
.op_menu li#op_photoGallery.selected{
	background-image:url(../listing_nav_pictures/op_photoGallery2.gif);
	background-repeat:no-repeat;
	}
.op_menu li#op_bookaShowing{
	background-image:url(../listing_nav_pictures/op_bookaShowing.gif);
	background-repeat:no-repeat;
	padding:7px 11px 4px 31px;
	}
.op_menu li#op_bookaShowing.selected{
	background-image:url(../listing_nav_pictures/op_bookaShowing2.gif);
	background-repeat:no-repeat;
	}

/*Left Menu*/
ul.lop_menu{
	width:160px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
.lop_menu li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.lop_menu li a{
	width:160px;
	height:24px;
	margin:1px 0px 0px 0px;
	padding:0px;
	display:block;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	background-image:url(../listing_nav_pictures/lop_libg.gif);
	padding:0px 0px 0px 0px;
	}
.lop_menu li a:hover{
	background-image:url(../listing_nav_pictures/lop_libg2.gif);
	}
.lop_menu #lop_mortgageCalculator, .lop_menu #lop_emailListing, .lop_menu #lop_openFlyer, .lop_menu #lop_areaHomes, .lop_menu #lop_compareListings, .lop_menu #lop_virtualTour, .lop_menu #lop_affordabilityChart, .lop_menu #lop_map{
	background-repeat:no-repeat;
	padding:4px 0px 5px 29px;
	line-height:24px;
	background-position:5px 3px;
	}
.lop_menu #lop_mortgageCalculator{
	background-image:url(../listing_nav_pictures/lop_mortgageCalculator.gif);
	background-position:7px 3px;
	}
 .lop_menu #lop_emailListing{
 	background-image:url(../listing_nav_pictures/lop_emailListing.gif);
	background-position:5px 4px;
	}
 .lop_menu #lop_openFlyer{
 	background-image:url(../listing_nav_pictures/lop_openFlyer.gif);
	}
 .lop_menu #lop_areaHomes{
 	background-image:url(../listing_nav_pictures/lop_areaHomes.gif);
	}
 .lop_menu #lop_compareListings{
 	background-image:url(../listing_nav_pictures/lop_compareListings.gif);
	}
 .lop_menu #lop_virtualTour{
 	background-image:url(../listing_nav_pictures/lop_virtualTour.gif);
	}
 .lop_menu #lop_map{
 	background-image:url(../listing_nav_pictures/lop_map.gif);
	}
 .lop_menu #lop_affordabilityChart{
 	background-image:url(../listing_nav_pictures/lop_affordabilityChart.gif);
	}

/*Photo Browser - Do Not Edit*/
.photobrow_txtbg {
 	background-image:url(../listing_nav_pictures/photobrow_bg.gif);
	text-align:center;
	font-family:verdana;
	font-size:11px;
	color:#fff;
	}
	
/*Listing Display Screen*/
.linedesc{
	width:100%;
	display:block;
	border-bottom:1px solid #EAEAEA;
	padding:0px 0px 2px 2px;
	margin:0px 1px 2px 1px;
	font-weight:normal;
	font-size:11px;
	color:#0058A2;
	}
.infodesc{
	font-weight:bold;
	color:#333333
	}
.infotitle{
	font-weight:bold;
	color:#0033FF;
	font-size:12px;
	font-family:Arial;
	padding:3px;
	padding-bottom:2px;
	padding-left:1px;
	}
.moduleShim {
	width: 100%;
}

#moduleListingResults table {
	width: 100%;
	table-layout: fixed;
	height: 185;		
}

/*
#tpl_h_main div { text-align: left; }
*/


#tpl_h_main p,li { position: static; }

#tpl_h_main .formbox9 p { position: static; text-align: left; }
#tpl_h_main .formbox p { position: static; text-align: left; }


* html .lbox p { text-align: left; position: static; }


html .lbox td { text-align: left; position: static; }


#rnd_globalheader, #wgt_GlobalHeader {
	position: relative;
	z-index: 4;
}

#rnd_globalfooter, #wgt_GlobalFooter {
	position: relative;
	z-index: 3;
}

#tpl_h_main { position: relative; z-index: 2; }

#tpl_bg_gradx {
	position: absolute;
	width: 100%;
	height: 256px;
	left: 0px;
	z-index: 1;
}

.gradbar {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0px;
        z-index:-1000;
}

.iaehroeiahfoeahaef {}

.lbox .moduleHighlight1 p, .lbox .moduleHighlight2 p {
	z-index: 0;	
	display: inline-block;
	zoom: 1;
}

body{
        text-align:left;
        }

body, html, #tpl_h_content .tpl_frame { font-size: 10pt; font-family: Arial; }

h1,h2,h3,h4,h5,h6,td,li,p,textarea,input { font-family: Arial; }

h1,hr,p { margin-top: 1px; margin-bottom: 1px; padding-top: 1px; padding-bottom: 1px; }

.tpl_mmenu_page { display: inline; }

h1 { font-size: 18px; }
h2 { font-size: 14px; }
p, li  { font-size: 12px; }
td { font-size: 12px; }
li { margin: 4px; }

body, html { font-family: Arial; }

.formbox .moduleHighlight2 td, .formbox .moduleHighlight td { background-color: #fff; }

.formbox tr.modulehighlight, .formbox tr.modulehighlight td { background-color: #fff8ae; }

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
/* Menu & MenuBar styles */

.yuimenubar {
    visibility: visible;
    position: static;

}

.yuimenu .yuimenu,
.yuimenubar .yuimenu {

    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;

}

.yuimenubar li, 
.yuimenu li {

    list-style-type: none;    

}

.yuimenubar ul, 
.yuimenu ul,
.yuimenubar li, 
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 { 

    margin: 0;
    padding: 0;

}

.yuimenuitemlabel,
.yuimenubaritemlabel {

    text-align: left;
    white-space: nowrap;

}


/* 
    The following style rule trigger the "hasLayout" property in 
    IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
    MenuBar instance's <ul> element, allowing both to clear their floated 
    child <li> elements.
*/

.yuimenubar ul {

    *zoom: 1;

}


/* 
    Remove the "hasLayout" trigger for submenus of MenuBar instances as it 
    is unnecessary. 
*/

.yuimenubar .yuimenu ul {

    *zoom: normal;

}

/*
    The following style rule allows a MenuBar instance's <ul> element to clear
    its floated <li> elements in Firefox, Safari and and Opera.
*/

.yuimenubar>.bd>ul:after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;

}

.yuimenubaritem {

    float: left;

}

.yuimenubaritemlabel,
.yuimenuitemlabel {

    display: block;

}

.yuimenuitemlabel .helptext {

    font-style: normal;
    display: block;
    
    /*
        The value for the left margin controls how much the help text is
        offset from the text of the menu item.  This value will need to 
        be customized depending on the longest text label of a menu item.
    */
    
    margin: -1em 0 0 10em;
    
}

/*
    PLEASE NOTE: The <div> element used for a menu's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the menu's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Menu.  
    Implementers wishing to remove a menu's shadow or add any other markup
    required for a given skin for menu should override the "onRender" method.
*/

.yui-menu-shadow {

    position: absolute;
    visibility: hidden;
    z-index: -1;

}

.yui-skin-sam .yui-menu-shadow-visible {

    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    visibility: visible;

}


/*

There are two known issues with YAHOO.widget.Overlay (the superclass class of 
Menu) that manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):

    1) The "overflow" property of a Menu instance's shadow element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <select> elements that are child nodes of the 
       Menu instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Menu CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars * {

	overflow: hidden;

}

.hide-scrollbars select {

	display: none;

}


/*

The following style rule (".yuimenu.show-scrollbars") overrides the 
".show-scrollbars" rule defined in container-core.css which sets the 
"overflow" property of a YAHOO.widget.Overlay instance's root HTML element to 
"auto" when it is visible.  Without this override, a Menu would have scrollbars
when one of its submenus is visible.

*/

.yuimenu.show-scrollbars,
.yuimenubar.show-scrollbars {

	overflow: visible; 

}

.yuimenu.hide-scrollbars .yui-menu-shadow,
.yuimenubar.hide-scrollbars .yui-menu-shadow {

    overflow: hidden;

}

.yuimenu.show-scrollbars .yui-menu-shadow,
.yuimenubar.show-scrollbars .yui-menu-shadow {

    overflow: auto;

}


/* MenuBar style rules */

.yuimenubar {

    background-color: transparent;
    
}

.yuimenubaritem {

	background-color: #fcfcfc;
}

/* Menu style rules */

.yuimenu {

    background-color: #f0f0f0;
    border: solid 1px #ccc;
    padding: 1px;
    
}

.yui-menu-shadow {

    display: none;

}

.yuimenu ul {

    border: solid 1px #c4c4c4;
    border-width: 1px 0 0 0;
    padding: 10px 0;

}

.yuimenu .yui-menu-body-scrolled {

    overflow: hidden;

}


/* Group titles */

.yuimenu h6,
.yuimenubar h6 { 

    font-size: 100%;
    font-weight: normal;
    border: solid 1px #c4c4be;
    color: #b9b9b9;    

}

.yuimenubar h6 {

    float: left;
    padding: 4px 12px;
    border-width: 0 1px 0 0;

}

.yuimenubar .yuimenu h6 {

    float: none;

}

.yuimenu h6 {

    border-width: 1px 0 0 0;
    padding: 5px 10px 0 10px;

}

.yuimenu ul.first-of-type, 
.yuimenu ul.hastitle,
.yuimenu h6.first-of-type {

    border-width: 0;

}



/* Top and bottom scroll controls */

.yuimenu .topscrollbar,
.yuimenu .bottomscrollbar {

    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;

}

.yuimenu .topscrollbar {


}

.yuimenu .topscrollbar_disabled {


}

.yuimenu .bottomscrollbar {


}

.yuimenu .bottomscrollbar_disabled {


}


/* MenuItem and MenuBarItem styles */

.yuimenuitem {

    /*
        For IE: Used to collapse superfluous white space between <li> elements
        that is triggered by the "display" property of the <a> elements being
        set to "block."
    */

    *border-bottom: solid 1px #f0f0f0;

}

.yuimenuitemlabel,
.yuimenubaritemlabel {

    font-size: 85%;
    color: #000;
    text-decoration: none;

}

.yuimenuitemlabel {

    padding: 2px 24px;
    
}

.yuimenubaritemlabel {

    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #c4c4c4;
    padding: 4px 24px;

}

.yuimenubar li.first-of-type .yuimenubaritemlabel {

    border-width: 0;

}

.yuimenubaritem-hassubmenu {


}

.yuimenuitem-hassubmenu {


}

.yuimenuitem-checked {


}

.yuimenuitemlabel .helptext {

    margin-top: -1.1em;
    *margin-top: -1.2em;  /* For IE*/
    
}



/* MenuItem states */


/* Selected MenuItem */

.yuimenubaritem-selected,
.yuimenuitem-selected {

    background-color: #ccc;

}

.yuimenubaritemlabel-selected,
.yuimenuitemlabel-selected {

    text-decoration: underline;
    color: #fff;

}

.yuimenubaritem-hassubmenu-selected {


}

.yuimenuitem-hassubmenu-selected {


}

.yuimenuitem-checked-selected {


}


/* Disabled MenuItem */

.yuimenubaritemlabel-disabled,
.yuimenuitemlabel-disabled {

    cursor: default;
    color: #b9b9b9;

}

.yuimenubaritem-hassubmenu-disabled {


}

.yuimenuitem-hassubmenu-disabled {


}

.yuimenuitem-checked-disabled {


}

.pblog_leavecomment a{
	display:block;
	width:130px;
	height:20px;
	background-image:url(/syndicated/global/postcomment.gif);
	background-repeat:no-repeat;
	padding:3px 3px 3px 22px;
	margin:0px 0px 0px 3px;
	}
.pblog_readmore a{
	display:block;
	width:130px;
	height:20px;
	background-image:url(/syndicated/global/postcomment.gif);
	background-repeat:no-repeat;
	padding:3px 3px 3px 22px;
	margin:0px 0px 0px 3px;

}
.tpl_blog_post{
	background-color:#fff;
	border:1px solid #cccccc;
	}
.tpl_blog_post h2 { margin-bottom: 4px; }

.tpl_blog_date { 
	font-size: 10px; 
	padding:1px 1px 1px 3px;;

}
.tpl_blog_post_text { 
	margin: 4px; 
	padding: 4px;

	border:1px dashed #bfbfbf;
	background-color:#f9f9f9;
	}

.tpl_blog_comment_text { margin: 2px 0px; padding: 12px; border-bottom: 1px solid #ccc; }

.tpl_blog_comment_bar {  }

.tpl_blog_comment { border: 1px solid #ccc; padding: 8px; margin: 0px 0px 8px 0px; }
.tpl_blog_comment_text { border-style: none; }

.tpl_blog_comment_a { background-color: #fff; }
.tpl_blog_comment_b { background-color: #f0f0f0; }

.tpl_blog_recent { float:right; margin-top:-12px; }

.tpl_blog_post_title {
	display:block;
	background-color:#f1f7ff;
	text-align:left;
	padding:3px;
	margin:0px;
	}
.tpl_blog_post_title a{
	color:#0042ff;
	font-weight:bold;
	font-family:tahoma;
	font-size:16px;
	text-decoration:none;
	}
.tpl_blog_big_date {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-family:verdana;
	border-bottom: 1px solid #cccccc;
	padding:1px 1px 1px 2px;
	color:#fe0000;
	background-color:#f8f8f8;
	}
