﻿.IMPopUp
{
	position: absolute;
	background-color: Transparent;
	border: none;
	padding: 10px;
	z-index: 200;
}
.clsText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: Red;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.clsTableCells a
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: blue;
	text-decoration: none;
}
.clsTableCells a:hover
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #375B9E;
	text-decoration: underline;
}

.clsOnlineLabel
{
	color: White;
}

/*Instant Message popup classes*/
.clsIMPopupHeader
{
	background-image: url('../Images/IM/IM_header.png');
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-align: Left;
	text-transform:uppercase;
	height: 33px;
	width:204px;
}
.clsIMPopupBodyLeft
{
	background-image: url('../Images/IM/IM_left.png');
	background-repeat: repeat-y;
	background-position: left;
	font-size: 11px;
	width: 11px;
}

.clsIMPopupBody
{
	width: 204px;
	background-color: #FFFFFF;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	font-style:normal;
	color:#000000;
	text-align:left;
}

.clsIMPopupBodyRight
{
	background-image: url('../Images/IM/IM_right.png');
	background-repeat: repeat-y;
	font-size: 11px;
	width: 11px;
}


.clsIMPopupBottomLeft
{
	background-image: url('../Images/IM/IM_bottom_left.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	width: 11px;
	height: 11px;
}

.clsIMPopupBottom
{
	width: 204px;
	background-image: url('../Images/IM/IM_bottom.png');
	background-repeat: repeat-x;
}


.clsIMPopupBottomRight
{
	background-image: url('../Images/IM/IM_bottom_right.png');
	background-repeat: repeat-y;
	font-size: 11px;
	width: 11px;
	height: 11px;
}
.clsIMHeader, .clsIMHeader a, .clsIMHeader a:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#0000FF;
	background-color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
}
/* 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;
}
.clsOnlineUser a, .clsOnlineUser a:hover 
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Black;
	font-style:normal;
}
.clsFacebookBarLeft
{   background-image : url('../Images/BackgroundImages/Facebook_LEFTband.jpg');
	background-repeat:no-repeat;
}
.clsFacebookBarMiddle
{   background-image : url('../Images/BackgroundImages/Facebook_MIDband.jpg');
	background-repeat:repeat-x;
}
.clsFacebookBarRight
{   background-image : url('../Images/BackgroundImages/Facebook_RIGHTband.jpg');
	background-repeat:no-repeat;
}
