/* @override http://saltydogbistro.com/salty-new.css */

body
  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ED8E00;
	text-align: left;
	background: #4b0000 url(images/bg_floral.gif) no-repeat fixed 50% 50%;
}

 tablemain
  {
	background-position: 50% 50%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  }

.padding {
padding-left: 18px;
padding-right: 18px;
}

.bodyyellow {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFCC;
	text-align: left;
}
.bodyyellowbold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-align: left;
}

strong {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-align: left;
}
.bodyorange {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ED8E00;
	text-align: left;
}

A.linkbody:link { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #ED8E00; text-decoration: underline; }
A.linkbody:active { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #ED8E00; text-decoration: underline; }
A.linkbody:visited { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #ED8E00; text-decoration: underline; }
A.linkbody:hover { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #ED8E00; text-decoration: none; }
	
A.linkfooter:link { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #F8E29F; text-decoration: none; }
A.linkfooter:active { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #F8E29F; text-decoration: none; }
A.linkfooter:visited { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #F8E29F; text-decoration: none; }
A.linkfooter:hover { font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; color: #F8E29F; text-decoration: underline; }







.titles {
margin: 0; 
padding: 0;
font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; color: #0065B9; line-height: 14px;
font-weight: bold;
text-align:left}

.justify {
margin: 0; 
padding: 0;
font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; color: #494F5A; line-height: 14px;
text-align:justify}

#fullheight{height:100%}
.footer {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #494F5A;
	padding-left: 32px;
}
A:link { color: #fffedb; text-decoration: none; }
A:active { color: #fffedb; text-decoration: none; }
A:visited { color: #fffedb; text-decoration: none; }
A:hover { color: #ff8f00; text-decoration: underline; }

H1       {  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #0065B9; font-weight: bold;}

.padding1 {
	padding-left: 32px;
	padding-right: 16px;
}
.padding2 {
	padding-left: 16px;
	padding-right: 16px;
}
.padding3 {
	padding-left: 16px;
	padding-right: 32px;
}
.paddinglist1 {
	padding-left: 32px;
	padding-right: 16px;
	line-height: 20px;
}
.paddinglist2 {
	padding-left: 16px;
	padding-right: 16px;
	line-height: 20px;
}
.paddinglist3 {
	padding-left: 16px;
	padding-right: 32px;
	line-height: 20px;
}

.border_team {
	border: 1px solid #2c1717;
}

.form {
margin: 0; 
padding: 0;
font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; color: #494F5A;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}


/*.centerblockabsolute {
  /*position: absolute;
  width: 782px;
  height: 617px;
  left: 50%;
  top: 50%;
  margin-left: -391px;
  margin-top: -289px;
}


