﻿ .divCentralizada {
        position: absolute;
                right:40%;
               
        top:50%;
        
      }
/* DEFAULTS
----------------------------------------------------------*/

.HyperlinkCssClass img {
    width: 30px;
    height: 30px;
}

.TextBoxR {
    text-align:right;
}

.ruBrowse
        {
            background-position: 0 -46px !important;
            width: 122px !important;
        }
body
{
    background: #566068;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #CCC;
}
.class1 {
    position: absolute;
    top: 300px;
    left: 300px;
}
.LabelEsquerda {
    text-align:right;
}

.module1
{
    background-color: #dff3ff;
    border: 1px solid #c6e1f2;
}
.loading

{   
   
}
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    margin-top: 0px;
}

/* Image */




/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1020px;

    margin: 20px auto 0px auto;
    border: 0px solid #808080;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 0px -0px 25px #333;
    -webkit-box-shadow: 0px -0px 25px #333;
    color: #000;
    background-color: #272727;
}
.tbupdate 
{
border: 1px solid #000000;
 padding: 2px; 
 margin: 2px; 
 width: 100%;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.banner
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align:center;
}

.header
{
    border-bottom: 0px solid #FFFFFF;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #272727;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 15px 15px 9 #333;
    width: 100%;
    color: #FFFFFF;
    top: 0px;
    left: 0px;
}

.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    line-height: 2em;
    font-size: 2em;
    text-shadow: 1px 1px 2px #333;
    width: 175px;
}

.main
{
    border: 1px solid #C0C0C0;
    padding: 0px 0px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
   
    background-repeat: repeat-x;
}

.main1
{
    border: 1px solid #C0C0C0;
    padding: 0px 12px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 12px 8px 8px 8px;
   
   
    background-repeat: repeat-x;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #CCC;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width: 100%;
    background-color: #AA2828;
}

div.menu
{
    padding: 4px 0px 4px 4px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #AA2828;
    color: #DBDBF2;
    display: block;
    padding: 4px 30px;
    text-decoration: none;
    white-space: nowrap;
    border-top-color: #942323;
    border-bottom-color: #942323;
}

div.menu ul li a:hover
{
    background-color: #CD3030;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #AA2828;
    color: #D6D6D6;
    text-decoration: none;
}
.loading
{
    background-color: #fff;
    height: 100%;
    width: 100%;
    margin-top:50%;
}
.loading2
{
   position: absolute;
	left: 50%;
	top: 50%;
    margin-top:50%;
	
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
table.tdLabel
{text-align:right;
 font-weight:bold ;
}
   .tdTextbox 
    {text-align :left ;
    }
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}
.filtros {
    border: 0px;
   
    padding :0px;
}

.dropdownlist 
{z-index :9005;
 position:absolute;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 954px;
}

.loginDisplay
{
    border-left: 2px solid #7A8792;
    border-bottom: 2px solid #7A8792;
    border-right: 2px solid #7A8792;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: 5px 5px 9px #000;
    -webkit-box-shadow: 9px 9px 9px #000;
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #566068;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: #D7D7FF;
}

.loginDisplay a:visited
{
    color: #D7D7FF;
}

.loginDisplay a:visited
{
    color: #D7D7FF;
}

.loginDisplay a:hover
{
    color: #BFBFFF;
}

.footer a:link
{
    color: #D7D7FF;
}

.footer a:visited
{
    color: #D7D7FF;
}

.footer a:visited
{
    color: #D7D7FF;
}

.footer a:hover
{
    color: #BFBFFF;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}



.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.cellLabel 

{ text-align:right;
  width:30%;
  vertical-align:middle;
}

.cellTextbox
 {text-align:left;
  width:25%;

}

.CssTextbox {border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 0px 30px 0px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		#FFFFFF;
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
    .CssTextbox:focus{
	background:#feffef;
    }
.CssLabel {
   
    font-weight:bold;
    float:right;
    vertical-align:middle;
   
    margin-top: 0px;
}
.CssCheckbox {
    text-align: right;
}
.CssTable { min-height:400px;
}

.PanelLogin {
background:#272727;    

}
.PanelLogin2 {
    border-width:100px; 

}
h1{
	font-size:56px;
}
h2{
	font-size:20px;
	padding:0px 0px 40px 0px;
	color:#aaa;
}
h2 span{
	color:#ffa800;
}
a{
	color:#777;
}
a:hover{
	color:#222;
}
p{
	padding:5px 0px;
}
.wrapper{
	width:960px;
	margin:20px auto;
	min-height:550px;
}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
a.back{
	color:#777;
	position:fixed;
	top:5px;
	right:10px;
	text-decoration:none;
}

.mural {
   background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;

}

.mural2 {
   
    border: 0px;
    margin: 0 auto;
   
}
/* Form Style */

.form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:350px;
   	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
    
}
.form_wrapper h3{
	padding:20px 30px 20px 30px;
	background-color:#272727;
	color:#fff;
	font-size:25px;
	border-bottom:1px solid #ddd;
    height: 40px;
    width: 290px;
}
.form_wrapper form{
	display:none;
	background:#fff;
}
.form_wrapper .column{
	width:47%;
	float:left;
}
form.active{
	display:block;
}
form.login{
	width:350px;
}
form.register{
	width:550px;
}
form.forgot_password{
	width:300px;
}
.form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:medium;
}
.form_wrapper a:hover{
	color:#000;
}
.form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
    text-align: left;
}
.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 30px 0px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	width:82%;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		#FFFFFF;
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{
	background:#feffef;
}
.form_wrapper .bottom{
	background-color:#272727;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffa800;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ffa800;
	text-shadow:1px 1px 1px #fff;
}
.form_wrapper a.forgot:hover{
	color:#000;
}
.form_wrapper div.remember{
	float:left;
	width:140px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 150px;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}



.bottom1{
	background-color:#272727;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
/* botao 1 */
#seu_botao {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 570px;
	background:url(images/botao.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#seu_botao span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 570px;
	background: url(images/botao.png) no-repeat;
	background-position: bottom;
}

/* botao 2 */
#outro_botao {
	clear: both;
	position:relative;
	display:block;
	height: 64px;
	width: 570px;
	background:url(images/outro.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#outro_botao span.hover {
	position: absolute;
	display: block;
	height: 64px;
	width: 570px;
	background: url(images/outro.png) no-repeat;
	background-position: bottom;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/* Gradient 1 */
.tb10 {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
.button1 {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #e33100;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}


                          /*GridViewCSS*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
    margin-right: 4px;
    margin-bottom: 0px;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../Images/HeaderGlassBlack.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}
.HeaderStyle th
{
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}
/* RadButton Predefined Icons */
 
.rbPredefined16, .rbPredefined24 {
     background-image: url(img/rbPredefinedIcons.png);
     background-repeat: no-repeat;
}
 
.rbPredefined16 {
     width: 16px !important;
     height: 16px;
}
 
.rbPredefined24 {
     width: 24px;
     height: 24px;
}
 
/* 16x16 Icons*/
.rbAdd16 {
     background-position: 0 0 !important;
}
 
.rbRemove16 {
     background-position: -24px 0 !important;
}
 
.rbOk16 {
     background-position: -48px 0 !important;
}
 
.rbCancel16 {
     background-position: -72px 0 !important;
}
 
.rbUpload16 {
     background-position: -94px 0 !important;
}
 
.rbDownload16 {
     background-position: -120px 0 !important;
}
 
.rbPrevious16 {
     background-position: -144px 0 !important;
}
 
.rbNext16 {
     background-position: -168px 0 !important;
}
 
.rbOpen16 {
     background-position: -192px 0 !important;
}
 
.rbAttach16 {
     background-position: -210px 0 !important;
}
 
.rbSave16 {
     background-position: -232px 0 !important;
}
 
.rbConfig16 {
     background-position: -256px 0 !important;
}
 
.rbPrint16 {
     background-position: -280px 0 !important;
}
 
.rbRefresh16 {
     background-position: -306px 0 !important;
}
 
.rbSearch16 {
     background-position: -332px 0 !important;
}
 
.rbHelp16 {
     background-position: -356px 0 !important;
}
 
.rbCart16 {
     background-position: -380px 0 !important;
}
 
.rbEdit16 {
     background-position: -406px 0 !important;
}
 
.rbRSS16 {
     background-position: -432px 0 !important;
}
 
.rbMail16 {
     background-position: -456px 0 !important;
}
 
.rbFB16 {
     background-position: -498px 0 !important;
}
 
.rbTwitter16 {
     background-position: -526px 0 !important;
}
 
/* 24x24 Icons */
.rbAdd24 {
     background-position: 0 -18px !important;
}
 
.rbRemove24 {
     background-position: -24px -18px !important;
}
 
.rbOk24 {
     background-position: -48px -18px !important;
}
 
.rbCancel24 {
     background-position: -72px -18px !important;
}
 
.rbUpload24 {
     background-position: -94px -18px !important;
}
 
.rbDownload24 {
     background-position: -120px -18px !important;
}
 
.rbPrevious24 {
     background-position: -144px -18px !important;
}
 
.rbNext24 {
     background-position: -168px -18px !important;
}
 
.rbOpen24 {
     background-position: -192px -18px !important;
}
 
.rbAttach24 {
     background-position: -210px -18px !important;
}
 
.rbSave24 {
     background-position: -232px -18px !important;
}
 
.rbConfig24 {
     background-position: -256px -18px !important;
}
 
.rbPrint24 {
     background-position: -280px -18px !important;
}
 
.rbRefresh24 {
     background-position: -306px -18px !important;
}
 
.rbSearch24 {
     background-position: -332px -18px !important;
}
 
.rbHelp24 {
     background-position: -356px -18px !important;
}
 
.rbCart24 {
     background-position: -380px -18px !important;
}
 
.rbEdit24 {
     background-position: -406px -18px !important;
}
 
.predIcons {
     font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
     font-size: 12px;
     border-collapse: collapse;
     margin: 20px 0 0;
     color: #000;
}
.predIcons td {
     padding: 6px 6px 6px 10px;
     border: 1px solid #ddd;
}
.predIcons thead tr {
     background-color: transparent;
}
.predIcons tr {
     background-color: #fff;
}
.predIcons tr.dark {
     background-color: #efefef;
}
.predIcons tr:hover {
     background-color: #FDFEE3;
}
.predIcons tr.head {
     border: 0;
     background: transparent;
}
.predIcons tr.head:hover {
     background: none;
}
.predIcons tr.head td {
     border: 0;
}
.rbPredefinedIcons {
     display: block;
     float: left;
     width: 16px;
     height: 16px;
     background-image: url(img/rbPredefinedIcons.png);
}
.text {
     display: block;
     width: 100px;
     float: right;
     text-align: left;
     padding-right: 15px;
}
.predIcons .rborder {
     padding-right: 10px;
}
.table#alter tr td  {
  border-style: none;
    border-color: none;
    border-width: 0px;
}

.tba 
{ border:none;
  border-width: 0px;
}
.Labelrec {

   text-align: left;
   font-weight:bold;
   width:130px;
     border-width: 0px;
}
.Labelleaf {

 
  text-align: left;
  width:130px;

   border-width: 0px;
}
.Label 
{    text-align:right;
      background-color:#D3D3D3;
  
}
.Labelbold
{
    font-weight:bold;
  
}
.Pesquisa {
    font-weight: bold;
			text-align: right;
}
.form1 {    margin-top: 0px;
}
.Z_INDEX {
    z-index:9002;
}
.Label2 { width:25%;
}


   
