﻿/*TRAINGING MASTERPAGE - training.master */

#body_wrapper
{
    background-color: #52818e;
}

#training_leftandbodywrapper
{
	width: auto;
	background-color: #FFFFFF; /*templates background colour*/
	float:left;
	height:auto;
	position:relative;
}

#training_leftandbodywrapper div.trainingimg
{
	position:absolute;
	bottom:-5px;
	left:0px;
}

#training_templatebody_wrapper
{
	width: 100%;
	background-color: #52818e; /*templates background colour*/
	float: none;
	height:100%;
	min-height:350px;
	overflow:hidden;
}

#training_templatebody_container
{
	background-color:Transparent;
	color: Black;
	margin-top: 5px;
	height: 100%;
	min-height:350px;
}

#training_leftmenu
{
	width: 168px;
	max-width: 178px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#training_body
{
	width: 450px;
	max-width: 460px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#training_rightblock
{
	width: 145px;
	max-width: 155px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#company_rightblock
{
	width: 155px;
	max-width: 155px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}

.training_submenuMenu
{
	width:100%;
}

.training_submenuItemMenu
{
	border-bottom:dotted 1px #52818e;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
	color:#5A57A6;
}

.training_submenuSelectedStyle
{
	background-image: url("../training/images/training-menu_selected.gif");
	background-repeat:repeat-x;
	border-bottom:dotted 1px #52818e;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
	color:#000000;
}

.training_submenuHoverStyle
{
	background-color:#dce6e8;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
}

.h2
{
	color: #52818E;
}

.tablecelltraining
{
	border-right: #52818e 1px solid;
	border-top: #52818e 1px solid;
	font-size: 8pt;
	border-left: #52818e 1px solid;
	color: #000000;
	border-bottom: #52818e 1px solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 100%;
}

.tabletraining
{
	border-right: #52818e 2px solid;
	border-top: #52818e 2px solid;
	font-size: 8pt;
	border-left: #52818e 2px solid;
	color: #000000;
	border-bottom: #52818e 2px solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 100%;
}
