/*
  To create a new color theme, replace the colors:
  
    #3366FF with the color for hyperlinks
  and 
    #0033CC with the background color for the top navigation bar
  and
    #000099 for the color of page headings

  and
    provide a re-colored version of images/ul_bullet.gif,
    which is the bullted-list item dot.    

*/

#title h1 a:link, #title h1 a:visited
{
	text-decoration: none;
	color: #3366FF;
}

a:link, a:visited, #search a:visited, th a:visited
{
	color: #3366FF;
}

#title h1
{
	color: #3366FF;
}

#color_bar
{
	background: #0033CC;
}

h3
{
	color: #000099;
}

/*
   COMMON THEME PROPERTIES FOLLOW
   (they contain no information specific to a theme color)
*/


body
{
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background: #D8D5C2 url(images/background_main.jpg) repeat-x top;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

.none
{
	display: none;
}

#title h1
{
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

.item_list h3, .item_list h4, .item_list h5, .item_list h6
{
	font-size: 1em;
	font-weight: normal;
}

/* begin main layout divs */

#title
{
	height: auto;
	width: 770px;
	padding-top: 17px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: url(images/background_title.jpg) no-repeat center top;
}

#nav_header
{
	margin: 0 auto;
	background: #75746E url(images/background_nav_top.gif) repeat-x top;
	line-height: normal;
	width: 780px;
	height: 25px;
}
#nav_header ul
{
	margin: 0;
	padding: 0px 0;
	list-style: none;
	float: right;
	background: url(images/nav_top_filler.gif) repeat-x left top;
}
#nav_header li
{
	float: left;
	background: url(images/nav_top_left.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}
#nav_header a
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(images/nav_top_right.gif) no-repeat right top;
	padding: 3px 25px 3px 15px;
}

#nav_header a span /* IE */
{
	border-bottom: #0033CC 1px solid;
	padding-bottom: 15px; /* hide the underline in normal state, required for hover effect in IE */
}

#nav_header a:hover span
{
	border-bottom: #c0c0c0 1px solid;
	padding-bottom: 2px;
}

#color_bar
{
	font-size: 10px;
	font-weight: bold;
	width: 760px;
	border-bottom: #ccc 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	padding-top: 5px;
	color: #FFFFFF;
}

#crumbs
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 26px;
	width: 760px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	background: #75746E url(images/background_crumbs.jpg) repeat-x top;
	margin: 0px auto 5px;
}

#crumbs h2, #crumbs h3
{
	font-size: 10px;
	display: inline;
}

#crumbs_search
{
	float: left;
	font-size: 12px;
}

#whats_new
{
	float: right;
	font-size: 12px;
	width: 280px;
	text-align: right;
}

#crumbs p
{
	display: inline;
	vertical-align: middle;
}

#crumbs .search_box
{
	margin: 0px;
	padding: 0px;
	height: 15px;
	font-size: 11px;
	width: 170px;
}

#crumbs #area_select
{
	margin: 0px;
	padding: 0px;
	height: 17px;
	font-size: 11px;
	width: 170px;
}

#crumbs select
{
	padding: 0px;
	height: 17px;
	font-size: 11px;
	width: 160px;
	margin-top: 2px;
}

#crumbs .submit, #crumbs .go
{
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-size: 11px;
	margin-top: 0px;
}

#crumbs_text
{
	padding-top: 5px;
}

input .submit
{
	font-size: 11px;
	width: 70px;
}

#nav_browse
{
	float: right;
}

#nav_login
{
	float: left;
}

#body
{
	display: table;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B3A6;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: #F7F6F2;
}

#col_main_left
{
	width: 184px;
	float: left;
	height: auto;
	border-right: 3px solid #DFDCCB;
	background: #E1DFCF;
}

#col_main_right
{
	border-left: 3px solid #DFDCCB;
	margin-left: 184px;
	background: #F7F6F2;
	height: auto;
}

#company_ads
{
	padding-left: 10px;
}

#content
{
	width: 739px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6B3A6;
	padding: 20px;
}

#content .display_left
{
	margin-top: -20px;
}

#content_header
{
	font-size: 0.8em;
	color: #000000;
	height: auto;
	width: 177px;
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 10px;
	float: left;
}

#content_header ul
{
	list-style-position: outside;
	margin-top: 10px;
	list-style-image: url(images/ul_bullet.gif);
}

#content_header li
{
	list-style-position: outside;
	margin-left: -17px;
}

#content_header h2, #content_header h3
{
	display: inline;
	font-weight: bold;
	font-size: 1em;
}

#featured_item
{
	width: 162px;
	height: 555px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 3px;
	margin-right: 0px;
	background: #F0EFEB;
}

#featured_item .featured_item_title
{
	font-size: 1.0em;
	font-weight: bold;
}

#featured_item .featured_item_area
{
    font-weight: bold;
}

#featured_item .featured_item_price
{
	color: #FE4549;
}

#featured_item .featured_item_sqmetres
{
	font-size:0.8em;
}

.display_left #featured_item
{
	width: 160px;
	font-size: 1em;
}


#featured_item h2
{
	font-size: 1em;
	font-weight: bold;
	display: inline;
}

#company_item
{
	height: 100px;
	width: 140px;
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 3px;
	margin-right: 0px;
}

.section_default a:link, .section_default a:visited,.section_default a:active, .section_default a:hover
{
	text-decoration: none;
	border-style: outset;
	margin-bottom: 50px;
}

.section_default a:hover
{
    color: Orange;
}
.display_right #featured_item
{
	width: 160px;
	font-size: 1em;
}

.row1 a:link img, .row2 a:link img, .display_left a:link img, #featured_item a:link img
{
	border: 1px solid #666;
}

.row1 a:visited img, .row2 a:visited img, .display_left a:visited img, #featured_item a:visited img
{
	border: 1px solid #666;
}



#announcements
{
	font-size: 0.8em;
	padding: 10px;
	height: 100%;
	background: #F7F6F2;
}

#announcements ul
{
	margin-top: 0px;
}

#announcements li
{
	list-style-position: outside;
	list-style-image: url(images/ul_arrow.gif);
	margin-bottom: 15px;
	margin-left: -24px;
}

#user_assistance
{
	color: #7F4728;
	padding: 10px;
	font-size: 0.8em;
	float: left;
	width: 164px;
	background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#user_assistance h2, #user_assistance h3
{
	color: #000000;
	font-size: 1em;
}

.post_title
{
	margin: 0px;
	padding: 0px;
}

.post_money
{
	width: 70px;
}

.post_small_textbox
{
	width: 50px;
	font-size: 8pt;
}

.post_medium_textbox
{
	width: 70px;
	font-size: 8pt;
}

.post_large_textbox
{
	width: 100px;
	font-size: 8pt;
}

#post_cents
{
	width: 25px;
}

.post_title 
{
	width: 250px;
}

.post_url
{
	width: 300px;
	font-size: 8pt;
}

.post_description
{
	height: 80px;
	width: 550px;
	font-size: 8pt;
}

.section
{
	padding: 10px;
	height: 17px;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 2px solid #E4E2D5;
	margin-bottom: 0px;
}

h3.section
{
	font-size: 1.2em;
}

.section_default
{
	height: auto;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}

h3.section_default
{
	font-size: 1.2em;
}

.botton_section
{
	padding: 10px;
	height: 17px;
	font-size: 0.8em;
	font-weight: bold;
	border-top: 2px solid #E4E2D5;
    margin-top: 0px;
	margin-bottom: 0px;
}

h3.botton_section
{
	font-size: 1.2em;
}

.botton_section_default
{
	padding: 10px;
	height: auto;
	font-size: 0.8em;
	font-weight: bold;
    margin-top: -10px;
	margin-bottom: 0px;
}

h3.botton_section_default
{
	font-size: 1.2em;
}

.content_right_left
{
	width: 420px;
	float: left;
}

.content_right_right
{
	margin-left: 435px;
}

.content2_right_left
{
	width: 415px;
	float: left;
}

.content2_right_right
{
	margin-left: 430px;
}

.content_right
{
	padding: 10px;
	font-size: 0.8em;
}

.content_right form, .content_right fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

.content_right legend
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.content_right h4
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content_right td, .area_browse td
{
	padding-right: 20px;
}

.area_browse td h4
{
	font-size: 1em;
	display: inline;
}

.area_browse td h4 a:link, .area_browse td h4 a:visited
{
	text-decoration: none;
	color: #000000;
}

.area_browse td h4 a:hover, .area_browse td h4 a:active
{
	text-decoration: underline;
}

.area_browse td ul a:link, .area_browse td ul a:visited
{
	text-decoration: none;
}

.area_browse td ul a:hover, .area_browse td ul a:active
{
	text-decoration: underline;
}

.area_browse td ul
{
	list-style-position: outside;
	margin-top: 10px;
	list-style-image: url(images/ul_bullet.gif);
}

.area_browse td li, .area_browse td li
{
	list-style-position: outside;
	margin-left: -17px;
}

.calendar
{
    height: 50px;
    width: 100px;   
}

#search_default
{
	height: 139px;
	padding: 10px;
	font-size: 0.8em;
	height: auto;
}

#search_default_left
{
	width: 435px;
	float: left;
	height: auto;
}

#search_default_right
{
	margin-left: 435px;
	height: auto;
}

#action_default legend, #property_default legend, #area_default legend
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#action_default
{
	
	width: 398px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
	padding: 7px 10px 10px;
}

#property_default
{	
	width: 398px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
	padding: 7px 10px 10px;
	margin-top: 10px;
}

#area_default
{
	height: auto;
	width: 398px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
	padding: 7px 10px 10px;
	margin-top: 10px;
}

#action_default .search_box, #property_default .search_box, #area_default .search_box
{
	font-size: 11px;
	margin-top: 2px;
	width: 150px;
}

#search_n_browse
{
	height: auto;
	width: 577px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: right;
	border-right: 1px solid #A29F93;
}

#search_n_no_browse
{
	height: auto;
	width: 288px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: right;
	background: #E1DFCF;
}

#search_n_browse div#error_showad
{
	float: left;
	background: url(images/background_search.jpg) #d6d3c4 repeat-x;
}

#search_n_browse div#browse_showad
{
	float: right;
	background: url(images/background_browse.jpg) #d2d4bf repeat-x;
}

#search_n_browse div#search
{
	float: left;
	background: url(images/background_search.jpg) #d6d3c4 repeat-x;
}

#search_n_browse div#browse
{
	float: right;
	background: url(images/background_browse.jpg) #d2d4bf repeat-x;
}

#search a
{
	font-size: 11px;
}

#search legend, #browse legend, #error_showad, #browse_showad
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#search select, #search .search_box, #browse select, #browse ul, #error_showad select, #error_showad .search_box, #browse_showad select, #browse_showad ul
{
	font-size: 11px;
	margin-top: 2px;
}

#search select, #search .search_box, #error_showad select, #error_showad .search_box
{
	width: 240px;
}

#browse select
{
	width: 190px;
	vertical-align: middle;
	border: none;
	display: inline;
}

#error_showad
{
	height: 120px;
}

#browse_showad
{
	height: 120px;
}

#search
{
	height: 185px;
}

#browse
{
	height: 185px;
}

#search, #browse, #error_showad, #browse_showad
{
	width: 265px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
	padding: 7px 10px 10px;
}

#search form, #browse form, #error_showad form, #browse_showad form
{
	display: inline;
	border: none;
}

#search .search_box, #search select, #error_showad .search_box, #error_showad select
{
	margin-bottom: 8px;
}

/* begin admin panel (similar to search boxes) */
#admin_panel
{
	width: 577px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: right;
	font-size: .7em;
}
#admin_panel div
{
	padding-top: 5px;
}

#admin_panel #query span.input_label
{
	float: left;
	text-align: right;
	width: 70px;
}


#admin_panel #query input
{
	width: 170px;
}



#admin_panel #query select
{
	width: 175px;
}

#admin_panel #status span.input_label
{
	float: left;
	text-align: right;
	width: 100px;
}

#admin_panel #status select
{
	width: 145px;
}

#admin_panel #status input
{
	width: 145px;
}

#admin_panel span.input_control
{
	float: right;
	text-align: left;
}

#admin_panel div#query
{
	float: left;
	background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#admin_panel div#status
{
	float: right;
	background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#admin_panel #query a
{
	font-size: 11px;
}

#admin_panel #query legend, #admin_panel #status legend
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#admin_panel #query select, #admin_panel #query .search_box, #admin_panel #status select, #admin_panel #status ul
{
	font-size: 11px;
	margin-top: 2px;
}

#admin_panel #query select, #admin_panel #query .search_box
{
	/* width: 290px; */
}

#admin_panel #status select
{
	/* width: 190px; */
	vertical-align: middle;
	border: none;
	display: inline;
}

#admin_panel #query, #admin_panel #status
{
	height: 185px;
	width: 265px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
	padding: 7px 10px 10px;
}

.clear
{
    clear:both;
}

.login_box input.text
{
	width: 150px;
	height: auto;
}

input.user_info
{
	width: 200px;
}

input.register_password
{
	width: 100px;
}

input.register_question
{
	width: 250px;
}

/* begin item grid */


#item_images
{
	text-align: center;
	float: left;
	width: 161px;
	clear: none;
}

.item_list
{
	width: 100%;
	font-size: .7em;
	padding-left: 5px;
	padding-right: 5px;
}

.item_list th
{
	height: 25px;
	background: #DEDDD3;
}

.item_list_footer
{
	height: 20px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background: #DEDDD3;
}

.item_list_footer li
{
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	margin: 0px 3px;
}

.item_list_footer ul
{
	margin: 0;
	padding: 0;
}

.display_left
{
	text-align: center;
	float: left;
	clear: none;
	font-size: .8em;
}


.display_right
{
	text-align: left;
	padding-left: 181px;
	font-size: .8em;
}

.display_right#ad_details h3, .display_right#ad_details h4, .display_right#ad_details h5
{
	text-align: left;
	font-size: 1.1em;
	padding: 10px;
	display: block;
	background: #E5E2CC;
}

.display_right#ad_details h5.action
{
	padding: 5px 10px;
	font-size: 0.9em;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width: 100%;
	height: 20px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background: #DEDDD3;
	font-size: .7em;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}

/* begin footer */

#footer
{
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	width: 740px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	background: #75746E url(images/background_nav_footer.jpg);
}

#footer_nav
{
	width: 100%;
}

#footer_nav a
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-decoration: underline;
}

#footer_nav a, #nav_login a, #nav_browse a, #crumbs a
{
	color: #FFFFFF;
}

#disclaimer
{
	font-size: 0.6em;
	color: #888679;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}


/* begin classes */

legend.select_area
{
	display: inline;
}

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_type, .col_location, .col_area, .col_general, .col_checkbox
{
	text-align: center;
}

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_type, .col_location, .col_area, .col_general, .col_checkbox, .col_title
{
	border: solid 1px #eee;
}

.col_title
{
	text-align: left;
	width: auto;
}

#ad_details td.col_heading
{
	color: #7F4728;
	vertical-align: top;
}

#ad_details td.col_detail
{
	padding-left: 10px;
}

#ad_details td.col_heading_alternating
{
	color: #7F4728;
	vertical-align: top;
	background: #E5E2CC;
}

#ad_details td.col_detail_alternating
{
	padding-left: 10px;
	background: #E5E2CC;
}

#ad_details .ad_description_text td.col_detail
{
	font-weight: bold;
}

.ad_description_text
{
	padding-top: 20px;
}



.col_checkbox, .col_photo_nopreview
{
	width: 30px;
}


.row1, .row2
{
	height: 60px;
}

.row2
{
	background: #E8E7E1 url(images/background_table_row.gif) repeat-x top;
}

.small_text
{
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}

.normal_weight
{
	font-weight: normal;
}


tr.new_section
{
	padding-top: 1em;
}

p.new_section
{
	margin-top: 1em;
}

/* Classes Blog */

.Post
{
	margin-bottom: 8px;
	margin-right: 2px;
}

.PostTitle
{
	font: 14pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin-top: 4px;
}

.PostTitle a
{
	text-decoration: none;
	color: #cc6633;
}

.PostTitle a:visited
{
	color: #cc6633;
}

.PostTitle a:hover
{
	color: #cc6633;
	background-color: #ffeecc;
}

.PostSubtitle
{
	font: 10pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	color: #ee9966;
}

.PostInfo
{
	border-top: dotted 1px #cccccc;
	margin-top: 6px;
	padding-top: 4px;
	font: 8pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	color: #999999;
}

.PostBody
{
	line-height: 160%;
}

.PostDetails
{
	width: 430px;
	padding: 0 0 0 0;
}

.FeedbackList
{
	width: 430px;
	padding: 0 0 0 0;
	margin-bottom: 8px;
}

.PostFeedbackItem
{
	margin-bottom: 12px;
	width: 410px;
    border: solid 1px #eeeeee;
    border-right: solid 2px #dddddd;
    border-bottom: solid 2px #cccccc;
    padding: 2px 2px 8px 2px;
}

.PostFeedbackTitle
{
	font: 11pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	color: #cc6633;
}

.PostFeedbackTitle a
{
	text-decoration: none;
	color: #cc6633;
}

.PostFeedbackTitle a:visited
{
	color: #cc6633;
}

.PostFeedbackTitle a:hover
{
	color: #cc6633;
	background-color: #ffcc99;
}

.PostFeedbackInfo
{
	font: 8pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	color: #999999;
	border-bottom: dotted 1px #cccccc;
}

.PostFeedbackBody
{
	font-size: 10pt;
	padding-left: 8px;
	padding-right: 8px;
}

.PostFeedbackForm
{
	border: solid 1px #cccccc;
	padding: 2px 2px 2px 2px;
	width: 410px;
}

.PostFeedbackForm h3
{
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin-top: 0px;
	padding: 2px 4px 2px 4px;
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 8px;
}

.InputForm
{
	border-top: solid 1px #cccccc;
}

.FormField
{
	margin-top: 4px;
	padding: 4px 8px 4px 8px;
}

.FormFieldValidator
{
    font-size: 8pt;
}
.FormTextBox
{
	width: 360px;
}

.FormLabel
{
	float: left;
	width: 160px;
}

.FormCheckbox
{
	margin-left: 160px;
}

.FormDropDown
{
	font: 11pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}

.FormBody
{
	padding: 4px 8px 0px 8px;
	line-height: 110%;
}

.FormBody textarea
{
	width: 390px;
	height: 120px;
}

.FormBodyRichEdit
{
	padding: 4px 8px 0px 8px;
	line-height: 110%;
}


.FormNotes 
{
	display: block;
	clear: both;
	color: #999999;
	font-size: 8pt;
}

.FormField .Image
{
	border: solid 2px #ffcc99;
}

.FormField .Response
{
	width: 100px;
}

.FormField .RefreshButton
{
	width: 80px;
}

.FormButtonContainer
{
	padding: 8px 8px 8px 8px;
	width: 360px;
	text-align: center;
}

.FormButtonContainer input
{
	font: 14px Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}

.FormErrorMessage 
{
	clear: both;
	font-size: 9pt;
	color: #ff0000;
	padding-left: 160px;
}

.RssButton
{
	background-image: url(images/feed.png);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 18px;
}

.LoginForm
{
	text-align: left;
}

.FormCommand
{
	padding: 0px 12px 0px 12px 
}

.ItemsGrid
{
	width: 540px;
	border: none;
}

.ItemsGridItem
{
	border-top: solid 1px #cccccc;
}

.ItemsGridMenu
{
	float: right;
}

.TitleLabel
{
	float: left;
	display: block;
	width: 340px;
	font-weight: bold;
}

.SubtitleLabel
{
	display: block;
	width: 340px;
	font-size: 8pt;
}

.PostAdForm
{
	font-size: 8pt;
}

.ErrorAdForm
{
	font-size: 8pt;
	width: 50px;
}

.TitleEdit
{
	float: left;
	display: block;
	width: 340px;
	font-weight: bold;
	border: solid 1px #cccccc;
	font: 11pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
}

.SubtitleEdit
{
	display: block;
	width: 340px;
	font: 11pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	border: solid 1px #cccccc;
	height: 40px;
}

.FeedLink
{
	border: solid 1px #cccccc;
	padding: 3px 3px 3px 3px;
}

/* Containers */

#Page
{
	position: relative;
	width: 788px;
	text-align: left;
	padding: 0 0 0 0;
	margin: 6px auto 4px auto;
	background-color: #ffffff;
	padding: 5px 3px 5px 5px;
}

#HeaderContainer
{
	width: 786px;
	margin-bottom: 24px;
}

#Header
{
	background-image: url(TitleBkgnd.gif);
	margin-bottom: 0px;
	height: 140px;
	text-align: left;
}

#Header h1
{
	margin: 10px 0px 0px 12px;
	font: bold 32pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	color: #336699;
}

#Header h2
{
	color: #6699cc;
	margin: 0px 0px 0px 12px;
}

.MenuBar
{
	background-color: #333366;
	padding: 8px 4px 8px 4px;
	margin-top: 3px;
	text-align: center;
}

.MenuBar a
{
	font: bold 10pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

.MenuBar a:hover
{
	color: #003366;
	background-color: #ffcc99;
}


#SidebarContainer
{
	float: left;
	width: 160px;
	padding: 8px 20px 24px 16px; 
	line-height: 140%
}

#ContentContainer
{
	width: 570px;
	padding-right: 12px;
	float: right;
}

#ContentContainer h2
{
	padding-left: 4px;
}

#FooterContainer
{
	border-top: solid 1px #cccccc;
	margin-top: 12px;
	padding-top: 6px;
	clear: both;
	font-size: 8pt;
	text-align: center;
}

.code
{
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	width: 520px;
}

/* RichEdit */

.RichEdit
{
	width: 508px;
}

.rtTab
{
	width: 500px;
	height: 100%;
	overflow: hidden;
	border: solid 1px #cccccc;
	padding: 0 0 0 0;
}

.rtButtonBar
{
	border: solid 1px #cccccc;
    background-image: url(ButtonBar.png);
    background-repeat: repeat-x;
	width: 500px;
	height: 24px;
	overflow: hidden;
	padding: 1px 1px 1px 6px;
	text-align: left;
	clear: both;
}

.rtButton
{
	width: 22px;
	height: 20px;
	margin: 0px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
	float:left;
	background-image: url(images/RichEdit.gif);
}

a.rtButton:hover
{
	border: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #cccccc;
}

.rtCombo
{
	font: 10pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin: 0px 2px 0px 0px;
	float: left;
}

.rtRichEdit
{
	width: 500px;
	height: 348px;
	padding: 0 0 0 0;
	overflow: scroll;
	clear: both;
}

.rtHtmlEdit
{
	width: 500px;
	height: 400px;
	padding: 0 0 0 0;
}

.rtColorPopup
{
	width: 122px; 
	border: solid 1px #333333;
	padding: 1px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 2px;
	z-index: 999;
}

.rtColorPopup .rtCloseButton
{
	width: 122px;
	height: 20px;
	font-size: 12px;
}

.rtColorCell
{
	width: 10px;
	height: 10px;
	display: block;
	margin: 1px 1px 1px 1px;
	float: left;
}

a.rtColorCell:hover
{
	border: solid 2px #000000;
	margin: -1px -1px -1px -1px;
	text-decoration: none;
}

.rtColorRow
{
	clear:both;
	height: 8px;
}

.rtViewButtons
{
	clear: both;
	float: left;
	padding: 0px 0px 4px 12px;
}

.rtViewButtons a
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font: 10pt Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	padding: 4px 4px 4px 4px;
	margin: 0 0 0 -6px;
}

a.rtbBold
{
}

a.rtbItalic
{
	background-position: -22px 0px;
}

a.rtbItalic:hover
{
	background-position: -22px 0px;
	border: solid 1px #000000;
}

.rtbUnderline
{
	background-position: -44px 0px;
}

.rtbStrikethrough
{
	background-position: -66px 0px;
}

.rtbSuperscript
{
	background-position: -88px 0px;
}

.rtbSubscript
{
	background-position: -110px 0px;
}

.rtbRemoveFormatting
{
	background-position: -132px 0px;
}

.rtbColor
{
	background-position: -154px 0px;
}

.rtbLeft
{
	background-position: -176px 0px;
}

.rtbCenter
{
	background-position: -198px 0px;
}

.rtbRight
{
	background-position: -220px 0px;
}


.rtbJustify
{
	background-position: -242px 0px;
}

.rtbOrderedList
{
	background-position: -286px 0px;
}

.rtbUnorderedList
{
	background-position: -264px 0px;
}

.rtbIndent
{
	background-position: -308px 0px;
}

.rtbOutdent
{
	background-position: -330px 0px;
}

.rtbHyperlink
{
	background-position: -352px 0px;
}

.rtbRemoveLink
{
	background-position: -374px 0px;
}

.rtbHorzRule
{
	background-position: -396px 0px;
}

.rtbCut
{
	background-position: -418px 0px;
}

.rtbCopy
{
	background-position: -440px 0px;
}

.rtbPaste
{
	background-position: -462px 0px;
}

.rtbUndo
{
	background-position: -484px 0px;
}

.rtbRedo
{
	background-position: -506px 0px;
}

