/* default for internal menu type style sheets */

#masthead {
	padding: 1em;
	margin-bottom: 0;
	background-image: url(../images/menu.gif);
	background-repeat: repeat;
	/* background-position: 100% 20%; */
	background-position: center center;
	height: 85px;
}

#heading {
	padding-left: 3em;
	color: white;
	text-align: center;
	font-size: small;
	vertical-align: middle;
}

#ford-logo {
	width: 10%;		/* this helps center the company name */
	float: Left; 	/* show ford logo in upper left corner */
}

#date-time {
	float: right; 	/* show date-time in upper right corner */
	color: white;
	padding-top: 2em;	/* this helps center the company name */
	text-align: center;
	font-size: small;
	vertical-align: middle;
}

#hi-lite {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}


/* Style for tables */

body {
	background-color: #DAE5E5;
	color: #000;
	margin: 0;			/* void out browser-defined gutterspace */
	padding: 0;
	font-family: calibri, helvetica, sans-serif;/* calibri, the "IN" font for reading text on screens */
	font-size: medium;
	/* background-image: url(../images/orang028.gif); */
	/* background-image: url(../images/orange_fade_back.jpg); */
	/* background-repeat: repeat-x; */
}
table.collapse {
	border-collapse: collapse;
}
/* Style for table cells */ 
td.c-j-n {
	text-align: center;
	border: solid 1px #00bfff;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-large;
}

td.l-j-n {
	text-align: left;
	border: solid 1px #00bfff;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-large;
}

td.r-j-n {
	text-align: right;
	border: solid 1px #00bfff;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-large;
}
td.l-j-b {
	text-align: left;
	border: solid 1px #00bfff;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-large;
	font-weight: bold;
}
td.r-j-b {
	text-align: right;
	border: solid 1px #00bfff;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-large;
	font-weight: bold;
}

td.c-j-b {
	text-align: center;
	/* border: thin none #00bfff; */
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-large;
	font-weight: bold;
}
td.l-j-b-2 {
	text-align: left;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border: thin none #FFFFFF;
}

/* Style for thumbnail images */ 
img.cust {
	width:100px;
}
