﻿/**************************************************/
#chronologies
{
	width: 100%;
}

#chronologies thead td
{
	font-weight: bold;
	color: #000066;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-size: 110%;
}

#chronologies thead td img
{
	margin: 0 5 0 0;
	vertical-align: middle;
}

#chronologies tbody td
{
	width: 178px;
}

#chronologies tbody th
{
	width: 100%;
}

/**************************************************/
#chronologiescontent
{
	width: 100%;
}

#chronologiescontent td
{
	vertical-align: top;
	padding-left: 10px !important;
}

#chronologiescontent th
{
	vertical-align: top;
}

#chronologiescontent th table
{
	height: auto;
	font-size: 70%;
	width: 100%;
}

#chronologiescontent th table thead td
{
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 95%;
	padding:3 0 3 12 !important;
}

#chronologiescontent th table tbody td
{
	padding:8px;
	border-bottom: 1px solid #000000;
}

#chronologiescontent th table tbody th
{
	text-align: left;
	padding: 8px;
	font-weight: lighter;
	border-bottom: 1px solid #000000;
	color: #0066CC;
}

