/* ========================================================================= TAGS: The Document Body */

body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	height:100%; min-height:100%;	
	
}
/* Cursor Padrão do mouse */
.DefaultCursor {cursor: pointer}

/* ========================================================================= END OF TAGS: The Document Body */
/* ========================================================================= CLASS: Elementos Centralizados */
/* Resolução:800x600 - Documento:774x434 */
#centro800600{
border:1px dashed #000000;
background-color:#CCCCCC;
	position:absolute;
	width: 774px;
	height: 434px;
	margin-left:-387px;
	margin-top:-217px;
	top: 50%;
	left: 50%;
}

/* Resolução: 1024x768 - Documento: 998x602 */

#centro1024768{
border:1px solid #0000FF;
	position:absolute;
	width: 998px;
	height: 602px;
	margin-left:-499px;
	margin-top:-301px;
	top: 50%;
	left: 50%;
}
/* ========================================================================= END OF CLASS: Elementos Centralizados */
/* =========================================================================== TAGS: FORMATAÇÃO GLOBAL */ 
/*Links*/

a{}
a:link{}
a:active{}
a:hover{}
a:visited{}

/*Textos*/

h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

p {}

ul{}
ol{}
ul{}
li{}
/* =========================================================================== END OF TAGS: FORMATAÇÃO GLOBAL */ 
/* =========================================================================== TAGS: FORMULÁRIOS */ 
form {display:inline;}
.TextField{


}
.TextArea{}
.ListMenu{}

/* =========================================================================== END OF TAGS: FORMULÁRIOS */ 

/* =========================================================================== TAGS: ELEMENTOS PERSONALIZADOS */ 

/* Inicio:Paginação */
.paginationTable{border-collapse:separate;}
.paginationTable tr td{
width:20px; 
border:1px solid #CCCCCC; 
background-color:#EAEAEA;
color:#000000;
font-family:Tahoma, Verdana, 'Microsoft Sans Serif', Arial; font-size:11px;
text-align:center; vertical-align:middle;
text-decoration:none;
}
a.pgLink {
display:block;
font-family:Tahoma, Verdana, 'Microsoft Sans Serif', Arial; 
font-size:11px;
color:#00f;
text-decoration:none
}
a.pgLink:hover {
color:#000000;
font-weight:bold;
}
/* Fim:Paginação */

/* =========================================================================== END OF TAGS: ELEMENTOS PERSONALIZADOS */ 
