div#container
{
   width: 1204px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #FFFFFF;
   color: #000000;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.slink
{
   color: #0000FF;
   text-decoration: underline;
}
a.slink:visited
{
   color: #800080;
   text-decoration: underline;
}
a.slink:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.slink:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1
{
   font-family: Tahoma;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Tahoma;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Tahoma;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Tahoma;
   font-size: 21px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Tahoma;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Tahoma;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}

.radius5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.erro, .sucesso, .alerta, .pergunta{
	position: relative;
   left: 600px;
   top: 448px;
   z-index: 24;
	width: 500px;

	margin: 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}	
.sucesso{
	background: #eff4d4;
	border: 1px solid #8fad3d;
	color: #596c26;
	border:1px solid #8fad3d;
    -moz-box-shadow: 0 0 3px #8fad3d;
    -webkit-box-shadow: 0 0 3px #8fad3d;
    box-shadow: 0 0 3px #8fad3d;  
    border-radius:4px; 
    -moz-border-radius:4px;
    background: url(../images/success.png) no-repeat right;
}
.alerta{
	border:1px solid #e2b500;
    -moz-box-shadow: 0 0 3px #e2b500;
    -webkit-box-shadow: 0 0 3px #e2b500;
    box-shadow: 0 0 3px #e2b500;  
    border-radius:4px; 
    -moz-border-radius:4px;
}
.erro{
    border:1px solid red;
    -moz-box-shadow: 0 0 3px red;
    -webkit-box-shadow: 0 0 3px red;
    box-shadow: 0 0 3px red;  
    border-radius:4px; 
    -moz-border-radius:4px;
    background: url(../images/error.png) no-repeat right;

}
.pergunta{
	border:1px solid #4381cc;
    -moz-box-shadow: 0 0 3px #4381cc;
    -webkit-box-shadow: 0 0 3px #4381cc;
    box-shadow: 0 0 3px #4381cc;  
    border-radius:4px; 
    -moz-border-radius:4px;	
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_example {
/*
	font: 80%/1.45em "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
*/	
   position: absolute;
   left: 160px;
   top: 77px;
   width: 1030px;
   z-index:215;
   	font: 80%/1.45em "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;

}


#dt_example #container {
	width: 800px;
	margin: 30px auto;
	padding: 0;

}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #demo {
	margin: 30px auto 0 auto;

}

#dt_example .demo_jui {
	margin: 30px auto 0 auto;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_example a {
	color: #0063DC;
	text-decoration: none;
}

#dt_example a:hover {
	text-decoration: underline;
}

#dt_example ul {
	color: #4E6CA3;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}

.demo_links {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}

#demo_info {
	padding: 5px;
	border: 1px solid #B0BED9;
	height: 100px;
	width: 100%;
	overflow: auto;
}

#dt_example code {
	font-family: Tahoma, Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px !important;
	white-space: nowrap;
	font-size: 0.9em;

	color: #D14;
	background-color: #F7F7F9;

	border: 1px solid #E1E1E8;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
/*      Coloquei as mensagens de error no formulario para apresentar no proprio campo */
form input.error{
    border:1px solid red;
    -moz-box-shadow: 0 0 3px red;
    -webkit-box-shadow: 0 0 3px red;
    box-shadow: 0 0 3px red;  
    border-radius:4px; 
    -moz-border-radius:4px;
    background: url(../images/error.png) no-repeat right;
}

form label.error{

	top:0px;
	left:0px;
	color:#bd0000;
	font-family: Tahoma;
	font-size: 16px;
	/*
	width: auto;
	text-align: left;
	padding-left: 105px;
	*/
	position: fixed;
	left: 405px;
	top: 609px;
	display: inline;
	z-index: 118;
}
/*
Crie o css do botão no link   colocar borde:0 para acertar
http://css-tricks.com/examples/ButtonMaker/#
*/


.btmLogin {
	   width: 143px;
	    border: 0 none !important;
      border-top: 1px solid #273d2d;
   background: #066904;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aba6c), to(#066904));
   background: -webkit-linear-gradient(top, #6aba6c, #066904);
   background: -moz-linear-gradient(top, #6aba6c, #066904);
   background: -ms-linear-gradient(top, #6aba6c, #066904);
   background: -o-linear-gradient(top, #6aba6c, #066904);
   padding: 8.5px 17px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 16px;
   font-family: Tahoma;
   text-decoration: none;
   vertical-align: middle;
   }
.btmLogin:hover {
   border-top-color: #467829;
   background: #467829;
   color: #f2dcf2;
   }
.btmLogin:active {
   border-top-color: #2a3309;
   background: #2a3309;
   }
   
   
.btmCancelar {
	border: 0 none !important;
   position: absolute;
   left: 642px;
   top: 450px;
   width: 143px;
   z-index: 14;
   border-top: 1px solid #781761;
   background: #b01c1c;
   background: -webkit-gradient(linear, left top, left bottom, from(#f21d21), to(#b01c1c));
   background: -webkit-linear-gradient(top, #f21d21, #b01c1c);
   background: -moz-linear-gradient(top, #f21d21, #b01c1c);
   background: -ms-linear-gradient(top, #f21d21, #b01c1c);
   background: -o-linear-gradient(top, #f21d21, #b01c1c);
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 19px;
   font-family: Tahoma, 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.btmCancelar:hover {
   border-top-color: #a60c20;
   background: #a60c20;
   color: #f2dcf2;
   }
.btmCancelar:active {
   border-top-color: #94082d;
   background: #94082d;
   }

.btmConfirmar {
	border: 0 none !important;
   position: absolute;
   left: 844px;
   top: 450px;
   width: 143px;
   z-index: 14;
   border-top: 1px solid #181a78;
   background: #1407d4;
   background: -webkit-gradient(linear, left top, left bottom, from(#453bd9), to(#1407d4));
   background: -webkit-linear-gradient(top, #453bd9, #1407d4);
   background: -moz-linear-gradient(top, #453bd9, #1407d4);
   background: -ms-linear-gradient(top, #453bd9, #1407d4);
   background: -o-linear-gradient(top, #453bd9, #1407d4);
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 19px;
   font-family: Tahoma, 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.btmConfirmar:hover {
   border-top-color: #43458c;
   background: #43458c;
   color: #f2dcf2;
   }
.btmConfirmar:active {
   border-top-color: #111757;
   background: #111757;
   }
 
.btmExcluir {
	border: 0 none !important;
   position: absolute;
   left: 844px;
   top: 450px;
   width: 180px;
   z-index: 13;
   border-top: 1px solid #b06a07;
   background: #59390c;
   background: -webkit-gradient(linear, left top, left bottom, from(#e3bc0d), to(#59390c));
   background: -webkit-linear-gradient(top, #e3bc0d, #59390c);
   background: -moz-linear-gradient(top, #e3bc0d, #59390c);
   background: -ms-linear-gradient(top, #e3bc0d, #59390c);
   background: -o-linear-gradient(top, #e3bc0d, #59390c);
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 19px;
   font-family: Tahoma, 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.btmExcluir:hover {
   border-top-color: #ba800b;
   background: #ba800b;
   color: #f2dcf2;
   }
.btmExcluir:active {
   border-top-color: #ad4809;
   background: #ad4809;
   } 

.btmBuscar {
	border: 0 none !important;
	position: absolute;
   left: 816px;
   top: 249px;
   width: 122px;
   height: 25px;
   z-index: 14;
      border-top: 1px solid #273d2d;
   background: #066904;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aba6c), to(#066904));
   background: -webkit-linear-gradient(top, #6aba6c, #066904);
   background: -moz-linear-gradient(top, #6aba6c, #066904);
   background: -ms-linear-gradient(top, #6aba6c, #066904);
   background: -o-linear-gradient(top, #6aba6c, #066904);
   padding: 2px 17px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 16px;
   font-family: Tahoma;
   text-decoration: none;
   vertical-align: middle;
   }
.btmBuscar:hover {
   border-top-color: #467829;
   background: #467829;
   color: #f2dcf2;
   }
.btmBuscar:active {
   border-top-color: #2a3309;
   background: #2a3309;
   }
 
.btmImprime {
	border: 0 none !important;
	position: absolute;
left: 437px;
top: 400px;
width: 143px;
height: 31px;
   z-index: 14;
      border-top: 1px solid #263c3e;
   background: #066904;
   background: -webkit-gradient(linear, left top, left bottom, from(#9cbfc2), to(#588b8f));
   background: -webkit-linear-gradient(top, #9cbfc2, #588b8f);
   background: -moz-linear-gradient(top, #9cbfc2, #588b8f);
   background: -ms-linear-gradient(top, #9cbfc2, #588b8f);
   background: -o-linear-gradient(top, #9cbfc2, #588b8f);
   padding: 2px 17px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fcfcfc;
   font-size: 16px;
   font-family: Tahoma;
   text-decoration: none;
   vertical-align: middle;
   }
.btmImprime:hover {
   border-top-color: #639a9e;
   background: #639a9e;
   color: #f2dcf2;
   }
.btmImprime:active {
   border-top-color: #639a9e;
   background: #639a9e;
}
 
 
   
#btmxxConfirmar
{
   position: absolute;
   left: 844px;
   top: 450px;
   width: 143px;
   height: 32px;
   z-index: 13;
   border: 1px #A9A9A9 solid;
   background-color: #404ace;
   background-image: url(../images/success.png);
   background-repeat: no-repeat;
   background-position: right center;
   color: #ffffff;
   font-family: Tahoma;
   font-size: 19px;
   z-index: 300;
}

#btmxxExcluir
{
   position: absolute;
   left: 844px;
   top: 450px;
   width: 183px;
   height: 32px;
   z-index: 13;
   border: 1px #A9A9A9 solid;
   background-color: #e3e91d;
   background-image: url(../images/remove.png);
   background-repeat: no-repeat;
   background-position: right center;
   color: #ffffff;
   font-family: Tahoma;
   font-size: 19px;
   z-index: 300;
}


#btmUCancelar
{
   position: absolute;
   left: 814px;
   top: 418px;
   width: 103px;
   height: 38px;
   color: #000000;
   font-family: Tahoma;
   font-size: 21px;
   z-index: 14;
}
