/* SY2 - Online Takeaway
* 
* SY2_Takeaway.css
*/
hr {border: none 0;
	border-top: 2px dashed black;/*the border*/
} 

/* Form elements */
input.wait {
	border : 0px solid Black;
	background-color :transparent;
	color : #06F;
	font-size : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	height: 29px; /* replace 2em with your chosen value, in px or whatever */
	width: 30px;
} 
input.late {

	border : 0px solid Black;
	background-color : #FF0000;
	color : #ffffff;
	font-size : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	height: 28px; /* replace 2em with your chosen value, in px or whatever */
	width: 33px;
	text-decoration:blink
} 
.special_code
{
	border-right-style:dashed;
	border-left-style:dashed;
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-width:1px;
}

#textarea.description
{
	background-color : #FF0000;
	background-image: url(site/adamsfastfood.co.uk/images/background.gif);
}
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
	background-image: none;
}
#topPan{ position:center; margin:0 auto;}
#topPan ul{text-align: center; list-style-type:none;  margin-top: -15;}
#topPan ul li.menupadding{float:left; background:url(images/menubg-normal.gif) 0 0 no-repeat; font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;}
#topPan ul li.theone{float:left; background:url(images/menubg-active.gif) 0 0 no-repeat;  color:#FDFDFD; font:22px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;}
#topPan ul li a{text-align: center; width:92px; height:30px; display:block;   text-decoration:none; text-align:center;}
#topPan ul li a:hover{background:url(images/menubg-hover.gif) 0 0 no-repeat;  color:#1A1917;}
#topPan ul li a:active{background:url(images/menubg-active.gif) 0 0 no-repeat; color:#1A1917;}


/* admin menu */
#topmenu{ position:center; margin:0 auto;}
#topmenu ul{text-align: center; list-style-type:none;}
#topmenu ul li.menupadding{float:left; background:url(images/menubg-normal.gif) 0 0 no-repeat; font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;}
#topmenu ul li.theone{float:left; background:url(images/menubg-active.gif) 0 0 no-repeat;  color:#FDFDFD; font:22px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase;}
#topmenu ul li a{text-align: center; width:92px; height:30px; display:block;   text-decoration:none; text-align:center;}
#topmenu ul li a:hover{background:url(images/menubg-hover.gif) 0 0 no-repeat;  color:#1A1917;}
#topmenu ul li a:active{background:url(images/menubg-active.gif) 0 0 no-repeat; color:#1A1917;}





tr { } 
.initial { background-color:  }
.normal_pizza { background-color:  }
.highlight_pizza { background-color: #dddddd} 

tr { } 
.initial { background-color:}
.normal { background-color: }
.order_new {background-color: #F00;} 
.order_cooking {background-color: #FF8D42;} 
.order_sent {background-color: #33CC33;} 




#driver.big_button {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #FFF 2px 2px 0;
	color: #000!important;
	background: url('images/btn-demo-l.gif') 0 0 no-repeat;
	min-width: 100px;
}
#driver.big_button:hover { text-decoration: underline; }


#driver.big_button span {
	display: block;
	padding: 8px 7px 12px 7px;
	background: url('images/btn-demo-r.gif') 100% 0 no-repeat;
}


a.big_button {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #FFF 2px 2px 0;
	color: #000!important;
	background: url('images/btn-demo-l.gif') 0 0 no-repeat;
	text-shadow: #FFF 2px 2px 0;
}
a.big_button:hover { 
	text-decoration: underline; 

}
a.big_button span {
	display: block;
	padding: 8px 7px 12px 7px;
	background: url('images/btn-demo-r.gif') 100% 0 no-repeat;
}



.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(images/star_small.gif);
	line-height: 10px;
	height: 10px;
}




h3 {
	margin: 0px;
	padding: 0px;	
}

.suggestionsBox {
	position: relative;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 165px;
	background: url('images/drow_down.gif') 100% ;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {

	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #DD5800;
}




input.button
{
	height: 24px;
	color: #333333;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 3px;
	background: url(images/buttons_bg.gif) repeat-x #f0f0f0;
	border: 1px solid #a4a4a4;
}

input.button:hover
{
	color: black;
}

input.mainaction
{
	font-weight: bold;
	border: 1px solid #999;
}


/*NOTIFICATION MESSAGES*/
.message {
	display:block;
	padding:10px 20px;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.message p {
	font-size:13px;
	line-height:20px;
	margin-bottom:15px;
	clear:both;
	font-family:"Modata", Tahoma, Arial, sans-serif;
	font-weight:normal;
	width:auto;
	margin-bottom:0;
	margin-left:45px;
	color:#555;
}

.message h2 {
	font-size:18px;
	color:#333;
	margin-bottom:10px;
	clear:both;
	font-family:"Modata", Tahoma, Arial, sans-serif;
	font-weight:normal;
	margin-left:50px;
	margin-bottom:5px;
}

.warning {
	background:#feffc8 url('../images/warning_48.png') 10px 50% no-repeat;
	border:1px solid #f1aa2d;
} 


.error {
	background:#fdcea4 url('../images/stop_48.png') 10px 50% no-repeat;
	border:1px solid #c44509;
}

.success {
	background:#d4f684 url('../images/tick_48.png') 10px 50% no-repeat;
	border:1px solid #739f1d;
}
.information {
	background:#c3e4fd url('../images/info_48.png') 10px 50% no-repeat;
	border:1px solid #688fdc;
}

.message1:hover {
	cursor:pointer;
}
#more_float { border: 0;position: fixed;  top: 0px; left:0;}      




