﻿body 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:Silver;
}

td
{
	font-family:Verdana, Arial;
	font-size:12px;
}

.TitleMax
{
	font-size:16px;
	margin-bottom:50px;
}

img
{
	behavior:url("/scripts/pngbehavior.htc");
}


#BGPage
{
	width:800px;
	height:650px;
}

#BGPage td#BGPage_Left
{
	width:22px;
	background-image:URL(/Images/BGPageLeft.jpg);
	background-repeat:repeat-y;
}

#BGPage td#BGPage_Right
{
	width:22px;
	background-image:URL(/Images/BGPageRight.jpg);
	background-repeat:repeat-y;
}

#BGPage td#Header_Page
{
	background-color:#ede9de;
}

#BGPage td#Header_Page td#MainMenuPlaceHolder
{
	background-color:Black;
}
#BGPage td#Header_Page td#MainMenuPlaceHolder #ctl00_MainMenu
{
	padding-left:5px;
}

#BGPage td#Header_Page td#MainMenuPlaceHolder a
{
	color:White;
	
	
}

#BGPage #PageCenter
{
	padding: 10px 57px 10px 57px;
	text-align:justify;
}

table.TrainningDetail td
{
	border-bottom:solid 1px silver;
}
table.TrainningDetail td
{
	
	padding-bottom: 5px;
}

#BGPage #BottomPage
{
	background-color:#a93f05;
}

#BGPage #BottomPage a
{
	color:White;
	text-decoration:none;
	font-size:10px;
}

.BlueAndBold {
	color: #3366cc;
	font-weight: bold;
}

.Style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style2 {
	font-size: 10px;
	font-weight: bold;
	color: #3366cc;
}

.PageTitle
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color: #3366cc;
	text-transform:uppercase;
	letter-spacing:5px;
}

#PlanningGrid
{
	border-collapse: collapse;
	width:100%;
	border:solid 1px black;
	background-color:White;
}

#PlanningGrid .Header
{
	font-weight:bold;
	border:solid 1px black;
	text-align:center;
	height:30px;
	background-color:gray;
	color:White;
}

#PlanningGrid .Data
{
	font-size:10px;
	border:solid 1px gray;
	height:30px;
	text-align:center;
}

div#News
{
	border:solid 1px #d8d4d5;
	width:250px;
	background-color:#efebe2;
	padding: 5px;
}

#News .NewsTitle
{
	font-size:15px;
	font-weight:bold;
	color:Black;
}

#News .EditoTitle
{
	font-size:11px;
	font-weight:bold;
	color:Black;
}

#News .EditoSubTitle
{
	font-size:11px;
	font-weight:bold;
	color:#e05117;
}
#News .EditoContent
{
	font-size:10px;
	color:Black;
	font-style:italic;
}