* {
	margin: 0;
	padding: 0;
}
html {
	text-align:center;
	height:100%;
}
body {
	text-align:center;
	margin: 0;
	font-family: Trebuchet MS, sans-serif;
	background: #eeecd9 url(/imgs/fundo.gif) repeat-x;
}
img {border:none;}

#header {
	width: 890px;
	height: 8px;
	margin: 0 auto;
}

.menu {
	float: left;
	padding-top:10px;
	padding-left:10px;
}

.menu ul {
	/*margin-right: 20px;*/
	/*margin-top:8px;*/
	padding: 0;
	list-style: none;
	line-height: normal;
}

.menu li {
	float: left;
	width:108px;
}

h1 { text-align:left;padding-bottom:8px;font-family:Trebuchet;font-size:28px;color:#6A421E; }

.menu li a {width:85px;font-size:13px;padding-top:0px;color:white;padding-left:10px;padding-right:10px;background: url(/imgs/normal.gif) no-repeat; }
.menu li a:hover { background: url(/imgs/over.gif) no-repeat; }


.menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	/*padding: 10px 105px 0 0px;*/
	background: #E9EED0;
	text-decoration: none;
}

#logo {
	/*float:left;*/
	text-align:left;
	width: 890px;
	height:274px;
	background: url(/imgs/header.jpg) no-repeat center bottom;
	/*margin-top: -27px;*/
}
#logo img {
	padding-left:70px;
}
#main-content {
	margin:0px auto; 
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#content {
	background: #ffffff url(/imgs/fundoBaixo.gif) no-repeat center bottom;
	float: left;
	width: 555px;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	min-height:450px;

}

#sidebar1 {
	float:left;
	width: 270px;
	padding-left: 10px;
	margin-top:10px;
}


#thumb-list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#thumb-list li {
font-family: Trebuchet;
font-size:13px;
color:#6a421e;
float:left;
text-align:left;
height:180px;
margin:0pt 12px 15px 0pt;
width:168px;
background: #FFFCE1 url(/imgs/boxbaixo.gif) center bottom;
}

#thumb-list li a {
}

#thumb-list li strong {
	font-family: Trebuchet;
	font-size:13px;
	color:#6a421e;
	float:left;
}

#footer {
	text-align: left;
	font-size:12px;
}

#top a	{ 
color:#6A421E;
font-family:Trebuchet;
text-decoration:none;
}

#footer a	{ 
color:#6A421E;
font-family:Trebuchet;
text-decoration:none;
}

#top ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;

}

.paging {float:left; line-height:normal;padding:10px 0pt;clear:both;width:450px;}
.paging span { color:#6A421E; cursor:default; }
.paging a, .paging a:visited, .paging a:hover, .paging span { color:#6A421E;font-size:10px; margin:0pt 1px;text-decoration:none; }
.paging a, .paging span, .paging .ret, .paging strong {
border:1px solid #6A421E;
display:block;
float:left;
padding:2px 4px;
}



/*iframe { display: none; }*/
#maincol
{
	/*width: 40%;
	min-height: 600px;
	margin: 5em auto 0;*/
}

* html #maincol { height: 600px; }

input.file
{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	height: 50px;
	margin: 2px 0 0 42px;
	width: 100px;
	z-index: 200;
}

H2.numFiles
{
	/*background: #333;
	border: 1px solid #666666;
	border-bottom: 2px solid #FFFF00;
	color: #FFFFFF;*/
	font-size: 1em;
	font-weight: bold;
	/*height: 50px;
	line-height: 50px;*/
	text-align: center;
	width: 100%;
}

.uploaded { margin: 0 auto; }

.select
{
	background: url(../images/select_file2.png) no-repeat;
	width: 165px;
	height: 55px;
	margin: 20px auto 0;
}

.select:hover { background-position: bottom left; }
.select.waiting { background: #FFF url(../images/spinner.gif) center center no-repeat; }
.select.waiting:hover { background-position: center center; }

.delete
{
	background: url(../images/delete.png) no-repeat;
	height: 24px;
	left: 105px;
	position: absolute;
	top: 15px;
	width: 24px;
}

.fileInfo
{
	height: 70px;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	width: 70%;
}

.nameOfFile
{
	color: #000000;
	font-size: 0.9em;
	line-height: 16px;
}

UL#ul_files
{
	background: #C0C0C0;
	border: 1px solid #666666;
	clear: both;
	display: block;
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	position: relative;
	min-height: 128px;
	font-size: 0.825em;
}

* html UL#ul_files
{
	height: 128px;
}

UL#ul_files:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

UL#ul_files LI
{
	border-right: 1px dotted #333333;
	float: left;
	height: 110px;
	margin: 10px 0;
	width: 170px;
}

.delete:hover, input.file:hover { cursor: pointer; }

.responseMsg
{
	/*border-bottom: 2px solid #333333;*/
	clear: both;
	font-size: 0.9em;
	margin: 2em 7em 0;
	padding-bottom: 0.5em;
	position: relative;
	text-align: left;
	width: 60%;
}

UL#response
{
	clear: both;
	font-size: 0.9em;
	margin: 1em 7em 0;
	width: 60%;
}

UL#response LI
{
	padding-bottom: .5em;
	border-bottom: 1px dotted #666;
	margin: 1em 0 0 3em;
}

UL#response LI SPAN { color: #FF0000; }

UL#response P
{
	text-decoration: underline;
	text-indent: 3em;
	margin-top: 1em;
	color: #000;
}

UL#response LI.ext SPAN, UL#response P SPAN
{
	text-transform: uppercase;
	color: #FF0000;
}


fieldset { border:0px; }


#inscricao label { width:120px; }

#myFrame { display: none; }