/*=========New CSS for header adedby sanjay=========*/
a.HeaderDark
{
	height: 30px;
	width:100%;
}

a.HeaderDark:hover
{
	text-decoration: none;
}

a.HeaderDark a.HeaderLink, a.HeaderLink:hover
{
	text-decoration: none;
	font-size: 14px;
}

a.HeaderDark .left
{
	height:30px;
	background:url(Images/Header/HeaderLeft.png) no-repeat left top;
	margin-right: 28px;
}

a.HeaderDark .right
{
	height:30px;
	position:relative;
	margin-right: -28px;
	background:url(Images/Header/HeaderRight.png) no-repeat right top;
}

a.HeaderDark .rightLink
{
	height:30px;
	position:relative;
	margin-right: -28px;
	background:url(Images/Header/HeaderRightLink.png) no-repeat right top;
	cursor: pointer;
}

a.HeaderDark .rightLink:hover
{
	background-position: right -30px;
}

a.HeaderDark .HeaderTxt
{
	padding-left: 6px;
	padding-top: 8px;
	color: #fff;
}

/*=========New CSS for header adedby sanjay=========*/
.Header {
	padding: 0 !important;
	}	

.Header div {
	margin: 0 !important;
	padding: 0 !important;
	}	

.Header a {
	display: block;
	height: 22px;
	padding: 8px 11px 0px 11px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	}	

.Header a.link:hover {
	background-position: right -30px !important;
	text-decoration: none !important;
	}

.HeaderLight {
	background: url(Images/Header/Light.gif) top left repeat-x !important;
	}	

/*.HeaderDark {
	background: url(Images/Header/Dark.gif) top left repeat-x !important;
	}	*/

.Header .leftLightWhite {
	background: url(Images/Header/LeftLightWhite.gif) top left no-repeat !important;
	}	

.Header .leftLightGray {
	background: url(Images/Header/LeftLightGray.gif) top left no-repeat !important;
	}	

.Header .leftDarkWhite {
	background: url(Images/Header/LeftDarkWhite.gif) top left no-repeat !important;
	}	

.Header .leftDarkGray {
	background: url(Images/Header/LeftDarkGray.gif) no-repeat !important;
	}	
.Header .leftDarkDarkGray {
	background: url(Images/Header/LeftDarkLightGray.gif) no-repeat !important;
	}	

.Header .leftDarkBlack {
	background: url(Images/Header/LeftDarkBlack.gif) no-repeat !important;
	}	

.Header .rightLightWhite {
	background: url(Images/Header/RightLightWhite.gif) top right no-repeat !important;
	}	

.Header .rightLightGray {
	background: url(Images/Header/RightLightGray.gif) top right no-repeat !important;
	}	
	
.Header .rightDarkWhite {
	background: url(Images/Header/RightDarkWhite.gif) top right no-repeat !important;
	}	

.Header .rightDarkBlack {
	background: url(Images/Header/RightDarkBlack.gif) top right no-repeat !important;
	}	

.Header .linkDarkWhite {
	background: url(Images/Header/LinkDarkWhite.gif) right top no-repeat !important;
}

.Header .linkDarkGray {
	background: url(Images/Header/LinkDarkGray.gif) right top no-repeat !important;
}
.Header .linkDarkDarkGray {
	background: url(Images/Header/LinkDarkLightGray.gif) right top no-repeat !important;
}

.Header .rightLightDarkGray {
	background: url(Images/Header/RightLightDarkGray.gif) top right no-repeat !important;
	}	
	
.Header .leftLightDarkGray {
	background: url(Images/Header/LeftLightDarkGray.gif) top left no-repeat !important;
	}	

/*===========*/

.HeaderText {
	font-weight: bold;
	color: #474747;
}

/*===========*/

.HeaderSection {
	background: url(Images/Header/SectionBg.gif) top left repeat-x;
	height: 22px;
	padding: 8px 11px 0px 11px;
	color: #474747;
	font-weight: bold;
	text-decoration: none;
	}	

.SectionSeparatorBd {
	border: solid 0 #d9d9d9;
	}

/*=== ICONS ===*/

a.Icon:hover {
	text-decoration: none;
}

a.Icon:hover span, a.Icon span:hover {
	text-decoration: underline;
}

.Icon img {
	padding: 0 !important;
	margin: 0 !important;
}

.IconHMargin {
	margin-right: 6px;
	}

.Icon img.video {
	width: 9px !important;
	height: 11px !important;
}

.Icon img.videoWithText {
	/*width: 28px !important;
	height: 30px !important;*/
	margin-right: 6px !important;
}

.Icon img.forum {
	width: 9px !important;
	height: 10px !important;
}

.Icon img.forumWithText {
	width: 9px !important;
	height: 10px !important;
	margin-right: 6px !important;
	padding-top: 3px !important; 
}

.Icon img.reminder {
}

.Icon img.reminderWithText {
	width: 10px !important;
	height: 10px !important;
	position: relative;
	top: 1px;
	margin-right: 6px !important;
}

.Icon img.photoGallery {
}

.Icon img.photoGalleryWithText {
/*	width: 17px !important;
	height: 18px !important;*/
	position: relative;
	top: 6px;
	margin-right: 6px !important;
}

.ReminderIconPanel {
	margin-top: 5px;
	border: solid 1px #2F2F2F; 
	background: #474747 url(Images/Icons/ReminderPanelBg.gif) top left repeat-x; 
	padding: 10px;
	width: 240px;
	color: #ffffff;
}

.ReminderIconPanel .intro {
	margin-bottom: 10px;
}

.ReminderIconPanel input {
	width: 200px;
}

.ReminderIconPanel .buttons {
	margin-top: 10px;
	height:15px;
}

.ReminderIconPanel a {
	float: right;
	margin: 0 0 0 20px !important;
	color: #FFCC00;	
}

.ReminderIconPanel .error {
	margin-top: 5px;
	color: #ff4444;
}

/*=== BUTTON ===*/

a.Button, a.Button:hover
{
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}
a.Button div
{
	float: left;
	height:	22px;
}
a.Button .left
{
	background: url(Images/Button/ButtonLeft.gif) no-repeat;
	width: 6px;
}
a.Button .middle
{
	background: url(Images/Button/ButtonMiddle.gif) repeat-x;
	padding: 4px 2px 0px 2px;
	height: 18px;
}
a.Button .right
{
	background: url(Images/Button/ButtonRight.gif) no-repeat;
	width: 6px;
}
.Button:hover .left, .Button:hover .middle, .Button:hover .right
{
	background-position: left -22px;
}
a.ButtonNoLeft .left
{
	background: url(Images/Button/ButtonMiddle.gif) no-repeat;
}

/*=== PAGER ===*/

.Pager
{
	position:absolute;
	float:left;
	top:0;
	right:0;	
	}
	
.Pager .Prev
{
	color:#474747;
	display: block;
	float: left;
	padding:8px 10px 0 10px;
	border-right-width:1px;
	margin-right:10px;
	height: 22px;
	}
	
.Pager .Next
{
	color:#474747;
	display: block;
	float: left;
	padding:8px 10px 0 10px;
	border-left-width:1px;
	height: 22px;
	}

.Pager .Links
{
	display: block;
	float: left;
	height: 22px;

	}	
.Pager .Links a
{
	color:#474747;
	display: block;
	float: left;
	padding:8px 10px 0 0;
	height: 22px;
	}
	
.Pager .MorePages
{
	display: block;
	float: left;
	padding:8px 10px 0 0;
	height: 22px;
	}
	
.Pager a.LinksGrayText
{
	color: #878385;
	text-decoration: none;
	}
	
/*=== REMINDER ===*/

.ReminderContainer
{
	width: 323px;
	border-width: 0 1px 1px 0;
	}
.ReminderContainer .Hour
{
	width: 51px;
	}
.ReminderContainer .Content
{
	width: 232px;
	background: #fff;
	}
.ReminderContainer .Content .Title
{
	width: 205px;
	}
.ReminderContainer .Content .Delete
{
	width: 12px;
	height: 12px;
	background: url(Images/Area.gif)
	}
.ReminderContainer .Content .Description
{
	width: 215px;
	}
	
/*=== MY DETAILS ===*/

.MyDetailsContainer
{
	width: 322px;
	height: 86px;
	}
.MyDetailsContainer .Thumb
{
	width: 91px;
	height: 86px;
	}
.MyDetailsContainer .Content
{
	width: 211px;
	height: 66px;
	background:#fff;
	}

/*=== SHARE ===*/
.ShareHyperLink
{
	margin-right: 20px;
	margin-left: 3px;
}
.ShareHyperLinkVertical
{
	margin-left: 3px;
}

.ShareTitle
{
	margin-right: 10px;
}
.SharePopupWindow
{
	width:305px; 
	border:solid 1px;
	border-color:#000000;
	margin-left:3px;
	background-color:#5d5e50;
	text-align:center;
	position:absolute;
	left:-2px;
	float:left;
}
.ShareHyperLinkDiv
{
	padding-top: 1px;
      background:#FFFFFF;
}
.SharePopupTitle
{
	text-align:left;
	color:#FFFFFF;
	margin-left:7px;
	margin-top:13px;
	margin-bottom:4px;
	font-size:12px
}
.bdy_bg{position:absolute; top:184px;left:0px; width:100% !important;}