﻿
.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;
}
.clsItemBold
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.clsDivGridView
{
	text-align: left;
	padding-left: 8px;
}
.clsMessage
{
	text-align: left;
	font-family: Arial;
	color: red;
	font-size: 12px;
	padding-top: 10px;
}
.clsNoRecordMsg
{
	font-size: 12px;
	font-family: Arial;
	color: black;
}
.clsHeaderLinks a, .clsHeaderLinks a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	color:Black;
	text-align: left;
	text-transform:uppercase;
}

.clsHeaderLinksNormal a, .clsHeaderLinksNormal a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	color:Black;
	text-align: left;
	text-transform:capitalize;
	
}

/* 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;
}

.clsTopicTitle a, .clsTopicTitle a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:Blue;
}
.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;
}

/* Classes added for alternate comment boxes on forum- details page    */
.clsGreenCommentTop
{
	background-image: url('../Images/BackgroundImages/Forums_communities/green_top_comment.png');
	background-repeat: no-repeat;
	width: 668px;
	/*height: 3px;*/
}
.clsGreenCommentMid
{
	background-image: url('../Images/BackgroundImages/Forums_communities/green_mid_comment.png');
	background-repeat: repeat-y;
	width: 668px;
	height: 3px;
}
.clsGreenCommentBottom
{
	background-image: url('../Images/BackgroundImages/Forums_communities/green_btm_comment.png');
	background-repeat: no-repeat;
	width: 668px;
	height: 3px;
}

/*for blue*/
.clsBlueCommentTop
{
	background-image: url('../Images/BackgroundImages/Forums_communities/blue_top_comment.png');
	background-repeat: no-repeat;
	width: 668px;
	/*height: 3px;*/
}
.clsBlueCommentMid
{
	background-image: url('../Images/BackgroundImages/Forums_communities/blue_mid_comment.png');
	background-repeat: repeat-y;
	width: 668px;
	height: 3px;
}
.clsBlueCommentBottom
{
	background-image: url('../Images/BackgroundImages/Forums_communities/blue_btm_comment.png');
	background-repeat: no-repeat;
	width: 668px;
	height: 3px;
}

.clsViewCommentGreenBG
{
	
	
	background-image:url('../Images/Challenges/comment-box-green-center.gif');
	background-repeat:repeat-x; 
	
		
}
.clsViewCommentGreenBGDivider
{
	
	height:76px;
	width:1px;
	background-image:url('../Images/Challenges/comment-box-green-divider.gif');
	background-repeat:no-repeat;	
}

.clsViewCommentGreenWhiteBG
{
	
	height:76px;
	background-image:url('../Images/Challenges/comment-box-green-center-white.gif');
	background-repeat:repeat-x;	
}

.clsPanelLeftBorder
{
   background-image:url('../Images/BackgroundImages/EventRegistration/inner_box_bor_L.jpg');
   background-repeat:no-repeat;
   width: 7px;
   height: 250px;
}

.clsPanelRightBorder
{
   background-image:url('../Images/BackgroundImages/EventRegistration/inner_box_bor_R.jpg');
   background-repeat:no-repeat;
   width: 9px;
   height: 250px;
}

.clsPanelMidBorder
{
   background-image:url('../Images/BackgroundImages/EventRegistration/inner_box_bor_M.jpg');
   background-repeat:repeat-x;
   width: 1px;
   height: 250px;
   padding-left:5px;
}
