/* main */
body { margin: 0px; padding: 0px; text-align: center; background: #F0F3E2; background-image: url(../Images/Common/Back.jpg); background-repeat: repeat-x; }
body, p, td, th, li, input, textarea, select { font-family: Tahoma, Arial, Helvetica, Serif; color: #666666; }
body, td { font-size: 11px; vertical-align: top; }
input, textarea, select { font-size: 85%; }
p { margin: 0px 0px 10px 0px; padding: 0px; line-height: 16px; }
a, a:active, a:visited { font-family: Tahoma, Arial, Helvetica, Serif; text-decoration: none; color: #2E489F; }
a:hover { text-decoration: underline; color: #6A9D04; }

/* headings */
h1, .h1, .Heading1 { font-family: Tahoma, Arial, Helvetica, Serif; color: #003399; font-size: 24px; font-weight: normal; margin: 0px 0px 15px 0px; padding-bottom: 6px; letter-spacing: -1px; }
h2, .h2, .Heading2 { font-family: Tahoma, Arial, Helvetica, Serif; color: #003399; font-size: 22px; font-weight: normal; margin: 0px 0px 10px 0px; line-height: 130%; }
h3, .h3, .Heading3 { font-family: Tahoma, Arial, Helvetica, Serif; color: #6A9D04; font-size: 18px; font-weight: normal; margin: 0px 0px 10px 0px; line-height: 120%; }
h4, .h4, .Heading4 { font-family: Tahoma, Arial, Helvetica, Serif; color: #6A9D04; font-size: 16px; font-weight: normal; margin: 0px 0px 10px 0px; }
h5, .h5, .Heading5 { font-family: Tahoma, Arial, Helvetica, Serif; color: #6A9D04; font-size: 14px; font-weight: normal; margin: 0px 0px 10px 0px; }
h1 a, h1 a:active, h1 a:visited, h2 a, h2 a:active, h2 a:visited { color: #003399; }
h3 a, h3 a:active, h3 a:visited { color: #6A9D04; }
h4 a, h4 a:active, h4 a:visited, h5 a, h5 a:active, h5 a:visited { color: #6A9D04; }
a.Heading1, a.Heading1:active, a.Heading1:visited, a.Heading2, a.Heading2:active, a.Heading2:visited, a.Heading3, a.Heading3:active, a.Heading3:visited { color: #003399; }
a.Heading4, a.Heading4:active, a.Heading4:visited, a.Heading5, a.Heading5:active, a.Heading5:visited { color: #6A9D04; }
.ExhibitorsHeading1 { font-family: Tahoma, Arial, Helvetica, Serif; color: #808080; font-size: 10px; font-weight: bold; margin: 0px 0px 10px 0px; text-transform: uppercase; }


/* misc */
form { margin: 0px; }
img { border: 0px; }
hr { color: #CCCCCC; height: 1px; }
small, .small { font-size: 10px; }
ul { margin: 10px 0px 0px 30px; }
.error, .error a, .error a:active, .error a:visited { color: red; font-weight: bold; }
.errorBox { background-color: #F1F8E6; background-image: url(../Images/Warning.gif); background-repeat: no-repeat; background-position: 10px 5px; padding: 7px 5px 10px 60px; border: 1px solid #AED45B; margin-bottom: 15px; color: #f00; font-weight: bold; display: block; }
.errorBox .errorDetail { font-weight: normal; margin-top: 5px; color: #000; }
.errorBox ul { margin: 5px 0px 0px 0px; padding: 0px; list-style-type: none; }
.errorBox li { font-weight: normal; background: none; padding: 0px; margin: 0px; color: #000; }
.onWhite { background-color: #fff; }
.messageBox { background-color: #F1F8E6; padding: 7px 5px; border: 1px solid #AED45B; margin-bottom: 15px; color: #f00; font-weight: bold; display: block; }
.messageBox .messageDetail { font-weight: normal; margin-top: 5px; color: #000; font-size: 11px; display: block; }
.hidden { display: none; }
.centered { text-align: center; }
.validationSummary { display: block; padding: 10px; color: #fff; font-weight: bold; text-align: left; font-size: 10px; }
.validationSummary ul { margin: 0px; padding: 0px; list-style-type: none; }
.validationSummary li { color: #fff; font-size: 10px; font-weight: normal; background: none; padding: 0px; margin: 0px; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearFloat, .clearBoth { clear: both; }
.ieFloatFix { position: relative; }		/* to stop text and other objects from vanishing in IE when using floats */
.floatLeft { float: left; width: 50%; }
.floatRight { float: right; width: 50%; }
.noBold { font-weight: normal; }
.noTopMargin { margin-top: 0px; }
.required { color: #f00; font-size: 10px; position: relative; top: -2px; }
.indented { padding: 0px 7px; }
fieldset { border: 1px solid #ADD55B; padding: 0px 15px 15px 15px; }
legend { color: #ADD55B; font-size: 12px; font-weight: bold; margin-bottom: 10px; padding-right: 3px; }
.blueBold { color: #003399; font-weight: bold; }
.greenBold { color: #6A9D04; font-weight: bold; }

/* override width of rad editor to avoid related width issues of inner divs etc */
.radEditor { width: 100%; }

/* common unordered lists */
ul { margin: 0px; padding: 0px; list-style-type: none; }
ul li { background-image: url(../DynamicContent/Images/BulletDot.gif); background-position: 2px 7px; background-repeat: no-repeat; padding: 0px 0px 0px 12px; margin: 7px 0px 0px 0px; }

/* navigation unordered lists */
ul.nav { margin: 0px; padding: 0px; list-style-type: none; }
ul.nav li { background-image: url(../DynamicContent/Images/Bullet.gif); background-position: 1px 7px; background-repeat: no-repeat; padding: 0px 0px 0px 17px; color: #999; font-size: 100%; line-height: 170%; margin: 0px; }
ul.nav li a, ul.nav li a:link, ul.nav li a:active, ul.nav li a:visited { color: #ffffff; font-weight: bold; }
ul.nav li a:hover { color: #ffffff; text-decoration: none; }
ul.nav li.subNavActive a, ul.nav li.subNavActive a:link, ul.nav li.subNavActive a:active, ul.nav li.subNavActive a:visited { color: #666; font-weight: bold; }
ul.nav li.subNavActive a:hover { color: #666; text-decoration: none; }



/* news */
.newsList { }
.newsList img { float: right; margin: 0px 0px 0px 10px; }
.newsList p.ftr { background: url(../Images/Common/DashHorz.png) repeat-x left bottom; padding-bottom: 2px; font-size: 0px; line-height: 0px; margin: 10px 0px 30px 0px; }
#newsSubNav { text-align: left; width: 200px; line-height: normal; padding-top: 15px; padding-left: 12px; }
#newsSubNav strong { display: block; background: url(../Images/Common/DashHorz.png) repeat-x left bottom; padding-bottom: 5px; margin-bottom: 3px; }
#newsSubNav strong span { display: block; color: #6A9D04; background: url(../Images/Common/ArwRgt.png) no-repeat 0px 3px; padding-left: 15px; font-size: 12px; }
#newsSubNav strong.b span { background: url(../Images/Common/ArwDwn.png) no-repeat 0px 2px; }
#newsSubNav ul, #newsSubNav ul li { list-style: none; padding: 0px; margin: 0px; }
#newsSubNav ul li { display: block; background: url(../Images/Common/DashHorz.png) repeat-x left bottom; padding: 0px 0px 5px 13px; margin-bottom: 3px; }
#newsSubNav ul li a { display: block; color: #808080; }
#newsSubNav ul li a span { display: block; padding-left: 15px; background: url(../Images/Common/ArwRgt.png) no-repeat 1px 3px; }
#newsSubNav ul li.active a span { display: block; padding-left: 15px; background-image: url(../Images/Common/ArwDwn.png); }



/* PinGridView custom pager style   */
div.pinPg { padding: 2px; margin: 2px; }
div.pinPg a { padding: 1px 2px 1px 2px; margin: 2px; border: 1px solid #DFDFDF; text-decoration: none; color: #666666; }
div.pinPg a:hover, div.pinPg a:active { border: 1px solid #1975d1; color: #000; }
div.pinPg span.s { padding: 1px 2px 1px 2px; margin: 2px; border: 1px solid #069; font-weight: bold; background-color: #1975d1; color: #FFF; }
div.pinPg span.d { padding: 1px 2px 1px 2px; margin: 2px; border: 1px solid #F2F2F2; color: #DFDFDF; }



/* common header */
#hdrTop { background: #FFFFFF; height: 38px; width: 860px; border-bottom-style: solid; border-bottom-width: 5px; border-bottom-color: #0B389F; }
#hdrTop #hdrTopLeft { width: 500px; float: left; padding-left: 20px; }
#hdrTop #hdrTopRight { width: 250px; float: right; color: #8DB441; font-size: 12px; font-weight: bold; padding-top: 10px; padding-right: 0px; }

#hdr { width: 860px; height: 100px; top: 73px; position: absolute; z-index: 3; }
#hdr #hdrLeft { width: 644px; float: left; padding-top: 0px; padding-bottom: 0px; padding-left: 17px; z-index: 9; }
#hdrPrint { display: none; }

#hdrBottom { background: #0B389D; height: 34px; width: 860px; }
#hdrBottom #hdrBreadCrumb { width: 40%; float: left; color: #FFFFFF; padding-top: 11px; font-size: 10px; padding-left: 25px; }
#hdrBottom #hdrBreadCrumb a, #hdrBreadCrumb a:active, #hdrBreadCrumb a:visited { text-decoration: none; color: #FFFFFF; }
#hdrBottom #hdrBreadCrumb a:hover { text-decoration: underline; color: #6A9D04; }

#hdrBottom #hdrRight #hdrQuickSearch { width: 264px; padding: 0px 0px 0px 0px; float: right; text-align: center; margin-top: 7px; background-image: url('../Images/search-bg.gif'); background-repeat: no-repeat; margin-right: 0px; }
#hdrBottom #hdrRight #hdrQuickSearch input { vertical-align: middle; width: 180px; font-size: 87%; padding: 2px 4px; margin: 0; border: 0px solid #ccc; color: #666; }
#hdrBottom #hdrRight #hdrQuickSearch img { vertical-align: middle; margin-left: 10px; margin-right: 10px; width: 20px; height: 20px; }
#hdrBottom #hdrRight #hdrContact { font-size: 90%; color: #999; }
#hdrBottom #hdrRight #hdrContact a, #hdr #hdrRight #hdrContact a:active, #hdr #hdrRight #hdrContact a:visited { color: #999; }
#hdrBottom #hdrRight #hdrContact a:hover { color: #ffffff; }




/* main navigation */
#hdrNav { margin: 0px; padding: 0px; clear: both; background: #84AB34; background-image: url('../Images/Common/Menu_bg.jpg'); background-repeat: repeat-x; height: 32px; width: 861px; overflow: hidden; }
#hdrNav ul { padding: 0px; margin: 0px; list-style-type: none; }
#hdrNav ul li { margin: 0px; background-image: none; display: inline; padding: 10px 0px 0px 0px; float: left; list-style-type: none; }
#hdrNav ul li a, #hdr #hdrNav ul li a:link, #hdr #hdrNav ul li a:active, #hdr #hdrNav ul li a:visited { color: #ffffff; font-size: 100%; text-transform: uppercase; padding-right: 7px; padding-left: 7px; vertical-align: 13px; padding-bottom: 10px; }
#hdrNav ul li a:hover { color: #fff; text-decoration: underline; }
#hdrNav ul li.active a, #hdr #hdrNav ul li.active a:link, #hdr #hdrNav ul li.active a:active, #hdr #hdrNav ul li.active a:visited { padding: 12px 10px 11px 10px; color: #FFFFFF; text-transform: uppercase; background-image: url('../Images/Common/Menu_active_bg.jpg'); background-repeat: repeat-x; }


/* common footer */
#ftrContent { width: 100%; height: 200px; padding-top: 50px; background-image: url(../Images/Common/footer4.png); background-position: 0px 0px; background-repeat: no-repeat; }

.dottedline { border-top-style: dotted; border-top-width: 1px; border-top-color: #808080; margin: 0px auto; width: 80%; }
#ftrContent #ftrSponsors { margin: 0px auto; width: 810px; padding-top: 10px; padding-bottom: 10px; }
#ftrContent #ftrMainSponsors { margin: 0px auto; width: 50%; padding-top: 10px; padding-bottom: 10px; }
#ftrContent #ftrContentHdr { margin: 0px; height: 1px; }
#ftrContent #ftrContentFtr { margin-top: 0px; height: 1px; }
#ftrContent ul { margin: 0px auto; width: 90%; padding: 0px 0px 20px 0px; }
#ftrContent ul li { background-image: none; text-align: center; color: #99CC33; text-decoration: none; font-size: 90%; font-weight: normal; }
#ftrContent #ftrContentMainLinks ul li a, #ftrContent #ftrContentMainLinks ul li a:active, #ftrContent #ftrContentMainLinks ul li a:visited { color: #666; text-decoration: none; font-weight: normal; line-height: 120%; }
#ftrContent #ftrContentMainLinks ul li a:hover { color: #333; text-decoration: underline; }
#ftrCopyright { margin: 0px; padding: 10px; text-align: left; font-size: 80%; background: #EFF7DE; color: #999; }
#ftrPinDigital { margin: 0px; padding: 10px; text-align: left; font-size: 80%; background: #EFF7DE; color: #999; }

#ftrContentPay { width: 100%; height: 120px; padding-top: 10px; background-image: url(../Images/Common/footerPay2.png); background-position: 0px 0px; background-repeat: no-repeat; }
#ftrContentPay #ftrContentHdr { margin: 0px; height: 1px; }
#ftrContentPay #ftrContentFtr { margin-top: 0px; height: 1px; }
#ftrContentPay #ftrContentMain ul { margin: 55px 0px 0px 0px; float: left; width: 300px; padding: 0px; }
#ftrContentPay #ftrContentMain ul li { background-image: none; float: left; width: 300px; text-align: center; margin: 0px 0px; color: #99CC33; text-decoration: none; font-size: 90%; font-weight: normal; line-height: 120%; }
#ftrContentPay #ftrContentMain ul li a, #ftrContent #ftrContentMain ul li a:active, #ftrContent #ftrContentMain ul li a:visited { color: #666; text-decoration: none; font-weight: normal; line-height: 120%; }
#ftrContentPay #ftrContentMain ul li a:hover { color: #333; text-decoration: underline; }


/* news headlines */
/*.newsTeaser { background-image: url(../Images/NewsTeaserBG.jpg); background-repeat: no-repeat; background-position: bottom right; min-height: 250px; }*/
.newsTeaser { text-align: left; width: 100%; margin-left: 30px; }
.newsHeadline { font-family: Tahoma, Arial, Helvetica, Serif; color: #1975d1; font-size: 90%; font-weight: normal; margin: 0px; }
.newsHeadline h1 { font-family: Tahoma, Arial, Helvetica, Serif; color: #1975d1; font-size: 100%; font-weight: bold; margin: 0px; border: 0; width: 95%; line-height: 150%; }
.newsHeadline h1 a, .newsHeadline h1 a:active, .newsHeadline h1 a:visited { color: #1975d1; text-decoration: none; }
.newsHeadline h1 a:hover { color: #1975d1; text-decoration: underline; }
.newsHeadline .divider { background-image: url(../Images/Common/FooterBorder.png); background-repeat: repeat-y; margin: 15px 0px; height: 1px; }
.newsDivider, .eventsDivider, .vacanciesDivider { background-image: url(../Images/Common/FooterBorder.png); background-repeat: repeat-x; padding: 0px; margin: 15px 0px 0px 0px; height: 1px; }

/* override rad editor style so it fits in to narrower columns */
.radEditor { width: 100%; text-align: left; }
.radEditor .RadEButton { border: 0px; margin: 2px; width: 60px; font-family: Arial; font-size: 10px; height: 20px; color: #515D6A; background-image: url(../RadControls/Editor/Skins/Outlook/CssImg/button60px.gif); background-color: white; text-align: center; line-height: 19px; }

/* product quick browse drop down */
.productQuickBrowse { width: 230px; margin: 10px 0px 17px 0px; font-size: 90%; }

/* forms */
div.formBox { clear: both; margin-top: 10px; text-align: left; }
div.formBox h2 { color: #fff; font-size: 11px; font-weight: bold; margin: 0px; background: #ADD55B; padding: 4px 5px 3px 5px; }
div.formContent { clear: both; background: #F1F8E6; border: 1px solid #ADD55B; padding: 10px; text-align: left; }
div.formContent div.button { text-align: right; padding-top: 5px; }

/* div layout forms */
div.row { padding: 3px 0px; }
div.row div.label { float: left; width: 110px; text-align: right; margin-right: 5px; padding: 3px 0px; font-weight: bold; }
div.row div.field { float: left; text-align: left; }
div.twoColBoxLeft { float: left; width: 49%; text-align: left; margin-bottom: 10px; }
div.twoColBoxRight { float: right; width: 49%; text-align: left; margin-bottom: 10px; }
div.twoColBoxLeft h2, div.twoColBoxRight h2 { color: #fff; font-size: 11px; font-weight: bold; margin: 0px; background: #ADD55B; padding: 4px 5px 3px 5px; }
div.twoColBoxLeft div.container, .twoColBoxRight div.container { background: #F1F8E6; border: 1px solid #ADD55B; padding: 10px; }
div.threeColBoxLeft { float: left; width: 32%; text-align: left; margin-bottom: 10px; }
div.threeColBoxCenter { float: left; width: 32%; text-align: left; margin-bottom: 10px; margin-left: 12px; }
div.threeColBoxRight { float: right; width: 32%; text-align: left; margin-bottom: 10px; }
div.threeColBoxLeft h2, div.threeColBoxCenter h2, div.threeColBoxRight h2 { color: #fff; font-size: 11px; font-weight: bold; margin: 0px; background: #ADD55B; padding: 4px 5px 3px 5px; }
div.threeColBoxLeft div.container, div.threeColBoxCenter div.container, .threeColBoxRight div.container { background: #F1F8E6; border: 1px solid #ADD55B; padding: 10px; }

/* table layout forms */
div.formContent table { width: 100%; padding: 0px; border-collapse: collapse; }
div.formContent th { font-weight: normal; width: 110px; text-align: right; padding: 4px 0px; color: #666; vertical-align: top; }
div.formContent label { margin-right: 5px; }
div.formContent td { text-align: left; vertical-align: top; }

/* form objects */
input { font-size: 11px; }
.txtBox { border: 1px solid #ADD55B; padding: 2px; color: #666; width: 160px; }
.txtBox2 { padding: 2px; width: 185px; }
select.txtBox { border: 1px solid #ADD55B; padding: 2px; color: #666; width: 156px; }
.Selected { background: #ffc; }
input.button { background-color: #ADD55B; border: 0px solid #000; color: White; text-align: center; padding: 1px 10px 2px 10px; vertical-align: middle; font-size: 11px; }
a.smallButton, a.smallButton:active, a.smallButton:visited { background-color: #ADD55B; border: none; color: #fff; padding: 1px 10px 3px 10px; font-size: 11px; }
a.smallButton:hover { cursor: default; text-decoration: none; color: White; }

/* site search */
.searchHighlight { background: #ff0; }
.searchDivider { background-image: url(../Images/Common/FooterBorder.png); background-repeat: repeat-x; margin: 15px 0px 15px 0px; height: 1px; }
div.pinRankHead { float: left; padding: 0; margin: 0; margin-top: -1px; font-size: 85%; }
div.pinRankHold { float: left; width: 50px; height: 9px; border: 1px solid #036; }
div.pinRank { float: left; height: 9px; background-color: #1975d1; }

/* grouped content, e.g. header on left and content on right */
.groupedContent h1 { width: 230px; margin-bottom: 0px; }
.groupedContent h2 { margin: 0px 0px 10px 260px; width: 400px; position: relative; top: -5px; }
.groupedContent p { border-top: 2px solid #1975D1; padding-top: 5px; margin: 3px 0px 0px 260px; width: 400px; position: relative; top: -5px; }

/* product home page specific formatting */
.productsHome h1 { width: 230px; margin-bottom: 0px; }
.productsHome p { margin: 3px 0px 0px 260px; width: 400px; position: relative; top: -5px; }
.productsHome p a, .productsHome p a:active, .productsHome p a:visited { font-family: Tahoma, Arial, Helvetica, Serif; color: #1975d1; font-size: 130%; font-weight: normal; }

/* forthcoming events content */
div.forthcomingEvents h1 { font-family: Tahoma, Arial, Helvetica, Serif; color: #1975d1; font-size: 165%; font-weight: bold; margin: 0px 0px 0px 0px; padding-bottom: 6px; border: 0px; line-height: 110%; }
div.forthcomingEvents div { background: #F1FAFF; border-top: 2px solid #1975d1; border-bottom: 2px solid #1975d1; padding: 10px 10px; font-size: 85%; margin-bottom: 15px; color: #666; }
div.forthcomingEvents div a, div.forthcomingEvents div a:active, div.forthcomingEvents div a:visited { color: #666; }
div.forthcomingEvents div.divider { border: 0px; padding: 0px 0px 15px 0px; background-image: url(../Images/Common/FooterBorder.png); background-repeat: repeat-x; margin: 15px 0px 0px 0px; height: 1px; }

/* user control panel */
div.userCP div { font-size: 90%; line-height: 140%; }
div.userCP ul { padding-top: 5px; }

/* shopping basket */
table.basketContainer { border: 1px solid #ADD55B; border-top: none; border-bottom: none; border-collapse: collapse; padding: 0px; width: 100%; }
table.basketContainer th { color: #fff; font-size: 11px; font-weight: bold; margin: 0px; background: #99CC33; padding: 5px; }
table.basketContainer td { background: #F1F8E6; padding: 5px; border-bottom: 1px solid #ADD55B; vertical-align: top; }
table.basketContainer .basketGroupedChild { padding-top: 3px; padding-left: 10px; }
table.basketContainer .basketQty { border: 1px solid #7F9DB9; width: 40px; font-size: 10px; text-align: center; }
table.basketContainer .stockError { background: #ffdddd; color: #f00; font-weight: bold; }
div.basketFooter { padding-top: 8px; }
div.basketFooter div.left { float: left; width: 520px; text-align: center; padding-top: 10px; }
div.basketFooter div.right { float: right; width: 185px; text-align: right; }
div.basketFooter div.carriageSelection { float: right; text-align: left; padding-bottom: 5px; }
div.basketSummaryLeft { margin: 2px 0px; border: 1px solid #ADD55B; background-color: #ADD55B; padding: 2px 0px 3px 0px; color: white; font-size: 11px; font-weight: bold; width: 85px; float: left; text-align: right; }
div.basketSummaryRight { margin: 2px 0px; border: 1px solid #ADD55B; background-color: #FFFFFF; padding: 2px 0px 3px 0px; font-size: 11px; width: 86px; float: right; text-align: right; }

/* carriage messages */
.carriageError, .carriageNotes { background-color: #f0f0f0; background-image: url(../Images/WarningSmall.gif); background-repeat: no-repeat; background-position: 7px 7px; padding: 5px 5px 5px 30px; border: 1px solid #6A9D04; margin-bottom: 5px; color: #e00; font-weight: bold; display: block; font-size: 10px; }

/* misc checkout */
#checkoutCV2Help { padding-top: 5px; }
#orderConfPrintBtn { float: right; }


/* exhibitorList */
.exhibitorCategory { width: 50%; height: 22px; padding-top: 8px; color: #FFFFFF; font-size: 12px; padding-left: 8px; font-weight: bold; }
.CategoryBoarder { border: 1px solid #CCCCCC; }
.exhibitorCategoryAtoZ { width: 15px; height: 15px; float: left; margin-right: 5px; margin-top: 3px; color: #FFFFFF; }
.SelectedexhibitorCategory { width: 100%; height: 22px; color: #FFFFFF; text-transform: capitalize; text-decoration: none; vertical-align: middle; padding-top: 8px; padding-left: 5px; }

.msg_list { margin: 0px; padding: 0px; margin-top: 5px; }
.msg_head { cursor: pointer; margin: 0px; }
.msg_head h2 { display: inline; margin: 0px; color: #808080; font-size: 11px; font-weight: bold; }
.collapsed_head { background: url(../Images/Common/ClicktoExpand.png) no-repeat right center; padding-bottom: 0px; }
.expanded_head { background: url(../Images/Common/ClicktoCollapse.png) no-repeat right center; padding-bottom: 0px; }
.expanded_body { padding: 2px; background: #fff no-repeat left bottom; }
.msg_body { padding-top: 2px; padding-bottom: 2px; }

.msg_listAtoZ { margin: 0px; margin-top: 0px; padding-top: 8px; }
.msg_headAtoZ { cursor: pointer; height: 9px; }
.msg_headAtoZ h2 { display: inline; margin: 0px; color: #808080; font-size: 11px; font-weight: bold; }
.collapsed_headAtoZ { background: url(../Images/Common/ClicktoExpandAtoZ.png) no-repeat left center; }

.msg_listAtoZtxt { cursor: pointer; margin: 0px 0px 0px 9px; height: 15px; background-color: #FFFFFF; padding-left: 10px; vertical-align: middle; }
.expanded_headAtoZ { background: url(../Images/Common/ClicktoCollapseAtoZ.png) no-repeat left center; }
.expanded_bodyAtoZ { padding: 2px; background: #fff no-repeat left bottom; }
.msg_bodyAtoZ { padding-top: 2px; padding-bottom: 2px; }



/* Exhibitors Application Form */

.Apptitle { height: 50px; }
.ApptitleLeft { width: 50%; float: left; }
.ApptitleRight { width: 50%; float: right; }
.AppDivider { padding: 5px; border-top-style: dashed; border-top-width: 1px; border-top-color: #808080; }



.csc { background: #F0EDEF url(images/csc_tl.png) no-repeat; width: 475px; height: auto; position: relative; padding: 8px 0px 2px 25px; margin-top: 20px; }


/* these are the other three spans. classes were used to allow multiuse on a page */
.tl, .tr { position: absolute; width: 20px; height: 30px; /* corner images are 40x40 */ display: block; margin-bottom: -1px; /* this is for IE */ }


/* change position and image: bottom-left */
.tl { background: transparent url('../Images/Common/Lrc.jpg') no-repeat; top: 0; left: 0; }

/* change position and image: bottom-right */
.tr { background: transparent url(../Images/Common/Rrc.jpg) no-repeat; right: 0; top: 0; }

.padLft { padding: 0 20px 0 20px; background: #F0EDEF no-repeat;}

/* change position and image: bottom-right */
.Qcontent { line-height:30px; width: 735px; height: auto; }
.Qcontent h6 { line-height:30px; color: #000099; font-size: 11px; }

/* change position and image: bottom-right */
.RefQcontent { padding: 10px 25px 10px 25px; background: #F0EDEF no-repeat; width: 725px; height: auto; }
.RefQcontent h6 { padding: 10px 0px 0px 0px; margin: 0px; color: #000099; font-size: 11px; }


.hdrLinks { padding: 10px 20px 10px 20px; background-color: #F0EDEF; margin-top: 20px; margin-bottom: 20px; }
.assessment { padding: 5px; background-color: #F2F0F1; }
    .assessment .c1 { width: 570px; float: left; }
    .assessment .c2 { width: 200px; float: right; margin-top: 15px; }
.hlder { padding: 15px; width: 538px; background-color: #FFFFFF; margin-top: 15px; }
    .hlder .NewAssess { padding: 10px; background-color: #F2F0F1; font-size: 12px; font-weight: bold; }
        .hlder .NewAssess p { height: 50px; }
        .hlder .NewAssess .Middle {background-color: #FFFFFF; padding: 10px 5px 10px 5px; border: 1px solid #C6C6C6; }
        .hlder .NewAssess .Middle .Col1 { float: left; display: inline; padding: 6px 0 0 0; }
        .hlder .NewAssess .Middle .Col2 { float: right; display: inline; }
    .hlder .Assesheader { padding: 10px 20px 10px 20px; color: #000000; font-size: 12px; font-weight: bold; }
    .hlder .Assesfooter { float: right; padding: 10px 15px 0 0; }
    .hlder .Assesfooter .completed { color: #6a9d04; }
 
    .hlder ul li { padding: 10px; margin: 10px 0px 0px 0px; background-color: #C6C6C6; height: 25px; list-style-type: none; background-image: none; color: #808080; font-weight: bold; font-size: 13px; }
    .hlder ul li .no { padding: 5px; background-color: #F2F0F1; float: left; width: 20px; text-align: center;  }
    .hlder ul li .title { padding: 5px; background-color: #F2F0F1; float: left; width: 350px; margin-left: 10px; }
    .hlder ul li .date { padding: 5px; background-color: #F2F0F1; float: left; width: 98px; margin-left: 10px; text-align: center; }

.UncompleLinks { text-decoration: none; color: #6a9d04; }
.compleLinks { text-decoration: none; color: #808080; }
.compleLinks:hover { text-decoration: none; color: #808080;  }
.yetocompleLinks { color: #AAAAAA; text-decoration: none; }
.yetocompleLinks:hover  { color: #AAAAAA; text-decoration: none; }

.AssessmentsSteps { color: #000000; font-size: 12px; font-weight: bold; width: auto; height: auto; margin-top: 10px; margin-bottom: 20px; }
.AssessmentsSteps ul li { padding: 0px; margin: 0px; list-style-type: none; color: #808080; font-weight: bold; font-size: 13px; float: left; background-image: none; }
.AssessmentsSteps ul li .no { border: 1px solid #C0C0C0; padding: 15px 5px 0px 5px; background-color: #808080; float: left; width: 20px; text-align: center; height: 45px; color: #FFFFFF; font-size: 20px; }
.AssessmentsSteps ul li .title { border: 1px solid #C0C0C0; padding: 5px; background-color: #FFFFFF; float: left; width: 70%; font-size: 10px; margin-left: 2px; height: 50px; display: table-cell; vertical-align: top; }
.AssessmentsSteps ul li .titleS { border: 1px solid #C0C0C0; padding: 5px; background-position: 0px 0px; background-image: url('../Images/ExhibitApp/Step_bg.jpg'); background-repeat: repeat-x; float: left; width: 70%; font-size: 10px; margin-left: 2px; height: 50px; display: table-cell; vertical-align: top; color: #FFFFFF; background-color: #84AB36; }


/* Application form buttons */
.clear { /* generic container (i.e. div) for floating buttons */ overflow: hidden; width: 100%; }

a.button { background: transparent url('../Images/ExhibitApp/bg_button_a.gif') no-repeat scroll right top; color: #444; display: block; float: right; font: normal 12px arial, sans-serif; height: 39px; margin-right: 6px; padding-right: 24px; /* sliding doors padding */ text-decoration: none; }
a.button span { background: transparent url('../Images/ExhibitApp/bg_button_span.gif') no-repeat; display: block; line-height: 15px; padding: 12px 0 12px 18px; color: #6A9D04; font-weight: bold; } 
a.button:hover { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ }
a.button:hover span { background-position: left bottom; padding: 12px 0 12px 18px; color: #FFFFFF; } 
a.button:active { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ }
a.button:active span { background-position: left bottom; padding: 12px 0 12px 18px; /* push text down 1px */ } 


a.buttonCan { background: transparent url('../Images/ExhibitApp/bg_button_a_can.gif') no-repeat scroll right top; color: #FFFFFF; display: block; float: right; font: normal 12px arial, sans-serif; height: 39px; margin-right: 6px; padding-right: 24px; /* sliding doors padding */ text-decoration: none; }
a.buttonCan span { background: transparent url('../Images/ExhibitApp/bg_button_span_can.gif') no-repeat; display: block; line-height: 15px; padding: 12px 0 12px 18px; color: #FFFFFF; font-weight: bold; } 
a.buttonCan:hover { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ }
a.buttonCan:hover span { background-position: left bottom; padding: 12px 0 12px 18px; color: #FFFFFF; } 
a.buttonCan:active { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ }
a.buttonCan:active span { background-position: left bottom; padding: 12px 0 12px 18px; /* push text down 1px */ } 

a.buttonPrint { background: transparent url('../Images/ExhibitApp/bg_button_a_Print.gif') no-repeat scroll right top; color: #FFFFFF; display: block; float: right; font: normal 12px arial, sans-serif; height: 39px; margin-right: 6px; padding-right: 24px; /* sliding doors padding */ text-decoration: none; }
a.buttonPrint span { background: transparent url('../Images/ExhibitApp/bg_button_span_Print.gif') no-repeat; display: block; line-height: 15px; padding: 12px 0 12px 30px; color: #FFFFFF; font-weight: bold; } 
a.buttonPrint:hover { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ }
a.buttonPrint:hover span { background-position: left bottom; padding: 12px 0 12px 30px; color: #FFFFFF; } 
a.buttonPrint:active { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ }
a.buttonPrint:active span { background-position: left bottom; padding: 12px 0 12px 30px; /* push text down 1px */ } 

.hdrLinks { margin-bottom: 10px; float: left; background: #F2F0F1; float: left; padding-top: 10px; margin-top: 10px; width: 735px; }
.pageLeft { float: left; width: 30%; margin-bottom: 8px; }
.pageRight { float: left; text-align: right; width: 70%; margin-bottom: 8px; }
.pageLeft a, .pageRight a { font-size: 12px; font-weight: bold; margin-bottom: 8px; }

.itenms td table.answer td inpnut { }
.items td table.answer td label { padding-left: 5px; } 
.items input { font-size: 11px; }


.tblBGGrey { background-color: #F2F0F1; }

.tblBGGrey2 { background-color: #DFDDDE; }
    .tblBGGrey2 p { margin: 10px; }
    
.tblBGGrey3 { background-color: #E7E5E6; }
    
.tblBGGrey4 { background-color: #CCCACB; }
    .tblBGGrey4 h3 { color: #5D5B5C; font-size: 14px; font-weight: bold; } 
    
.tblBGGrey5 { background-color: #3F3F3F; }
    .tblBGGrey5 h3 { text-align: center; color: #FFF; margin: 0; font-size: 11px; }  
    
.tblBGGrey6 { background-color: #E7E5E6; }
    .tblBGGrey6 h3 { color: #5D5B5C; font-size: 11px; font-weight: bold; margin: 0px; }
    
.tblBGBlue { background-color: #0B389D; }
    .tblBGBlue h3 { color: #FFFFFF; font-size: 14px; font-weight: bold; }
    
.tblBGBlue2 { background-color: #DAE6FF; }

    .tblBGGrey3 a, .tblBGBlue2 a { display: table-cell; vertical-align: middle;}   
    
    .tblBGGrey3 img, .tblBGBlue2 img { padding: 0 10px 10px 0;}  
           
    .tblBGGrey3 td, .tblBGGrey4 td, .tblBGBlue td, .tblBGBlue2 td { padding: 10px 10px 0px 20px; }
    
    .tblBGGrey4 p, .tblBGBlue p { color: #6A9D04; font-size: 10px; font-weight: bold; text-align: right;}    
    
.tblBGWhite { background-color: #FFF; margin: 0 0 10px 0; }
    .tblBGWhite td { vertical-align: top; }
    .tblBGWhite h6 { color: #2F47B1; font-size: 12px; font-weight: normal; padding: 0; margin: 10px 0 5px 0; }
    .tblBGWhite p { font-size: 12px; font-weight: normal; }    
    
.tblBGWhite2 { background-color: #FFF; }
    .tblBGWhite2 td { display: table-cell; vertical-align: top; }
    .tblBGWhite2 .border { border-right: 1px solid #E7E5E6; }
    .tblBGWhite2 .border2 { border-bottom: 1px solid #E7E5E6; }    
    .tblBGWhite2 .border3 { border-bottom: 1px solid #E7E5E6; border-right: 1px solid #E7E5E6; }
    .tblBGWhite2 h5 { font-size: 10px; margin: 0; font: 10px; }
    .tblBGWhite2 a { font-size: 10px; display: table-cell; vertical-align: middle; }
    .tblBGWhite2 img { padding: 0 3px 0 0; }
    
.BookOptionsCol1 { float: left; display:inline; padding: 20px 0 20px 0; }
.BookOptionsCol2 { float: right; display:inline; padding: 20px 0 20px 0; }

.LoginRegCol1 { float: left; display:inline; margin: 0 20px 20px 0; width: 300px; }
.LoginRegCol2 { float: right; display:inline; width: 435px; }    
    .LoginRegHdr { background-color: #DFDDDE; font-weight: bold; padding: 5px 20px 5px 20px; font-size: 12px; }
    .LoginRegMain { background-color: #F2F0F1; padding: 0 20px 0 20px; min-height: 240px; height: auto !important; height: 240px; margin: 0; }
        .LoginRegMainCol1 { float: left; display:inline; padding: 0 10px 0 0; }
        .LoginRegMainCol2 { float: left; display:inline; padding: 0 0 5px 0; }
            .LoginRegMainCol1 .label, .LoginRegMainCol2 .label { line-height: 30px; font-size: 12px;}
    .LoginRegFtr { background-color: #BAB8B9; padding: 3px 20px 3px 20px; text-align: right;}
    
.BookingMenu { background-color: #F2F0F1; margin: 0 0 20px 0; }
