﻿#search_box {
	width:150px;
}

/* Menu */
.menu_item:hover {
	color:#9D1A1C;
}

#footyTeamsDropdown {
	background-color:#DCD484;
	position:relative;
	width:420px;
}
#footyTeamsDropdown a {
	color:#414424;
	font-family:Georgia,"Times New Roman",Times,serif;
	outline:none;
}
#footyTeamsDropdown a:hover {
	color:#9D1A1C;
}

#footyTeamsDropdown table {
	width:100%;	
	float:left;
	background-color:#DCD484;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:5px;
}
#footyTeamsDropdown table tr td {	
	padding-top:8px;
}

.dropdownTeam img {
	width:29px;
	height:21px;
	vertical-align:middle;
	display:inline-block;
	margin-left:6px;
	margin-right:8px;
}
/* end menu */
    
/* Backgrounds */
.bgTop {
	background-image:url('/images/iheartfooty/bg_bottom.jpg'); 
	background-position:bottom right; 
	background-repeat:no-repeat; 
	margin-left:-50px; 
	margin-right:-50px; 
	margin-bottom:-20px; 
	padding-bottom:20px; 
	border-bottom:1px dashed #646E33; 
	min-height:678px;
}
.bgBottom {
	background-image:url('/images/iheartfooty/bg_top.jpg'); 
	background-position:top left; 
	background-repeat:no-repeat; 
	padding-left:50px; 
	padding-right:50px; 
	min-height:480px;
}
.noBg {
	background-image:none;
	border-bottom:none;	
}
.noTopBg 
{
	margin-left:-50px; 
	margin-right:-50px; 
}
/* end backgrounds */

/* home tables */
.teamRecipeTable1, .teamRecipeTable1 table {
	width:344px;
    float: left;
    margin-right:8px;
}
.teamRecipeTable2, .teamRecipeTable2 table {
	width:215px;	
    float: left;
}

.teamRecipeTableHead {
	background-color:#d0c778;
	padding-top:10px;
	padding-bottom:6px;
	color:#9D1A1C;
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 20px;
	font-weight:normal;
	width:100%;
}
.teamRecipeTableHead p {
	margin:0px;
}

.teamRecipeList {
	width:344px;
}
.userList {
	width: auto;	
}

.teamRecipeList a {
    text-decoration:none;
    font-weight:normal;
}

.teamRecipeHeading {
	border-top:dashed 1px #414424;
    border-bottom:dashed 1px #414424;
}
.teamRecipeHeading th {
    padding:5px;   
    color:#9D1A1C;
    text-align: left;  
    background-color:#bbb463;  
}

.teamRecipeRow {
    background-color:#d0c778;
}
.teamRecipeRow td {
	padding:0px 5px;
}
.alternatingTeamRecipeRow {
    background-color:#c7bd66;
}

.teamRecipePos {
	color:#9D1A1C;
	font-weight:bold;
}

.teamRecipeTableHead p, .teamRecipeRow td, .teamRecipeHeading th {
	padding-left:10px;
}
#content_west .teamRecipeTableHead p a { text-decoration:none; font-weight:normal; color:#9D1A1C; }
#content_west .teamRecipeTableHead p a:hover { color:#414424; }

/* end home tables */

/* Vote form */
.votePanel {
    margin-top: -30px;
	padding-left:40px;
	padding-right:20px;
}

.votePanel h1 {
	margin-bottom:0px;	
}

.entryRow {
    height: 20px;
    margin-bottom: 8px;
    width: 100%;
}

.entryField {
    float: left;
    width: 155px;
}

.entryTextArea {
    float: right;
    width: 460px;
}
#word_count, .entryTextArea {
    margin-top:8px;	
}

.entryList {
    float: left;
    width: 160px;    
}

#entryForm {
    margin-top: 20px;
    margin-left: 20px;
    width: 530px;
}

.entryColumn input {
	width:155px;
}
#entryColumn1 {
    float: left;
    width: 260px;
}
#entryColumn1 .entryLabel
{
    width: 80px;
    float:left;    
}

#entryColumn2 {
	float: right;   
    margin-left: 0px;
}
#entryColumn2 .entryLabel {
    width: 100px;
    float:left;    
}

.entryRowFullWidth {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.rightAlignCheckBox {
    float: right;
    width: 100%;
    text-align:right;
    margin-top: 3px; 
}

.Error {
    position: absolute;
    margin-left: 3px;
    margin-top: 0px;   
}

.rightAlignCheckboxError {
    margin-left: 533px;
    margin-top: 2px;
    position: absolute;
    text-align: right;
}

.tooLong {
    color: Red;
}

/* footy recipe pages */
.footy_content {
    width: 600px;
}
.footy_content_row {
	float:left;
}
.footy_content_row img, .team_logo, .team_ambassador {
	float:left;
	margin-right:25px;
}
.footy_text {    
	float:left;
	height:100%;
	width:430px;
}
.footy_text h1 { 
	/*margin-top:68px; */
	margin-bottom:10px;
}
.footy_text h2 {
	font-size: 16px;
	margin-top:0px;
	margin-bottom:-8px;
	font-weight:bold;
}

#recipe_submission { padding:30px 0 0 0; } /*Added 21.09.10 LB*/
