/* --------------------------------------------------------------
   css style sheet - palette layout | http://www.kazgod.com.pl
   --------------------------------------------------------------*/

table.tblstyle  {
	margin-bottom: 20px;
	font-size: 85%;
	font-family: Tahoma, Verdana;
	line-height: 1.2;
}

.tblstyle td {
	vertical-align:top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tblstyle .tblhdrone {
	font-weight: bold;
	text-align: left;
	background-color: #7BAA88;
	height: 25px;
	padding: 5px;
}

.tblstyle .tblhdrtwo {
	font-weight: normal;
	text-align: left;
	background-color: #B0CCB8;
	padding: 5px;
}
.tblstyle .tblhdrtwo-center {
	font-weight: bold;
	text-align: center;
	background-color: #B0CCB8;
	padding: 5px;
}
.tblstyle .tblhdrthree {
	background-color: #D9E6DC;
	text-align: left;
	padding: 5px;
}

.tblstyle h1 {
	margin: 0px 0px 5px 0px;
}

.tblstyle  .shadedtr {
	background: #EEF2F9;
}

.tblstyle .tblhdrthree-center
{
	background-color: #D9E6DC;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tblstyle .tblhdrone-center
{
	font-weight: bold;
	text-align: center;
	background-color: #7BAA88;
	height: 25px;
	padding: 5px;
}

.tblstyle .tblhdrone-right
{
	font-weight: bold;
	text-align: right;
	background-color: #7BAA88;
	height: 25px;
	padding: 5px;
}

.tblstyle .tblhdrthree-right
{
	background-color: #D9E6DC;
	text-align: right;
	padding: 5px;
}
.tblstyle a {
	font-size: 11px;
}
.tblstyle h1 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	width: 100%;
}

.tblstyle hr
{
	font-size: 1px;
	color: #CCCCCC;
}
