/* default css colors and images */

body {
	color: #333333; /* default text color - black */
	background-color: #ffffff; /* background outside page area - white */
}

a, a:link, a:visited, a:active {
    color: #CA2020;
}
a:hover, a:focus {
    color: #000000;
}

#page {
	background-color: #ffffff; /* page background - white */
}

/* start page header settings */
#header {
	background-image: url("../images/layout/header_logo.jpg");
}

#header div#hdr_search {
	background-color: #686868;
}

#header div#hdr_search a, #header div#hdr_search a:link, 
#header div#hdr_search a:visited, #header div#hdr_search a:active {
    color: #ffffff;
}
 
#header div#hdr_search a:hover, #header div#hdr_search a:focus {
    color: #000000;
}

#header div#hdr_search p.google_search, #header div#hdr_search p.searchbox_title {
    color: #ffffff;
}


.sidebar {
    border-color: #c7c7c7;
    background-color: #fafbfc;
}
/* end page header settings */

/* start top navbar settings */
#top_nav_left {
	background-image: url(../images/layout/top_nav_lt.gif); /* left hand background of top (horizontal) navigation bar */
}

#top_nav_right {
	background-image: url(../images/layout/top_nav_rt.gif); /* right hand background of top (horizontal) navigation bar */
}

#top_nav_links {
	background-image: url(../images/layout/top_nav_bg.gif); /* tiled background of top (horizontal) navigation bar */
}

#top_nav_links ul.horiz_menu li { /* for IE6 */
	background-image: url(../images/layout/top_nav_divider2.gif);
}

html>#top_nav_links ul.horiz_menu li { /* for everyone else */
	background-image: url(../images/layout/top_nav_divider.gif);
}

#top_nav div a {
	color: #ffffff; /* color of links on top nav bar */
}

#top_nav_feed {
	background-image: url(../images/layout/rss_feed.gif);
}

#top_nav_feed:hover {
	background-image: url(../images/layout/rss_feed_hover.gif);
}

#top_nav a, #top_nav a:link, #top_nav a:visited, #top_nav a:active {
    color: #ffffff;
}

#top_nav a:hover, #top_nav a:focus {
    color: #6399C2 !important;
}

#top_nav div a.current { /* color of current top nav bar selection */
    color: #CA2020 !important;
}
/* end top navbar settings */

/* start left navbar settings */
div#login_status a {
    color: #333333 !important;
}

div#login_status a:hover, div#login_status a:focus {
    color: #CA2020 !important;
}

div#login_status a.login_status {
    color: #ffffff !important;
    background-color: #CA2020;
}

div#login_status a.login_status:hover, div#login_status a.login_status:focus {
    color: #000000 !important;
}

div.salutation {
	border-color: #dbdbdb;
	background-color: #e5e6e5;
}

div.welcome_left {
	background-image: url(../images/layout/welcome_left.gif); /* left hand background of welcome greeting */
}

div.welcome_right {
	background-image: url(../images/layout/welcome_right.gif); /* right hand background of welcome greeting */
}

div.welcome_text {
	color: #CA2020;
	background-image: url(../images/layout/welcome_bg.gif); /* tiled background of welcome greeting text */
}

div.welcome_text span.login_name {
	color: #000000;
}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active {
	color: #333333; /* default color of links in left hand (vertical) navigation bar */
}

.read a, .read a:link, .read a:visited, .read a:active,
.unread a, .unread a:link, .unread a:visited, .unread a:active {
	color: #333333; /* default color of links for user messages */
}

.action_link a, .action_link a:link, .action_link a:visited, .action_link a:active,
a.action_link, a.action_link:link, a.action_link:visited, a.action_link:active {
	color: #333333; /* default color of article edit action links */
}

#navbar a:hover, #navbar a:focus {
	color: #CA2020; /* mouseover color of links in left hand (vertical) navigation bar */
}

.read a:hover, .read a:focus,
.unread a:hover, .unread a:focus {
	color: #CA2020; /* mouseover color of links for user messages */
}

.action_link a:hover, .action_link a:focus,
a.action_link:hover, a.action_link:focus {
	color: #CA2020; /* mouseover color of article edit action links */
}

#navbar a.current, .action_link a.current {
	color: #CA2020 !important; /* color of section menu currently selected link */
}

#navbar ul.admin_links, #navbar ul.nav_menu {
	border-color: #dbdbdb;
}





#navbar ul.nav_menu li {
border-color: #dbdbdb;
background-color: #e5e5ed;
}


#navbar ul.admin_links li {
	border-color: #dbdbdb;
	background-color: #ededed;
}

#navbar ul.nav_menu li a {
	background-image:url(../images/layout/navbar_arrow.gif); /* arrow image to left of section links in left hand nav bar */
}

#navbar ul.nav_menu li ul li a { /* teasers */
    /*color: #999999;*/
    background-image: url(../images/layout/transparent.gif) !important; /* dummy */
}

#navbar ul.nav_menu li ul li a:hover, #navbar ul.nav_menu li ul li a:focus {
	color: #CA2020;
}

#nav_menu_bottom {
	background-image: url(../images/layout/nav_menu_bg.gif); /* bottom of section menus in left hand nav bar */
}

#nav_menu_left {
	background-image: url(../images/layout/nav_menu_left.gif); /* bottom of section menus in left hand nav bar */
}

#nav_menu_right {
	background-image: url(../images/layout/nav_menu_right.gif); /* bottom of section menus in left hand nav bar */
}

p.recentpolls {
    color: #333333;
}

p.recentpolls a, p.recentpolls a:link, p.recentpolls a:visited, p.recentpolls a:active {
    color: #CA2020 !important;
}

p.recentpolls a:hover, p.recentpolls a:focus {
    color: #000000 !important;
}

div.thread_comment, div.featured_thread_comment {
	background-color: #f3f4f5;
}

div.article_text a:link, div.article_text a:visited, div.article_text a:active {
    color: Blue !important;
	text-decoration: underline !important;
}

div.article_text a:hover, div.article_text a:focus {
	color: #CA2020 !important;
}

div.article_event {
    background-color: #f3f4f5;
}

span.event_highlight {
    color: #CA2020;
}

h3.title {
	color: #CA2020; /* color of title in events, sponsors and article title bars */
}

h2.featured_title, h2.featured_title a, h2.featured_title a:link, h2.featured_title a:visited, h3.featured_title a:active {
	color: #333333; /* color of featured article title */
}

h2.featured_title a:hover, h2.featured_title a:focus {
	color: #06a3de;
}

h2.featured_title span.event_icon {
    background-image: url(../images/layout/event_icon.gif);
}
h2.featured_title span.embed_video {
    background-image: url(../images/layout/embed_video.gif);
}

div.featured_thread_body p.read_more {
	background-color: #ffffff; /* color of featured article background */
	background-image: url(../images/layout/read_more.jpg);
}

h3.summary_title, h3.summary_title a, h3.summary_title a:link, h3.summary_title a:visited, h3.summary_title a:active,
h3.comment_title a, h3.comment_title a:link, h3.comment_title a:visited, h3.comment_title a:active,
h3.featured_title, h3.featured_title a, h3.featured_title a:link, h3.featured_title a:visited, h3.featured_title a:active {
	color: #06a3de; /* color of title in article title bars */
}

h3.summary_title a:hover, h3.summary_title a:focus,
h3.comment_title a:hover, h3.comment_title a:focus,
h3.featured_title a:hover, h3.featured_title a:focus {
	color: #000000;
}

div.poll h3.poll_title {
	color: #ffffff; /* color of polls panel title */
}

div.poll div.poll_body {
	border-color: #72a7cf; /* border color for polls panel - should match title-bar image bottom edge color */
	background-color: #ffffff;
}

div.poll div.poll_title_wrapper {
	background-color: #026fc3; /* polls title bar background color - only seen if long title wraps to second line */
	background-image: url(../images/layout/polls_hdr_bg.gif); /* polls title bar image - tiled horizontally */
}

div.poll div.poll_title_left {
	background-image: url(../images/layout/polls_hdr_left.gif); /* polls title left edge - curved corner */
}

div.poll div.poll_title_right {
	background-image: url(../images/layout/polls_hdr_right.gif); /* polls title right edge - curved corner */
}

div.poll div.poll_bottom {
	background-image: url(../images/layout/polls_footer_bg.gif); /* bottom of polls panel */
}

div.poll div.poll_bottom_left {
	background-image: url(../images/layout/poll_bottom_left.jpg); /* bottom of polls panel */
}

div.poll div.poll_bottom_right {
	background-image: url(../images/layout/poll_bottom_right.jpg); /* bottom of polls panel */
}

p.read_more {
	color: #000000; /* color of article summary and events 'read more' paragraph text (#333333)*/
}

p.map_link a {
	background-image: url(../images/layout/map_icon.gif); /* background image for link to advertisers location map */
}

p.map_link a, p.map_link a:link, p.map_link a:visited, p.map_link a:active {
    color: #06a3de;
}

p.map_link a:hover, p.map_link a:focus {
	color: #000000;
}

div.content_title_wrapper, div.gallery div.title_wrapper,div.bottom_panel div.title_wrapper {
    background-color: #ffffff;
	background-image: url(../images/layout/section_title_bg.jpg); /* section title bar image - tiled horizontally */
}

div.content_title_wrapper h1.page_description, div.gallery div.title_wrapper h3.title,div.bottom_panel div.title_wrapper h3.title {
	color: #CA2020; /* default color section header text */
}

div.content_title_left, div.gallery div.title_left,div.bottom_panel div.title_left {
	background-image: url(../images/layout/section_title_left.jpg); /* section title bar left corner */
}

div.content_title_right, div.gallery div.title_right,div.bottom_panel div.title_right {
	background-image: url(../images/layout/section_title_right.jpg); /* section title bar right corner */
}


div#content_sort a, div#content_sort a:link, div#content_sort a:visited, div#content_sort a:active {	
	color: #333333;
	text-decoration: none;
}

div#content_sort a:hover, div#content_sort a:focus {	
	color: #6399C2;
	text-decoration: none;
}

div#content_sort a.current, div#content_sort a.current:link, div#content_sort a.current:visited, div#content_sort a.current:active {	
	color: #CA2020 !important; /* color of article summary listing sort current selection */
	text-decoration: none;
}

div#content_sort a.current:hover, div#content_sort a.current:focus {	
	color: #6399C2;
	text-decoration: none;
}

div#content_body, div.gallery div.gallery_body, div.bottom_panel div.bottom_panel_body {
	border-color: #c7c7c7; /* border color for section content box - should match title-bar image border color */
	background-color: #fafbfc;
}

div.content_footer_wrapper {
	background-image: url(../images/layout/section_footer_bg.jpg); /* section footer bottom image - tiled horizontally */
}

div#content_footer_left {
	background-image: url(../images/layout/section_footer_left.gif); /* section box footer left corner */
}

div#content_footer_right {
	background-image: url(../images/layout/section_footer_right.jpg); /* section box footer right corner */
}

a.article_image {
	border-color: #c7c7c7; /* color of thin border displayed around article images */
}

div.featured_caption, div.image_caption, div.image_caption_right {
    border-color: #c7c7c7;
}

div.featured_caption div, div.image_caption div, div.image_caption_right div {
    color: #000000;
    background-color: #edeeef;
}

h3.star0, h3.s_star0 {background-image: url(../images/layout/stars0.gif);}
h3.star1, h3.s_star1 {background-image: url(../images/layout/stars1.gif);}
h3.star2, h3.s_star2 {background-image: url(../images/layout/stars2.gif);}
h3.star3, h3.s_star3 {background-image: url(../images/layout/stars3.gif);}
h3.star4, h3.s_star4 {background-image: url(../images/layout/stars4.gif);}
h3.star5, h3.s_star5 {background-image: url(../images/layout/stars5.gif);}

div.press_release div.press_title_wrapper {
    background-color: #efb09f;
	background-image: url(../images/layout/press_title_bg.jpg); /* press title bar image - tiled horizontally */
}

div.press_release div.press_title_wrapper h3.press_title {
	color: #ffffff; /* default color press header text */
}

div.press_release div.press_title_left {
	background-image: url(../images/layout/press_title_left.jpg); /* press title bar left corner */
}

div.press_release div.press_title_right {
	background-image: url(../images/layout/press_title_right.jpg); /* press title bar right corner */
}

div.press_release div.press_body {
	/*color: #ffffff;*/ /* default color press body text */
	color: #333333; /* default color press body text */
	border-color: #72a7cf; /* border color for press content box - should match title-bar image border color */
	/*background-color: #026fc3;*/
	background-color: #fafbfc;
}

p.know_more a, p.know_more a:link, p.know_more a:visited, p.know_more a:active {
    /*color: #ffff00;*/
    color: #CA2020;
}

div.boxout_panel p.know_more a, div.boxout_panel p.know_more a:link, div.boxout_panel p.know_more a:visited, div.boxout_panel p.know_more a:active {
    /*color: #CA2020;*/
    color: #000000;
}

p.know_more a:hover, p.know_more a:focus,
div.boxout_panel p.know_more a:hover, div.boxout_panel p.know_more a:focus {
    color: #000000;
}

div.press_release div.press_footer_wrapper {
	background-image: url(../images/layout/polls_footer_bg.gif); /* press footer bottom image - tiled horizontally */
}

div.press_release div.press_footer_left {
	background-image: url(../images/layout/poll_bottom_left.jpg); /* press box footer left corner */
}

div.press_release div.press_footer_right {
	background-image: url(../images/layout/poll_bottom_right.jpg); /* press box footer right corner */
}

div.boxout_panel div.boxout_right_active, div.boxout_panel div.boxout_right_inactive {
	border-color: #c7c7c7;
}

div.boxout_panel div.boxout_left_active, div.boxout_panel div.boxout_right_active {
	background-image: url(../images/layout/boxout_active_bg.jpg); /* inactive title background */
}

div.boxout_panel div.boxout_left_inactive, div.boxout_panel div.boxout_right_inactive {
	background-image: url(../images/layout/boxout_inactive_bg.jpg); /* inactive title background */
}

div.boxout_title_wrapper h3 a, div.boxout_title_wrapper h3 a:link, div.boxout_title_wrapper h3 a:visited, div.boxout_title_wrapper h3 a:active {
    color: #CA2020;
}

div.boxout_title_wrapper h3 a:hover, div.boxout_title_wrapper h3 a:focus {
    color: #333333;
}

div.boxout_title_wrapper h3 a.current, div.boxout_title_wrapper h3 a.current:hover, div.boxout_title_wrapper h3 a.current:focus {
    color: #333333 !important;
}

div.boxout_panel div.boxout_left_active div.boxout_left_corner {
	background-image: url(../images/layout/boxout_active_left.gif); /* active title left corner */
}

div.boxout_panel div.boxout_left_inactive div.boxout_left_corner {
	background-image: url(../images/layout/boxout_inactive_left.jpg); /* inactive title left corner */
}

div.boxout_panel div.boxout_right_active div.boxout_right_corner {
	background-image: url(../images/layout/boxout_active_right.gif); /* active title right corner */
}

div.boxout_panel div.boxout_right_inactive div.boxout_right_corner {
	background-image: url(../images/layout/boxout_inactive_right.jpg); /* inactive title right corner */
}

div.boxout_panel div.boxout_body {	
	color: #333333;
	border-color: #c7c7c7; /* border color for content box - should match title-bar image border color */
	background-color: #fafbfc;
}

div.boxout_panel div.boxout_footer_wrapper {
	background-image: url(../images/layout/boxout_footer_bg.gif); /* box footer background */
}

div.boxout_panel div.boxout_footer_left {
	background-image: url(../images/layout/boxout_footer_left.gif); /* box footer left corner */
}

div.boxout_panel div.boxout_footer_right {
	background-image: url(../images/layout/boxout_footer_right.gif); /* box footer right corner */
}

div.whatshot_title_wrapper {
	border-color: #72a7cf; /* border color for panel */
	background-color: #ffffff; /* title bar background color */
	background-image: url(../images/layout/polls_hdr_bg.gif); /* title bar image - tiled horizontally */
}

div.whatshot_title_left {
	background-image: url(../images/layout/polls_hdr_left.gif); /* title left edge - curved corner */
}

div.whatshot_title_right {
	background-image: url(../images/layout/polls_hdr_right.gif); /* title right edge - curved corner */
}

div.whatshot h3.whatshot_title {
	color: #ffffff; /* color of panel title */
}

div.whatshot_body {
	border-color: #72a7cf; /* border color for panel */
	background-color: #fafbfc;
}

div.whatshot_footer_wrapper {
	background-image: url(../images/layout/polls_footer_bg.gif); /* bottom of panel */
}

div.whatshot_footer_left {
	background-image: url(../images/layout/poll_bottom_left.jpg); /* bottom of panel */
}

div.whatshot_footer_right {
	background-image: url(../images/layout/poll_bottom_right.jpg); /* bottom of panel */
}

#footer {
    color: #ffffff;
	background-color: #356fa8;
}

#footer div#footer_top {
	border-color: #ffffff;
	background-color: #e3e3e3;
}

#footer ul li {
	border-color: #ffffff; /* color of 'divider' b/n footer menu links */
}

#footer ul li a {
	color: #ffffff; /* color of footer menu links */
}

#footer ul li a:hover, #footer ul li a:focus {
	color: #000000; /* 'mouse-over' color of footer menu links (#666666) */
}

#footer ul li a.current {
	color: #CA2020 !important; /* color of footer currently selected menu link */
}
/* end of 'layout.css' extract */

/* start of 'forms.css' related settings */
h2.blue_hdr {
    color: #06a3de;
    border-color: #000000;
}

h2.blue, legend.blue {
    color: #06a3de;
}

a.blue_link, a.blue_link:link, a.blue_link:visited, a.blue_link:active {
    color: #000000 !important;
}

a.blue_link:hover, a.blue_link:focus {
    color: #06a3de !important;
    text-decoration: none !important;
}

fieldset.links_list a, fieldset.links_list a:link, fieldset.links_list a:visited, fieldset.links_list a:active {
    color: #000000 !important;
}

fieldset.links_list a:hover, fieldset.links_list a:focus {
    color: #CA2020 !important;
}

fieldset li span.error { /* error messages */
	color: rgb(206,0,0); /* matches color of error icon */
	background-image: url(../images/layout/error_field.gif);
}

.border_top, .border_bottom {
    border-color: #c7c7c7;
}

fieldset legend {
    color: #333333;
}
/* end of 'forms.css' related settings */

h3.summary_title {
    background-image: url(../images/layout/red_bullet.gif);
}

h3.title span.event_icon, h3.summary_title span.event_icon, h3.featured_title span.event_icon {
    background-image: url(../images/layout/event_icon.gif);
}
h3.title span.marked_for_print, h3.summary_title span.marked_for_print {
    background-image: url(../images/layout/marked_for_print.gif);
}
h3.title span.embed_video, h3.summary_title span.embed_video, h3.featured_title span.embed_video {
    background-image: url(../images/layout/embed_video.gif);
}

h4.embargoed {
    color: #333333;
	font-size: 100%;
}

p.advertorial_text {
    color: #CA2020;
}

p.advertorial_text span {
    color: #333333;
}

span.current_page {
	color: #CA2020;
	font-weight: bold;
}

/* nb also update div.article_text rules if you change this */
div.rich_text a:link, div.rich_text a:visited, div.rich_text a:active {
    color: #CA2020;
	text-decoration: underline;
}

div.rich_text, div.rich_text a:hover, div.rich_text a:focus {
	color: #000000;
}

/* start color settings for edit & submit content tab strip */
ul.tabmenu {
    border-color: #dbdbdb;
}
ul.tabmenu li { /* Unselected Tabs */
    background-color: #e4e4e4; /* give 'greyed-out' effect */
}
ul.tabmenu li.activetab { /* Selected/Active Tab */
    background-color: #f4f4f4;
}
ul.tabmenu li.activetab a { /* border color set later in css color file */
    color: #000000 !important;
}
ul.tabmenu li a:hover, ul.tabmenu li a:focus {
    color: #000000 !important;
}
ul.tabmenu li.activetab a:hover, ul.tabmenu li.activetab a:focus {
    color: #000000 !important;
}
ul.tabmenu li.step {
    background-color: #fafbfc;
}
/* end color settings for edit & submit content tab strip */

div.user_actions, div.user_comments { /* border-color should match article border color */
    border-color: #c7c7c7; /* color of Top & Bottom dotted borders for article user actions section */
}
a.comment_avatar { /* border-color should match article border color */
    border-color: #c7c7c7; /* color of border around avatar image in article comments list */
}

ul.recentpolls p a, ul.recentpolls p a:link, ul.recentpolls p a:visited, ul.recentpolls p a:active {
    color: Navy;
}
ul.recentpolls p a:hover, ul.recentpolls p a:focus {
    color: #000000;
}
ul.recentpolls p a.current, ul.recentpolls p a.current:hover, ul.recentpolls p a.current:focus {
    color: #CA2020 !important;
}

div.gadget_title_wrapper {
    background-color: #efb09f;
	background-image: url(../images/layout/press_title_bg.jpg); /* title bar image - tiled horizontally */
}

div.gadget_title_wrapper h3.gadget_title {
	color: #ffffff; /* default color header text */
}

div.gadget_title_left {
	background-image: url(../images/layout/press_title_left.jpg); /* title bar left corner */
}

div.gadget_title_right {
	background-image: url(../images/layout/press_title_right.jpg); /* title bar right corner */
}

#navbar div.gadget_title_wrapper {
    background-color: #ffffff;
	background-image: url(../images/layout/section_title_bg.jpg); /* title bar image - tiled horizontally */
}

#navbar div.gadget_title_wrapper h3.gadget_title {
	color: #333333; /* default color header text */
}

#navbar div.gadget_title_left {
	background-image: url(../images/layout/section_title_left.jpg); /* title bar left corner */
}

#navbar div.gadget_title_right {
	background-image: url(../images/layout/section_title_right.jpg); /* title bar right corner */
}
/*** NEW CSS ON June 12, 2008 ****/
/** Dolphin BEGIN**/
div.content_title_right2 {
	background-image: url(../images/layout/section_title_right2.gif); /* section title bar right corner */
}
div.content_title_left2 {
	background-image: url(../images/layout/section_title_left2.jpg); /* section title bar left corner */
}
div.content_title_wrapper2 h1.page_description {
	color: #CA2020; /* default color section header text */
}
div.content_title_wrapper2 {
    background-color: #ffffff;
	background-image: url(../images/layout/section_title_bg2.jpg); /* section title bar image - tiled horizontally */
}
/** Dolphin END **/
.prompt_text {
	color:Red;
}
span.rs_property_normal{
    color: #333333;
}
span.rs_property_highlight {
    color: #CA2020;
}
span.rs_property_header {
      color: #333333;
}
div.event_search  div.event_search_body{
	border-color: #c7c7c7; /* border color for section content box - should match title-bar image border color */
	background-color: #fafbfc;
}
div.press_release div.press_body_google {
	/*color: #ffffff;*/ /* default color press body text */
	color: #333333; /* default color press body text */
	border-color: #72a7cf; /* border color for press content box - should match title-bar image border color */
	/*background-color: #026fc3;*/
	background-color: #fafbfc;
}
div.press_release div.search-block {
    width:100%;
	display:block;
	border:solid 1px #fff;
}
div.press_release div.btn-section {
	background-image: url(../images/real_estate_footer.gif);
	background-position: center bottom;
	text-align: center;
}
div.home_event_release div.home_event_release_body {
	/*color: #ffffff;*/ /* default color press body text */
	color: #333333; /* default color press body text */
	/*background-color: #026fc3;*/
	background-color: #fafbfc;
}
div.home_event_release div.btn-section {
	background-image: url(../images/real_estate_footer.gif);
}

/* event calendar grid */
DIV.home_event_release {	
	border:solid 1px #819DCE;	
}
.events-hide-heading-area {
	FONT-WEIGHT: bold; 
	background-color:#FFFFCC;
} 
#table-heading-area{
	background-color:#4a80b9;
	font-size:12px;
	font-weight:900;
	color:#FFFFFF;
}
.search-events-heading-area{
	background-color:#819dce;	
	font-size:12px;
	font-weight:900;
	color:#FFFFFF;	
}
#content-heading-area{
	background-color:#819dce;	
	font-size:11px;	
	color:#FFFFFF;
	font-weight:900;	
}
.data-date-1
{		
	border-bottom: solid 1px #efefef;	
}
.data-date-1 label
{		
	font-size:10px;	
	color:#444444;		
}
.data-date-1 a
{	
	color:#000000;		
	text-decoration:none;
}
.data-date-1 a:hover
{
	color:#000000;
	background-color:#f3f3f3;
}
/* event calendar */
.NextPrevStyle
{
	text-decoration:none;	
	font-size: 8px;
}
.NextPrevStyle a
{	
	font-size: 8px;
	text-decoration:none;
}
.NextPrevStyle a:hover
{	
	font-size: 8px;
	text-decoration:none;
}
.TitleStyle
{
	background-color:#C3D9FF;
	text-decoration:none;
	color: #112ABB;
}
.Todaydaystyle
{
	background-color:#FFFFCC;
	text-decoration:none;
}
.Todaydaystyle a 
{
	background-color:#FFFFCC;
	text-decoration:none;
}
.Todaydaystyle a:hover
{
	background-color:#FFFFCC;
	text-decoration:none;
}
.daystyle
{
	text-decoration:none;
}
.daystyle a 
{
	text-decoration:none;
}
.daystyle a:hover
{
	text-decoration:none;
}
.calheader
{
	background-color:#C3D9FF;
	text-decoration:none;
}
.calheader a 
{
	background-color:#C3D9FF;
	text-decoration:none;
}
.calheader a:hover
{
	background-color:#C3D9FF;
	text-decoration:none;
}
.selectdate1
{
	background-color:#c3d9ff !important;
	text-decoration:none;
}
.selectdate1 a 
{
	background-color:#c3d9ff !important;
	text-decoration:none;
}
.selectdate1 a:hover
{
	background-color:#c3d9ff !important;
	text-decoration:none;
}
.WeekendDay
{
	background-color:#e8eef7;
	text-decoration:none;
}
.WeekendDay a
{
	background-color:#e8eef7;
	text-decoration:none;
}
.WeekendDay a:hover
{
	background-color:#e8eef7;
	text-decoration:none;
}

/* START: SHOUTBOX */

#Shoutbox{
	background-color:#fafbfc;
}
#Shoutbox .header{
	background-image:url(../images/layout/shoutbox_hdr_bg.gif);
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}

#Shoutbox .input-display{
	border-color:#AAABB0;
	background-color:#FFFFFF;	
}

#Shoutbox .input-container{
	border-left-color:#448948;
	border-right-color:#448948;
	border-top-color:#448948;
}

#Shoutbox .input-box-area{
	border-color:#AAABB0;
	background-color:#ffffff;
}

#Shoutbox .shoutbox-top-left-curve{
	background-image:url(../images/layout/shoutbox_hdr_left.gif);


}

#Shoutbox .shoutbox-top-right-curve{
	background-image:url(../images/layout/shoutbox_hdr_right.gif);

}

#Shoutbox .shoutbox-bottom-left-curve{
	background-image:url(../images/layout/shoutbox_bottom_left.jpg);
}

#Shoutbox .shoutbox-bottom-right-curve{
	background-image:url(../images/layout/shoutbox_bottom_right.jpg);
}
#Shoutbox .bottom-bg{
	background-image:url(../images/layout/shoutbox_footer_bg.gif);
}

#Shoutbox .shoutbox-user-time-line {
 
 background-color:#DBDBDB  ;

}
#Shoutbox .shoutbox-user-time-line1 {
 
 background-color:#99CCFF ;

}

/* GOOGLE GADGETS */

.gadgets_hangman, .gadgets_recipes, .gadgets_horoscope, .gadgets_todolist, .gadgets_sudoku
{
	border-color:#cccccc;
}

/* second level menu */
ul.nav_menu ul.subSectionMenu 
{	
	background-color:#E9ECC6 !important;
	border-bottom:solid 2px #dbdbdb;	
}
ul.subSectionMenu li.subSectionMenuItem a
{
	 font-weight:bold;	 
}
ul.subSectionMenu li.subSectionMenuItem 
{
	background-color: #E9ECC6 !important;
}
/* whats hot google map */
.map_link a {
	background-image: url(../images/layout/map_icon.gif); /* background image for link to advertisers location map */
}
table.bottom_panel_list_grid th
{	
	 background-color:#5d7b9d;	
	 color: White;
}
table.bottom_panel_list_grid th a:link, table.bottom_panel_list_grid th a:visited, table.bottom_panel_list_grid th a:active, table.bottom_panel_list_grid th a
{		
	 color: White;
}
table.bottom_panel_list_grid tr
{	 
	 background-color:#F7F6F3;	 
}



.EditorChoice_1
{
}
.EditorChoice_Title_Wrapper_1
{
	border-color: #72a7cf; /* border color for panel */
	background-color: #ffffff; /* title bar background color */
	background-image: url(../images/layout/polls_hdr_bg.gif); /* title bar image - tiled horizontally */
}
.EditorChoice_Title_Wrapper_Left_1
{
	background-image: url(../images/layout/polls_hdr_left.gif); /* title left edge - curved corner */
}
.EditorChoice_Title_Wrapper_Right_1
{
	background-image: url(../images/layout/polls_hdr_right.gif); /* title right edge - curved corner */
}
.EditorChoice_Title_1
{
	color: #ffffff; /* color of panel title */
}
.EditorChoice_Body_1
{
	border-color: #72a7cf; /* border color for panel */
	background-color: #fafbfc;
}
.EditorChoice_Body_Content_1 {
    background-image: url(../images/layout/red_bullet.gif);
    background-repeat:no-repeat;
    background-position:left center;
    color: #06a3de;    
}
.EditorChoice_Footer_Wrapper_1
{
	background-image: url(../images/layout/polls_footer_bg.gif); /* bottom of panel */
}
.EditorChoice_Footer_Wrapper_Left_1
{
	background-image: url(../images/layout/poll_bottom_left.jpg); /* bottom of panel */
}
.EditorChoice_Footer_Wrapper_Right_1
{
	background-image: url(../images/layout/poll_bottom_right.jpg); /* bottom of panel */
}

.EditorChoice_2
{
}
.EditorChoice_Title_Wrapper_2
{
	background-color: #ffffff;
	background-image: url(../images/layout/section_title_bg.jpg);
}
.EditorChoice_Title_Wrapper_Left_2
{
	background-image: url(../images/layout/section_title_left.jpg);
}
.EditorChoice_Title_Wrapper_Right_2
{
	background-image: url(../images/layout/section_title_right.jpg); /* section title bar right corner */
}
.EditorChoice_Title_2
{
	color: #CA2020;
}
.EditorChoice_Body_2
{
	border-color: #c7c7c7; /* border color for section content box - should match title-bar image border color */
	background-color: #fafbfc;
}
.EditorChoice_Body_Content_2
{    
	color: #CA2020;
	background-image: url(../images/layout/red_bullet.gif);
    background-repeat:no-repeat;
    background-position:left center;    
}
.EditorChoice_Footer_Wrapper_2
{
	background-image: url(../images/layout/section_footer_bg.jpg); /* section footer bottom image - tiled horizontally */
}
.EditorChoice_Footer_Wrapper_Left_2
{
	background-image: url(../images/layout/section_footer_left.gif); /* section box footer left corner */
}
.EditorChoice_Footer_Wrapper_Right_2
{
	background-image: url(../images/layout/section_footer_right.jpg); /* section box footer right corner */
}

.EditorChoice_3
{
}
.EditorChoice_Title_Wrapper_3
{
	border-color: #72a7cf; /* border color for panel */
	background-color: #ffffff; /* title bar background color */
	background-image: url(../images/layout/polls_hdr_bg.gif); /* title bar image - tiled horizontally */
}
.EditorChoice_Title_Wrapper_Left_3
{
	background-image: url(../images/layout/polls_hdr_left.gif); /* title left edge - curved corner */
}
.EditorChoice_Title_Wrapper_Right_3
{
	background-image: url(../images/layout/polls_hdr_right.gif); /* title right edge - curved corner */
}
.EditorChoice_Title_3
{
	color: #ffffff; /* color of panel title */
}
.EditorChoice_Body_3
{
	border-color: #72a7cf; /* border color for panel */
	background-color: #fafbfc;
}
.EditorChoice_Body_Content_3 {
    background-image: url(../images/layout/red_bullet.gif);
    background-repeat:no-repeat;
    background-position:left center;
    color: #06a3de;    
}
.EditorChoice_Footer_Wrapper_3
{
	background-image: url(../images/layout/polls_footer_bg.gif); /* bottom of panel */
}
.EditorChoice_Footer_Wrapper_Left_3
{
	background-image: url(../images/layout/poll_bottom_left.jpg); /* bottom of panel */
}
.EditorChoice_Footer_Wrapper_Right_3
{
	background-image: url(../images/layout/poll_bottom_right.jpg); /* bottom of panel */
}

