﻿
/*Common Css in most form*/
.clsBody
{
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	vertical-align: top;
	top: 0;
	margin-top: 0;
	padding: 0;
}
.clsMainTable
{
	background-color: #ffffff;
	background-repeat: repeat-x;
}
.clsHeaderLeft
{
	background-image: url('../CustomizedImages/Home_Header_left.gif' );
	background-repeat: no-repeat;
	width: 12px;
	height: 29px;
}
.clsHeaderMiddle
{
	background-image: url('../CustomizedImages/Home_Header_middle.gif' );
	background-repeat: repeat-x;
	height: 29px;
	vertical-align: middle;
	font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 5px;
}
.clsHeaderRight
{
	background-image: url('../CustomizedImages/Home_Header_right.gif' );
	background-repeat: no-repeat;
	width: 12px;
	height: 29px;
}
.clsGoBtn
{
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}
.clsGridViewItem
{
	font-family: Arial;
	font-size: 8px;
	text-align: left;
	padding-left: 8px;
	padding-right: 5px;
}
.clsGridViewHeader
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.clsMessage
{
	text-align: left;
	font-family: Arial;
	color: red;
	font-size: 12px;
	padding-top: 10px;
}
.clsSectionHeader
{
	font-family: Arial;
	color: Black;
	font-size: 14;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.clsFont
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.clsFontBold
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 50px;
}
/*End of Common Css in most form*/
.clsLabelHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.clsLabel
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
.clsFiltersBlock
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: Black;
}

.clsLabelMessage
{
	font-size: 12px;
	color: red;
	background-color: #ffffcc;
	padding-left: 10px;
	font-variant: normal;
}

.clsPageInfo
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.clsSearchBGLeft
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/top_lft_curve.png' );
	background-repeat: no-repeat;
	width: 7px;
	height: 86px;
}
.clsSearchBGMid
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/top_mid.png' );
	width: 1px;
	height: 86px;
	background-repeat: repeat-x;
}
.clsSearchBgRight
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/top_rgt_curve.png' );
	background-repeat: no-repeat;
	width: 7px;
	height: 86px;
}

.clsMainTopMid
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/top_mid.jpg');
	background-repeat:repeat-x;
	
}
.clsMainTopLeft
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/top_main_left_curve.jpg');
	background-repeat:no-repeat;
	width:7px;
	height:8px;
	
}
.clsMainTopRight
{
		background-image: url('../Images/BackgroundImages/TrainingPlan/top_main_right_curve.jpg');
	background-repeat: no-repeat;
	width:7px;
	height:8px;
}

.clsMainBottomMid
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/bottom_mid.jpg');
	background-repeat:repeat-x;
	
}
.clsMainBottomLeft
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/bottom_main_left_curve.jpg');
	background-repeat:no-repeat;
	width:7px;
	height:7px;
	
}
.clsMainBottomRight
{
		background-image: url('../Images/BackgroundImages/TrainingPlan/bottom_main_right_curve.png');
	background-repeat: no-repeat;
	width:7px;
	height:8px;
}
.clsMainHeader
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#941C06;
	
}
.clsViewMore
{
	color:#E77725;
	font-family:Arial;	
  	font-size: 12px;
	font-weight: bold;
}
.clsTextBoxDefault
{
	color: #d3d3d3;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	width: 250;
	font-style: italic;
}

.clsTextBoxYellow
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: black;
	width: 250;
}

.clsSearchCoachLeft
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_lft_curve.png');
	height:188px;
	width:7px;
	background-repeat:no-repeat;
}

.clsSearchCoachMid
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_mid.png');
	height:188px;
	background-repeat:repeat-x;
}

.clsSearchCoachRight
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_rft_curve.png');
	height:188px;
	width:7px;
	background-repeat:no-repeat;
}
