/** CSS RESET **/
* {
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	background:#F1ECDE;
	text-align:center;
	background-position:50% 0%;
	overflow-y: scroll;
}

br {
	line-height:8px;
}

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

a.submenu {
	color: #002ef3;
}

a.link {
	color: #2D8F5F;
}

a.link:hover {
	text-decoration: underline;
}

h2 {
	color:#5B4A28;
	font-size:15px;
	border-bottom:2px solid #E9E0CD;
}

h2 a{
	color:#5B4A28;
	font-size:15px;
	border-bottom:2px solid #E9E0CD;
}

/*************/

#header {
	text-align:center;
	width:100%;
	height:130px;
	background:url(img/lay/header_background.png) repeat-x ;
}

/* MENU */

#menu {
	width:768px;
	float:none;
}

#menu a {
	text-align:center;
	padding:5px 15px 0 15px;
	height:20px;
	float:left;
	/* visual do link */
	color: #333;
}

#menu a:hover {
 background:url(img/lay/back_menu_hover.png);
 }
/****/

#logged {
	color: #DADADA;
}

#logged a {
	color: #FFFFFF;
}

#logged a:hover {
	text-decoration: underline;
}

#banner_768 {
	padding-top:14px;
	background:url(img/lay/back_banner_768.png) no-repeat;
	height:114px;
	width:768px;

}

#search {
	width:768px;
}

#search .header {
	background:url(img/lay/search_header.png) no-repeat;
	height:41px;
}

#search .header {
	padding:0px 0px 0px 10px;
	text-align:left;
	background:url(img/lay/search_header.png) no-repeat;
	height:41px;
}
#search .header h1 {
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
}
#search .content {
	background:url(img/lay/search_content.png) repeat-y;
}

#search .bottom {
	height:18px;
	background:url(img/lay/search_bottom.png) no-repeat;
}

/*******/

#user_panel {
	width:768px;
}

#user_panel .header {
	padding:0px 0px 0px 10px;
	text-align:left;
	background:url(img/lay/user_header.png) no-repeat;
	height:41px;
}
#user_panel .header h1 {
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
}
#user_panel .content {
	background:url(img/lay/user_content.png) repeat-y;
	padding:0px 10px 0px 10px;
}

#user_panel .bottom {
	height:18px;
	background:url(img/lay/user_bottom.png) no-repeat;
}

/****/
form select {
	width:150px;
	margin:5px;
}

.go {
	border:2px solid #DE5E5F;
	padding:3px;
	margin:5px;
	background:#D2383A;
	color:#FFFFFF;
	font-weight:bold;
}

.go_green {
	border:2px solid #56C148;
	padding:3px;
	margin:5px;
	background:#47A33A;
	color:#FFFFFF;
	font-weight:bold;
}

.opacity {
	background:url(img/lay/back_thumb.png) no-repeat;
	width:136px;
	height:106px;
}

.opacity img {
	position:relative;
	top:6px;
	left:8px;
}

#content_full h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#512000;
	font-size:18px;
	font-weight:normal;
}

#content_full .header {
	background:url(img/lay/content_full_header.png) no-repeat;
	height:18px;
}

#content_full .content {
	padding:5px 15px 5px 15px;
	text-align:left;
	background:url(img/lay/content_full_content.png) repeat-y;
}

#content_full .bottom {
	background:url(img/lay/content_full_bottom.png) no-repeat;
	height:18px;
}

#content_full .opacity td {
	padding-right:25px;
	width:125px;
	height:118px;
}
#content_full .opacity div {
	padding: 6px 8px 0px 7px;
	width:136px;
	height:106px;
	background:url(img/lay/back_thumb.png) no-repeat;
}
#content_full .tittle {
	text-align:center;
	font-size:13px;
	color:#B5240F;
	font-weight:bold;
}
#content_full .tittle a {
	text-align:center;
	font-size:13px;
	color:#B5240F;
	font-weight:bold;
}

#content_full .tittle td {
	padding-right:5%;
}

/**** CONTENT MINI *********/

#content_mini h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#512000;
	font-size:18px;
	font-weight:normal;
}

#content_mini .header {
	background:url(img/lay/content_mini_header.png) no-repeat;
	height:18px;
}

#content_mini .content {
	padding:5px 27px 5px 15px;
	text-align:left;
	background:url(img/lay/content_mini_content.png) repeat-y;
	font-size:13px;
}

#content_mini .bottom {
	background:url(img/lay/content_mini_bottom.png) no-repeat;
	height:18px;
}

#content_mini .tittle {
	text-align:center;
	font-size:13px;
	color:#B5240F;
	font-weight:bold;
}

#content_mini .tittle a {
	text-align:center;
	font-size:13px;
	color:#B5240F;
	font-weight:bold;
}

#content_mini .tittle td {
	padding-right:15px;
}


/****** FOOTER *********/
#footer {
	margin-top:20px;
	padding: 20px 0 20px 0;
	background:#E9E0CD;
}
#footer a {
	color:#B5240F;
}
#footer p.links {
	margin:7px;
}
#footer .links a {
	border:3px solid #E3D9C1;
	padding:3px;
	margin:5px;
	background:#F1ECDE;
}
#flags td {
	padding:5px;
}
#flags input {
	border:1px solid black; padding:0px; 
	height:11px; 
	width:19px;
}

/* Only English */
#onlyenglish {
	margin: 0px auto;
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
	border: 2px solid #004e85;
	background-color: #e9f6ff;
}
#onlyenglish a, #onlyenglish b {
	color: #004e85;
	font-weight: bold;
}
#onlyenglish td {
	padding-left: 30px;
	padding-right: 30px;
}

input.flags {
	border:1px solid black; padding:0px; 
	height:11px; 
	width:19px;
}

input, textarea {
	border: 1px solid black;
	width: 200px;
	padding: 2px;
}

#sortby {
	margin:20px auto;
	padding:5px;
	border:1px solid #DCCDAF;
	background:#F5F2E9;
	width:445px;
	font-size:10px;
	font-weight:bold;
}

#sortby ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#sortby ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 30px 5px 30px;
	list-style: none;
	display: inline;
}

#sortby ul li.sortit {
	color:#BF2C00;
}

ul.search_menu {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size:10px;
}

ul.search_menu li {
	padding: 0px 55px 5px 00px;
	list-style: none;
	display: inline;
}

.search_results tr {
	margin:10px 0 10px 0;
}

td.tag {
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	width: 20%;
	vertical-align: top;
}

td.input {
	width: 45%;
	vertical-align: top;
	padding: 2px;
}

td.asist {
	width: 35%;
	vertical-align: top;
	padding-bottom: 4p;
}

tr.asist {
	visibility: collapse;
}

div.asist {
	position: absolute;
	background-image: url('./img/lay/bulb.png');
	background-repeat: no-repeat;
	background-color: LightGreen;
	border: 1px solid green;
	padding: 4px;
	padding-left: 24px;
	font-size: 11px;
	margin-top: 1px;
	width: 190px;
	z-index: 1;
}

div.warn {
	position: absolute;
	background-image: url('./img/lay/warn.png');
	background-repeat: no-repeat;
	background-color: LightYellow;
	border: 1px solid orange;
	padding: 4px;
	padding-left: 24px;
	font-size: 11px;
	margin-top: 1px;
	width: 190px;
	z-index: 0;
}

img {
	border-style: none;
}
