@charset "utf-8";
/* Reset stylesheet */
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, img, 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;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

@charset "utf-8";
/**
 * @name 		PyroCMS Installer Stylesheet
 * @author 		Victor Michnowicz
 * @package 	PyroCMS
 * @subpackage 	Installer
 *
 */ 
/**********
General
**********/
body {
	color: #505050;
	background: #fff;/* url(../imgs/bg.jpg) repeat-x top;*/
	font: 13px/18px arial, helvetica, sans-serif;
	color: #505050;
}

p {
	margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	color:#000c40;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
}

h1 {
	font:300 40px/40px 'Open Sans', sans-serif;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}

h2 {
	padding-bottom: 15px;
	margin-bottom: 5px;
	font-size: 24px;
	border-bottom: 1px solid #999;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

.container {
	width: 970px;
	margin: 0px auto;
	position: relative;
}

.clear {
	float: none;
	clear: both;
}

strong {
	font-weight: bold;
}

/**********
Header
**********/

#header {
	height: 123px;
	background: #fff url("../imgs/bg_header.png") no-repeat bottom center;/*#00133e;192831*/
}
#header .logo{
	position:absolute;
	top:24px;
	left:38px;
}

/**********
Footer
**********/

#footer {
	position:relative;
	bottom:0;
	height: 145px;
	width:100%;
	background: #000c40;
	padding-top:35px;
}
#footer .container{
	padding-left:150px;
	width:875px;
	height:100%;
	background: transparent url("../imgs/bg_logo.png") no-repeat 60px 0px;
	color:#fff;
}
#footer .container a{
	color:#fff;
	text-decoration:none;
	padding-bottom:8px;
	display:block;
	font-size:12px;
}
#footer .container .url{
	font: 300 24px/24px 'Open Sans', sans-serif;
	font-style:normal;

}
/**********
Menu
**********/

#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	position: absolute;
	top: 82px;
	right: 0px;
	font-size: 16px;
	z-index:300;
	font-family: "Open Sans", sans-serif;
	font-weight:300;
}

#menu li {
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
}

#menu .current {
	background: transparent url(../imgs/nav_current.gif) no-repeat bottom center;
}

#menu span {
	color: #5a686c;
}

#menu span, #menu a {
	margin: 0px;
	padding: 10px 18px;
	text-decoration: none;
	line-height: 40px;
}

#menu li:first-child a {
	border-left: 0px none;
}

#menu a:link, #menu a:visited {
	color: #000c40;
}

#menu a:hover, #menu a:active, #menu a:focus {
	color: #fff;
	background:#000c40;
}
#menu li:hover{
	color: #fff;
	background:#000c40;
}

/*#menu li:hover .submenu{
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:auto;
	height:auto;
	background:red;
	padding-top:30px;
}*/
#menu li .submenu a{
	height:auto;
	display:block;
	clear:both;
	white-space:nowrap;
}

#menu li .submenu{
    position:absolute;
    top:41px;
    left:-12px;
    width:312px;
    height:auto;
    padding:0 12px;
    display:none;
    padding-top:0px;
    z-index:10;
    background: transparent url("../imgs/bg_submenu_border_r.png") repeat-y top left;
    margin-bottom:21px;
    padding-top:6px;
}
#menu li .submenu.sub3{
    left:-251px;
}
#menu li .submenu .borderbottom{
    position:absolute;
    bottom:-21px;
    left:0px;
    width:312px;
    height:21px;
    padding:0 12px;
    background: transparent url("../imgs/bg_submenu_border_b.png") no-repeat bottom left;
}
#menu li:hover .submenu{
    display:block;
}
#menu li .submenu a{
    position:relative;
    display:block;
    width:auto;
    height:14px;
    padding-top:8px;
    color:#000c40;
    font-size:12px;
    text-decoration:none;
    line-height:14px;
    border:0;
    margin-left:20px;
    padding-left:30px;
    background: transparent url("../imgs/bg_menu_item.png") no-repeat center left;
}
#menu li .submenu a:hover{
    /*background:#ff6900;*/
    color:#ff6900;
}
#menu li.active>a{
	color: #fff;
}
/**********
Content
**********/

#content {
	
}
#content .container{
	background:#f9f9f9 url("../imgs/bg_container.png") no-repeat bottom center;
	margin-bottom:30px;
	width:870px;
	padding: 20px 50px 60px 50px;
}

/**********
Form
**********/

.innerform{
	/*background-color: #d5d5d5;
	border: 1px solid #ffffff;
	-moz-outline-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
	padding: 25px 35px;
	margin: 14% auto 0 auto;
	width: 620px;
	margin-top: 30px;
}
.minibox {
	position:absolute;
	top:30px;
	right:50px;
	/*background-color: #D5D5D5;
	border: 1px solid white;*/
	-moz-outline-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	margin: 14% auto 0 auto;
	width: auto;
	margin-top: 10px;
	border-image: initial;
	color:#575757;
	font-size:14px;
}
.minibox b{
	font:300 48px/52px 'Open Sans', sans-serif;
	color:#ff8b00;
}
.actions{
	border-top:1px solid #999;
	margin-top:5px;
	padding-top:15px;
	text-align:right;
}

.input {
	width: 600px;
	height: 20px;
	padding: 10px;
	margin: 0px 0px;
}

.input.focus {
	background-color: #ff6900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textarea {
	width: 600px;
	height: 100px;
	padding: 10px;
	margin: 0px 0px;
}

.textarea.focus {
	background-color: #ff6900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.focus small {
	color: #fff;
}

label {
	display: block;
	width: 250px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #595959;
	text-shadow: 0px 1px 0px #fff;
	float: left;
}

.focus label {
	color: #fff;
	text-shadow: 0px 1px 0px #eb6100;
}

input[type="text"], input[type="password"], select {
	margin: 0px 0px 0px 10px;
	float: left;
	padding: 0px 5px;
	border: 1px solid #bdbdbd;
	height: 20px;
	line-height: 20px;
	width: 278px;
}
textarea {
	margin: 0px 0px 0px 10px;
	float: left;
	padding: 0px 5px;
	border: 1px solid #bdbdbd;
	height: 96px;
	line-height: 15px;
	width: 278px;
	resize:none;
}
input[type="checkbox"] {
	margin: 8px 0px;
}

select {
	width: 288px;
	padding: 5px;
	height: auto;
}
/*
input[type="submit"] {
	float: right;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #202931;
	margin: 0px;
	padding: 10px;
	width: 218px;
	border: 1px solid #202931;
	background-color: #11161a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	background-color: #202931;
	cursor: pointer;
}
*/
.clear{
	clear:both;
}

/**********
Next
**********/

.next_step, .go_to_site, .mybutton {
	float: right;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #202931;
	margin: 0px;
	padding: 5px 28px;
	width: auto;
	border: 1px solid #fff;
	background-color: #ff8b00;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
	text-align: center;
	font:12px/12px arial, sans-serif;
}

.next_step:hover, .next_step:active, .next_step:focus,
.go_to_site:hover, .go_to_site:active, .go_to_site:focus{
	background-color: #ff6900;
	color:#fff;
	cursor: pointer;
}

.go_to_site {
	float: none;
	display: block;
	width: 50%;
	margin: 10px auto;
}

.mybutton{
		background-color: #000d45;
		/*border: 1px solid #fff;*/
		border:0;
		color: #fff;
}
.mybutton:hover, .mybutton:active, .mybutton:focus{
	background-color: #666;
	color: #fff;
	cursor: pointer;
}

.actions>.mybutton{
	float:none;
	display:inline-block;
}
.actions>.next_step{
	float:none;
	display:inline-block;
}
.actions p.infoleft{
	margin: 0 0px;
	text-align: left;
}
/**********
Success
**********/

p.success {
	color: #fff;
	text-shadow: 0px 1px 0px #429112;
	background-color: #50b016;
	padding: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.failure {
	color: #fff;
	text-shadow: 0px 1px 0px #992313;
	background-color: #b02816;
	padding: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.partial {
	color: #fff;
	text-shadow: 0px 1px 0px #955313;
	background-color: #b06216;
	padding: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**********
Header failure/success ul
**********/

ul.failure, ul.success {
	margin: 15px 0px;
}

ul.failure li, ul.success li {
	color: #fff;
	padding: 5px;
}

ul.failure li {
	text-shadow: 0px 1px 0px #992313;
	background-color: #b02816;
	border: 1px solid #992313;
	border-top-width: 0px;
}

ul.success li {
	text-shadow: 0px 1px 0px #429112;
	background-color: #50b016;
	border: 1px solid #429112;
	border-top-width: 0px;
}

ul.failure li:first-child, ul.success li:first-child {
	border-top-width: 1px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

ul.failure li:last-child, ul.success li:last-child {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

ul.failure li:only-child, ul.success li:only-child {
	border-top-width: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainimage{
	position:relative;
	margin:0;
	left:50%;
	margin-left:-225px;
	width:451px;
	height:275px;
}

/*TABELAS*/
.table{
}

.table th{
	font-weight:bold;
	height:30px;
}

.table tr td{
	height:30px;
	border-bottom:1px solid #999
}

.tawards tr td{
	vertical-align:middle;
}
.tawards .aright{
	display:block;
}
.tawards .mybutton{
	float:none;
	padding:5px 20px;
}
a.link{
	color:#000;
	text-decoration:underline;
}
a.link:hover, .tawards a.link:active{
	color:#ff6900;
	text-decoration:none;
}