@charset "UTF-8";
/* CSS Index Page Stylesheet */

#footer a, #footer th {font-size:12px}
#footer a {color:#999999}
#footer a:hover {color:#c82520}
#footer th {color:#006699}
#footer_table {text-align:left}

form td {height:35px}

h1, #content h3, #panel h3 {color:#c82520}
h2, h4, h5 {color:#006699}
h2, #content h3, #panel h3 {font-weight:600}

h1 {
	font-size:24px;
	font-weight:400;
	text-align:center;
	margin:25px 0 20px 0;
}

h2 {
	font-size:20px;
	margin:20px 0 0 20px;
}

#content h3, #panel h3 {
	font-size:16px;
	margin:10px 0 10px 20px;
}

h4 {
	font-size:16px;
	margin:10px 0 0 20px;
}

#panel h5 {
	font-size:16px;
	font-weight:700;
	margin:20px 0 0 -20px;
}

#logo {
	color:#c82520;
	float:left;
	margin:30px 0 0 0;
}

#logos {margin:0 0 5px 0}
#logos ul {list-style-type:none}
#logos li {display:inline}

#nav_top {
	float:right;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.1em;
	margin:40px 0 0 0;
}

#nav_top li {padding:0 15px 0 15px}

#panel {
	text-align:left;
	background-image:url(https://restaurantriskmanagement.com/images/panel_pattern.png);
	background-repeat:repeat;
	height:200px;
	margin:10px 0 0 0;
	border-bottom:2px solid #666666;
}

/* ie fixes for public pages */

#ie #explain {font-size:14px}

#ie h1 {margin:25px 0 20px 0}

#ie hr {margin:0;padding:0}

#ie #logo {margin:31px 0 0 0}

#ie #nav_top {}

.error_border {border:#c82520 solid thin;padding:15px} 

.highlight_error, 
.missing_input {
	color: #ffffff;
	border:5px solid #c82520;
}