body {
	font: 76% Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	background-image: url(/images/templates/eat/2010-01-14-bg.jpg);
	background-repeat: repeat;


}

td, th {

	padding: 3px;
	vertical-align: top;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

h1 {

	color: #BC0F4E;
	margin-bottom: 20px;
	margin-top: 20px;
}

.layout #outerContainer {
	width: 920px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: none;
}

.layout #container {
	width:  100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-image: none;
	background-color: none;	
}

.layout #header {
	width: 100%;
	height: 156px;
	padding: 0;
	background-image: none;	
}

.layout #header .logo{
	float: left;
}

.layout #header p {
	margin: 0;	
}

.layout #header h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding-top: 30px;
}

.layout #horizMenuSection {
	position: block;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #291C13;
	background-image: none;
	height: 30px;
}

.layout #footer {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
	background-color: #3C3C3C;
}

.layout #footer p {
	font-size: 1em;
	margin: 0;
	padding: 15px 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.layout #footer a, .layout#footer a:visited {

	font-size: 1em;
	margin: 0;
	padding: 15px 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.layout #footer a:hover {

	color: #666666;
	text-decoration: none;
}

.layout #content {
	position: block;
	text-align: left;
	padding: 0;
	background-image: url(/images/templates/eat/2010-01-14-container-bg.jpg);
	background-repeat: repeat-y;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.filler {

	display: block;
	height: 400px;
}

/* @group Forms */

fieldset {
	border: 1px solid #271152;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #271152;
}

.formTbl th, .formTbl td {
	padding: 3px 3px;
}

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: bold;
	text-align: right;
}

.formTbl label.formLbl {
	font-weight: bold;
	line-height: 1.5;
}

/* @end */

/* @group Other General Use Classes */

.messageStyle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #f5feba;
	border: 1px solid #fdd16b;
}

.section {
	
	margin-bottom: 20px;
}

.layoutTbl {
	border: none;
}

.layoutTbl td, .layoutTbl th {
	
	padding: 3px;
	vertical-align: top;
}

.layoutTbl td.basicLeft {
	padding: 0;
	width: 220px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl td.basicRight {
	padding: 0 10px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl .vertMenu {

	margin-bottom: 10px;
}

.layoutTbl h1 {

	font-size: 18px;
}

.layoutTbl h2 {

	font-size: 16px;
}

.contentTbl th, .contentTbl td {

	padding: 5px 15px;

}

.contentTbl td.borderedRight {

	border-right: #333333 1px solid;
}

/* @end */

/* @group Movie Player */

#moviePlayer {

	margin-bottom: 10px;
	border-bottom: 3px solid #FFF;
}

#moviePlayer ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 5px 10px;
	
}

#moviePlayer a {

	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#moviePlayer a:hover {
	
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

#moviePlayer .artist {

	font-size: 10px;
}

#bookmarkSection {

	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFF;
}

#bookmarkSection a {

	display: inline;
}

.widgetSection {

	margin-bottom: 10px;
	/* border-bottom: 3px solid #FFF; */
}

.sidebarButton {

	margin-bottom: 10px;
}

.affiliatesSection {
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 3px; 
	margin-right: 3px;
	background-color: #FFFFFF;
}

.affiliatesSection img {
	display: block;
	padding-bottom: 10px;
}

.instructions {

	font-size: 10px;
}

#justAdded {

	padding: 0px 3px;
	background-color: #FFFF99;
	font-weight: bold;
	font-size: 10px;
}

/* @end */

/* @group Job Board */

.boardTbl {

	border-collapse:collapse;
	border: 2px solid #CCCCCC;
}

.boardTbl th {

	text-align: center;
	background-color:#392421;
	border-bottom: 2px solid #4C4C4C;
	border-left: 2px solid #3C3C3C;
	border-top: 2px solid #3C3C3C;
	border-right: 2px solid #3C3C3C;
	font-size: 10px;
	color: #CCCCCC;
	vertical-align: middle;

}

.boardTbl td.top, .boardTbl td.bottom {

	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.boardTbl td.bottom {

	border-bottom: 1px solid #CCCCCC;
}

.boardTbl tr.oddRow {

	background-color: #E9E9E9;
}


.boardTbl tr:hover, .boardTbl .makeHover {

	background-color: #ABA89F;
	cursor: pointer;
}

.boardTbl .makeNormal {
	background-color: none;
}

.boardTbl .busType a {
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px;
	color: #818BAE;
}

.boardTbl .busType a:hover {

	text-decoration: underline;
}

.boardTbl .positions {

	font-size: 10px;
	width: 290px;
	
}

.boardTbl .popDetails {

	font-size: 10px;
}

.boardTbl .popDetails .title {

	font-weight: bold;
}

.boardTbl .detailsLink {

	color: #392421;
}

.boardTbl .cityName {

	font-size: 10px;
}

.boardTbl .daysLeft {

	background-color: #FFCCFF;
}

.boardTbl .daysLeftText {

	font-size: 10px;
}

.boardTbl .expand a, .boardTbl .close a, .boardTbl .expand a:visited, .boardTbl .close a:visited {

	font-size: 9px;
	padding: 3px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #392421;
}

.boardTbl tr.plainRow, .boardTbl tr.plainRow:hover {

	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}


/* @end */

/* @group Job Board Filters */



#filtersAll {

	margin-bottom: 10px;
}

#filtersAll #currentFilter {

	font-size: 10px;
}

ul.filterList, ul.filterList li {

	list-style-type: none;
	font-weight: bold;

}

ul.posList {

	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
	width: 150px;
}

ul.posList li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width: 150px;
	position: relative;
	text-align: left;
	cursor: pointer;
	border: none;
}

ul.posList a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;

}

ul.posList a:hover {

	background-image: url(/scripts/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	text-decoration: none;
	color: #BC0F4E;
}

ul.posList a.notselected {

	color: #000;
}

ul.posList a.selected {

	color: #BC0F4E;
}

.positionTbl tr:hover {

	background-color: #E9E9E9;

}