﻿/* Colors */
body
{
	background-color: White;
}
.MPBody
{
	text-align: center;
}
th, #MPTitle, #MPFooter, .MPBottomNav ul.AspNet-Menu li a, .MPAuxNav ul.AspNet-Menu li a, .MPButtonNav ul.AspNet-Menu li a
{
	color: White;
}
th
{
	background-color: #938560;
}

.MPsponsors .AdSpot
{
	text-align:center;
	padding-bottom:5px;
}
#MPHeader
{
	background-color: #4E9FBD;
}
#MPHeader, #MPButtonBar, .MPSplash, .MPInteriorSplash, .MPContentSection, .MPHomeContent, #MPFooter
{
	border-color: White;
}
#MPFooter
{
	background-color: #A0C9D4;
}
/*.MPSideNavTitle a, .Prompt, h1, h2
{
	color: #993333;
}*/
.Prompt
{
	color: #004C6D;
}
.MPContentSection, .MPHomeContent
{
	background-color: White;
}
.VerbosePrompt
{
	color: #004766;
}

/* End Colors */

#MPOuterMost
{
	/*position: relative; 	margin: 0 auto;*/
}
#MPAuxNav
{
	float: right;
	padding-right: 10px;
	height: 1.5em;
}

#MPHeader, #MPButtonBar, .MPSplash, .MPInteriorSplash, .MPContentSection, .MPHomeContent, #MPFooter
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

/* Heading Area */
#MPHeader
{
	height: 92px;
	text-align: left;
}
#MPLogo
{
	padding-left: 25px;
	float: left;
}
#MPTitle
{
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	font-size: 300%;
}
#MPOrgName
{
	font-size: 50%;
}
/*#MPSearchBlock
{
	padding-right: 10px;
	padding-bottom: 6px;
	float: right;
}
*/

/* Splash Area */
.MPSplash
{
	position: relative;
}
#MPSlogan
{
	position: absolute;
	top: 100px;
	left: 586px;
	color: White;
}

/* Content Area */
.MPNavBar
{
	margin-left: 10px;
	margin-right: 10px;
	width: 154px;
	height: 100%;
	float: left;
}
.MPContentSection
{
	width: 943px;
	height: 100%;
	min-height: 300px;
	border: solid 3px #002145;
	margin-top: 7px;
	margin-bottom: 7px;
}
#MPContentArea
{
	float: left;
	width: 724px;
	height: 100%;
	min-height: 300px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-left: solid 1px #BCBEC0;
}
#MPHomeContentArea
{
	float: left;
	width: 540px;
	height: 100%;
	min-height: 200px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#MPHomeContentData
{
	margin-left: 25px;
}
#MPHomeLoginArea
{
	float: left;
	width: 329px;
	padding-left: 30px;
	text-align: left;
}
/*Change MPButtonNav Color here also when Top heading color changes */
#MPButtonNav
{
	color: White;
	background-color: #d73648; /*#993333;*/
	height: 31px;
	border-bottom: solid 3px #002145;
}
.MPButtonNav ul.AspNet-Menu li
{
	padding-top: 3px;
	font-size: 146.5%;
	padding-right: 10px;
}

.MPButtonNav ul.AspNet-Menu li ul
{
	display: none;
}

.MPButtonNav li.AspNet-Menu-Sep
{
	background-image: url(  'images/fade_buttonbar_sep.gif' );
	background-position: right;
	background-repeat: no-repeat;
}


/* Footer */
/*Change MPFooter Color here also when Top heading color changes */
#MPFooter
{
	color: White;
	background-color: #d73648; /*#993333;*/
	height: 31px;
	border-top: solid 3px #002145;
}
#MPCopyright
{
	float: left;
	padding: 4px 5px 0px 10px;
}
#MPBottomMenu
{
	float: right;
	padding-right: 7px;
}

/* Side Navigation */
/* Side Navigation */
/*.MPSideNav ul.AspNet-Menu li a
{
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 15px;
	color: #333366;
	font-family:Arial;
	border-bottom: solid 1px #E6E7E8;
	background-image: url(   'images/Bullet.gif' );
	background-repeat: no-repeat;
	background-position: 2px 9px;
	height: 100%;
}*/

.AspNet-Menu-Vertical ul.AspNet-Menu
{
	border-right: solid 1px #E6E7E8;
}
.MPSideNav ul.AspNet-Menu li ul li.AspNet-Menu-Leaf.AspNet-Menu-Sep.AspNet-Menu-ParentSelected
{
	background-color: white;
}
.MPSideNav ul.AspNet-Menu li.AspNet-Menu-Link.AspNet-Menu-Selected, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-Selected
{
	background-color: white;
}
.MPSideNav ul.AspNet-Menu li ul li.AspNet-Menu-Leaf.AspNet-Menu-Sep.AspNet-Menu-ParentSelected a
{
	font-family: Arial;
	font-size: 12pt;
	color: #4b253e;
	font-weight: bold;
}
.MPSideNav ul.AspNet-Menu li.AspNet-Menu-Link.AspNet-Menu-Selected a, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-Selected a
{
	font-family: Arial;
	font-size: 12pt;
	color: Black;
	font-weight: bold;
}
.MPSideNav ul.AspNet-Menu li
{
	height: 100%;
	background-color: #b5b292; /*#6d6b58*/
	padding-left: 0px;
}
.MPSideNav ul.AspNet-Menu li a
{
	text-align: left;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background-image: url('images/fade_arrow.GIF' );
	 background-position :left center ;
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	min-height: 9px;
	height: auto !important;
	height: 10px;
	padding-bottom: 5px;
	background-color: #DCDCDC;
	border-bottom: 1px solid #757575;
	border-top: 1px solid white;
	
	width: 200px;

}

.MPSideNav ul.AspNet-Menu li a:hover
{
	text-decoration: none;
	background-color: #E31919;
	color: White;
}

/* override code in d-AspNetMenu.css */
.MPSideNav ul.AspNet-Menu ul
{
	position: relative;
	display: block;
}
ul.AspNet-Menu li:hover ul, ul.AspNet-Menu li li:hover ul, ul.AspNet-Menu li li li:hover ul, ul.AspNet-Menu li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li.AspNet-Menu-Hover ul, ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
	display: inherit;
}


.MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren ul li, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren li,
 .MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren ul, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li ul
{
	height: 100%;
	padding-left: 0px;
	display: none;
}

.MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren.AspNet-Menu-ChildSelected ul li, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-Selected li, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected ul, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-WithChildren.AspNet-Menu-Selected, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-ChildSelected ul, .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-ChildSelected
{
	display: block;
}
.MPSideNav ul.AspNet-Menu li.AspNet-Menu-Selected li a .MPSideNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected li a
{
	font-weight: normal;
}
.MPSideNav ul.AspNet-Menu li.AspNet-Menu-Selected a
{
	text-decoration: none;
}
.MPNavBar ul.AspNet-Menu li.AspNet-Menu-WithChildren.AspNet-Menu-Sep ul
{
}

/***/
.MPSideNavTitle
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 139%;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: solid 1px #E6E7E8;
}
.MPSideNavTitle a
{
	text-decoration: none;
}

.MPHomeNewTitle
{
	background-image: url(  'images/RightArrow.gif' );
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
}

.Prompt
{
	margin-top: 10px;
	font-weight: bold;
	padding-right: 1em;
}
.Prompt Label
{
	font-weight: normal;
}
.VerbosePrompt
{
	font-weight: bold;
}
.FormContent div
{
	margin-bottom: 7px;
}
.NumericUpDown .Buttons
{
	float: left;
	margin: 14px 1em 0px 3px;
}
.NumericUpDown .Buttons input
{
	float: none;
	margin-top: 3px;
}
.NumericUpDown input
{
	font-size: 85%;
	margin-top: 15px;
	float: left;
}
.NumericUpDown span
{
	display: block;
	margin-top: 15px;
	float: left;
	margin-right: 1em;
}
.Help
{
	width: 305px;
	height: 400px;
	overflow: auto;
	background-color: #FFFACD;
	color: #666666;
	border: solid 1px Black;
	padding: 5px 5px 5px 5px;
}


.MPAuxNav li.AspNet-Menu-Sep
{
	background-image: url(  'images/fade_titlebar_sep.gif' );
	background-position: right;
	background-repeat: no-repeat;
}
/*.MPBottomNav li.AspNet-Menu-Sep{
	border-left:solid 1px black;
	}*/
/**********features Added Arun Date : 11-12-2008*****************************/
.MPAuxNav ul.AspNet-Menu li a
{
	font-family :Verdana,Geneva,Arial,Helvetica,sans-serif
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	text-align:left;
	 padding-bottom :5px;
	 padding-top :5px;
	 font-size :1em;
}
/**********features Added Arun Date : 11-12-2008*****************************/
.MPBottomNav ul.AspNet-Menu li a
{
	color: White;
}
.MPAuxNav ul.AspNet-Menu li, .MPBottomNav ul.AspNet-Menu li
{
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
}
.MPAuxNav ul.AspNet-Menu li ul
{
	display: none;
}

HLMPTopPopupNav
{
}

#HLMPPrintable
{
	background-image: none;
	background-color: White;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
#HLMPPrintableHeader
{
}
#HLMPPrintableLogo
{
	float: left;
}
#HLMPPrintableSlogan
{
	float: right;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}
#HLMPPrintableContent
{
	padding-top: 5px;
	clear: both;
}
#HLMPPrintableCopyright
{
	padding-top: 10px;
	width: 100%;
	clear: both;
	text-align: center;
}
.Editor
{
	font-family: Verdana;
}

.ContentItemHtml, .ContentItemVideo
{

}

.ContentItemHtml h2, .ContentItemVideo h2
{
	width:640px;
}

.ContentItemVideo
{
	text-align: center;
}
 .ContentUserControl h2
{
 border-bottom: solid 1px #993333;
 padding :10px 10px 1px 0px ;
  margin: 0 0 10px;
	
}
.contentDiv a
{
  font-size:8.3pt;

}
.ContentItemVideo h2, .ContentItemVideo .ArticleByLine
{
	text-align: left;
}
.ContentItemVideo .ArticleByLine
{
	margin-bottom: 5px;
}
.SectionNumber
{
	background-color: #0066CC;
	padding-left: 5px;
	padding-right: 5px;
	color: White;
}

.Calendar
{
	width: 100%;
}
.CalendarTitle td
{
	background-color: #BE5D07;
	color: White;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
.CalendarHeader
{
	background-color: #0066CC;
	color: White;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
.CalendarDay, .CalendarOtherMonth, .CalendarWeekend
{
	width: 100px;
	height: 75px;
	font-size: 80%;
	text-align: left;
	vertical-align: top;
}
.CalendarOtherMonth
{
	background-color: #E4E4E4;
}
.CalendarWeekend
{
	background-color: #D1E0F3;
}
.CalendarEventType, .CalendarEventTypeH, .CalendarEventTypeI, .CalendarEventTypeN, .CalendarEventTypeO, .CalendarEventTypeP, .CalendarEventTypeR, .CalendarEventTypeA, .CalendarEventTypeM, .CalendarEventTypeT, .CalendarEventTypeW, .CalendarEventTypeX, .CalendarEventTypeY, .CalendarEventTypeS, .CalendarEventTypeC
{
	margin: 8px;
	padding: 0;
}
li.CalendarEventType:hover, li.CalendarEventTypeH:hover, li.CalendarEventTypeI:hover, li.CalendarEventTypeN:hover, li.CalendarEventTypeO:hover, li.CalendarEventTypeP:hover, li.CalendarEventTypeR:hover, li.CalendarEventTypeA:hover, li.CalendarEventTypeM:hover, li.CalendarEventTypeT:hover, li.CalendarEventTypeW:hover, li.CalendarEventTypeX:hover, li.CalendarEventTypeY:hover, li.CalendarEventTypeS:hover, li.CalendarEventTypeC:hover
{
	text-decoration: underline;
}
/* Deault, for unknown or un-popular event types */
.CalendarEventType
{
	color: Blue;
}
/* Annual Conference - Brick Red */
.CalendarEventTypeSymposium
{
	color: #CC3333;
	cursor: pointer;
}
/* H: Chapter events, C: New York Chapter Meeting - Dark Blue */
.CalendarEventTypeCommunityEvent, .CalendarEventTypeC
{
	color: #191970;
	cursor: pointer;
}
/* N: Other, Risk Related Events, T: Other - Purple */
.CalendarEventTypeConference, .CalendarEventTypeT
{
	color: #800080;
	cursor: pointer;
}
/* Industry Events - BlueGreen */
.CalendarEventTypeEducation
{
	color: #339999;
	cursor: pointer;
}
/* Regional Conference - Orange */
.CalendarEventTypeIndustryEvent
{
	color: #FFA500;
	cursor: pointer;
}
/* Webinar - Pink */
.CalendarEventTypeSeminar
{
	color: #FF80C0;
	cursor: pointer;
}
/* I: Education Events, S: Distance Learning, X: Course, M: Professional Development Session, Y: Symposium - Bright green */
.CalendarEventTypeS, .CalendarEventTypeX, .CalendarEventTypeM, .CalendarEventTypeY
{
	color: #00CC00;
	cursor: pointer;
}
/* Personal - shouldn't show up */
.CalendarEventTypeP
{
	color: Red;
}
.CalendarNextPrevious
{
	color: White;
}

.FooterMenu ul.AspNet-Menu li a
{
	color: #FFFFFF;
}

.FooterMenu ul.AspNet-Menu li
{
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.FooterMenu li.AspNet-Menu-Sep
{
	background-image: url(  'images/BottomMenuSep.gif' );
	background-position: right center;
	background-repeat: no-repeat;
}


/* override code in d-AspNetMenu.css */
.FooterMenu ul.AspNet-Menu ul
{
	display: block;
}

.FooterMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren li
{
	padding-left: 12px;
	display: none;
}

.FooterMenu ul.AspNet-Menu li.AspNet-Menu-Selected li, .NewsPaperFooterMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li
{
	display: block;
}
.FooterMenu ul.AspNet-Menu li.AspNet-Menu-Selected li a .NewsPaperFooterMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li a
{
	font-weight: normal;
}

/********************************************************************************************/
/*MPNavBar ul.AspNet-Menu li.AspNet-Menu-Leaf AspNet-Menu-Sep.AspNet-Menu-ParentSelected ul, MPNavBar ul.AspNet-Menu-WithChildren AspNet-Menu-Sep ul
{
	display: none;
	color:Green;
}

MPNavBar ul.AspNet-Menu li.AspNet-Menu-WithChildren AspNet-Menu-Sep.AspNet-Menu-Selected ul li.AspNet-Menu-WithChildren.AspNet-Menu-Sep.AspNet-Menu-ParentSelected ul
{
	display: none;
	color:red;
}*/

/*
.MPButtonNav ul.AspNet-Menu li ul, ul.AspNet-Menu li.AspNet-Menu-WithChildren li
{
	display: none;
}*/

/**********features Added Arun Date : 11-12-2008*****************************/
.MPButtonNav ul.AspNet-Menu li a
{
	font-family: Arial Narrow,Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	line-height: 24px;
	font-size: 20px;
	 padding-left:25px;
	  padding-right :25px;
	color: #002D88;
}
/**********features Added Arun Date : 11-12-2008*****************************/
.MPNavBar ul.AspNet-Menu li a
{
	text-decoration: none;
}

/********************************************************************************************/


/**********Class's Added Bibin Date : 14-07-2008*****************************/
.LogoMain
{
	width: 100%;
	background-color: WHITE; /*#993333;*/
	border-bottom: solid 2px black;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}
.ImageController
{
	/*Note: Change height so as to match the height  	of image(image with max height in ImageLogoLeft and ImageLogoRight)*/
	width: 99%;
	height: 49px;
	padding-left: 5px;
	padding-right: 4px;
}
.ImageLogoLeft
{
	/* 	Note: When background image is modified plz update height  	in ImageController css class and min-width and width in this class    */
	background-image: url(  'images/' ); /*Heighttest.GIF*/
	background-position: 0% left;
	background-repeat: no-repeat;
	float: left;
	min-width: 355px;
	width: auto !important;
	width: 355px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.ImageLogoRight
{
	/* 	Note: When background image is modified plz update height  	in ImageController css class and min-widthand width  in this class    */
	background-image: url(  'images/' ); /*Heighttest.GIF*/
	background-position: right;
	float: right;
	min-width: 166px;
	width: auto !important;
	width: 166px;
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.MPBottomNav ul li
{
	border-left: solid 1px white;
	font-size: 12px;
}

/***************************************/


/*-----------------------------ModalBackroundCSS Added By Supriya 27/2/2009-----------------------*/

.modalBackground
{
                background-color : White;
                filter : alpha(opacity=10);
                opacity : 0.7;
}
/* ANju*/
#brdcrm a, #brdcrm span
{
	font-family: Verdana;
	font-size: 11px;	
	color: #6dafc0;
	text-decoration:none;
	
}
#brdcrm
{
	text-align: left;
	padding-top: 8px;
	padding-bottom:5px;
}

/* Added as Snama - June/24/2009*/

.rsHorizontalHeaderTable, .rsContentTable /* For the correct alignment of calendar in IE8*/
{
	width: 100%;
}

.rsTopWrap /*issue in IE6*/
{
	position: relative;
}
table.rsContentTable tr.rsFirstRow .rsWrap.rsDateWrap, table.rsContentTable tr.rsFirstRow .rsWrap /*In order to solve the issue in Firefox*/
{
	position: inherit;
}


.rsContent.rsMonthView table, .rsContent.rsDayView table, .rsContent.rsWeekView table
{
	position: relative;
}
/* Added as Snama */

.Default.reToolbarWrapper, .web20.reToolbarWrapper, .reToolCell div
{
height:auto !important;
}

Table.rwTitlebarControls
{
	margin-bottom:0px;
} 

.cmModalPopupBackgroundForItinerary
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 700px;
    height: auto;
    overflow: auto;
}
.Itinerary
{
    width: 99%;
    height: 650px;
}
.ribbDiv
{
  width:200px;
}