/* common (screen) layout styles */

#page {
	margin: 5px auto;
	width: 980px;
	border: 1px solid; /* color set later in css color file */
}

#header {
	height: 209px;
	background-position: top left;
	background-repeat: no-repeat;
}

#header img.latest_issue { /* dimensions and margins moved to css color files in case of site variations */
	float: right;
}

#header div.pageflipper { /* dimensions and margins moved to css color files in case of site variations */
	float: right;
}


#header div#hdr_search {
	position: absolute;
	margin-left: 15px; /* set 'margin-top' in css color file - varies depending on logo 'height' and possibly header 'background-image' appearance */
}

#header div#hdr_search a {
	text-decoration: none;
}

select.wordzine {
	font-weight: bold;
	width: 115px;
	height: 20px;
}

img.google_search {
	width: 75px;
	height: 32px;
	margin-left: 70px;
	vertical-align: middle;
}

a.go_bttn span {
	visibility: hidden; /* hide text */
}

a.go_bttn {
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 42px;
	padding-bottom: 6px;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: no-repeat;
}

#top_nav {
	height: 18px;
	padding-top: 1px;
	font-size: 110%;
	text-align: left;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: repeat-x;
}

#top_nav div#top_nav_feed {
	float: right;
	padding-top: 2px;
	padding-right: 3px;
}

#top_nav div#top_nav_feed a {
	font-weight: bold;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 3px;
	background-position: center right; /* background-image defined in later color css file */
	background-repeat: no-repeat;
}

#top_nav div#top_nav_feed a, #top_nav div#top_nav_feed a:link, #top_nav div#top_nav_feed a:visited, #top_nav div#top_nav_feed a:active {
	text-decoration: none;
}

#top_nav div#top_nav_feed a:hover, #top_nav div#top_nav_feed a:focus {
	text-decoration: underline;
}

#top_nav ul {
	margin-left: 10px;
}

#content {
}

#navbar {
	float: left;
	width: 173px;
	margin-top: 1px;
}

#top_nav_left, #top_nav_right {
	display: none;
}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active {
	text-decoration: none;
}

#navbar a:hover, #navbar a:focus {
	text-decoration: underline;
}

#navbar ul, #navbar ul li ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
}

#navbar ul li ul {
	margin-left: -20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navbar ul.nav_menu li, #navbar ul.admin_links li {  /* Changes for polls */
	padding-left: 20px;
	padding-top: 2px;
	font-size: 100%;
	font-weight: bolder;
	text-transform: uppercase;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: no-repeat;
}

#navbar ul.nav_menu li { /* background-image defined in later color css file */
}

#navbar ul li.first {
	padding-top: 0px; /* background-image defined in later color css file */
}

/*#navbar ul li ul li {*/ /* Changes for polls */
#navbar ul.nav_menu li ul li, #navbar ul.admin_links li ul li {  /* Changes for polls */
	padding-left: 35px;
	font-size: 90%;
	font-weight: bolder;
	text-transform: none;
}

#navbar ul.admin_links, div.salutation {
	background-position: top left; /* background-image and link color defined in later color css file */
	background-repeat: repeat-y;
}

div.salutation {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#navbar ul.admin_links li {
	font-size: 110%;
}

#navbar ul.admin_links li ul li {
	font-size: 90%;
}

#navbar ul.nav_menu {
	padding-bottom: 0px;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: repeat-y;
}

#navbar ul.nav_menu li ul {
	margin-left: -4px;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: repeat-y;
}

#navbar ul.nav_menu li ul li {
	font-weight: normal;
}

#navbar ul.nav_menu li {
	padding-left: 4px;
}

#navbar ul.nav_menu li a {
	padding-left: 16px;
	background-position: center left; /* background-image defined in later color css file */
	background-repeat: no-repeat;
}

#navbar ul.nav_menu li ul li {
	margin-left: 0px;
	padding-left: 35px;
}

#navbar ul.nav_menu li ul li a {
	padding-left: 0px;
	padding-right: 5px;
}

#nav_menu_bottom {
	height: 24px;
	margin-bottom: 10px;
	background-position: top left; /* background-image defined in later color css file */
	background-repeat: no-repeat;
}

#nav_menu_left, #nav_menu_right, #nav_menu_base {
    display: none;
}

div.article, div.featured_article, div.poll {	
	margin-bottom: 15px;			
}

div.article_body, div.poll_body {
	border-width: 1px; /* color set later in css color file */
	border-style: solid;
	border-top: 0px;	
	padding-top: 8px;	
	padding-bottom:2px;	
	padding-left: 6px;
	padding-right: 6px;
}

div.featured_article_body
{
	border-width: 1px; /* color set later in css color file */
	border-style: solid;
	border-top: 0px;
	padding-top: 8px;
	padding-left: 6px;
	padding-right: 6px;	
}

div.title_wrapper, div.poll_title_wrapper {
	background-position: top left; /* background image and color defined in later css color file */
	background-repeat: repeat-x;
}

h3.article_title, h3.poll_title { /* color set later in css color file */
	margin: 0px 7px 0px;
	padding-top: 3px;
	font-size: 110%;
	font-weight: bolder;
	text-transform: none;
	min-height: 19px;			  
}

h3.poll_title {
	text-align: center;			  
}

h3.title { /* color set later in css color file */
	margin: 0px 7px 0px;
	padding-top: 3px;
	font-size: 110%;
	font-weight: bolder;
	text-transform: uppercase;
	min-height: 19px;			  
}

h3.title span.marked_for_print, h3.title span.embed_video, h3.title span.event_icon {
    padding-top: 2px;
    padding-left: 14px;
    padding-bottom: 2px;
    background-position: top right; /* background images defined in later css color file */
    background-repeat: no-repeat;
}

div.title_left, div.poll_title_left {
	float: left;				  
	width: 7px;
	height: 22px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

div.title_right, div.poll_title_right {
	float: right;				  
	width: 7px;
	height: 22px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

p.read_more { /* color defined in css color files */
	margin-bottom: 5px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
}

.sidebar {
	float: right;
	/*width: 255px; /* reinstated 255px - was reduced to 200px (almost) match left hand navbar column */
	width: 200px; 
	padding-top: 8px;
	margin-right: 5px;
}

.sidebar div#latest_issue_thumb {
    display: none;
}

div.sponsors {
	padding-bottom: 5px;
	background-position: top left; /* background image defined later in css color file */
	background-repeat: repeat-x;
}

div.sponsors h3.title {
	margin: 0px 7px 0px;
	text-align: center;
}

div.sponsors img {
	margin-top: 10px;
}

p.map_link {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}

p.map_link a {
	padding-right: 29px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-position: center right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

p.map_link a, p.map_link a:link, p.map_link a:visited, p.map_link a:active {
	text-decoration: none;
}

p.map_link a:hover, p.map_link a:focus {
	text-decoration: underline;
}

.section { /* text color defined in css color files */
	float: left;
	width: 582px;
	padding-top: 8px;
	margin-left: 10px;
}

div.events_banner {	
	margin-bottom: 1em;			
}

h2.blue_hdr {
    margin-top: 1em;
    padding: 3px 0px;
    border-width: 1px 0px;
    border-style: dashed;
}

div.content_title_left, div.content_title_right, div.content_footer_wrapper {
	display: none;
}
.content_footer_wrapper2 {
	display: none;
}


.section a,.section a:link, .section a:visited, .section a:active {
	text-decoration: none;
}

.section a:hover, .section a:focus {
	text-decoration: underline;
}

a.article_image {
	position: relative;
	display: inline;
	margin-bottom: 2px;
}

a.article_image img {
	margin: 1px;
}

a.article_image {
	border: 1px solid; /* color set later in css color file */
}

a.align_right {
    float: right;
    margin-left: 6px;
}

a.align_left {
    float: left;
    margin-right: 6px;
}

div.image_caption {
    float: left;
    clear: left;
    margin: 0px 6px 2px 0px;
    border-width: 1px;
    border-style: solid;
}

div.image_caption_right {
    float: right;
    clear: right;
    margin: 0px 0px 2px 6px;
    border-width: 1px;
    border-style: solid;
}

div.image_caption div, div.image_caption_right div {
    margin: 0.1em;
    padding: 0.3em 1em;
}

div.image_caption div, div.image_caption_right div {
    text-align: center;
}

div.image_caption, div.image_caption div,
div.image_caption_right, div.image_caption_right div {
    -moz-border-radius: 8px 8px 8px 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

h3.star0, h3.star1, h3.star2, h3.star3, h3.star4, h3.star5, h3.featured, h3.embargoed{				  
	padding-right: 74px;
	background-position: top right; /* background images defined later in css color files */
	background-repeat: no-repeat;				  
}

h4.embargoed { /* color set later in css color file */
    font-size: 120%;
    line-height: 1.0;
}

p.article_author, p.article_timestamp {
	line-height: 1.2;
}

p.article_author span {
	font-size: 110%;
	font-weight: bold;
}

p.article_timestamp {
	margin-top: -10px;
	margin-bottom: 8px;
}

p.article_views {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 7px;
}

p.property_views {
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 7px;
}

p.article_text {
	margin-bottom: 5px;
}

div.article_event {
    padding: 0.5em 1em;
    margin: 0em 0em 1em; 
}


span.event_highlight {
    font-weight: bold;
}

span.rs_property_highlight {
    font-weight: normal;
}
span.rs_property_normal {
    font-weight: normal;
}
span.rs_property_header {
    font-weight: bold;
}

div.article_text {
    line-height: 1.5;
}
div.article_text pre, div.article_text address {
	font-family: 'Courier New' , Monospace;
}

div.article_text h1, div.article_text h2, div.article_text h3, 
div.article_text h4, div.article_text h5, div.article_text h6, 
div.article_text p, div.article_text pre, div.article_text address {
    margin: 0em;
    padding: 0em;
}

div.article_text h1, div.article_text h2, div.article_text h3, 
div.article_text h4, div.article_text h5, div.article_text h6 {
    font-weight: bold;
}

div.article_text h1 {
    font-size: 200%;
    margin-bottom: 0.667em;
}
div.article_text h2 {
    font-size: 150%;
    margin-bottom: 1em;
}
div.article_text h3 {
    font-size: 120%;
    margin-bottom: 1em;
}
div.article_text h4 {
    font-size: 100%;
    margin-bottom: 0.75em;
}
div.article_text h5 {
    font-size: 90%;
    margin-bottom: 1em;
}
div.article_text h6 {
    font-size: 90%;
    margin-bottom: 1em;
}
div.article_text p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
div.article_text pre {
    margin-top: 1em;
    margin-bottom: 1em;
}
div.article_text address {
    font-size: 120%;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.article_text ul, div.article_text ol, div.article_text li {
    margin: 0em;
    padding: 0em;
}
div.article_text ul, div.article_text ol {
    margin-top: 1em;
    margin-bottom: 1em;
}
div.article_text ul li, div.article_text ol li {
    margin-left: 3em;
}
div.article_text ul li {
    list-style-type: disc;
}

div.article p.read_more {
	clear: both;
	margin-top: -5px;
}

#newsBar-bar
{
	width:200px;
}

.google_iframe
{
	margin: 0px; 
	padding: 0px; 
	width: 200px; 
	height: 480px;
}


div.google_ads_horiz {
    margin-bottom: 3px;
}

div.gallery {
	margin-bottom: 15px;
}
div.gallery div.gallery_body
{		
	border-width: 0px 1px 1px 1px ; /* color set later in css color file */
	border-style: solid;	
}

div.gallery h3.title {
    background-image: url(../images/layout/view_article.gif);
	background-position: center right;
	background-repeat: no-repeat;	  
}

div.photo_slide {
	height: 124px;
	padding: 0px 5px;
    white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid; /* color set later in css color file */
	border-top: 0px;
}

div.photo_slide a {
	height: 102px;
	vertical-align: middle;
}

div.photo_slide img {
	max-height: 90px;
	vertical-align: middle;
}

div.photo_slide a img {
	margin: 8px 4px 8px 4px;
}

div.photo_slide a:hover img, div.photo_slide a:focus img {
	margin: 12px 2px 0px 6px;
}
div#article_sort {
	margin-bottom: 4px;
	padding-left:15px
}

div#article_sort ul.horiz_menu {
	margin-left: 2px;
	vertical-align:text-top;
}

div#article_sort ul.horiz_menu li { /* divider, text and link colors defined in css color files */
	margin-left: 0px;
	font-size: 100%;
	font-weight: bolder;
	text-transform: uppercase;
}

#footer { 
	clear: both;
	height: 20px;
	padding-top: 7px;
	text-align: center;
	background-position: top left; /* background image defined in css color files */
	background-repeat: no-repeat;
}

div#footer_top, div.footer_banner, div#footer_top_menu, div#footer_copy {
	display: none;
}

#footer ul {
	margin-left: 0px;
}

ul.horiz_menu {
	margin-bottom: 0px;
	display: inline;
}

ul.horiz_menu li {
	padding: 0px 3px 1px 5px;
	border-left: 1px solid; /* color set later in css color file */
	font-weight: bold;
	list-style: none;
	display: inline;
}

ul.horiz_menu li.first {
	border-left: none;
}

ul.horiz_menu li a, ul.horiz_menu li a:link, ul.horiz_menu li a:visited, ul.horiz_menu li a:active {
	text-decoration: none;
}

ul.horiz_menu li a:hover, ul.horiz_menu li a:focus {
	text-decoration: underline;
}

ul.horiz_menu li a.current, #navbar ul.nav_menu li a.current, #navbar ul.admin_links a.current, 
div#article_sort ul.horiz_menu li a.current, #top_nav div a.current { /* colors set in css color files */
	cursor: default !important;
	text-decoration: none !important;
}

/* new polls settings */

.section a.current {
	text-decoration: none !important;
	cursor: default !important;
}

/* end of poll settings */

dl.history {
   margin-left: 1em;
}
dl.history dt, dl.history dd span, dl.history dd a{
   font-weight: bold; 
}
dl.history dt {
   color: #333333; 
   font-size: 120%; 
}
dl.history dd  {
   color: black; 
   font-size: 110%; 
   margin-left: 2em; 
}
dl.history dd p {
   margin-left: 2.2em;  
}
dl.history dd span {
   color: navy; 
}

ul.tabmenu {
    border-bottom: 1px solid; /* color set later in css color file */
    padding-left: 1em;
    margin-left: 0em;
}
ul.tabmenu li {
	padding: 0.2em 0.5em;
	border: 1px solid; /* color & background color set later in css color file */
	font-weight: normal;
	list-style: none;
	display: inline;
}
ul.edit_tabs li {
    margin-right: 3px;
}
ul.tabmenu li.activetab { /* border color set later in css color file */
    font-size: 110%;
    font-weight: bold;
    background-color: #ffffff;
}
ul.tabmenu li a:hover, ul.tabmenu li a:focus {
    color: #0000ff !important;
}
ul.tabmenu li.activetab a:hover, ul.tabmenu li.activetab a:focus {
    text-decoration: none !important; 
    color: #000000 !important;
    cursor: default;
}
ul.tabmenu li.step {
    color: Navy;
    border-style: none;
    background-color: #ffffff;
}
.div_event_price
{
	float: left;
	 padding-right: 4px; 
}


.autocomplete_completionListElement 
{ 
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';	
	text-align : left; 
	list-style-type : none;
	z-index:2500;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	position: absolute;	
	overflow: auto;	
	background: url(../images/l.png) repeat-y left top;
	height:100px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 2px;	
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	list-style-type: none;
	position: relative;
	z-index:1025;
	display:block;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 2px;	
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	list-style-type: none;
	position: relative;
	z-index:1020;
	display:block;	
}

div.home_event_release div.btn-section {	
	background-position: center bottom;
	text-align: center;
}

div.home_event_release span.submit-btn {
   padding:0px 9px 0px 0px;
   float:right;
}
div.home_event_release span.search-btn {
   padding:0px 0px 0px 2px;
   float:left;
}

div.press_release span.search-btn {
   padding: 0px 0px 0px 0px;
}

div.press_release span.submit-btn {
    padding: 0px 0px 0px 40px;
} 


/* event calendar */

div.event_search {
	border-width: 1px; /* color set later in css color file */
	border-style: solid;
	border-top: 0px;	
}

	
div.event_search_panel {		
	float: right;	
	width: 210px;	
	height:420px;
	
}

div.event_search_results_panel {	
	width: 364px;		
	float:left;		
	height:420px;
	overflow:auto;
	
}

div.event_search div.event_search_body {
	height: 260px;
    padding: 0.2em 0.2em 0.2em 0.2em;
	border-width: 0px 0px 0px 0px; /* color set later in css color file */
	border-style: solid;
	height:420px;
}


DIV.home_event_release {
	MARGIN: 2px 0px;
	width:198px;	
	height:270px;
}

div.home_event_release div.home_event_release_body {
	 margin: 2px 3px 2px 3px;
	 
}

.events-hide-heading-area {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 1px; 
	PADDING-BOTTOM: 1px; 	
	PADDING-TOP: 1px; 
	HEIGHT: 14px; 	
	width:194px;
} 


#table-heading-area{	
	margin-bottom:1px;
	padding:3px;	
	height:18px;
}
#table-container
{
	 height:400px;
	 
}
.search-events-heading-area{	
	margin-bottom:1px;
	padding:3px;
	height:18px;
}
#content-heading-area{	
	height:21px;
	margin-bottom:1px;	
	padding: 4px 3px 2px 3px;	
}


.data-date-1{	
	text-align:left;
	
	padding: 4px 3px 2px 3px;
	
}
.data-date-1 label{	
	
	float: left;  
	width: 7em; 
	text-align:left;	
	padding:2px;	
	
}
.data-date-1 a{
	padding-left:10px;
	padding-top:2px;
	display:block;
	
}


/* Dolphin */

.section2 { /* text color defined in css color files */
	float: left;
	width: 603px;
	padding-top: 8px;
	margin-left: 10px;
	background:#cc2222;
}

.iframe_community
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	border:0px;
}

div.content_title_left2, div.content_title_right2 {
	display: none;
}

/* Define this styly only after normal #content_body CSS styles to override the default behavior */
.section2 #content_body
{
	padding:0;
	margin:0;
	background-color:#f3f3f3;
}

.section2 a, .section2 a:link, .section2 a:visited, .section2 a:active {
	text-decoration: none;
}

.section2 a:hover, .section2 a:focus {
	text-decoration: underline;
}

section2 a.current {
	text-decoration: none !important;
	cursor: default !important;
}

.div_dynamic_event
{	
	padding-bottom: 2px; 
	padding-left:6px;
}


#classified-box
{
	padding:4px;
	float:left;		
}

#classified-box .classified-box-section{	
	float:left;	
	padding: 0px 0px 0px 0px; 
	background-image:url(../images/layout/border_bg.gif);
	background-position:left bottom;	
	margin: 0px 4px 4px 0px;
	width:188px;
	height:112px;	
	
}
#classified-box .classified-box-section .header{
	background-image:url(../images/layout/head_cutting.gif);
	background-color:#000000;	
	color:#666;
	font-weight:900;
	padding: 4px 4px 4px 4px;
	border:solid 1px #CCCCCC;
	

}
#classified-box .classified-box-section .link{	
	padding: 2px 4px 2px 4px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}


/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;  clear:both; }
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;clear:both;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.ajax__tab_wz .ajax__tab_header {background:url(../images/tabs/tab-line.gif) repeat-x bottom;}
.ajax__tab_wz .ajax__tab_outer {padding-right:4px;background:url(../images/tabs/tab-right.gif) no-repeat right;height:21px;}
.ajax__tab_wz .ajax__tab_inner {padding-left:3px;background:url(../images/tabs/tab-left.gif) no-repeat;}
.ajax__tab_wz .ajax__tab_tab {font-weight:bold;font-size: 11px;height:13px;padding:4px;margin:0;background:url(../images/tabs/tab.gif) repeat-x;}
.ajax__tab_wz .ajax__tab_hover .ajax__tab_outer {font-weight:bold;background:url(../images/tabs/tab-hover-right.gif) no-repeat right;}
.ajax__tab_wz .ajax__tab_hover .ajax__tab_inner {font-weight:bold;background:url(../images/tabs/tab-hover-left.gif) no-repeat;}
.ajax__tab_wz .ajax__tab_hover .ajax__tab_tab {font-weight:bold;background:url(../images/tabs/tab-hover.gif) repeat-x;}
.ajax__tab_wz .ajax__tab_active .ajax__tab_outer {font-weight:bold;background:url(../images/tabs/tab-active-right.gif) no-repeat right;}
.ajax__tab_wz .ajax__tab_active .ajax__tab_inner {font-weight:bold;background:url(../images/tabs/tab-active-left.gif) no-repeat;}
.ajax__tab_wz .ajax__tab_active .ajax__tab_tab {font-weight:bold;background:url(../images/tabs/tab-active.gif) repeat-x;}




/*----------- SHOUTBOX, BLOGS, FORUMS ------*/

/* START: SHOUTBOX */

#Shoutbox{
	width:239px;
	margin:0px auto;
	border:solid 1px #AAABB0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Shoutbox .heading{
	font-size:11px;
	text-align:center;
	padding:4px;
	font-weight:900;
	border-bottom:solid 1px #B7B7B7;
}

#Shoutbox .input-display{
	height:260px;
	width:228px;
	border:solid 1px #AAABB0;
	overflow:auto;
	margin:5px auto 0px auto;
	font-size:10px;
	padding:2px;
}

#Shoutbox .input-box-area{
	height:43px;
	width:228px;
	border:solid 1px #AAABB0;
	margin:0px auto 5px auto;
	font-size:10px;
	text-align:right;
}

#Shoutbox .shoutbox-input
{
	font-family:verdana;
	height:30px;
	width:170px;
	border:none;
	font-size:10px;
	text-align:left;
	padding:0px;
	text-align:left;
}

/* END: SHOUTBOX */
.subscribe_contents TD INPUT
{
	 float:left;
	 margin-right:2px;
}

ul.horiz_menu ul.subSectionTopMenu 
{	
	background-color:#003366 !important;
	border-bottom:solid 2px #dbdbdb;	
}
ul.subSectionTopMenu li.subSectionTopMenuItem a
{
	 font-weight:bold;	 
}
ul.subSectionTopMenu ul.subSectionTopMenu li.subSectionTopMenuItem a
{
	 font-weight:bold;	 
}
ul.subSectionTopMenu li.subSectionTopMenuItem 
{
	background-color: #003366 !important;
}

/* Top Menu StyleSheet */
ul.horiz_menu ul.subSectionTopMenu 
{	
	display:none;
	position:absolute;
	margin-top:-2px;
	margin-left:150px !important;
	z-index: 100001;	
	border-bottom:1px;
	padding:0px;
	padding-left:4px;		
}
ul.horiz_menu li
{
	border:0px;
}
ul.subSectionTopMenu .subSectionTopMenuItem
{
	height:16px;
	width:120px;	
	padding:0px;
	margin-top:0px !important;
	margin:0px;
	padding-left:4px;	
}
ul.horiz_menu li:hover ul.subSectionTopMenu
{
    display: block;
}
/* End of Top Menu StyleSheet */

/* Left Menu Stylesheet*/
#nav_menu_bottom {
	height: 7px;
	margin-bottom: 1em;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;	
}

#nav_menu_left {
	float: left;				  
	width: 7px;
	height: 7px;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

#nav_menu_right {
	float: right;				  
	width: 7px;
	height: 7px;
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;				  
}

ul.nav_menu ul.subSectionMenu 
{
	display:none;
	margin-top:-5px;
	margin-left:164px !important;
	z-index: 100000; 
	position:absolute; 
	border-bottom:1px;	
	width:165px;
}
ul.subSectionMenu li.subSectionMenuItem
{
	list-style: none;
	border-width:1px 1px 0px 1px !important;
	padding:2px;
	margin-top:0px !important;
	height:16px;
	
}
ul.nav_menu li:hover ul.subSectionMenu
{
	display: block;
}
/* End of Left Menu Stylesheet*/

/* Image Gallery */
#dhtmlgoodies_slideshow
{
	width: 580px; /* Total width of slideshow */	
}

#previewPane
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	position: relative; /* CSS HACK */
	height: 432px; /* IE 5.x */
	height: /* */ /**/ 420px; /* Other browsers */
	height: /**/ 420px;
}
#previewPane img
{
	line-height: 400px;
}
#previewPane #largeImageCaption
{
	/* CSS styling of image caption below large image */
	font-style: italic;
	text-align: center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Font to use */
	font-size: 0.9em;
}
#galleryContainer
{
	vertical-align:middle;
	height: 102px; /* Height of the images + 2 */	
	position: relative;
	overflow: hidden;
	padding: 1px; /* CSS HACK */
	height: 104px; /* IE 5.x - Added 2 pixels for border left and right */
	height: /* */ /**/ 102px; /* Other browsers */
	height: /**/ 102px;
}
#arrow_left
{
	position: absolute;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
#arrow_right
{
	position: absolute;
	right: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
#theImages
{
	position: absolute;
	height: 100px;
	left: 40px;
	width: 100000px;
}
#theImages #slideEnd
{
	float: left;
}
#theImages img
{
	float: left;
	padding: 1px;
	filter: alpha(opacity=80);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}

#waitMessage
{
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	background-color: #FFF;
	border: 3px double #000;
	padding: 4px;
	color: #555;
	font-size: 0.9em;
	font-family: arial;
}

#theImages .imageCaption
{
	display: none;
}

div.TranslateContainer div.Translate
{
	position:absolute;
	margin-left:754px;
	float: right;	
}

#header div.floatLeftForLocation
{
	float:left;		
	position:relative;
	margin-top:0px;
}

#header div#article_sort
{
	float:left;		
	position:relative;
	margin-top:5px;
	margin-left:10px;
}

#directory 
{ 
	border-bottom: 0; 
	margin:10px 0 5px 6px; 
	padding-bottom: 0; 
	color:#039;
	float:left;	
}
#directory h3
{ 
	display: inline; 
	margin: 0; 
	padding-right: 15px; 
	color: #999; 
	font-size: 100%; 
	color:#039;
}
#directory ol 
{ 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
#directory ol li 
{
	display: inline; 
	color:#039;
}
#directory ol li a 
{ 
	padding: 0 2px; 
	text-decoration: 
	none; 
	font-size: 92%; 
	color:#039;
}
#directory ol li a:hover 
{ 
	text-decoration: underline; 
}


#searchTable
{	
}
#searchTable td 
{
	padding-right:2px;
	padding-bottom:2px;	
	padding-top:6px;
}
.subscribe_contents
{
	width:525px;
}

.modalBackGround
{ 
    filter:alpha(opacity=70);
}
.modalPopup 
{    
    border-width:3px; 
    border-style:solid; 
    border-color:Gray; 
    padding:6px; 
    width:400px;
    position: absolute; 
    left: 270px;
    top: 300px;
}

/* StyleSheet for Editor's Choice*/
.EditorChoice_1
{
	width:190px;
	text-align:left;
	margin-bottom: 6px; 	
}
.EditorChoice_Title_Wrapper_1
{
	height: 22px;
	padding-bottom: 1px;
	border-width: 0px 1px;
	border-style: none;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x; 	
}
.EditorChoice_Title_Wrapper_Left_1
{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:22px;
	width:7px;
}
.EditorChoice_Title_Wrapper_Right_1
{ 	
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	height:22px;
	width:7px;
}
.EditorChoice_Title_1
{
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}
.EditorChoice_Body_1
{
	border-width: 1px 1px 1px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1em 0.5em 6px;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
}
.EditorChoice_Body_Content_1 
{
	padding-left:16px;    
}
.EditorChoice_Footer_Wrapper_1
{	
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}
.EditorChoice_Footer_Wrapper_Left_1
{	
	float: left;				  
	width: 8px;	
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Footer_Wrapper_Right_1
{	
	float: right;				  
	width: 8px;	
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

.EditorChoice_2
{
	width:190px;
	text-align:left;
	margin-bottom: 6px; 	
}
.EditorChoice_Title_Wrapper_2
{
	height: 22px;
	padding-bottom: 1px;
	border-width: 0px 1px;
	border-style: none;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x; 	
}
.EditorChoice_Title_Wrapper_Left_2
{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:22px;
	width:7px;
}
.EditorChoice_Title_Wrapper_Right_2
{ 	
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	height:22px;
	width:7px;
}
.EditorChoice_Title_2
{
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}
.EditorChoice_Body_2
{
	border-width: 1px 1px 1px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1em 0.5em 6px;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
}
.EditorChoice_Body_Content_2 
{
	padding-left:16px;    
}
.EditorChoice_Footer_Wrapper_2
{	
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}
.EditorChoice_Footer_Wrapper_Left_2
{	
	float: left;				  
	width: 8px;	
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Footer_Wrapper_Right_2
{	
	float: right;				  
	width: 8px;	
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}

.EditorChoice_3
{
	width:190px;
	text-align:left;
	margin-bottom: 6px; 	
}
.EditorChoice_Title_Wrapper_3
{
	height: 22px;
	padding-bottom: 1px;
	border-width: 0px 1px;
	border-style: none;
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x; 	
}
.EditorChoice_Title_Wrapper_Left_3
{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:22px;
	width:7px;
}
.EditorChoice_Title_Wrapper_Right_3
{ 	
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	height:22px;
	width:7px;
}
.EditorChoice_Title_3
{
	margin: 0px 6px 0px;
	padding-top: 5px;
	font-size: 110%;
	text-align: center;
}
.EditorChoice_Body_3
{
	border-width: 1px 1px 1px 1px; /* color set later in css color file */
	border-style: solid;
	padding: 1em 1em 0.5em 6px;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
}
.EditorChoice_Body_Content_3 
{
	padding-left:16px;    
}
.EditorChoice_Footer_Wrapper_3
{	
	background-position: top left; /* background image defined in later css color file */
	background-repeat: repeat-x;
}
.EditorChoice_Footer_Wrapper_Left_3
{	
	float: left;				  
	width: 8px;	
	background-position: top left; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
.EditorChoice_Footer_Wrapper_Right_3
{	
	float: right;				  
	width: 8px;	
	background-position: top right; /* background image defined in later css color file */
	background-repeat: no-repeat;
}
/*End of Editor's Choice*/
.divSearchLinks
{
	position:absolute;
	left:570px;
	top:4px;
	width:300px;
}

#header div.TranslateContainer
{
	vertical-align:middle;
	float:right;
	width:100%;	
}

#header div.Translate
{
	vertical-align:middle;
	margin-top:5px;
	float:right;
}



