/* CORES 
* #55000 - vermelho escuro
*/

/* RESET */
 * {
	margin:0;
	padding:0;
	border: 0;
}

/* GEN */
body {
	/*background-color: #990000;*/
	background-color: #F5F5DC;
	background-image: url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-attachment: fixed;
	font-family: sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}
fieldset {
	border-left: 1px dotted black;
	border-top: 1px dotted black;
	padding: 5px;
}
select {
	border: 1px solid black;
	margin: 1px;
}
input {
	border: 1px solid black;
	margin: 1px;
}
textarea {
	border: 1px solid black;
	margin: 1px;
}
label {
	font-size: x-small;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* LOGO */
#logo {
	/*background-color: #990000;*/
	height: 115px;
}
/* NAV */
#nav {
	width: 100%;
	/*background-color: #990000;*/
}

#nav ul {
	height: 42px;
	border-top: 1px solid #550000; /*AA0000*/
	border-bottom: 1px solid #550000; /*AA0000*/
	background: url(../img/nav_link-1.png) center center repeat-x;
}

#nav ul li {
	display: block;
	float: left;
	padding-top: 13px;
	padding-bottom: 13px;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #550000;
	padding: 13px 45px;
	font-weight: bold;
}
#nav ul li a:hover, #nav ul li .sel {
	border-right: 1px solid #550000; /*AA0000*/
	/*background: url(../img/nav_link-2.png) center center repeat-x;*/
	background-color: #770000;
	
}
/* WARNINGS */
#warnings {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #AA0000;
	text-align: center;
	color: black;
	background-color: #F5F5DC;
}
#warnings a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#adds {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #AA0000;
	text-align: center;
	color: black;
	font-weight: bold;
}

/* SUBMENU */
#submenu {
	/*background-color: #990000;*/
	/*border-top: 10px solid #990000;*/
	padding-top: 10px;
}
#submenu ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#submenu ul li {
	display: inline;
}
#submenu ul li a {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	color: white;
	background-color: #052030;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}
#submenu ul li a:hover, #submenu ul li .sel {
	color: black;
	background-color: #F5F5DC;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #F5F5DC;
}

/*SIDEBOX*/
#sidebox {
	width: 255px;
	padding: 5px;
	float: right;
	color: #AAAAAA;
	/*background-color: white;*/
}
#sidebox .sb_item {
	margin-top: 5px;
	padding: 5px;
}

#sidebox .sb_item ul {
	list-style-type: square;
	padding-left: 1em;
}

/* CONTENT */
#content {
	min-height: 500px;
	padding: 25px 15px;
	background-color: #F5F5DC;
	border: 1px solid #666666;
}
#content h1 {
	color: #052030;
	width: 100%;
	font-size: large;
	border-bottom: 1px dotted #052030;
	padding-top: 1em;
	margin-bottom: 1em;
}
#content h2 {
	color: #052030;
	width: 80%;
	font-size: medium;
	padding-left: 0.3em;
	border-bottom: 1px dotted #052030;
	border-left: 1px dotted #052030;
}
.dia {
	font-size: x-small;
}
#content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content ul {
	list-style-type: square;
	padding: 1em 2em;
}
#content table.ementa {
	margin-right: auto;
	margin-left: auto;
	border-spacing: 5px;
}

#content th.em_dia, #content th.em_prato, #content td.em_sel {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #052030;
	border-right: 1px solid #052030;
}
#content th.em_dia {
 	padding: 0.3em;
	width: 30px;
 }
#content th.em_prato {
	width: 400px;
 }
 #content th.rc {
 	color: white;
 	background-color: #052030;
 	text-align: center;
 	width: 200px;
 }
  #content td.rc {
  	vertical-align: top;
 	border-left: 1px dotted black;
 }
#content td.em_dia {
	text-align: center;
	border-right: 1px solid #052030;
}
#content td.em_first {
	border-top: 1px dotted gray;
}

#content td.em_act {
	text-align: center;
	border: 1px solid #052030;
}

#content td.em_dia_sab {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #052030;
	border-top: 1px solid #052030;
}


#content a  {
	color: #052030;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

#emform {
	text-align: center;
}
#emform select {
	border: 1px solid black;
}

#emform input {
	border: 1px solid black;
}

.void {
	 height: 15px;
}

.fright {
	float: right;
	padding-left: 4px;
	padding-right: 50px;
	margin-left: 4px;
}
.fleft {
	float: left;
	padding-right: 4px;
	margin-right: 4px;
}
#mapFix {
	min-height: 389px;
}
.listaPratos {
	height: 300px;
}
.listaEmenta {
	height: 500px;
}
.formError {
	background-color: red;
	color: white;
	text-align: center;
	font-weight: bold;
}


/*CREDITS*/
#credits {
	font-size: x-small;
	color: white;
	text-align: center;
	margin: 5px;
}
#credits a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#credits a:hover {
	text-decoration: underline;
	color: white;
}
.hide {
	visibility: hidden;
}
