﻿

	#TrainingPanel {
		width: 200px;
		margin: 0 0 10px 13px;
		background-color: #CBE1F1;
		border: solid 2px #d3dbab;
		background-color: #ffffff;
	}
	#TrainingPanel .title {
		padding: 4px;
		color: #ffffff;
		font-size: 11px;
		font-family: Arial;
		font-weight: bold;
		text-align: center;
		background-color: #00866e;
		text-transform: uppercase;
	}
	#TrainingPanel .content {
		margin: 4px;
	}

	#TrainingPanel p {
		margin: 0 0 6px 0;
		padding: 0;
		color: #555555;
		font-size: 10px;
		line-height: 13px;
		font-family: Arial;
	}
		
	#TrainingPanel a:link,
	#TrainingPanel a:visited,
	#TrainingPanel a:hover {
		font-size: 10px;
		line-height: 15px;
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	
	.trainingFormPopup
	{
		position: absolute;
		z-index: -1;
	}