@CHARSET "ISO-8859-1";
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {	
	padding-top: 10px;
	background: #D4D9E2 url(../img/bg2.png) top center repeat-x;
}

header h1 a {
	color: #000;
	text-decoration: none;
	line-height: 50px;
	font-weight: 800;
}

header h1 a:hover {
	text-decoration: none;
}

#stm_logo {
	position: relative;
	float: left;
	clear: none;
	height: 100px;
	width: 124px;	
	margin-left:10px;
	margin-right:20px;
}

#stm_logo img {
	height: 100px;
	width: auto;
	width: auto;
	clear: none;
	z-index: 900;
}

header div#logo_head {	
	margin-top: 10px;
}	

footer{
	font-size: 11px;
	color: #3E2F3F;
	background: transparent url('../img/linha_inf.png') top center no-repeat;
	background-size: 100%;
	line-height: 32px;
	padding: 10px 0 0 0;
	margin: 15px 0 -12px 0;
}
	
div#template_container{
	margin: 10px auto;
    background-color: #FFF;
	padding: 8px;
	border: 1px outset #9C9Da2;
	-webkit-border-radius: 4px 4px 8px 8px;
	border-radius:  4px 4px 8px 8px;
	-webkit-box-shadow: 0 4px 16px #505090;
	box-shadow:  0 4px 16px #505060;
}

hr.soften {
  height: 1px;
  margin: 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
  border: 0;
}
.linha {
	background: transparent url('../img/linha_sup.png') top center no-repeat;
	background-size: 100%;
	height: 6px;
	width: 100%; 	
}
hr.soften.header {
	height: 3px;
	margin: 0;
}

hr.soften.footer {
	height: 2px;
	margin: 0 0 8px 0;
}

.lead {
	margin-bottom: 12px;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #e2ebf0;
}

.form-bordered {
	padding: 6px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.form-bordered .form-actions {
	margin-bottom: none;
}

/*thead th, thead tr th {
	background: #dfdbe0;
	font-size: 14px;
	color: #635520;
}*/

/* ----------------------------------------------------------- */
/* --- Mensagens                                                           --- */
/* ----------------------------------------------------------- */
.alert {	
	background: #FF9 url(../img/warning.png) 4px 4px no-repeat;
	border: 1px inset #B4B742;
	padding-left: 36px;
	color:  #B4B742;
	margin-top: 12px;
}
	
.alert.alert-success {
	background: #E4F7EA url(../img/good.png) 4px 4px no-repeat;
	border-color: #34A742;	
	color: #34A742;
}

.alert.alert-warning {
	background: #FF9 url(../img/warning.png) 4px 4px no-repeat;
	border-color: #B4B742;
	color:  #B4B742;
}

.alert.alert-error {
	background: #FDC8F9 url(../img/error.png) 4px 4px no-repeat;
	border-color: #A73442;
	color: #A73442;
}
