﻿/* -----------------------------------------------------------
 Tables
----------------------------------------------------------- */

.MainContents table {
	margin-top:10px;
	margin-bottom:10px;
}
.MainContents th,
.MainContents td{
	padding:20px;
	border:1px solid #CCC;
}
.MainContents th{
}

.table-reset th,
.table-reset td{
	padding:0px;
	margin:0px;
	border:none;
	vertical-align:top;
}



/* -----------------------------------------------------------
 Decoration normal table
----------------------------------------------------------- */
.border_radius {
	width:100%;
	border:1px solid #d3d3d3;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	margin-top:10px;
	margin-bottom:10px;
	
}.border_radius table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.border_radius tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.border_radius table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.border_radius table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.border_radius tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.border_radius tr:hover td{
	
}
.border_radius tr:nth-child(odd){ background-color: rgba(0,0,0,.6); }
.border_radius tr:nth-child(even)    { background-color: rgba(0,0,0,.8); }.border_radius td{
	vertical-align:middle;
	
	
	border:1px solid #d3d3d3;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;

}.border_radius tr:last-child td{
	border-width:0px 1px 0px 0px;
}.border_radius tr td:last-child{
	border-width:0px 0px 1px 0px;
}.border_radius tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.border_radius tr:first-child td{
	background:-o-linear-gradient(bottom, 5%, 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(0,0,0,.9), color-stop(1, rgba(0,0,0,.9) );
	background:-moz-linear-gradient( left top, #FAFAFA 5%, #FAFAFA 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FAFAFA", endColorstr="#FAFAFA");	background-color: -o-linear-gradient(top,#FAFAFA,cccccc);

	background-color: rgba(0,0,0,.6);
	border:0px solid #d3d3d3;
	text-align:left;
	border-width:0px 0px 1px 1px;
	color:#000000;
}

.border_radius tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.border_radius tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}