﻿/*CSS PADRAO*/
body {
    background-image: url( '../Images/bg.gif' );
    padding: 0px;
    margin: 0px;
}

body, input, select {
    font-family: Verdana, Arial;
    font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	background-color: #CCCCCC;
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#cabecalho h1 {
	height: 70px;
    padding: 0px;
    position: relative;
    margin: 0px;
	text-indent: -5000px;
}

#cabecalho #user_info {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 50px;
}

#cabecalho #user_info a {
    color: #ffffff;
}

#main_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 65px;
}

#main_menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#main_menu ul li a {
	background-position: 0px 65px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	float: left;
	width: 113px;
	height: 37px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 28px;
	border-left: 1px dotted #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}

#main_menu ul li.first a {
	border-left: 0px;
}

#main_sub_menu {
	clear: left;
	height: 30px;
	background-color: #000000;
	color: #ffffff;
}

#titulo {
    color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 19px;
    padding: 8px;
    margin: 8px;
    text-transform: uppercase;

}


#conteudo {
	background-color: #ffffff;
	margin: 10px;
	margin-top: 0px;
	padding: 20px;
}

#rodape {
	clear: left;
	padding: 5px;
}


.reset_float {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	height: 0px;
	display: block;
}

/*DEMAIS CONFIGURAÇÕES*/

h2, legend {
	color: #FF0000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

hv {
	color: #FF0000;
	text-transform: uppercase;
	
}
/********************************************
 Menu
********************************************/
#menu {
	float: left;
	margin: 0px 10px;
	width: 150px;
}

#menu dl {
	margin: 0px;
	padding: 0px;
}

#menu dt {
	background-color: #000000;
	padding: 5px;
}

#menu dt a {
	color: #ffffff;
}

/********************************************
 Navegacao
********************************************/
#nav {
    background-color: #F2F2F2;
    border: 2px solid #7A7A7A;
    padding: 5px;
    margin-top: 10px;
    overflow: auto;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav ul li input {
    background: none;
    background-repeat: no-repeat;
    border: 0px;
    height: 35px;
}

#nav ul li.nav_voltar {
    float: left;
}

#nav ul li.nav_voltar input {
    background-image: url( "../Images/bt_voltar.gif" );
    background-position: left;
    padding-left: 40px;
    text-align: left;
}

#nav ul li.nav_avancar {
    float: right;
}

#nav ul li.nav_avancar input {
    background-image: url( "../Images/bt_avancar.gif" );
    background-position: right;
    padding-right: 40px;
    text-align: right;
}

#nav input:hover {
    cursor: pointer;
    background-image: url( "../Images/bt_avancar_hover.gif" );
}

/********************************************
 Erro
********************************************/

.conteudo_error {
	background: url(../Images/error.gif);
	background-position: right;
	background-repeat: no-repeat;
	border: none;
	color: #FF0000;
	display: block;
	width: 740px;
	height: 47px;
	padding: 0px;
	padding-top: 10px;
}

.item_box_ata {
    font-weight:bold;
}

.conteudo_error2, .message {
	background: url(../Images/error2.gif);
	background-repeat: no-repeat;
	border: none;
	color: #FF0000;
	display: block;
	width: 840px;
	height: 47px;
	padding: 0px;
	padding-top: 10px;
	
}

/********************************************
 Cadastro Não Filiado
********************************************/
.cadastro_nao_filiado fieldset {
    border-top: 1px dotted #000000;
}

/********************************************
 Form
********************************************/

fieldset {
    border: 0px;
    padding-top: 5px;
    margin-top: 20px;
}

fieldset h2 {
    margin: 0px;
    margin-bottom: 10px;
}

.wwgrp {
    margin-bottom: 10px;
}

.wwgrp label {
    font-weight: bold;
    display: block;
}

/********************************************
 Atleta
********************************************/
.atleta.view img {
    float: left;
    margin-right: 10px;
}

.atleta.view label {
    display: inline-block;
    width: 150px;
}

/********************************************
 Academia
********************************************/
.academia.form select {
    float: left;
    height: 150px;
    margin-right: 10px;
}

.academia.view {
    margin-top: -10px;
    margin-left: 360px;
}

/********************************************
CampeonatoInscrição
********************************************/
.bt250 {
	background: url(../Images/bg_button_250px.gif);
	color: #f1f0ea;
	display: block;
	font-size: 9px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 250px;
	border: none;
}

.campeonato.list .item {
    border-bottom: 1px dotted #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: Gray;
}

.campeonato.list .item h2 {
    margin: 0px;
}

.ui-dialog-overlay {
	background-color: #000000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.ui-dialog {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.ui-dialog-titlebar {
	display: none;
}

.ui-dialog-content {
	padding: 10px;
	text-align: center;
	position: relative;
}

.button {
	background-color: #F2F2F2;
	background-image: url( "../Images/bt_avancar.gif" );
	background-repeat: no-repeat;
	background-position: right;
	border: 2px solid #7A7A7A;
	padding: 10px 5px;
	padding-right: 40px;
	text-align: center;
}


.Step01, .Step02, .Step03 {
	padding: 10px;
	border: 2px solid red;
	margin-bottom: 10px;
}

.done {
	border: 2px solid green!important;
}

.Modal_Background_Escuro
{
	background-color:#000000;
	width:100%;
	height:100%;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.disabled {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.popUp {
	background-color: #ffffff;
	border: 2px solid #000000;
	width: 600px;
	height: 400px;
	overflow: auto;
	padding: 10px;
}

.mais {
	color: #ffffff;
	font-weight: bold;
	background-image: url( "../Images/mais.jpg" );
	display: inline-block;
	padding-left: 20px;
	width: 40px!important;
	height: 14px;
}

.fakeForm { border: 1px solid #000000; padding: 10px; }

#accordion fieldset { padding: 0px; margin: 0px; }
#accordion fieldset legend { padding: 0px; margin: 0px; margin-bottom: 10px; }

