/*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;
}
.clsMessage
{
	text-align: left;
	font-family: Arial;
	color: red;
	font-size: 12px;
	padding-top: 10px;
}
.clsSectionHeader
{
	font-family: Arial;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*End of Common Css in most form*/
.clsFiltersBlock
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: Black;
}

.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;
}
.clsLabelMessage
{
	font-size: 12px;
	color: red;
	background-color: #ffffcc;
	padding-left: 10px;
	font-variant: normal;
}

/* Style added later */
.clsGridViewHeader, .clsGridViewHeader th, .clsGridViewHeader a, .clsGridViewHeader a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:White;
	font-style:normal;
	background-color:#022161;
	border-color:#022161;
	text-transform:uppercase;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
.clsGridViewItem, .clsGridViewItem td
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:Black;
	font-style:normal;
	background-color:#FFFFFF;
	border-color:#022161;
	padding-left:5px;
	padding-top:5px;
}
.clsGridViewAlternateItem td
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:Black;
	font-style:normal;
	background-color:#E0E4ED;
	border-color:#022161;
	padding-left:5px;
	padding-top:5px;
}
.clsPageInfo
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-left: 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;
}
.clsHeader
{
	background-color: #022161;
	vertical-align: middle;
	font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bg_ChallengesHeader
{
    background-image:url('../Images/BackgroundImages/Challenge-bar-bg.gif');
    background-repeat:repeat-x;
    height:39px;
   
    
}

.bg_ChallengesBodyLeft
{
    background-image:url('../Images/BackgroundImages/ChallengesBodyLeft.gif');
    background-repeat:no-repeat;
    width:10px;
}

.bg_ChallengesBodyRight
{
    background-image:url('../Images/BackgroundImages/ChallengesBodyRight.gif');
    background-repeat:no-repeat;
    width:10px;
}
.clsGridViewItemDark
{
    background-image:url('../Images/BackgroundImages/myevent_DarkG.jpg');
    background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#164a9e;
	font-style:normal;
	/*background-color:#FFFFFF;*/
	/*border-color:#000000;*/
}

.clsGridViewItemLight
{
    background-image:url('../Images/BackgroundImages/myevent_LightG.jpg');
    background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#164a9e;
	font-style:normal;
	/*background-color:#FFFFFF;*/
	/*border-color:#000000;*/
}


.clsCurrentPage
{
	width:19px;
	height:22px;
	background-image:url('../Images/Icons/pagi_on.jpg');
	background-repeat:no-repeat;	
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	color:White;
	
}


.clsNext
{
    background-image:url('../Images/Icons/paging-next.gif');
    width:44px;
    height:22px;
    background-repeat:no-repeat;
    text-align:center;
	vertical-align:middle;
	padding-top:3px;
}

.clsPrevious
{
    background-image:url('../Images/Icons/paging-previous.gif');
    width:68px;
    height:22px;
    background-repeat:no-repeat;
    text-align:center;
	vertical-align:middle;
	padding-top:3px;
}
.clsPage
{
	width:19px;
	height:22px;
	background-image:url('../Images/Icons/pagi_off.jpg');
	background-repeat:no-repeat;	
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
}
.clsMainHeader
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#941C06;
	
}
.clsMiddleTable
{
	background-image: url('../Images/BackgroundImages/TrainingPlan/add_trainingpaln_bg.png');
	background-repeat: no-repeat;
	background-position:top;
}

.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;
}
.clsGridViewBG
{
    background-image:url('../Images/BackgroundImages/EventRegistration/table_row_BG.png');
    background-repeat:repeat-x;
    width:1px;
    height:47px;
}
.clsGridViewOrngBG
{
    background-image:url('../Images/BackgroundImages/TrainingPlan/list_bg.png');
    background-repeat:repeat-x;
    width:1px;
    height:47px;
}
.clsLink
{
	color:#3282B0;
	font-family:Arial;	
  	font-size: 12px;
	font-weight: bold;
}
.clsGridViewBG a:hover
{
	color:#3282B0;
	font-family:Arial;	
  	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a:visited
{
	color:#3282B0;
	font-family:Arial;	
  	font-size: 12px;
	font-weight: bold;
}
.clsViewMore
{
	color:#E77725;
	font-family:Arial;	
  	font-size: 12px;
	font-weight: bold;
}	
.clsMiddleLine
{
	background-image:url('../Images/grayBox_bor_T.jpg');
    background-repeat:repeat-x;
    height:1px;
}
.clsSearchLeft
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_lft_curve.png');
    background-repeat:no-repeat;
    height:188px;
    width:7px;
}
.clsSearchRight
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_rft_curve.png');
    background-repeat:no-repeat;
    height:188px;
    width:7px;
}
.clsSearchMid
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_mid.png');
    background-repeat:repeat-x;
    height:188px;
}

.clsSearchLeftLarge
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_lft_curveL.png');
    background-repeat:no-repeat;
    height:261px;
    width:7px;
}
.clsSearchRightLarge
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_rft_curveL.png');
    background-repeat:no-repeat;
    height:261px;
    width:7px;
}
.clsSearchMidLarge
{
	background-image:url('../Images/BackgroundImages/TrainingPlan/top_midL.png');
    background-repeat:repeat-x;
    height:261px;
}

.clsOtherPage
{
	width:19px;
	height:22px;
	background-image:url('../Images/Icons/pagi_off.jpg');
	background-repeat:no-repeat;	
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	color: #1a5baf;
}
.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;
}

/* Classes for new UI */
.clsCoachDetailsTopLeft
{
    background-image:url('../Images/Athlete Tools/top_main_left_curve.jpg');
    width:7px;
    height:8px;
    background-repeat:no-repeat;
}

.clsCoachDetailsTopRight
{
    background-image:url('../Images/Athlete Tools/top_main_right_curve.jpg');
    width:7px;
    height:8px;
    background-repeat:no-repeat;
}

.clsCoachDetailsTopMid
{
    background-image:url('../Images/Athlete Tools/top_mid.jpg');
    height:8px;
    background-repeat:repeat-x;
}

.clsCoachDetailsLeft
{
    background-image:url('../Images/Athlete Tools/white_left.png');
    width:9px;
    background-repeat:repeat-y;
}

.clsCoachDetailsRight
{
    background-image:url('../Images/Athlete Tools/white_right.png');
    width:9px;
    background-repeat:repeat-y;
}

.clsCoachDetailsBottomLeft
{
    background-image:url('../Images/Athlete Tools/bottom_main_left_curve.jpg');
    width:7px;
    height:7px;
    background-repeat:no-repeat;
}

.clsCoachDetailsBottomRight
{
    background-image:url('../Images/Athlete Tools/bottom_main_right_curve.png');
    width:7px;
    height:7px;
    background-repeat:no-repeat;
}

.clsCoachDetailsBottomMid
{
    background-image:url('../Images/Athlete Tools/bottom_mid.jpg');
    height:7px;
    background-repeat:repeat-x;
}

.clsPhotoBg
{
    background-image: url('../Images/PublicProfile/profile_photo.png'); 
    background-repeat: no-repeat;
    width: 94px; 
    height: 88px; 
    text-align: center; 
    vertical-align: middle; 
    text-align:left;
}

.clsPanelMidBorder
{
   background-image:url('../Images/BackgroundImages/EventRegistration/inner_box_bor_M.jpg');
   background-repeat:repeat-x;
   width: 1px;
   height: 250px;
   padding-left:5px;
}

.clsTrainingPlansGridTopLeft
{
    background-image:url('../Images/BackgroundImages/Training Plan/left_coach_details.png');
    width:7px;
    height:7px;
    background-repeat:no-repeat;
}

.clsTrainingPlansGridTopRight
{
    background-image:url('../Images/BackgroundImages/Training Plan/right_coach_details.png');
    width:7px;
    height:7px;
    background-repeat:no-repeat;
}

.clsTrainignPlagsGridTopMid
{
    background-image:url('../Images/BackgroundImages/Training Plan/mid_coach_details.png');
    height:7px;
    background-repeat:repeat-x;
}

.clsGridViewBG
{
    background-image:url('../Images/BackgroundImages/EventRegistration/table_row_BG.png');
    background-repeat:repeat-x;
    width:1px;
    height:47px;
}

.clsGridTop
{
    background-image:url('../Images/BackgroundImages/Training Plan/coach_details_top.png');
    width:672px;
    height:7px;
    background-repeat:no-repeat;
}

.clsTrainingPlanGridRow
{
    background-image:url('../Images/BackgroundImages/Training Plan/TrainingLog-arrow.png');
    height:81px;
    background-repeat:repeat-x;
}
/*classes for left arrow popup*/
.clsRolloverLeftPopupHeader1 
{
	width:22px; 
	height:49px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rollover_popups_new_1.png');
	background-repeat: no-repeat;
}

.clsRolloverLeftPopupHeader2
{
	width:278px; 
	height:49px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rollover_popups_new_2.png');
	background-repeat:no-repeat;
}
.clsRolloverLeftPopupBody1
{
	width:22px; 
	height:24px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rollover_popups_new_4.png');
	background-repeat: repeat-y;
}

.clsRolloverLeftPopupBody2
{
	width:256px; 
	height:2px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rollover_popups_new_3.png');
	background-repeat: repeat-y;
}

.clsRolloverLeftPopupBottom1
{
	width:278px; 
	height:24px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rollover_popups_new_5.png');
	background-repeat:no-repeat;
}

.clsRolloverLeftPopupBottom2
{
	width:27px; 
	height:24px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverbottom2.png');
	background-repeat:no-repeat;
}

.clsLeftArrow
{
	width:27px; 
	height:25px;
	src: url('../Images/BackgroundImages/RolloverPopup/arrow_left.png');
}
/*Tag Clouding*/

.classTag1
{
	font-weight: normal;
	font-size:9px;
	color:#1B749E;
	font-weight:bold;
}
.classTag1:hover
{
	font-weight: normal;
	font-size:10px;
	color:#1B749E;
	font-weight:bold;
}
.classTag2
{
	font-weight: normal;
	font-size:9px;
	color:#1B749E;
	font-weight:bold;
}
.classTag2:hover
{
	font-weight: normal;
	font-size: 10px;
	color:#1B749E;
	font-weight:bold;
}
.classTag3
{
	font-weight: normal;
	font-size: 12px;
	color:#1B749E;
	font-weight:bold;
}
.classTag3:hover
{
	font-weight: normal;
	font-size: 12px;
	color:#1B749E;
	font-weight:bold;
}
.classTag4
{
	font-weight: normal;
	font-size: 14px;
	color:#1B749E;
	font-weight:bold;
	font-style:italic;
}
.classTag4:hover
{
	font-weight: normal;
	font-size: 14px;
	color:#1B749E;
	font-weight:bold;
	font-style:italic;
}
.classTag5
{
	font-weight: normal;
	font-size: 16px;
	color:#1B749E;
	font-weight:bold;
}
.classTag5:hover
{
	font-weight: normal;
	font-size: 16px;
	color:#1B749E;
	font-weight:bold;
}
.classTag6
{
	font-weight: normal;
	font-size: 18px;
	color:#1B749E;
	font-weight:bold;
	font-style:italic;
}
.classTag6:hover
{
	font-weight: normal;
	font-size: 18px;
	color:#1B749E;
	font-weight:bold;
	font-style:italic;
}
.classTag7
{
	font-weight: normal;
	font-size: 20px;
	color:#1B749E;
	font-weight:bold;
}
.classTag7:hover
{
	font-weight: normal;
	font-size: 20px;
	color:#1B749E;
	font-weight:bold;
}
.clsDivText
{
	font-family: Arial;
	font-weight:bold;
	color:#1B749E;
}
/*End of tag clouding*/
