

.hideStart { display: none; }

#page-title {
	padding-top: 15px;
 }	
	
*[hide="true"] {
	visibility: hidden;
 }

form {
	margin: 0;
	padding: 0;
 }
 
body {
	background-color: #7a7a7a;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
 }
 
div, td, p {
	font-family: Arial;
	font-size: 12px;
 }
 
p, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
 } 

a {
	color: #003366;
 }
 
a:Hover {
	color: #333300;
 }
 
a.home_tag_link {
	text-decoration: none; 
	color:#9966ff; 
	font-weight: bold;
	font-size: 10px;
 }

a.home_tag_link:Hover {
	text-decoration: underline; 
	color:blue; 
 }
 
label {
	cursor: pointer;
 }
 
select {
	font-size: 85%;
 }

textarea {	
	width: 300px;
	height: 100px;
 }
 
table {
	padding: 0;
 }	
	
/* --- BEGIN: Page Layout Styles ----------------------------------- --- */

#lo_blog_control_bar {
	background-image:url(http://www.fourdown.org/images/shared/blog_control_bar.jpg);
	width: 990px;
	height: 34px;
	margin: 0px auto;
 }

#lo_page_container {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/page_container.gif);
	background-repeat: repeat-y;
	width: 990px;
	/* 850px */
	margin: 0px auto;
	text-align: left;
	position: relative;
 }

#lo_page_maincontainer {
	width: 850px;
	position: relative;
 } 

#lo_right_ad_space {
	position: absolute;
	top: 5px; 
	left: 850px;
	width: 140px;
	/* height: 600px; */
 }
 
#lo_right_ad_space_sm {
	width: 175px;
	height: 63px;
	position: absolute;
	top: 620px;
	left: 856px;
 }
 
#logo_1 {
	position: absolute;
	top: 5px;
	left: 25px;
 }	 
 
#logo_2 {
	position: absolute;
	top:60px; 
	left: 150px
 }
 
#lo_abs_top {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/abs_top.gif);
	width: 850px;
	height: 50px;
	position: relative;
 }
 
#lo_abs_top-Left {
	width: 90px;
	position: absolute;
	top: 14px;
	left: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
 }
 
#lo_abs_top-Right {
	width: 520px;
	position: absolute;
	top: 19px;
	left: 293px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #f6cfe4;
 }

#lo_abs_top-Right a {
	color: #000000;
	text-decoration: none;
 }

#lo_abs_top-Right a:Hover {
	color: #5e3c4e;
	text-decoration: none;
 }
 
 
#lo_top_logo {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/top_logo.gif);
	width: 830px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
 } 

#lo_top_ad_space_sm {
	width: 175px;
	height: 63px;
	position: absolute;
	top: 150px;
	left: 150px;
 }
 
#lo_top_ad_space {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 150px;
	left: 331px;
	border: 2px solid black;
 }

#lo_top_logo_blog {
	position: absolute;
	top: 7px;
	left: 478px;
	width: 65px;
 }

#lo_top_logo_blog img {
	cursor: pointer;
 } 

#lo_top_logo_blog a {
	color: blue;
	text-decoration: none; 
 }

#lo_top_logo_blog a.hover, #lo_top_logo_blog a:Hover {
	color: gray;
	text-decoration: underline;
 }
 
#lo_top_logo_cp {
	position: absolute;
	top: 10px;
	left: 545px;
	width: 320px;
 }
 
#lo_top_logo_login {
	margin-left: 28px;
	border: 5px solid #868686;
	background-color: silver;
	width: 220px;
 }	

#lo_top_logo_login td {
	font-size: 10px;
 }	
 
/* #lo_top_logo_login input[type="text"], 
#lo_top_logo_login input[type="password"] {
 	width: 100px;
	font-size: 8pt;
	margin-left: 5px;
 } */
 
#control_panel {
	/*width: 100%;*/
	padding: 5px 5px 5px 5px; 
	margin: 0; 
 }

#control_panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
 }
 
#control_panel li.message {
	padding-bottom: 5px;
	width: 105px;
	float: left;
	background: url(http://www.fourdown.org/images/shared/cp_message_left.jpg) no-repeat left top;
	margin: 0;
 }

#control_panel li.settings {
	padding-bottom: 5px;
	width: 105px;
	float: left;
	background: url(http://www.fourdown.org/images/shared/cp_settings_left.jpg) no-repeat left top;
	margin: 0;
 }

#control_panel li.profile {
	width: 105px;
	float: left;
	background: url(http://www.fourdown.org/images/shared/cp_profile_left.jpg) no-repeat left top;
	margin: 0;
 }

#control_panel li.logout {
	width: 105px;
	float: left;
	background: url(http://www.fourdown.org/images/shared/cp_logout_left.jpg) no-repeat left top;
	margin: 0;
 }
 
#control_panel span {
	cursor: pointer;
	display: block;
	background: url(http://www.fourdown.org/images/shared/cp_right.jpg) no-repeat right top;
	padding: 0px 15px 0px 25px;
	color: white;
	font-size: 100%;
 }	 

#control_panel span:Hover {
	color: silver;
 }	 
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#control_panel span { float:none; }
/* End IE5-Mac hack */
 
 
#lo_body {
	width: 850px;
 }	 
 
#lo_body_left {
    width: 122px;
	float: left;
 }
 
#lo_body_left-Top {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/body_left_top.gif);
 	width: 122px;
	height: 123px;
 }	

#lo_body_left-Mid {
 	background-image:url(http://www.fourdown.org/images/style01/global/layout/body_left_mid.gif);
 }
 
.lo_body_left-Mid-Item {
 	background-image:url(http://www.fourdown.org/images/style01/global/layout/body_left_mid_item.gif);
	width: 100px;
	height: 17px;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
 }

.lo_body_left-Mid-Item a {
	color: #000000;
	text-decoration: none;
 }

.lo_body_left-Mid-Item a:Hover {
	color: #aa7d95;
	text-decoration: none;
 }

.lo_body_left-Mid-Item a.highlight {
	color: #0066ff;
	text-decoration: none;
 }

.lo_body_left-Mid-Item a.highlight:Hover {
	color: #006699;
	text-decoration: none;
 }
 
.lo_body_left-Mid-Item-RAQ {
	color: #5e3c4e;
 }	

#lo_body_left-Bottom {
 	width: 122px;
	height: 21px;
 }
 
#lo_body_mid {
	width: 708px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 65px;
	float: right;
 }
 
#lo_abs_bottom {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/abs_bottom_mid.gif);
	background-repeat: repeat-y;
	width: 990px;
 }	

#lo_abs_bottom_cap {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/abs_bottom_2.gif);
	background-repeat: no-repeat;
	width: 990px;
	height: 16px;
 }
 
#lo_alt_bottom {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/abs_bottom_mid.gif);
	background-repeat: repeat-y;
	width: 990px;
 }	

#lo_alt_bottom_cap {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/abs_bottom_2.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 990px;
 }
 
#copyright {
	background-image:url(http://www.fourdown.org/images/style01/global/layout/page_container.gif);
	background-repeat: repeat-y;
	padding-top: 30px;
	margin-right: 160px;
	padding-right: 10px;
	text-align: right;
	font-size: 85%;
	color: gray;
 } 

#copyright a {
	text-decoration: none;
	color: black;
 }
	
/* --- END: Page Layout Styles ------------------------------------- --- */

/* --- BEGIN: Global Styles ---------------------------------------- --- */

.section_header {
	background-color: #d689b2;	
	height: 22px;
	margin-bottom: 2px;
	padding-right: 4px;
	background:url(http://www.fourdown.org/images/style01/global/section_header_background.gif) repeat-x left top;
 }
 
.section_header_left {
	background:url(http://www.fourdown.org/images/style01/global/section_header_left.gif) no-repeat left top;
	float: left;
	width: 15px;
	height: 22px;
 }

.section_header_right {
	background:white url(http://www.fourdown.org/images/style01/global/section_header_right.gif) no-repeat left top;
	float: right;
	width: 30px;
	height: 22px;
 }
 
.section_header_text {
	color: black; 
	height: 19px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
 }

.section_header_text h2 {
	color: black; 
	height: 19px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
	margin: 0;
	padding: 0;
 }
 
.section_block {
	border: 2px solid black;
	vertical-align: top;
 }	

.section_block_float {
	vertical-align: top;
 }	
 
.section_toolbar_top {
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid black;
 }

.section_toolbar_bottom {
	padding: 0; 
	margin: 0; 
	border-top: 1px solid black;
 }

.section_toolbar_tabs {
	width: 100%;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_bg.gif);
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid black;
 }

.section_toolbar_tabs ul {
	margin: 0;
	padding: 0px 10px 0;
	list-style: none;
 }
 
.section_toolbar_tabs li {
	float: left;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_right.gif) no-repeat right top;
	margin: 0;
	padding: 0 5px 0 1px;
 }

.section_toolbar_tabs li.on {
	float: left;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_right_on.gif) no-repeat right top;
	margin: 0;
	padding: 0 5px 0 1px;
 }
 
.section_toolbar_tabs span {
	cursor: pointer;
	float: left;
	display: block;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_left.gif) no-repeat left top;
	padding: 7px 15px 4px 25px;
	font-weight: bold;
	color: #330000;
 }	 

.section_toolbar_tabs span.on {
	cursor: pointer;
	float: left;
	display: block;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_left_on.gif) no-repeat left top;
	padding: 7px 5px 4px 30px;
	font-weight: bold;
	color: white;
 }	 

.section_toolbar_tabs span:Hover {
	text-decoration: underline;
	color: #330066;
 }	 
 
/* SET 2 FOR TABS */ 
.section_toolbar_tabs2 {
	width: 100%;
	background-color: silver;
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid black;
	text-align: center;
	padding-bottom: 5px;
 }

.section_toolbar_tabs2 table {
 }
  
.section_toolbar_tabs2 ul {
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
	text-align: center;
	display: inline;
 }
 
.section_toolbar_tabs2 li {
	margin: 0;
	padding: 0 5px 0 5px;
	display: inline;
 }

.section_toolbar_tabs2 li.on {
	margin: 0;
	padding: 0 5px 0 5px;
	display: inline;
 }

.section_toolbar_tabs2 td {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: none;
	border: 2px solid silver;
 }

.section_toolbar_tabs2 td.on {
	cursor: none;
	margin: 0;
	padding: 0;
	background-color: #DEDBFF;
	border: 2px solid white;
 }
 
.section_toolbar_tabs2 span {
	cursor: pointer;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
 }	 

.section_toolbar_tabs2 span.on {
	cursor: pointer;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
 }	 

.section_toolbar_tabs2 td span.on {
	cursor: pointer;
	font-weight: bold;
	color: blue;
	text-decoration: none;
 }	 
 
.section_toolbar_tabs2 span:Hover {
	text-decoration: underline;
	color: #330066;
 }	 
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.section_toolbar_tabs span { float:none; }
/* End IE5-Mac hack */

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.section_toolbar_tabs2 span { float:none; }
/* End IE5-Mac hack */

.section_toolbar_links {
	padding: 0; 
	margin: 0; 
	background-color: gray; 
	color: white;
	text-align: right;
	line-height: 13pt;
	padding-right: 10px;
 }

.section_toolbar_links a {
	color: white;
 }
 
.section_toolbar_toggle {
	float: right; 
	padding: 0; 
	margin: 0; 
	width: 25px; 
	text-align: center;
 }
 
.section_form td {
	padding-bottom: 5px;
 }	

.section_form .label {
	text-align: right;
	font-weight: bold;
 }
 
.section_form .note {
	font-size: 8pt;
 }

.section_block table.data-form td {
	line-height: 25px;
 }
 
.nowrap {
	white-space: nowrap; 
 }	

.button {
	cursor: pointer;
	border: groove 2px #000;
	color: black;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px 2px 1px 2px;
	background:url(http://www.fourdown.org/images/style01/global/button_background.gif) repeat-x left top;
	margin-left: 0px;
 }
 
.button_light {
	cursor: pointer;
	border: outset 2px #fff;
	color: black;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	padding: 1px 2px 1px 2px;
	background:url(http://www.fourdown.org/images/style01/global/button_background.gif) repeat-x left top;
	margin-left: 0px;
 }

.logo2_bg {
	
		padding: 15px;
		background:url(http://www.fourdown.org/images/shared/div_bg.gif);
	
 }
 
.text_window {
	background-color: #DCD8FF; 
	border: 2px solid white;
	padding: 5px;
 }

.input_xsmall {
 	width: 50px;
	font-size: 12px;
 }		
 
.input_small {
 	width: 100px;
	font-size: 12px;
 }		

.input_medium {
 	width: 200px;
	font-size: 12px;
 }	

.input_large {
 	width: 300px;
	font-size: 12px;
 }	

td.label {
	padding-right: 5px;
	vertical-align: top;
 }
 
.test {
	background-color: red;
 }	
 
.dnote {
	color: gray;
	font-size: 85%;
 }
	
.company_filter {
	color: #0000EE;
	font-weight: bold;
 }	
 
.item_listing_title {
	color: #551A8B;
	font-weight: bold;
 }
	 
/* --- END: Global Styles ------------------------------------------ --- */

/* --- BEGIN: Form Error Styles ------------------------------------ --- */

table.form-errors {
	margin-bottom: 0px ;
 }

table.form-errors div.header {
	font-family: verdana, arial, sans-serif; 
	color: #CC0000 ;
	font-size: 12px ;
	font-weight: bold ;
	margin-bottom: 4px ;
	text-align: left;
 }
	
table.form-errors ul.list {
	color: #990000 ;
	font-size: 12px ;
 }
	
table.form-errors ul.list li {
	margin-bottom: 0px ;
 }

/* --- END: Form Error Styles -------------------------------------- --- */

/* --- Ranking Lists --- */
table.tbl_rankings {
 }

table.tbl_rankings th {
	background-color: #9486FF;
	color: white;
	font-size: 110%;
	padding: 2px 2px 2px 2px;
 }

table.tbl_rankings td {
	background-color: white;
	padding: 2px 2px 2px 2px;
 }
 
table.tbl_rankings tr.alt td {
	background-color: #DEDBFF;
 }

table.tbl_rankings tr.over td {
	background-color: black;
	color: white;
	font-weight: bold;
	cursor: pointer;
 }

table.tbl_rankings tr.over td a {
	color: white;
	font-weight: bold;
 }

table.tbl_rankings tr.over-light td {
	background-color: silver;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 1px;
	padding-bottom: 1px;
 }
 
/* --- Item Lists --- */
.tbl_item_listing {
	border: 1px solid black;
	background-color: #DEDBFF;
 }

.tbl_item_listing th {
	color: white;
 	background-color: #9486FF;
	border-bottom: 1px solid white;
	padding-left: 5px;
 }

.tbl_item_listing td.main {
	border-bottom: 1px solid white;
	font-size: 110%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
 }

.tbl_item_listing td.main a {
 	text-decoration: none;
 }
 
.tbl_item_listing td.main a.main_toggle {
	font-weight: normal;
	font-style: italic;
	font-size: 75%;
	cursor: help;
	
 }

.tbl_item_listing td.main a.main_toggle:Hover {
	text-decoration: underline;
 }
 
.tbl_item_listing td.extended {
	border-bottom: 1px solid white;
	font-size: 110%;
	padding-top: 1px;
	padding-bottom: 1px;
 }

.tbl_item_listing td.padded {
	border-bottom: 1px solid white;
	font-size: 110%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
 }
 
.tbl_item_listing td.item {
	color: #3928D6;
	padding-left: 5px;
	padding-top: 2px;
 	padding-bottom: 2px;
	border-bottom: 1px solid white;
 }
 
.tbl_item_listing td.item a {
	color: black;
 }

.tbl_item_listing td table.tbl_item {
	border-bottom: 1px solid white;
 }

.tbl_item_listing tr.over td, .tbl_item_listing tr.over td a {
	background-color: black;
	color: white;
 }
 
.tbl_item_listing tr.over td a {
	color: yellow;
 }
 
.tbl_item_listing tr.over td a:Hover {
	color: #ffd700;
 } 
 
/* STAR RATINGS */
.rating {
	cursor: pointer;
	margin: 0em 0em 0em 0em;
	clear: both;
	display: block;
 }
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
 }

.rating img {
	position: absolute;
	top: 1;
	left: 1;
 }

.rating-avg {
	font-size: 85%;
	color: #5e5e5e;
 }
 
.cancel,
.zero,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
	
.star-left,
.star-right {
  width: 8px
 }

.cancel,
.cancel a {background: url(http://www.fourdown.org/images/shared/rating/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(http://www.fourdown.org/images/shared/rating/star.gif) no-repeat 0 0px;}
.star-left,
.star-left a {background: url(http://www.fourdown.org/images/shared/rating/star-left.gif) no-repeat 0 0px;}
.star-right,
.star-right a {background: url(http://www.fourdown.org/images/shared/rating/star-right.gif) no-repeat 0 0px;}

.zero,
.zero a {background: url(http://www.fourdown.org/images/shared/rating/zero.gif) no-repeat 0 -16px;}
	
.cancel a,
.zero a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
 }

div.rating div.on a {
	background-position: 0 -16px;
 }
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
 }

/* --- EXTERNAL SECTION STYLES --------------------- */
.section_header_ext {
	background-color: #6D84B4;	
	height: 22px;
	margin-bottom: 2px;
	padding-right: 4px;
	/*background:url(http://www.fourdown.org/images/style01/global/section_header_background.gif) repeat-x left top;*/
 }
 
.section_header_left_ext {
	/*background:url(http://www.fourdown.org/images/style01/global/section_header_left.gif) no-repeat left top;*/
	float: left;
	width: 15px;
	height: 22px;
 }

.section_header_right_ext {
	/*background:white url(http://www.fourdown.org/images/style01/global/section_header_right.gif) no-repeat left top;*/
	float: right;
	width: 30px;
	height: 22px;
 }
 
.section_header_text_ext {
	color: white; 
	height: 19px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
 }

.section_header_text_ext h2 {
	color: white; 
	height: 19px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
	margin: 0;
	padding: 0;
 }
 
.section_block_ext {
	border: 2px solid black;
	vertical-align: top;
 }	

.section_block_float_ext {
	vertical-align: top;
 }	
 
.section_toolbar_top_ext {
	padding: 0; 
	margin: 0; 
 }

.section_toolbar_bottom_ext {
	padding: 0; 
	margin: 0; 
 }

.section_toolbar_tabs_ext {
	width: 100%;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_bg.gif);
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid black;
 }

.section_toolbar_tabs_ext ul {
	margin: 0;
	padding: 0px 10px 0;
	list-style: none;
 }
 
.section_toolbar_tabs_ext li {
	float: left;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_right.gif) no-repeat right top;
	margin: 0;
	padding: 0 5px 0 1px;
 }

.section_toolbar_tabs_ext li.on {
	float: left;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_right_on.gif) no-repeat right top;
	margin: 0;
	padding: 0 5px 0 1px;
 }
 
.section_toolbar_tabs_ext span {
	cursor: pointer;
	float: left;
	display: block;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_left.gif) no-repeat left top;
	padding: 7px 15px 4px 25px;
	font-weight: bold;
	color: #330000;
 }	 

.section_toolbar_tabs_ext span.on {
	cursor: pointer;
	float: left;
	display: block;
	background: url(http://www.fourdown.org/images/style01/global/tabbed_item_left_on.gif) no-repeat left top;
	padding: 7px 5px 4px 30px;
	font-weight: bold;
	color: white;
 }	 

.section_toolbar_tabs_ext span:Hover {
	text-decoration: underline;
	color: #330066;
 }	 
 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.section_toolbar_tabs_ext span { float:none; }
/* End IE5-Mac hack */

.section_toolbar_links_ext {
	padding: 0; 
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0; 
	background-color: gray; 
	background:url(http://www.fourdown.org/linked/deluxemenu/data.files/style08_n_back.gif) repeat-x left top;
	color: white;
	text-align: right;
	line-height: 13pt;
	padding-right: 10px;
 }

.section_toolbar_links_ext a {
	color: black;
 }
 
.section_toolbar_toggle_ext {
	float: right; 
	padding: 0; 
	margin: 0; 
	width: 25px; 
	text-align: center;
 }
 
.section_form_ext td {
	padding-bottom: 5px;
 }	

.section_form_ext .label {
	text-align: right;
	font-weight: bold;
 }
 
.section_form_ext .note {
	font-size: 8pt;
 }

.section_block_ext table.data-form td {
	line-height: 25px;
 }

.tbl_note {
	text-align: center;
 }

.search_controls {
 	background-color: silver;
	border: 2px solid white;
	padding: 5px;
 }

table.search_controls td {
 	font-size: 9pt;
	text-align: center;
 }   
 
div.inbox_control {
	width: 662px;
	background-color: black;
 }
 
div.blog_control {
  padding: 0; 
  margin: 0; 
  background-color: black; 
  border-left: 1px solid white; 
  border-right: 1px solid white; 
  border-bottom: 1px solid white;
 } 

/* --- BLOGCFC --- */
/* MENU */
.rightMenu {
	border: 1px solid gray;
	margin: 8px;
 }

.menuTitle {
	background-color: #948AFF;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding: 5px;
 }

.menuBody {
	font-family: verdana, arial, sans-serif; 
	text-align: left;
	line-height: 12px;
	overflow: hidden;
 }

.menuBody .header {
 }

.menuBody a {
	font-family: verdana, arial, sans-serif; 
	line-height: 16px;
 }
 
div.pod_recent_link {
	padding: 3px;
	padding-bottom: 6px;
	border-bottom: 1px dotted black;
	font-size: 9px;
 }

div.pod_recent_link_new_comment {
	background-color: #eee8aa;
 }
 
div.pod_recent_link a {
	font-size: 10px;
	font-weight: bold;
 }

div.pod_recent_link:Hover {
	background-color: silver;
	cursor: pointer;
 }

div.pod_recent_linklast {
	padding: 3px;
	font-size: 9px;
  }

 div.pod_recent_linklast a {
	font-size: 10px;
	font-weight: bold;
 }

div.pod_recent_linklast:Hover {
	background-color: silver;
	cursor: pointer;
 }

/* --- FANTASY --- */
table.fantasy_roster_pick {

 }

table.fantasy_roster_pick caption {
 }

table.fantasy_roster_pick caption span {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	font-weight: bold;
 }
 
table.fantasy_roster_pick td {
	padding: 5px;
 } 

table.fantasy_roster_pick td select {
	font-size: 12px;
	width: 150px;
 } 
 
/* --- COMMENTING --- */
table.tbl_comment { 
	border-collapse: collapse; 
	border: 1px solid #839E99; 
	background: #f1f8ee; 
	font: .9em/1.2em Georgia, "Times New Roman", Times, serif; 
	color: #033; 
 }
table.tbl_comment caption { 
	font-size: 1.3em; 
	font-weight: bold; 
	text-align: left; 
	padding: 1em 4px; 
 }
table.tbl_comment td, table.tbl_comment th { 
	padding: 5px 3px .75em 3px; 
	line-height: 1.3em; 
 }
table.tbl_comment th { 
	background: #839E99; 
	color: #fff; 
	font-weight: bold; 
	text-align: left; 
	padding-right: .5em; 
	vertical-align: top; 
 }
table.tbl_comment thead th { 
	background: #2C5755; 
	text-align: center; 
 }
table.tbl_comment .odd td { 
	background: #DBE6DD; 
 }
table.tbl_comment .odd th { 
	background: #6E8D88; 
 }
table.tbl_comment td a, table.tbl_comment td a:link { 
	color: #325C91; 
 }
table.tbl_comment td a:visited { 	
	color: #466C8E; 
 }
table.tbl_comment td a:hover, table.tbl_comment td a:focus { 
	color: #1E4C94; 
 }
table.tbl_comment th a, table.tbl_comment td a:active { 
	color: #fff; 
 }
table.tbl_comment tfoot th, table.tbl_comment tfoot td { 
	background: #2C5755; 
	color: #fff; 
 }
table.tbl_comment th + td { 
	padding-left: .5em; 
 }

/* --- RELATED BLOG --- */
table.tbl_related { 
	border-collapse: collapse; 
	border: 1px solid #839E99; 
	background: #f1f8ee; 
	font: .9em/1.2em Georgia, "Times New Roman", Times, serif; 
	color: #033; 
 }
table.tbl_related caption { 
	font-size: 1.3em; 
	font-weight: bold; 
	text-align: left; 
	padding-bottom: 4px;
 }
table.tbl_related td, table.tbl_related th { 
	padding: 2px 3px 2px 3px; 
 }
table.tbl_related th { 
	background: #839E99; 
	color: #fff; 
	font-weight: bold; 
	text-align: left; 
	padding-right: .5em; 
	vertical-align: top; 
 }
table.tbl_related thead th { 
	background: #2C5755; 
	text-align: center; 
 }
table.tbl_related .odd td { 
	background: #DBE6DD; 
 }
table.tbl_related .odd th { 
	background: #6E8D88; 
 }
table.tbl_related td a, table.tbl_related td a:link { 
	color: #325C91; 
 }
table.tbl_related td a:visited { 	
	color: #466C8E; 
 }
table.tbl_related td a:hover, table.tbl_related td a:focus { 
	color: #1E4C94; 
 }
table.tbl_related th a, table.tbl_related td a:active { 
	color: #fff; 
 }
table.tbl_related tfoot th, table.tbl_related tfoot td { 
	background: gray; 
	color: #fff; 
 }
table.tbl_related th + td { 
	padding-left: .5em; 
 }

/* AUTOCOMPLETE */

.ac_input {
	width: 200px;
 }
.ac_results {
	width: 200px;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
 }
.ac_results ul {
	width: 200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
 }
.ac_results iframe
 {
	display: none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
 }
.ac_results li {
	width: 195px;
	padding: 5px 0 5px 5px;
 }
.ac_results a {
	width: 100%;
 }
.ac_loading {
	background:url(http://www.fourdown.org/images/shared/indicator.gif) no-repeat right center;
 }
.ac_results .over {
	background: #78A5DE;
	color: white;
 } 