/*
  TakeOut Scout Style CSS
	Version 1.0
	john@takeoutscout.com
*/



/*
Layout Framework------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

body 
{
	font-family: trebuchet ms, Arial, sans-serif;
	background: url('../images/top.jpg') #ffeedd;
	color: #331100;
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 100%;
}

#container{
	 width: 990px;
	 margin: 0 auto 0 auto;
	 text-align: left;
	 overflow: auto;
	 padding-bottom: 10px;
}	

#header {
  margin: 0px;
  width:  796px;
  height:  100px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
}

#footer {
	height: 89px;
	width: 100%;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
} 

#footer-text{
  padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/*
Left Bar --------------------------------------------------------- */


#left-content {
  float:  right;
  width:  220px;
  background-image: url('../images/left_repeat.jpg');
	margin-bottom: 5px;
}

#left-top{
	width: 220px;
	height: 23px;
	background-image: url('../images/left_top.jpg');
}

#left-internal{
	margin-left: 23px;
	width: 188px;
}

#left-tail{
  width: 220px;
	height: 16px;
	background-image: url('../images/left_tail.jpg');
}

.ld-top{
  height: 21px;
	background-image: url('../images/leftbar_01.jpg');
	width: 190px;
	overflow: hidden;
	margin-left: 18px;
}
.ld-rep{
  width: 190px;
	background-image: url('../images/leftbar_02.jpg');
	overflow: auto;
	margin-left: 18px;
}
.ld-tail{
  width: 190px;
	background-image: url('../images/leftbar_04.jpg');
	overflow: hidden;
	height: 7px;
	margin-bottom: 10px;
	margin-left: 18px;
}

/*
Main Content --------------------------------------------------------- */

#main{
  width: 790px;
	float: left;
}

#main-content 
{
  float: right;
  width:  570px;
	margin: 0 0;
	min-height: 480px;
	overflow: auto;
}

#main-internal {
	  width:  570px;
		overflow: auto;
}

#featured {
	margin: 30px;
	font-size: 90%;
}

#content{
	margin: 30px;
	overflow: auto;
}

.copy
{
 margin: 30px;
 font-size: 90%;
}

#fullDisplay{
  	margin: 10px 5px 5px 5px;
}

/*
Menu Display --------------------------------------------------------- */

#menulist
{
  width: 570px;
	overflow: auto;
	/* background-image: url('../images/table_repeat.jpg'); */
}

#tableHead 
{
	height: 30px;
	width: 570px;
	overflow: auto;
	margin-bottom: 10px;
	/* background-image: url('../images/table_top.jpg'); 
	background-repeat: no-repeat; */
}

h2 img{
	 border: 0px;
	 margin: 0px 10px 0px 2px;
}

#tableTail
{
  height: 30px;
	/* background-repeat: no-repeat;
	background-image: url('../images/table_tail.jpg'); 
	background-position: bottom; */
}

.entry {
	background-image: url('../images/entry_repeat.jpg');
	width: 570px;
}

.entryTop
{
	background-image: url('../images/entry_top.jpg');
	width: 570px;
	height: 8px;
	overflow: hidden;
}

.entryTail
{
	background-image: url('../images/entry_tail.jpg');
	width: 570px;
	height: 12px;
	overflow: hidden;
}

.entryInner
{
  margin-left: 10px;
	margin-right: 5px;
	padding: 0px;
	overflow: auto;
}

.menuData{
  width: 269px;
	float: left;
	margin: 10px;
	color: #332222;
	overflow: auto;
}

.dataRight{
  float: left;
  width: 250px;
  height: 290px;
  overflow: auto;
}

.mapData{
  width: 250px; 
	height: 250px; 
}

.meta
{
  clear: both;
  overflow: auto;
}

.meta li
{
 display: inline;
 font-size: 70%;
 margin-right: 10px;
}

#right-content h3
{
 margin: 15px 0 0 7px;
}

/*
Right Bar --------------------------------------------------------- */

#right-content {
  float: left;
	border-left: 1px dotted #551111;
  width : 170px; 
	margin: 0px;
} 

#userPanel{
	font-size: 80%;
	padding: 0px;
	margin: 5px 0 0 5px;
	list-style: none;
	color: #998866;
	line-height: 100%;
}

#userPanel li{
	border-top: 1px #ddccbb dotted;	
	padding: 0px;
	margin: 0px;
}

.userLogin{
	margin: 15px 0 10px 7px;
	/* padding: 5px;
	 background-color: #eeddcc; */
}

#userPanel a, .userPanel a:visited
{
 display: block;
 text-decoration: none;
 padding: 5px 0 5px 5px;
 font-weight: bold;
 color: #998866;
}
#userPanel a:hover
{
 color: brown;
 background: #ddddbb;
 text-decoration: none;
}

#userPanel li ul {
	list-style: none;
	height: 0px;
	overflow: hidden;
	font-size: 80%;
}

#userPanel li:hover ul, #userPanel li.sfhover ul {
	left: auto;
	height: auto;
}

#userPanel li ul li a, .userPanel li ul li a:visited
{
 display: block;
 text-decoration: none;
 padding: 3px 0 3px 10px;
 font-weight: bold;
 color: #998866;
}

.noStyle
{
 list-style: none;
}

.frontList
{
 list-style: none;
 font-size: 75%;
}

.frontList a, .frontList a:visited
{
 text-decoration: none;
}


/*
Text Elements --------------------------------------------------------- */

hr
{
  border: 0px;
	border-bottom: 2px #bb9944 dotted;
  margin: 10px 0 10px 0;
}

.red{
  color: red;
}
/*

.rightLiner{
	padding: 0px;
	margin: 0px;
	text-align: right;	
}

*/

.standard, .mid{
  font-size: 80%;
}

.medium{
  font-size: 70%;
}
.small{
  font-size: 60%;
}

.info{
  margin: 5px;
	background-color: #fff;
	padding: 5px;
}

h1,h2,h3,h4
{
 color: #991100;
}

h1{
	font-size: 20pt;
}
h2{
	font-size: 16pt;
}
h3{
	font-size: 14pt;
}
h4{
	font-size: 12px;
}

.menuData h4, .ajaxData h4
{
 margin-top: 20px;
}

#content p{
  font-size: 90%; 
	margin-bottom: 15px;
}

h1.boold{
	font-weight: bold;
	font-style: italic;
	color: #bb5522;	
	margin: 0 0 0 230px;
	padding: 77px 0 0 0;
        font-size: 14px;
}

h2.restaurantName{
	font-size: 90%;
	margin: 0px;
	padding-top: 2px;
}

a, a:visited{
	 color: #991100;
}	

a:hover{
	 color: #ff3300;
	 text-decoration: underline;
}

span.highlight{
  background: yellow;
	font-size: 8px;
	color: black;
}

.tableHeadText
{
  padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 60%;
}

strong{
  font-size: 60%;
}

em{
  font-style: normal;
	font-weight: bold;
	font-size: 90%;
}

.menuInfoList
{
 	/* margin: 5px; */
  font-size: 80%;
	list-style-type: disc; 
	list-style-image: url('../images/bullet.gif'); 
	
}

.menuInfoList li
{
  margin: 5px 0 5px 20px;
	
}

/*
Forms --------------------------------------------------------- */

fieldset
{
  border: 0px;
	padding: 0px;
	margin: 0px;
}

#left-content select{
  	font-size: 70%;
}

.fl{
  float: left;
  margin: 5px;
  width: 150px;
}

.fr{
  /* width: 350px; */
  float: left;
  margin: 5px;
}

.frow{
  /* width: 520px; */
	overflow: auto;
}

input.text{
  font-size: 8pt;
}

.darkBox
{
	padding: 10px;
	background: url('../images/darkbox_Tail.jpg') bottom right no-repeat #ddddbb;
	overflow: auto;
	margin: 10px 0 10px 0;
}

.darkBoxMin
{
  padding: 4px;
	background: #ddddbb;
	overflow: auto;
}

.fsubmit{
  float: right;
}

/* Uploading Table
----------------------------------------------------- */

.menulist
{
border = 2px;
width: 99%;
}


.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: 320px;
  height: 320px;
  z-index:1002;
  overflow: auto;
}


