﻿@charset "utf-8";
/* CSS Document */

.boldred{
	font-weight:bold;
	color:#a94442 !important;
	}
.italic{
	font-style:italic !important;
	}
	
.font-bold{
	font-weight:bold !important;
	}

/* ============================== tables  ================================ */
table thead tr th, table thead tr td{
	vertical-align:bottom;	
	background-color: #eee !important;
	text-shadow: white 0 1px 1px;
	border-color: #d4d4d4;
	font-weight:bold;
	color:#666 !important;
	border:1px solid #ddd;
	}
	
table thead{
	border-bottom:thick solid #666;
	}
	
table thead th a.fn-lnk {
	background-color: #FFFFFF;
}

table tbody tr th{
	font-weight:normal;
	width:40%;
	border:1px solid #ddd;
	}

table tbody tr th.stubheader{
	background-color:#EEEEEE;
	color:#666;
	font-weight:bold;
	}

table tbody tr td {
	border:1px solid #ddd;	
}

	
.indent-1{padding-left:20px !important;}
.indent-2{padding-left:30px !important;}
.indent-3{padding-left:40px !important;}
.indent-4{padding-left:50px !important;}
.indent-5{padding-left:60px !important;}