﻿
/**============================== General Positioning Classes ==============================**/

.wf { 					width:100%; }
.tar { 					text-align:right; }
.tal { 					text-align:left; }
.tac { 					text-align:center; }
.fl { 					float:left; }
.fr { 					float:right; }
.clearfix:after { 		visibility: hidden;
						display: block;
						font-size: 0;
						content: " ";
						clear: both;
						height: 0;
						}


/**============================== Tables ==============================**/

.grid_table { 			font-size: 1em;              			
						margin-bottom:25px;
						}
.grid_table th { 		font-size:1em;    
						padding: 10px;
						text-align:left;						
						}
.grid_table td { 		padding:8px 10px 8px 10px; }
.grid_table .forte { font-weight:bold; }
.grid_table td small { 	font-size:0.9em;
						display:block;
						}
/** Selected items and dropdown for grid **/					
tr.grid_dropdown td { 	padding: 20px; }


/** Minimize/Mazimize controls **/								
.grid_table .toggle { 	display:block;
						width:10px;
						height:10px;
						margin:0px auto;
						}
.grid_table .collapse { background-position:top right; }



/**============================== Data Tables ====================================**/


/** ============================== Tables ============================== **/

.grid_table {
						border-top: 1px solid #EDEDED;
						border-bottom: 3px solid #EDEDED;
						border-right: 1px solid #EDEDED;
						border-left: 1px solid #EDEDED;
						color:#333333;
						}
.grid_table th {
						text-align:center;
						color: #999999;
						border-top: 1px solid #EDEDED;
						border-bottom: 3px solid #EDEDED;
						border-right: 1px solid #EDEDED;
						border-left: 1px solid #EDEDED;
						}
.grid_table td { 		border-top: 1px solid #EDEDED;
						border-bottom: 1px solid #EDEDED;
						border-right: 1px solid #EDEDED;
						border-left: 1px solid #EDEDED; 
						text-align:center;}

/******* Hover styles for grid items *******/
.grid_table thead tr {
						background: #F5F5F5; }
.grid_table th:hover { 	background: #fffaea; }
.grid_table tr:hover { 	color: #000;
						background: #fffaea;
						}

/*********** Selected items and dropdown ************/
tr.grid_dropdown, tr.active {
						color:#000;
						}
tr.active td { 			background: #f9f9f9 url(Imagens/grid_active_bg.gif) repeat-x bottom; }
tr.grid_dropdown td { 	background: #f7f7f6 url(Imagens/grid_dropdown_bg.gif) repeat-x;
						border-bottom: 1px solid #bcbcbc;
						}
/************ Minimize/Mazimize controls *****************/
.grid_table .toggle { 	background:url(../images/expand_collapse.png) top left; /*Sprite size should be 10 x 10 pixels or change in style.css */ }

/** ============================== Data Tables ============================== **/

table.display thead th { border-bottom: 3px solid #EDEDED;}

table.display tfoot th { border-top: 3px solid #EDEDED; }
