/* @override http://www.fitodotnet.com/csstablegallery/tablita.css */

/*
Theme: The OC
Author: Rodolfo Marin - FitoDotNET
Web site: http://www.fitodotnet.com/
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: Black;
}
table {
	font-family: Tahoma, Verdana, Arial;
	border-collapse: collapse;
	border-spacing: 1px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
	direction: rtl;
}
thead th{
	background: url('../images/mainNavBG.gif');
	font-size: 14px;
	color: #fff;
	height: 30px;
	text-align: center;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tbody td{
	font-size: 10px;
	background: #2d3134;
	color: #fff;
	border: 1px solid #373B3E;
	padding-left: 3px;
	height: 40px;
	width: 75%;
}
tbody td.title{
	font-size: 12px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
	background: #373B3E;
	text-align: right;
	padding-left: 4px;
	border: 1px solid #2d3134;
	width: 25%;
}

tbody th{
	background: #373B3E;
	color: #080808;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #2d3134;
	width: 120px;
}
tbody th a:link{
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
tbody th a:hover{
	font-size: 13px;
	color: #fff;
	font-weight: bolder;

}
tbody th a:visited{
	text-decoration: line-through;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;

}
tbody tr:hover{
	background: #333;
}
tbody a[title^="Download"] { 
	/*background: url('http://www.fitodotnet.com/csstablegallery/icon_attachment.gif') no-repeat center;
	padding-top: 22px;*/
	font-size: 12px;
	color:#FF6600;
	text-align: center;
}
tbody a[title^="Download"]:hover{
	text-decoration: underline;
	font-size: 12px;
	color:#FF6600;
}
tbody a[title^="Download"]:visited{
	text-decoration: line-through;
	font-size: 12px;
	color:#FF6600;
}
tfoot{
	background: #1F2A34;
	color: #fff;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tfoot td{
	font-size: 18px;
	text-align: center;
	font-style:normal;
}
tfoot td.remarks{
	font-size: 10px;
	background: #2d3134;
	color: #FF6600;
	border: 1px solid #373B3E;
	padding-left: 3px;
	height: 40px;
	width: 75%;
	text-align: right;
}

table caption{
	background: #1F2A34;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}

.support_table {
	position:fixed;
	top:100px;
	left: 30%;
	margin-left: auto; 
	margin-right: auto;
	width: 50em;
}

tbody a { 
	/*background: url('http://www.fitodotnet.com/csstablegallery/icon_attachment.gif') no-repeat center;
	padding-top: 22px;*/
	font-size: 12px;
	color:#FF6600;
	text-align: center;
}
tfoot a:hover{
	text-decoration: underline;
	font-size: 12px;
	color:#FF6600;
}
tfoot a:visited{
	text-decoration: overline;
	font-size: 12px;
	color:#FF6600;
}