/* TABLE */
table.styleOne{
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
	background-color:#999;
	}
	table.styleOne thead th{
		text-align:center;
		padding:10px 0;
		text-transform:uppercase;
		color:#FFF;
		background-color:#3090BB;
		}
		table.styleOne tbody td{
			background-color:#FFF;
			border-bottom:1px solid #000;
			padding:10px;
			font-size:11px;
			border:1px solid #ccc;
			}
		table.styleOne tbody tR.alter td{
			background-color:#F1F1F1;
			}

table.styleTwo{
	background-color:#222;
	border-collapse:collapse;
	border:2px solid #CCC;
	border-bottom:1px;
	border-right-width:1px;
	border-top:0;
	}

table.styleTwo caption{
	background-color:#8cc63f;
	color:#fff;
	}

table.styleTwo thead th,
table.styleTwo tbody th{
	background-color:#6b9731;
	color:#FFF;
	text-transform:uppercase;
	}		

table.styleTwo tbody th{
	background-color:#5e753f;
	color:#FFF;
	}


table.styleTwo tbody td{
	background-color:#EEE;
	border-bottom:1px solid #DDD;
	color:#666;
	}	

table.styleTwo tfoot td{
	background-color:#DDD;
	color:#666;
	}	
	

/* MASA */
#masa table.styleA {
		border-collapse:collapse;
		background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		width:100%;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		}

#masa table.styleA td,
#masa table.styleA th {
		padding:5px;
}

#masa table.styleA caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
		}

#masa table.styleA a {
		color:#950000;
		text-decoration:none;
}

#masa table.styleA a:link {}

#masa table.styleA a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

#masa table.styleA a:hover {
		border-bottom: 1px dashed #bbb;
}


#masa table.styleA thead th,
#masa table.styleA tfoot th,
#masa table.styleA tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

#masa table.styleA tfoot td {
		text-align:right
}

#masa table.styleA tbody th,
#masa table.styleA tbody td {
		border-bottom: dotted 1px #333;
}

#masa table.styleA tbody th {
		white-space: nowrap;
}

#masa table.styleA tbody th a {
		color:#333;
}

#masa table.styleA .odd {}

#masa table.styleA tbody tr:hover {
		background:#fafafa
}

/* style b */
#masa h4{
	text-align:center;
	margin:0 0 20px 0;
	text-transform:uppercase;
	}
	
#masa table.styleOne tfoot td{background-color:#DDD;}	
#masa table.styleB {
	margin:0 auto 20px auto;
	border-collapse: collapse;
	width:98%;
	border: 1px solid #666;
	font: normal 80%/140% arial, helvetica, sans-serif;
	color: #555;
	background: #fff;
	}

#masa table.styleB td,
#masa table.styleB th {
	border: 1px dotted #bbb;
	padding: .5em;
	}

#masa table.styleB caption {
	padding: 0 0 .5em 0;
	text-align:center;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
	}

/* =links
----------------------------------------------- */

#masa table.styleB a {
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

#masa table.styleB a:link {
	border-bottom: 1px dashed #ddd;
	color: #000;
	}

#masa table.styleB a:visited {
	border-bottom: 1px dashed #ccc;
	text-decoration: line-through;
	color: #808080;
	}

#masa table.styleB a:hover {
	border-bottom: 1px dashed #bbb;
	color: #666;
	}

/* =head =foot
----------------------------------------------- */

#masa table.styleB thead th,
#masa table.styleB tfoot th {
border: 1px solid #666;
text-align:center;
font-size: 1.3em;
font-weight: bold;
color: #333;
background:#B8D1E5;}

#masa table.styleB tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

#masa table.styleB tbody th,
#masa table.styleB tbody td {
	vertical-align: top;
	text-align: left;
	}
#masa table.styleB tbody th{
	background-color:#EEE;
	font-weight:bold;
	font-size:12px;
	}
#masa table.styleB tbody th {white-space: nowrap;}

#masa table.styleB .odd {background: #fcfcfc;}

#masa table.styleB tbody tr:hover {background: #fafafa;}
