body {	
	background-color: #303030 ;
	color: #757575;	
	font-size: 16px;
	font-family: georgia,times new roman;
}

#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
	z-index: 100;
	background-color: lightblue;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

#loadingContents{
	position: relative;
	width: 50px;
	height: 50px;		
}

.topHeader{
	z-index: 2;
	position: fixed;
	top:0px;	
	width: 100%;
	height: 60px;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.header{
	position: relative;	
	width: 100%;	
	font-size: 30px;
	color: white;
	z-index: 2;	
}

.topHeaderMenu{
	z-index: 2;
	position: fixed;
	top: 0px;	
	width: 100%;
	min-width: 1024px;
	font-family: arial, georgia,times new roman;	
}
.headerMenu{
	margin: 0px auto;	
	position: relative;
	width: 1024px;
	font-size: 30px;
	color: white;
	z-index: 2;
}
.headerName{
	float: left;
	padding-top: 10px;
}

.page_content{
	z-index: 3;
    width: 1024px;
    min-width: 1024px;           
    margin: 0px auto;
}

.contents{
	padding-top: 100px;	
	z-index: 1;
	padding-bottom: 10px;	
}

.item{	
	display: inline-block;
	cursor: pointer;
	height: 250px;
	width: 300px;
	margin: 15px;
	border-radius: 10%;
	background-color: white;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);	
}

.itemContents{	
	font-size: 20px;
	font-family: open sans;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;	
	line-height: 18px;
	margin: 10px 10px 5px 10px;	
	font-weight: 700;
	color: #4B4B4A;	
	height: 50px;
	overflow: hidden;	
}

.itemPhotoDiv{
	height: 150px;
	width: 300px;
	display: table-cell; 
	vertical-align: middle;		
}

.itemPhoto{
	max-width: 300px;
	max-height: 150px;
}

.listItem{		
	width: 100%;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);	
}

.listItemText{	
	cursor: pointer;
	font-size: 20px;
	font-family: open sans;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;	
	line-height: 18px;
	font-weight: 700;
	color: #4B4B4A;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 350px;
}

.inscricaoForm table{
	width: 100%;
	margin-top: 20px;
}
.inscricaoForm tr{
	height: 45px;
}
.inscricaoForm td{
	height: 45px;
}

.incricaoTdLeft{
	width: 30%;	
}
.incricaoTdRight{
	width: 70%;	
}
.inscricaoForm {
	color: white;
}
.inscricaoForm input{
	border-radius: 5px;
	color: black;
}
.formTitle{
	cursor: pointer;
	width: 100%;	
	padding-top: 10px;	
	padding-bottom: 10px;
	background-color: #B2B2B2;
	border: 1px solid #2F98FF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #38342b;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: large;	
}
.formTitleLegend{
	margin-left: 10px;	
}
.incricaoInput{
	border: 1px solid #b8b8b8;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 10px;	
	margin-top: 10px;
	background-color: #eeeeee;
}

.incricaoInput:focus{
	border: 1px solid #2F98FF;
	background-color: white;	
}
.incricaoInputL20{
	margin-left: 20px;
}
.incricaoInputL10{
	margin-left: 10px;
}
.incricaoInputFull{
	width: 95%;
}
.pilotoLineHeader{
	border: 1px solid black; 
	color: #2F98FF; 
	font-size: larger; 
	height: 45px;
}
.pilotoLine{	
	border: 1px solid black; 	
	color: white;
	cursor: pointer;
	font-size: medium; 	
	text-align: center;
	height: 40px;
}
.pilotoLine:hover{
	background-color: gray;
}

.btEdit{	
	color: white; 
	text-align: center; 
	border: 1px solid black; 
	padding: 5px;
	width: 150px; 
	background-color: gray;
	cursor: pointer;
	float: left;
}
.btEdit:hover{
	background-color: green;	
}

.btRemove{	
	color: white; 
	text-align: center; 
	border: 1px solid black; 
	padding: 5px; 
	width: auto; 
	background-color: gray;
	cursor: pointer;
	float: right;
}
.btRemove:hover{
	background-color: red;	
}

.btValidate{	
	color: white; 
	text-align: center; 
	border: 1px solid black; 
	padding: 5px; 
	width: auto; 
	background-color: gray;
	cursor: pointer;
	float: right;
}
.btValidate:hover{
	background-color: green;	
}

.btValidateNoFloat{	
	color: white; 
	text-align: center; 
	border: 1px solid black; 
	padding: 5px; 	
	font-size: 15px;
	background-color: gray;
	cursor: pointer;
	display: inline-block;
	margin-left: 100px;
}

.btValidateNoFloat:hover{
	background-color: green;	
}

.footerMain{	
	width: 100%; 
	position: fixed; 
	left: 0px; 
	bottom: 0px; 
	display: block; 
	height: 70px; 
	text-align: center; 	
	background-color: #252525;
	
	border: 1px solid #202020;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -4px 3px rgba(50, 50, 50, 0.75);
}

.footerContents{
	width: 1024px;
	margin: 0px auto;
}