﻿/* CSS/Stylesheet.css contents */
img
{
	border: none;
}

.clsErrorMsg
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
}

/* CSS/Topframe.css */


.clsLoginBtn
{
	text-align:center;
	vertical-align:middle;
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	background:url(../Images/btn_login.png) no-repeat;
	height:28px;
	width:85px;
}
.clsNewRegisterdSubText
{
	font-weight: normal;
	font-style: normal;
	color: #941802;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.clsNewRegisterdText
{
	font-weight: normal;
	font-style: normal;
	color: #941802;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.clsNewLoginBtn
{
	/*text-align:center;
	vertical-align:middle;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background:url(../Images/btn_login.png) no-repeat;
	height:28px;
	width:78px;*/
	background: url(../Images/btn_login_Updated-1.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 22px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: Black;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.clsForgetBtn
{
	text-align:center;
	vertical-align:middle;
	color: #000000;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	background:url(../Images/btn_Forgetlogin.png) no-repeat;
	height:28px;
	width:105px;
	margin:0px;
	padding:0px;
}
.clsTopLinks
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.clsFooterTd
{
	background-color: white;
	font-family: arial;
	font-size: 11px;
	color: #0000cc;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
}

.clsFooterTdNormalText
{
	font-size: 10px;
	font-family: Arial;
	color: #0000cc;
}

.clsFooterBoldText
{
	color: #09357a;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
.clsFooterTd a, .clsFooterTd a:hover
{
	color: #09357a;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
.clsFooterBoldText, .clsFooterBoldText a, .clsFooterBoldText a:hover
{
	color: #09357a;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.clsHorizontalAdvertisement
{
	font-size: 12px;
	font-family: Arial;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	padding-bottom: 5px;
}
.clsFooterLinks
{
	vertical-align: middle;
	font-family: Arial;
	color: White;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
#TopFrame1_pnlLogin a:hover, #TopFrame1_pnlAfterLogin a:hover
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

#TopFrame1_pnlLogin_fbLogin a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-decoration: none;
}

/* CSS/RoundedBG.css contents */

/*-------------------------------------------*/
.bg_BlueTopLeft
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_topleft.gif');
	background-repeat: no-repeat;
}

.bg_BlueTop
{
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_top.gif');
	background-repeat: repeat-x;
}

.bg_BlueTopRight
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_topright.gif');
	background-repeat: no-repeat;
}

.bg_BlueLeft
{
	width: 11px;
	height: 100%;
	background-image: url('../Images/BackgroundImages/blue_left.gif');
	background-repeat: repeat-y;
}

.bg_BlueBody
{
	background-color: #E8F2FD;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding-left: 0px;
	height: 100%;
}

.bg_BlueRight
{
	width: 11px;
	height: 100%;
	background-image: url('../Images/BackgroundImages/blue_right.gif');
	background-repeat: repeat-y;
}

.bg_BlueBottomLeft
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_bottomleft.gif');
	background-repeat: no-repeat;
}

.bg_BlueBottom
{
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_bottom.gif');
	background-repeat: repeat-x;
}

.bg_BlueBottomRight
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_bottomright.gif');
	background-repeat: no-repeat;
}

/*-------------------------------------------*/
.bg_YellowTopLeft
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/yellow_topleft.gif');
	background-repeat: no-repeat;
}

.bg_YellowTop
{
	height: 11px;
	background-image: url('../Images/BackgroundImages/yellow_top.gif');
	background-repeat: repeat-x;
}

.bg_YellowTopRight
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/yellow_topright.gif');
	background-repeat: no-repeat;
}

.bg_YellowLeft
{
	width: 11px;
	height: 100%;
	background-image: url('../Images/BackgroundImages/yellow_left.gif');
	background-repeat: repeat-y;
}

.bg_YellowBody
{
	background-color: #FFF3DD;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding-left: 5px;
	height: 100%;
}

.bg_YellowRight
{
	width: 11px;
	height: 100%;
	background-image: url('../Images/BackgroundImages/yellow_right.gif');
	background-repeat: repeat-y;
}

.bg_YellowBottomLeft
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/yellow_bottomleft.gif');
	background-repeat: no-repeat;
}

.bg_YellowBottom
{
	height: 11px;
	background-image: url('../Images/BackgroundImages/yellow_bottom.gif');
	background-repeat: repeat-x;
}

.bg_YellowBottomRight
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/yellow_bottomright.gif');
	background-repeat: no-repeat;
}

/*-------------------------------------------*/
.bg_WhiteTopLeft
{
	width: 14px;
	height: 14px;
	background-image: url('../Images/BackgroundImages/white_topleft.gif');
	background-repeat: no-repeat;
}

.bg_WhiteTop
{
	height: 14px;
	background-image: url('../Images/BackgroundImages/white_top.gif');
	background-repeat: repeat-x;
}

.bg_WhiteTopRight
{
	width: 14px;
	height: 14px;
	background-image: url('../Images/BackgroundImages/white_topright.gif');
	background-repeat: no-repeat;
}

.bg_WhiteLeft
{
	width: 14px;
	height: 100%;
	background-image: url('../Images/BackgroundImages/white_left.gif');
	background-repeat: repeat-y;
}

.bg_WhiteBody
{
	background-color: #FFFFFF;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding-left: 5px;
	height: 100%;
}

.bg_WhiteRight
{
	width: 14px;
	height: 100%;
	background-image: url('../Images/BackgroundImages/white_right.gif');
	background-repeat: repeat-y;
}

.bg_WhiteBottomLeft
{
	width: 14px;
	height: 14px;
	background-image: url('../Images/BackgroundImages/white_bottomleft.gif');
	background-repeat: no-repeat;
}

.bg_WhiteBottom
{
	height: 14px;
	background-image: url('../Images/BackgroundImages/white_bottom.gif');
	background-repeat: repeat-x;
}

.bg_WhiteBottomRight
{
	width: 14px;
	height: 14px;
	background-image: url('../Images/BackgroundImages/white_bottomright.gif');
	background-repeat: no-repeat;
}

/*-------------------------------------------*/
.clsFooterLeft
{
	background-image: url('../Images/BackgroundImages/footer_left.gif');
	background-repeat: no-repeat;
	width: 7px;
	height: 26px;
}
.clsFooterText
{
	font-family: Arial;
	color: White;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-left: 2px;
	text-decoration:none;
}
.clsFooterMiddle
{
	background-image: url('../Images/BackgroundImages/footer_middle.gif');
	background-repeat: repeat-x;
	height: 26px;
	vertical-align: middle;
	font-family: Arial;
	color: White;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	padding-left: 2px;
}
.clsFooterRight
{
	background-image: url('../Images/BackgroundImages/footer_right.gif');
	background-repeat: no-repeat;
	width: 7px;
	height: 26px;
}

.clsAdvertisementLeft
{
	background-image: url('../Images/BackgroundImages/adbg_left.gif');
	background-repeat: no-repeat;
	background-color:#022161;
	width: 13px;
	height: 101px;
}
.clsAdvertisementMiddle
{
	background-image: url('../Images/BackgroundImages/abBG.gif');
	background-repeat: no-repeat;
	background-color:#F5F5F5;
	height: 111px;
	vertical-align:middle;
	font-family: Arial;
	color: White;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align:center;
}
.clsAdvertisementRight
{
	background-image: url('../Images/BackgroundImages/adbg_right.gif');
	background-repeat: no-repeat;
	background-color:#022161;
	width: 13px;
	height: 101px;
}
.ratingStar
{
	white-space: nowrap; /*margin:1em;*/
	height: 14px;
}
.ratingStar .ratingItem
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled
{
	background-image: url('../Images/rating/ratingStarFilled.png');
}
.ratingStar .Empty
{
	background-image: url('../Images/rating/ratingStarEmpty.png');
}
.ratingStar .Saved
{
	background-image: url('../Images/rating/ratingStarSaved.png');
}

.ratingStar .ratingItemReadOnly
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	cursor: default; /*cursor:pointer;*/
}



/*HomePage Event Calendar CSS Class*/
.clsCalendarPopupHeader
{
	background-image: url('../Images/CalendarPopup/Rollover_header.png');
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}
.clsCalendarPopupBodyLeft
{
	background-image: url('../Images/CalendarPopup/border_left.png');
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
	width: 16px;
}

.clsCalendarPopupBody
{
	width: 284px;
	background-color: #FE9172;
	background-image: url('../Images/CalendarPopup/popup_body.png');
	background-repeat: repeat-x;
}



.clsCalendarPopupBodyRight
{
	background-image: url('../Images/CalendarPopup/border_right.png');
	background-repeat: repeat-y;
	font-size: 12px;
	width: 16px;
}


.clsCalendarPopupBottomLeft
{
	background-image: url('../Images/CalendarPopup/border_bottom_left.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	width: 16px;
	height: 16px;
}

.clsCalendarPopupBottom
{
	width: 250px;
	background-image: url('../Images/CalendarPopup/border_bottom.png');
	background-repeat: repeat-x;
}


.clsCalendarPopupBottomRight
{
	background-image: url('../Images/CalendarPopup/border_bottom_right.png');
	background-repeat: repeat-y;
	font-size: 12px;
	width: 16px;
	height: 16px;
}

/*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;
	text-align:left;
	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;
	text-align:left;
	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;
}

/* To set welcome message colour dynamically  */
.clsWelcomeMsg
{ 
	color:White;
}
.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;
}
.clsLeftBackgroundImage
{
	background-image: url('../Images/BG_Left_broad.png');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 902px;
	width:360px;
	
}
.clsRightBackgroundImage
{
	background-image: url('../Images/BG_Right_broad.jpg' );
	background-repeat: no-repeat;
	vertical-align: top;
	height: 902px;
	width:360px;
}
.bg_BlueRoundedTopLeft
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_roundedtopleft.gif');
	background-repeat: no-repeat;
}


.bg_BlueRoundedTopRight
{
	width: 11px;
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_roundedtopright.gif');
	background-repeat: no-repeat;
}

.bg_BlueRoundedTop
{
	height: 11px;
	background-image: url('../Images/BackgroundImages/blue_Roundedtop.gif');
	background-repeat: repeat-x;
}

/* classes for new roll over popup*/
/*.clsNewCalendarPopupHeader
{
	background-image: url('../Images/CalendarPopup/RArollpopup_top_curve.png');
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	height: 75px;
	width: 304px;
}
.clsNewCalendarPopupBody
{
	width: 304px;
	background-image: url('../Images/CalendarPopup/RArollpopup_middle_bg.png');
	background-repeat: repeat-y;
}

.clsNewCalendarPopupBodyArrow
{
	width: 304px;
	background-image: url('../Images/CalendarPopup/RArollpopup_arrow_right.png');
	background-repeat: no-repeat;
	height : 26px;
}
.clsNewCalendarPopupBottom
{
	width: 304px;
	background-image: url('../Images/CalendarPopup/RArollpopup_bottom_curve.png');
	background-repeat: no-repeat;
	height:25px;
}
*/
/* classes for new roll over popup*/
.clsRolloverPopupHeader1 
{
	width:278px; 
	height:49px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverheader.png');
	background-repeat: no-repeat;
}

.clsRolloverPopupHeader2
{
	width:27px; 
	height:49px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverheader2.png');
	background-repeat:no-repeat;
}
.clsRolloverPopupBody1
{
	width:278px; 
	height:2px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverbody.png');
	background-repeat: repeat-y;
}
.clsRolloverPopupBody2
{
	width:27px; 
	height:2px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverbody2.png');
	background-repeat: repeat-y;
}

.clsRolloverPopupBottom1
{
	width:278px; 
	height:24px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverbottom.png');
	background-repeat:no-repeat;
}

.clsRolloverPopupBottom2
{
	width:27px; 
	height:24px;
	background-image: url('../Images/BackgroundImages/RolloverPopup/rolloverbottom2.png');
	background-repeat:no-repeat;
}

.clsArrow
{
	width:27px; 
	height:25px;
	src: url('../Images/BackgroundImages/RolloverPopup/arrow.png');
}
