body {
	background-color: #dddcc4;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*** Drop Shadows ***/

/* Amadeus main content top drop shadows */

.shadowtop {
	background: transparent url(/App_Themes/Amadeus/images/shadow-top.gif) repeat-x;
}
.shadowtopleftupper {
	background: transparent url(/App_Themes/Amadeus/images/shadow-top-left.jpg) no-repeat 0 0;
	height:19px;
	width:19px;
}
.shadowtoprightupper {
	background: transparent url(/App_Themes/Amadeus/images/shadow-top-right.jpg) no-repeat 0 0;
	height:19px;
	width:19px;
}

.shadowtopleftlower {
	background: transparent url(/App_Themes/Amadeus/images/shadow-top-left.jpg) no-repeat 0 0;
	height:19px;
	width:19px;
}
.shadowtoprightlower {
	background: transparent url(/App_Themes/Amadeus/images/shadow-top-right.jpg) no-repeat 0 0;
	height:19px;
	width:19px;
}
.shadowtopspacer {
	background: transparent url(/App_Themes/Amadeus/images/spacer.gif) repeat-x repeat-y;
	width:100%;
	height:2px;
}

/* Amadeus main content leftside and rightside drop shadows */

.shadowleft{
	background: transparent url(/App_Themes/Amadeus/images/shadow-left.gif) repeat-y 100% 0;
	
}
.shadowright{
	background: transparent url(/App_Themes/Amadeus/images/shadow-right.gif) repeat-y 0 0;
}

/* Amadeus main content bottom drop shadows */

.shadowbottom{
	background: url(/App_Themes/Amadeus/images/shadow-bottom.gif) repeat-x;
	height:17px;
}
.shadowbottomleft {
	background: transparent url(/App_Themes/Amadeus/images/shadow-bottom-left.gif) no-repeat;
	width:17px;
	height:17px;
}
.shadowbottomright {
	background: transparent url(/App_Themes/Amadeus/images/shadow-bottom-right.gif) no-repeat;
	width:17px;
	height:17px;
}
.shadowbottomspacer {
	background: transparent url(/App_Themes/Amadeus/images/spacer.gif) repeat-x repeat-y;
	width:100%;
	height:2px;
}

/* CSS for the Main Header background */

.headerbg {
	background-image: url(/App_Themes/Amadeus/images/header-bg.jpg);
	background-repeat: no-repeat;
}

/* CSS for the headers */

.maincontentblock {
	padding: 8px 5px 8px 5px;
	line-height:18px;
}

/* CSS for the Top Menu bar */

.topmenuholder {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

div#HeaderContentContainer
{
    width: 938px; 
    height: 94px; 
}

div#HeaderContentContainer input
{
    font-size: 12px;
}

div#HeaderContentContainer div#HeaderMenuContainer
{
    float:left;
    padding-left:30px;
    padding-right:30px;
    width: 160px;
}

div#HeaderContentContainer a#HomeLink
{
    float:left;
}

div#HeaderContentRight
{
	float: right;
	padding-right: 10px;
}

div.topmenuholder
{
    float:left;
}

/* Conditional fix for IE 7 only */
*:first-child+html .topmenuholder_extra
{
	margin-top:-1px;
}

/*** Menus ***/

/* CSS for the Main Menu bar */

.menubg {
	background: transparent url(/App_Themes/Amadeus/images/menu-bar-bg.jpg) repeat-x;
	width:803;
	height:37;
}

.menubarleft 
{
	background: transparent url(/App_Themes/Amadeus/images/menu-bar-left.jpg) no-repeat;
	width:8px;
	height:37px;
}

/* CSS for the sub header layout */

.subheaderbox {
	background: url(/App_Themes/Amadeus/images/sub-header-bg.jpg) repeat-x #844490;
}
.subheaderquote {
	padding: 2px 10px 0 4px;
	color: #FFFFFF;
	font-size: 11px;
	line-height:14px;
}

.subheaderquoteauthor 
{
    padding:0 10px 10px 0;
	text-align: right;
	font-style: italic;
}
.subnav a:link, .subnav a:visited{
	display:block;
	background-image: url(/App_Themes/Amadeus/images/arrow-blue.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 22px;
}

.subnav a:hover{
	display:block;
	background-image: url(/App_Themes/Amadeus/images/arrow-blue.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	background-color:#FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 22px;
}

.subnav2 a:link, .subnav2 a:visited{
	background-image: url(/App_Themes/Amadeus/images/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	display: block;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-size: 11px;
	margin-right: 1px;
	margin-left: 1px;
}

/*** Footers ***/

/* CSS for Footer Address and menu links */

.footerAddress
{
	padding-bottom: 5px;
	padding-top: 0px;
	color: #5f2d60;
	font-size:14px;	
}

.footerAddress a:link {
	color: #5f2d60;
	text-decoration: underline;
}

.footerAddress a:visited {
	color: #5f2d60;
	text-decoration: none;
}

.footerAddress a:hover {
	color: #5f2d60;
	text-decoration: none;
}

.footerAddress a:active {
	color: #5f2d60;
	text-decoration: none;
}

/* CSS for the Footer Menu at the bottom */

.footermenu{
	color: #FFFFFF;
	background: transparent url(/App_Themes/Amadeus/images/footer-menu-bg.jpg) repeat-x;
	text-align:center;
	padding: 0;
	margin: 0;
	width:925px;
}

.footermenuleft{
	background: url(/App_Themes/Amadeus/images/footer-menu-left.jpg) no-repeat;
	width:21px;
	height:34px;
}

.footermenuright 
{
	background: url(/App_Themes/Amadeus/images/footer-menu-right.jpg) no-repeat 0px 0;
	width:24px;
	height:34px;
}

.badgelabels {
	font-size: 10px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	font-weight: bold;
	display:block;
	font-family: Verdana,Helvetica,sans-serif;
}

.footerawardlinkicons
{
	height:70px;
	vertical-align:top;
	border:0;
}

/* CSS for rounded top controls and calendar */

.headertext {
	font-size: 16px;
	font-weight: bold;
	color: #592C61;
	display:inline;
}

.headertextbackgroundleft 
{
	background-image: url(/App_Themes/Amadeus/images/body-header-bg-left.gif);
	background-repeat: no-repeat;
	width: 7px;
	padding-top: 5px;
}

.headertextbackgroundmiddle
{
	background-image: url(/App_Themes/Amadeus/images/body-header-bg-middle.gif);
	background-repeat: repeat;
	padding-top: 5px;
}

.headertextbackgroundright
{
	background-image: url(/App_Themes/Amadeus/images/body-header-bg-right.gif);
	background-repeat: no-repeat;
	width: 7px;
	padding-top: 5px;
}

.headertextbackground {
	background-image: url(/App_Themes/Amadeus/images/body-header-bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
}

.sideboxtop, .calendarHeader {
	background-image: url(/App_Themes/Amadeus/images/side-box-top-bg.gif);
	font-size: 14px;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
	padding: 4px 0 4px 0;
	width:240;
	white-space:nowrap;
}

.sideboxtopright, .calendarBoxTopRight {
    background-image: url(/App_Themes/Amadeus/images/side-box-top-right.gif);
    background-repeat: no-repeat;
    background-position:right center;
    height:29px;
}

.sideboxtopleft, .calendarBoxTopLeft {
    background-image: url(/App_themes/amadeus/images/side-box-top-left.gif);
    background-repeat: no-repeat;
    background-position:left center;
    height:29px;
}

/* CSS for links in the Left Navigation Menu */

.sideboxunderline {
    background-image: url(/App_Themes/Amadeus/images/spacer-purple.gif);
    background-repeat: repeat-x;
    height:7px;
}

.sideboxtoplinks {
	float: right;
	margin-top: 5px;
	font-size:10px;
}

.sideboxtoplinks a:link, .sideboxtoplinks a:visited{
	color:#FFFFFF;
}
.sideboxtoplinks a:hover {
	color: #5f2d60;
}

.sideboxbg {
	background-image: url(/App_Themes/Amadeus/images/side-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* CSS for light blue content boxes */
.bluecontentboxheader {
	background: url(/App_Themes/Amadeus/images/content-box-header-bg.jpg) repeat-x bottom;
	color: #592C61;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	font-family:Arial;
}

.bluecontentboxmorebutton {
	float: right;
	margin-top: 27px;
	font-weight: bold;
	background-image: url(/App_Themes/Amadeus/images/arrow-blue.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	margin-right: 10px;
}

.bluecontentbox {
	background-color: #ebfafd;
	padding: 5px;
}

.bluecontentbox a:link, .bluecontentbox a:visited, .bluecontentbox a:hover {
	background-image:url(/App_Themes/Amadeus/images/arrow-blue.jpg);
	background-position: left 6px;
	background-repeat:no-repeat;
	display:block;
	font-size:11px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 2px;
	border-bottom:solid 1px #fff;
}

.successDisplay
{
	color: Green;
}

.errorDisplay
{
	color: Red;
}

/*** CSS for Events ***/

/* Event classes */
.eventBox 
{
	border-width:1px;
	border-color:#51BED7;
	border-style:solid;
	background-color:#E3F5F9;
	width:90%;
	margin:10px 10px 10px 10px;
	cursor:default !important;
}

.descriptionBox 
{
	border-style:none;
	width:90%;
	margin:10px 10px 10px 10px;
	cursor:default !important;
}

.eventImage 
{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border-style:none;
}

.eventBox table tr td textarea:disabled
{
	color:Black;
	padding-top:3px;
}

.eventTitleRow
{
    background-color: #f0f9fb;
}

.eventHeader 
{
	font-weight:bold;
	text-align:right;
	width:100%;
	vertical-align:top;
	height:100%;
}

.eventTitle
{
	font-size:medium;
	font-weight:bold;
	text-align:right;
	width:100%;
	vertical-align:top;
	height:100%;	
}

.eventData 
{
	font-weight:normal;	
	text-align:left;
	width:100%;
	vertical-align:top;
	background-color:Transparent;
	border-style:none;
	overflow:hidden;
	font-size:inherit;
	font-family:inherit;
}

.eventData .disabled
{
	color:Black;
}

/*** CSS for the Search ***/

/* Search classes */
.btnSearch
{
	margin-left:5px;
	margin-right:5px;
}

.NoResultsMsg
{
	font-size: 14px;
	font-weight: bold;
}
/* End Search classes */

/* Job Application CSS */

.SectionHeader
{
	font-size: large;
	text-decoration: underline;
}

.itemHeader
{
	font-weight: bold;
}
.subHeader
{
	font-style: italic;
}
.JobAppSectionBreak
{
	width: 45%; 
	margin-left: 20px;
}

.Job_AcgRequiredTextBox
{	
	border-color: Black;
	/*
	border-bottom: solid thick black;
	border-left: solid medium black;
	border-right: solid medium black;
	border-top: solid thick black;
*/
}

/* Category Edit Page */
.CategoryDisplay
{
	width: 100%;
}

Table.CategoryDisplay TD
{
	padding: 5px 5px 1px 6px;
}

.CategoryImpactCell
{
	background-color: #00A4C7;
}

.CategoryEdit
{
	background-color: #AAE4FF;
	font-weight:bold;
}

.CategoryDisplayAlternate
{
	background-color: #CED1DB;
}

/* News Page Styles */

.newsitem {
	background-image: url(/App_Themes/Amadeus/images/arrow-blue-white-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	width: 220px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	word-wrap: break-word;
}

.newsitem a.newsLink  {
	font-size:10px;
	display: block;
	background-image: url(/App_Themes/Amadeus/images/arrow-double-blue.jpg);
	background-position: 63px 7px;
	background-repeat: no-repeat;
	padding-top: 3px;
	font-weight: bold;
}

.NewsContent
{
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
}

/* TagCloud */
#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}
/* tagcloud end */

/* Humanized Messages CSS */

.humanMsg {
	font: normal 17px/30px Verdana, sans-serif;
	letter-spacing: -1px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 25%;
	font-weight:bold;
	color: #111615;
	background-color: #F1F4F9;
	border: solid 4px #0083FF;
	text-align: center; 
	display: none;
	opacity: 0;
	z-index: 100000;
}

.humanMsgs .roundsss {
    border-left: solid 2px white;
	border-right: solid 2px white;
    font-size: 1px; height: 2px;
	}
	
.humanMsg p {
	padding: .3em;
	display: inline; 
	}

.humanMsg a {
	display: none;
	}
	
#humanMsgLog {
	font: normal 10px Helvetica, Verdana, Sans-Serif;
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 200px;
	display: none;
	z-index: 10000;
	}

#humanMsgLog p {
	position: relative;
	left: 50%;
	width: 200px;
	margin: 0;
	margin-left: -100px;
	padding: 0 10px;
	line-height: 20px;
	background: #333;
	text-align: center;
	white-space: pre;
	cursor: pointer;
	}

#humanMsgLog p:hover {
	background: #222;
	}

#humanMsgLog ul {
	background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAARCAIAAACaSvE/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNqEjVEKACAIQ516Ee//5wVNCjIjaB/iY5vC3YkoIgDkVDOjQ5pqLCI3r2bLFzNzyydvM4uKqfJPKN4vyl9LO/7o3/6PhwADAIWkFPjc5eRrAAAAAElFTkSuQmCC) repeat-x;
	margin: 0;
	padding: 0;
	position: relative;
	max-height: 180px;
	overflow: auto;
	display: none;
	}

#humanMsgLog ul li {
	color: #555;
	font-size: 12px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	display: none;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	white-space: pre;
	}

#humanMsgLog ul li:hover {
	background: #f2f2f2;
	}

#humanMsgLog ul li:first-child {
	margin-top: 1px;
	}
	
#humanMsgLog ul li .error {
	color: orangered;
	}

#humanMsgLog ul li .indent {
	position: absolute;
	top: 0;
	left: 100px;
	margin-right: 200px;
	height: inherit;
}
/* End Humanized Messages */

/* Pages view styles */

.PublishedLink
{
	color:#5F2D60;
}

a:link.PublishedLink,
a:visited.PublishedLink
{
	color:#5F2D60;
}

a:hover.PublishedLink
{
	color:#03A1C3;
}

.ProtectedLink
{
	color:#724313;
}

a:link.ProtectedLink,
a:visited.ProtectedLink
{
	color:#724313;
}

a:hover.ProtectedLink
{
	color:#AF691D;
}

.UnPublishedLink
{
	color:#CC0000;
}

a:link.UnPublishedLink,
a:visited.UnPublishedLink
{
	color:#FF0000;
}

a:hover.UnPublishedLink
{
	color:#FF8E8E;
}

.NeedApproval
{
	color:#336633;
}

a:link.NeedApproval,
a:visited.NeedApproval
{
	color:#336633;
}

a:hover.NeedApproval
{
	color:#339933;
}

.Editing
{
	color:#0026FF;
}

a:link.Editing,
a:visited.Editing
{
	color:#0026FF;
}

a:hover.Editing
{
	color:#9EACFF;
}

/* end */

/* For the Blog Admin Post entries header */
.BlogPostEntriesHeader
{
	font-weight: bold; 
	font-size: larger; 
	text-align:center;
}

/* Blog Styles */

.dateTitle {
	width:100%;
	height:20px;
	background-color:#e3f5f9;
	color:#592c61;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	margin-left:-5px;
}

.doubleLines{
	width:600px;
	min-height:15px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#15a6c8;
	
/*  removal of these style elements per FB#22255

    border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#15a6c8;
*/
	margin-top:5px;
	padding-top:2px;
	padding-left:5px;
	padding-bottom:2px;
	color:#592c61;
}

.doubleLines a:hover {
	color: #4ca223;
}

.title1 {
	min-width:200px;
	height:27px;
	padding-left:10px;
	padding-top:5px;
	font-size:20px;
	font-weight:bold;
	color:#592c61;
}

.title3 {
	font-size:16px;
	font-weight:bold;
	color:#592c61;
}

.title6 {
	color:#660066;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
	margin-top:3px;
}

.title7 {
	color:#660066;
	font-size:11px;
	font-style:italic;
	padding-left:5px;
	padding-top:3px;
}

.blogRightCont {
	min-height:250px;
	width:293px;
	background-color:#e3f5f9;
	padding-bottom:10px;
}

.rightBodyCont {
	width:267px;
	margin-left:10px;
	margin-right:15px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	font-size:11px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ffffff;
}

.recentPostEntryTitle
{
	color:#660066;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
	margin-top:3px;
}

.recentPostsEntryContent
{
	margin-left:5px;
	margin-top: 3px;	
}

.recentPostsEntryReadPostLink {
	float:right;
	text-align:right;
	color:#660066;
	padding-right:15px;
}

.recentPostsEntryReadPostLink a {
	text-decoration:underline;
	color:#592C61;
}

.recentPostsEntryReadPostLink a:hover {
	text-decoration:none;
	color:#592C61;
}
#postnavigation a
{
	color:#15a6c8;
}

#postnavigation a:hover
{
	color:#592C61;
}
/* End Blog styles */

/* Page design tab classes */

.pageTabTitle
{
	font-size:14px;
	font-weight:bold;
}

.pageTabContent
{
	border: solid 1px #D1D8E0;
}

.pageDesignContent
{
	padding: 5px 2px 5px 2px;
}
/* Inqury form classes */
.InquiryTitles
{
    text-align: left;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #592c61;  
}
.InquiryIntroduction
{
	padding-bottom:10px;
}
.InquiryLabels
{
    text-align: right;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    width: 70px;
    color:#592c61;
	padding:5px 3px 0 0;
}
.InquiryData
{
   text-align:left;
   padding-left: 0px;
   height:16px;
   vertical-align:top;
}
.InquiryAttachmentBrowse,
.InquirySubmit
{
	background:url(/images/submit-btn.gif) no-repeat;
	padding:4px 0 5px 0;
	text-align:center;
	width:78px;
	color:#fff;
	border: none;
}
.InquiryFieldControls
{
    background-color:#f1fafc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
.InquiryTextBox
{
	height:16px;
}
.InquiryDropDown
{
	 Width:172px; 
	 Height:22px;
}
.InquiryTextArea
{
	Width:515px;
}


/* End Inqury form classes */

.searchResults a
{
	text-decoration:underline;
}

.DatePickerFormat
{
	float:left;
	width:150px;
	display:inline;
}

.LeadFilter
{
	padding: 10px 20px;
}

.UserProfileImage
{
    float:left;
}

.SplashToggle
{
    background-color:#5f2869;
    color:White;
    text-align:center;
    width:934px;
    cursor:pointer;
    padding:2px;
    vertical-align:middle;
    font-weight:bold;
}

.SplashToggle img
{
    margin-left:5px;
    vertical-align:middle;
    height:30px;
}

.officeTourBaseDialogWindow
{
	display: none;
	overflow: hidden;
}

.officeTourDarkenedBackground
{
	background-color: #000000; 
	background-attachment: fixed;
	z-index: 99; 
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	height: 100%; 
	width: 100%;	
	top: 0px; 
	left: 0px; 
	position: fixed;
	overflow: hidden; 
}

.officeTourContent
{
	position: absolute; 
	overflow: hidden; 
	z-index: 100;
	background-color: #dedede;
	width: 810px;
	height: 705px;
}

/* Home page Grid styles */
.homePageGridCategoryIcon
{
	vertical-align:middle;
	height:39px;
	width:41px;
}

.homePageGridCategoryLabel
{
	padding-left: 4px;
}

/* END Home page Grid styles */