/* *****************************************************************************
 * ESTILOS BÁSICOS
 ******************************************************************************/

/* QUANTO A MEDIDA */
.fullResolution
{ 
	width:980px;
}
.fullSize
{
	width:100%;
}
.ninetySize
{
	width:90%;
}
.eightySize
{
	width:80%;
}
.seventySize
{
	width:70%;
}
.seventyfiveSize
{
	width:75%;
}
.sixtySize
{
	width:60%;
}
.fiftySize
{
	width:50%;
}
.fortySize
{
	width:40%;
}	
.thirdSize
{
	width:30%;
}
.twentySize
{
	width:20%;
}
.twentytwoSize
{
	width:22%;
}
	
.tenSize
{
	width:10%;
}
.hidden
{
	position:absolute;
	top:-15000px;
}
.teste
{
	background:#999;
	width:500px;
	height:100px;
}
	
/* QUANTO A POSICIONAMENTO */
.center
{
	margin:auto;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clear
{
	clear:both;
}
.containAbsolute
{
	position:relative;
}
.inline
{
	display:inline-table;
}
.middle
{
    vertical-align:middle;
}

/* QUANTO A MARGEM */
.smallMargin
{
    margin:5px;
}
.normalMargin
{
    margin:10px;
}
.largeMargin
{
    margin:15px;
}
.xMargin
{
    margin:0 5px;
}
.yMargin
{
    margin:5px 0;
}
.bottomMargin {
	margin-bottom:10px;
}

	

/* QUANTO A PADDING */
.noPadding
{
    padding:0px;
}
.smallPadding
{
    padding:5px;
}
.normalPadding
{
    padding:10px;
}
.largePadding
{
    padding:15px;
}
.xPadding
{
	padding: 0 5px;
}
.yPadding
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.bottomPadding
{
	padding-bottom:15px;
}

/* QUANTO A TEXT */
h1, h2, h3, h4, h5, h6, p.ver
{
	font-family: Verdana, Geneva, sans-serif;
}
h4 {

	font-size:13px;
}
h2 {
	font-size:20px;
}

p
{
    font-size:12px;
    color:#666;
	margin:5px 0 10px 0;
	text-align:justify;
}

a
{
	text-decoration:none;
	color:#666;
}
a:hover
{
	color:#689cd2;
}
.italic
{
    font-style:italic;
}
.bold
{
    font-weight:bold;
}
span.hidden
{
	display:none;
}

.link
{
	text-decoration:none;
	color:#689cd2;
}
/* QUANTO O POSICIONAMENTO DO TEXTO */
.textCenter{
    text-align:center;
}
.textLeft{
    text-align:left;
}
.textRight{
    text-align:right;
}
.textJustify{
    text-align:justify;
}

/* QUANTO AS LISTS  */

li
{
	list-style:none;
}

/* QUANTO CORES FUNDO */
.gray {
	background:#e7e5e4;
}
.white {
	background:#fff;
}
.bgorange {
	background:#fc6d05;
}
form .label{
    width:300px;
    padding:0 10px 0 0;
    text-align:right;
    display: inline-table;
    text-align:left;

    font-family:arial;
    color:#999;
    vertical-align: middle;
}
/* QUANTO AS CORES */
.orange
{
	color:#fc6d05;
}
.blue
{
	color:#2d5ea3;
}
.whitecolor
{
	fff;
}

/* QUANTO AS IMAGENS  */
img
{
	border:none;
}

/* QUANTO AOS FORMS */

fieldset {
	border:none;
	margin-bottom:20px;
}
.form label {
	width:80px;
	float:left;
	margin-top:5px;
}

form.novo_usuario label {
	width:150px;
	float:left;

}
form.form {
/*	width: 295px;*/
}



form.form legend {
	color:#2271c4;
	font-size:14px;
	margin-bottom:10px;
	border-left:2px solid #689cd2;
	padding-left:10px;
	float:left;
}
form.form input[type="text"] {
	width:150px;
	height:12px;
	line-height:12px;
	margin-bottom:5px;
	color:#666;
	padding:4px 6px;
	outline:none;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px; 	
}
form.form input[type="password"] {
	width:150px;
	height:12px;
	line-height:12px;
	margin-bottom:5px;
	color:#666;
	padding:4px 6px;
	outline:none;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px; 	
}
form.form input:focus, form.form textarea:focus, form.form select.m:focus, form.form select:focus
{
	border:1px solid #689cd2;
	-webkit-box-shadow:  0px 0px 5px #2271c4;
	-moz-box-shadow: 0px 0px 5px #2271c4;
	 box-shadow:  0px 0px 5px #2271c4;
}


form.form select {
	margin-bottom:5px;
	width:auto;
	height:24px;
	font-size:11px;
	color:#666;
	outline:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #ccc;
}

form .sizeAuto{
    width:auto;
}

 input.checkbox {
	width:auto !important;
	margin-top:10px;
}

form.form select.m {
	width:46px;
	height:22px;
	color:#666;
	font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #ccc;
	 outline:none;
	 }
form.form select.m1 {
	width:66px;
	height:22px;
	color:#666;
	font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #ccc;
	 outline:none;
	 }	 
form.form textarea
{
	color:#666;
	font-size:11px;
	padding:5px;
	margin-top:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #ccc;
	 outline:none;
}



form.cadastro input[type="text"] {
	width:150px;
	height:12px;
	line-height:12px;
	margin-bottom:5px;
	
	padding:4px 6px;
	outline:none;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px; 	
}
form.cadastro input:focus, form.cadastro textarea:focus, form.cadastro select.m:focus, form.cadastro select:focus
{
	border:1px solid #689cd2;
	-webkit-box-shadow:  0px 0px 5px #2271c4;
	-moz-box-shadow: 0px 0px 5px #2271c4;
	 box-shadow:  0px 0px 5px #2271c4;
}


form.cadastro select {
	margin-bottom:5px;
	width:auto;
	height:24px;
	font-size:11px;
	outline:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	 border:1px solid #ccc;
}

form .sizeAuto{
    width:auto;
}

.cadastrar{
    background:url(../img/icons/subscribe.png) left center no-repeat;
    padding:8px 0 7px 40px;
    margin:0 0 5px 0;
}

.error-message{
    background:url(../img/icons/error.png) no-repeat;
}
.form-error{
    background:#FFF5F5;
    border:1px solid #df8f8f;
}

.alert, .error-message, label.confirm{
    padding:0px 0px 0px 30px;
    font-size:small;
    color:#666;
    vertical-align: middle;
    display: inline-table;
}