@charset "iso-8859-1";
/* CSS Document */


table.table_screenshots {
	width: 100%;
}

table.table_screenshots h4 {
	margin-top: 26px;
}

table.table_screenshots td {
	background-color:#f7f6f4;
	text-align:left;
	vertical-align:top;
	padding:3px;
	padding-left:5px;
	padding:20px;
	width:50%;
}

table{
	background: #fff ;	
	border:1px solid #dfdbc8;
	font-size:1.0em; 	
	
}

caption {
	background: #92805a url(../img/table_caption_bg.png) repeat-x;	
	color:#fff;
	font-size:1.2em; 
	font-weight:bold;  
	height:20px;
	padding-top:2px;	
	text-transform:uppercase;

}

thead th {
	background: #ece6d6 url(.../img/table_th_bg.png) repeat-x;	
	color:#514225;
	font-size:0.9em; 	
	height:20px;
	text-align:center;
	text-transform:uppercase; 
}

tfoot th { 
	background: #f7f6f4 url(../img/table_footer_bg.png) repeat-x;		
	color:#fff; 
	height:20px;
	text-align:center;
	text-transform:uppercase; 
	font-size:1em;
	font-weight:bold; 
}
tfoot th a:link{ 
	color:#7b6c4c; 

}

.th_bt{
	background: #f7f6f4 ;		
	color:#000; 
	height:18px;
	padding-top:2px;
	text-align:center;
	text-transform:uppercase; 
	font-size:0.95em; 
	display:block;		
}


tfoot td { 
	background-color:#FC0; 
	color:#724809; 
	font-size:1.0em; 	
	font-weight:bold; 
	text-transform:uppercase; 
	padding:0px 5px; 
}

tbody td { 
	background: #fff ;
	border:1px solid #f2f2f0; 
	color:#7b6c4c; 	
	height:35px;
	padding:2px; 
	text-align:center; 
	width:80px;	
}

.table_scope_row{
	background-color:#f7f6f4;
	text-align:left;
	padding:3px;
	padding-left:5px;
}