/* KINGS FOOD SERVICE - KFS */

body {background-color: white;
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #CCCCCC;
		/*background-image:url(kfs/images/bg_left_orange.png);
			background-repeat: repeat-y;
			background-position: left;*/}

p {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	/*margin-left: 5px;*/}
	
h2 {
	color: #FF6A05;
	font-style: italic;
	font-size: x-large;
	margin-top: 0;
	padding-top: 0;
}

h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}
	
#kfsheader {/*width: 770px;*/
			height: 15px;
			background-color: #333333;
			/*border-bottom: 2px solid gray;*/
			margin-bottom: 10px;
			padding-bottom: 1px;
			padding-top: 1px;
			}

		 
table.kfs {
	border: 1px solid black;
	}

td.mainbody {
				padding-left: 25px;
				padding-right: 25px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-color: white;
				background-image:url(kfs/images/bg_maincheck.png);
				background-position: center;
				background-repeat: repeat-y;
			}		
			
td.footer {
	background-color: #000000;
	color: white;
	padding: 2px 0 2px 5px;
	font-size: 10px;
	}
	
td.footer a {
	color: white;
	}
	
td.footer a:visited {
	color: white;
	}
	
td.colhead {
	background-color: #FF6A05;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 0;
	}
	
td.colbot {
	background-color: #FF6A05;
	color: white;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}	
	
td.col {
	padding: 2px 5px 0 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
	
p.itemlist {
	margin: 1px;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
	}
	
p.itemlisttitle {
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	}