/*** CSS Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
	color:black;
	background:white;
}
ol,ul{
	list-style:none;
}
table{
	border-collapse:separate;
	border-spacing:0
}
caption,th{
	text-align:left;
	font-weight:normal
}
blockquote:before,blockquote:after,q:before,q:after{
	content:""
}
blockquote,q{
	quotes:"" ""
}
img{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit
}
html{
	font-size:100,01%
}
strong{
	font-weight:bold;
}

/*** CSS Login ***/
html, body, #geral{
	height:100%;min-height:100%;
}
body{
	font-family:Geneva,Arial,sans-serif;
	color:#666;
	background:#FFF;
	font-size:12px;
	line-height:120%;
}
a{
	text-decoration:none;
	color:#666;
}

#loginContent{
	text-align:center;
	font-size:11px;
	margin:auto;
	margin-top:30px;
}
#loginContent h1{
	font-size:16px;
	margin:20px 0;
	font-weight:bold;
}
#loginform{
	text-align:left;
}
#form{
	width:350px;
	margin:0 auto 10px;
	padding:25px 25px 8px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 15px #CCC;
	-webkit-box-shadow:0px 0px 15px #CCC;
	box-shadow:0px 0px 15px #CCC;
	behavior:url(css/border-radius.htc);
	background:#FFF;border:1px solid #DDD;
}
.input{
	font-size:24px;
	padding:4px;
	margin:2px 0 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(css/border-radius.htc);
	background:#FBFBFB;
	border:1px solid #E5E5E5;color:#555;
}
#login .input{
	width:97%;
}
#tableMain .input{
	height:/*\**/31px\9;
}
.submit{
	font-size:24px;
	padding:3px 0;
	*padding:4px 0;
	margin:2px 0 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:100px;
	behavior:url(css/border-radius.htc);
	background:#FFF;
	border:1px solid #E5E5E5;
	color:#555;
}
#tableMain .submit{
	*padding:0;
}

/*** Interna ***/
#tableMain {
	background: url(../img/main.jpg) left top repeat-y #FFF;
}
#conteudo{
	overflow:hidden;
}
#tableTitle{
	width:100%;
	height:110px;
	border-bottom:1px solid #C6C6C6;
	background:#D9D9D9;
}
#logo{
	position:absolute;
	top:5px;
	left:25px;
}
#logout{position:absolute;top:45px;right:20px;}
#menu{width:160px;float:left;font-size:12px;background:#EEE;height:100%;padding-bottom:999em;margin-bottom:-999em;}
#menu li{line-height:2em;}
#main{width:80%;float:left;}
#content{
	margin:15px 30px;
}
#bottomTemplate{
	width:100%;
	height:50px;
	background:#E1E1E1;
	border-top:1px solid #D1D1D1;
}
#bottomTemplate p{
	margin:10px 0px 0px 30px;
	line-height:1.4em;
}
#erro{margin-bottom:20px;color:#F00;}
#footer{height:50px;}

.section{float:left;width:300px;line-height:1.6em;font-size:11px;font-weight:bold;margin-bottom:20px;}
.section h3{color:#F00;font-weight:bold;font-size:11px;}
.section ul{margin-left:12px;}
#content h1{font-size:20px;margin-bottom:20px;}
#content h2{
	font-size:15px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

/*** Admin ***/
table.tblLista {
	width: 100%;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
table.tblLista td {
	border-bottom:1px solid #000000;
	border-right: 1px solid #000000;
	padding-left:5px;
}
table.tblLista td.titulo {
	border-bottom:1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #E40021;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
label {
	width: 110px;
	text-align: left;
	float: left;
	font-weight:bold;
}
label.minimo {
	width: 50px;
	text-align: left;
	float: left;
	font-weight:bold;
}

table.tblMenu {
	width: 80%;
}
table.tblMenu td {
	padding-left:5px;
}
table.tblMenu td.titulo {
	background-color:#FAE0BE;
	color:#E40021;
	font-weight:bold;
	padding-left:5px;
	height: 25px;
}
table.tblMenu td.titulo a{
	background-color: #FAE0BE;
	color:#E40021;
	font-weight:bold;
	padding-left:5px;
}
table.tblMenu td.txColor {
	background-color: #E40021;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
table.tblMenu td.txColor a{
	background-color: #E40021;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}

span.obrigatorio {
	color: #E40021;
	font-weight:bold;
}
.back{
	font-size:11px;
	margin:15px 0 0 0;
}
.back a{
	color:#C00;
	font-weight:bold;
}


/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	font-size: 9pt;
	padding:4px;
	margin:2px 0 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(css/border-radius.htc);
	background:#FBFBFB;
	border:1px solid #E5E5E5;
	color:#555;
}
input.ok {
	width: 100px;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 110px;
	background-color: #000000;
	border: 1px solid  #000000;
}
#submit {
	width: auto;
	margin: 0px 0px 10px 100px;
}


/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333333;
	float: left;
}
.listThumbs {
	width: 500px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.thumbs {
	width: 90px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
	border: 2px solid #EBEBEB;
}

/*** admin ***/
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	float: left;
}
.listMenuName {
	width: 80%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 20%;
	height: auto;
	text-align:right;
	float: left;
}
.listMenuAction a{
	font-weight: bold;
}
.listMenuAction a:hover{
	font-weight: bold;
	color: #990000;
}