@charset "utf-8";
@import url(reset.css);
@import url(common.css);
@import url(text.css);
@import url(form.css);

/* RE-DEFINITIONS */
html, body { width: 100%; }

ul { margin-left: 15px; margin-top: -4px; }
li { list-style: disc; margin-top: 4px; }


/* WEBSITE CONTAINER */
.container {
	margin:  10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}


/* HEADER */
div#header { }
div#header #logo 	{ padding: 0px 0px 10px 0px; text-align: center; }


/* MENU */
div#menu { }


/* CONTENT */
div#content {
	display: block;
	border: 1px solid #c0c0c0;
	padding: 10px;
	
	zoom: 1;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* FOOTER */
div#footer { padding: 10px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; }


/* BOX DEFINITIONS */
div#boxListaImagens { margin-left: -3px; }
div#boxListaImagens div.boxImagem { display: -moz-inline-stack; display: inline-block; zoom: 1; margin: 5px 1px 0px 1px; background: #e8e8e8; border: 1px solid #d0d0d0; *display: inline;  _height: 50px; }
div#boxListaImagens div.boxImagem:hover { background: #c04444; border: 1px solid #c0c0c0; cursor: hand; cursor: pointer; }
div#boxListaImagens div.boxImagem div.imagem { padding: 3px 3px 3px 3px; text-align: center; }
div#boxListaImagens div.boxImagem div.info   { padding: 3px 0px 3px 3px; text-align: left; line-height: 14px; }


/* BOX LOADING */
div.boxLoading { text-align: center; color: #383838; border: 1px dotted #c81010; font-weight: bold; padding: 5px 0px; font-size: 12px; margin: 30px 0px 40px 0px; }
div.boxLoading span.loading { display: inline-block; background: url(../img/ic_loading.gif) left 50% no-repeat; padding: 10px 0px 10px 40px; }


/* BUTTON DEFINITIONS */
a.button { 
	display: inline-block;
	background: url(../img/bg_button_0.gif) repeat-x;
	color: #d8d8d8;
	font-size: 11px;
	text-align: center;
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	
	zoom: 1;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.button:hover { color: #fafafa; }

