@charset "utf-8";
/* CSS Document */

/***************************************************************************************/
/* Layout                                                                              */
/***************************************************************************************/

html { margin: 0px; padding: 0px; font-size: 100%; width: 100%; height: 100%; }
body { background: #ffffff; padding: 0px; margin: 8px 4px 0px 4px; text-align: center; background:url(Backgrounds/BackgroundBody.png) repeat-x top #000312; }
body, td { font-family: Tahoma,Trebuchet MS, MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; }
td { vertical-align: top; line-height: 16px; }
form { padding: 0px; margin: 0px; }
img { vertical-align: middle; }


#Site {
	width: 979px;
	margin: 0 auto;
	padding: 0px 8px 0px 8px;
	position: relative;
	text-align: left;
	background:url(/Design/Backgrounds/BackgroundSiteBottomLine.png) repeat-x bottom #FFF;
	z-index:1;
}

#DivOpacity {
	width: 100%;
	z-index:2;
	opacity:100;
	height:3500px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000;
}

#HeaderBox {
	width: 979px;
	position: relative;
	z-index: 1;
}
#HeaderMenu { position:absolute; top:8px; right:10px; }
#HeaderMenu a:link, #HeaderMenu a:visited { color:#000; }
#HeaderMenu a:hover, #HeaderMenu a:active { color:#000; }

#DiscoBall {
	position: absolute;
	top: 5px;
	right: -2px;
}

#FlashBox {
	width: 420px;
	height: 280px;
	position: absolute;
	top: 0px;
	left: 525px;
}

#NavigationBox { height:28px; margin-top:0px; margin-bottom:2px; background:url(/Design/Layout/MenuBleu/BackgroundMenuBleu.png) repeat-x; }
.NavigationMenu a:link, .NavigationMenu a:visited { display:block; height:21px; padding:4px 8px 3px 8px; font-weight:bold; text-shadow:1px 1px #000; color:#FFF; text-decoration:none; background:url(/Design/Layout/MenuBleu/BackgroundMenuBleu.png) repeat-x; }
.NavigationMenu a:hover, .NavigationMenu a:active { display:block; height:21px; padding:4px 8px 3px 8px; font-weight:bold; text-shadow:1px 1px #000; color:#FFF; text-decoration:none; background:url(/Design/Layout/MenuBleu/BackgroundMenuBleuOver.png) repeat-x; }

#NavigationBox2 { margin-top:0px; margin-bottom:5px; padding:0px 0px 4px 4px; background:url(/Design/Layout/MenuBleu/BackgroundMenuGris.png) repeat-x; }
.NavigationBox2 { }
.NavigationBox2 a:link, .NavigationBox2 a:visited { display:block; height:18px; padding:2px 7px 1px 7px; text-shadow:1px 1px #000; text-decoration:underline; text-shadow:none; }
.NavigationBox2 a:hover, .NavigationBox2 a:active { display:block; height:18px; padding:2px 7px 1px 7px; text-shadow:1px 1px #000; text-decoration:none; text-shadow:none; }

#SearchBox {
	position: relative;
	height: 60px;
	text-align: left;
}

.SearchBox_Top {
	background: url(/Design/Backgrounds/BackgroundSearchBoxTopCenter.png) bottom center repeat-x;
	margin-right: 5px;
}

.SearchBox_Top, .SearchBox_Top table, .SearchBox_Top td {
	height: 22px;
}

.SearchBox_Top td {
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
}

.SearchBox_Top a:link, .SearchBox_Top a:visited {
	color: #ffffff;
}

.SearchBox_Top a:hover, .SearchBox_Top a:active {
	color: #cc0000;
}

.SearchBox_TopRight {
	background: url(/Design/Backgrounds/BackgroundSearchBoxTopRight.png) bottom right no-repeat;
}

.SearchBox_TabLeft {
	background: url(/Design/Backgrounds/BackgroundSearchBoxTabLeft.png) bottom right no-repeat;
	width: 5px;
}

.SearchBox_TabCenter {
	background: url(/Design/Backgrounds/BackgroundSearchBoxTabCenter.png) bottom center repeat-x;
	padding: 0px 5px 0px 5px;
}

.SearchBox_TabRight {
	background: url(/Design/Backgrounds/BackgroundSearchBoxTabRight.png) bottom left no-repeat;
	width: 5px;
}

.SearchBox_TabNone {
	padding: 0px 5px 0px 5px;
}

.SearchBox_Bottom, .SearchBox_Bottom table, .SearchBox_Bottom td {
	height: 38px;
}

.SearchBox_BottomLeft {
	background: url(/Design/Backgrounds/BackgroundSearchBoxBottomLeft.png) bottom right no-repeat;
	width: 5px;
}

.SearchBox_BottomCenter {
	background: url(/Design/Backgrounds/BackgroundSearchBoxBottomCenter.png) bottom center repeat-x;
}

.SearchBox_BottomRight {
	background: url(/Design/Backgrounds/BackgroundSearchBoxBottomRight.png) bottom left no-repeat;
	width: 5px;
}

.SearchBox_TextBoxLeft {
	background: url(/Design/Backgrounds/BackgroundSearchTextBoxLeft.png) 0px 3px no-repeat;
	width: 5px;
}

.SearchBox_TextBoxCenter {
	vertical-align: middle;
}

.SearchBox_TextBoxCenter input {
	border: 0px;
	height: 18px;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	padding: 6px 2px 6px 2px;
	background: #f6f6f6;
}

.SearchBox_TextBoxRight {
	background: url(/Design/Backgrounds/BackgroundSearchTextBoxRight.png) 0px 3px no-repeat;
	width: 5px;
}

#ButtonGo1 {
	position: absolute;
	top: 36px;
	left: 227px;
}

#ButtonGo1, #ButtonGo1 input {
	width: 64px;
	height: 64px;
	border: 0px none;
}

#JoinBox {
	background-repeat: no-repeat;
	position: relative;
	margin-top: 20px;
}

#LoginBox {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 288px;
	height: 113px;
	position: relative;
}

#LoginContent {
	position: absolute;
	top: 35px;
	left: 30px; 
}

.LoginTextBox {
	border:solid 1px #004dcc;
	border-collapse: collapse;
	padding: 3px;
	margin: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ButtonGo2 {
	position: absolute;
	top: 36px;
	left: 215px;
}

#ButtonGo2, #ButtonGo2 input {
	width: 42px;
	height: 42px;
	border: 0px none;
}

#MenuBox {
	width: 281px;
	position: relative;
	margin-top: 20px;
}

#MenuTitle {
	background-image: url(/Design/Backgrounds/BackgroundMenu.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 281px;
	height: 35px;
}

#MenuContent {
	background-image: url(/Design/Backgrounds/BackgroundMenu.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 281px;
	padding-bottom: 30px;
}

#PageBox
{
	width: 979px;
}

.HeaderBox {
	position:relative;
	width: 679px;
}

.HeaderBox img {
	width: 659px;
	height: 55px;
	border: 0px none;
}

.HomeHeaderBox {
	width: 424px;
	height: 55px;
}

.HomeHeaderBox img {
	width: 424px;
	height: 55px;
	border: 0px none;
}

.ContentBox {
	background-image: url(/Design/Backgrounds/BackgroundContent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 659px;
	margin-bottom: 20px;
}

.ContentBoxGray {
	background-image: url(/Design/Backgrounds/BackgroundContent_Gray.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 659px;
	margin-bottom: 20px;
}

.HomeContentBox {
	background-image: url(/Design/Backgrounds/BackgroundHomeContent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 424px;
	margin-bottom: 20px;
}

.ContentTop {
	background: url(/Design/Backgrounds/BackgroundContentTop.png) no-repeat center top;
	width: 981px;
}


.ContentBottom {
	background: url(/Design/Backgrounds/BackgroundContentBottom.png) no-repeat center bottom;
	min-height: 742px;
	padding: 20px 15px 15px 15px;
}

.Content160Top {
	background: url(/Design/Backgrounds/BackgroundContent160Top.png) no-repeat center top;
	z-index:6;
	padding: 5px;
}

.Content160Bottom {
	background: url(/Design/Backgrounds/BackgroundContent160Bottom.png) no-repeat center bottom;
}

.Content160Middle {
	background: url(/Design/Backgrounds/BackgroundContent160Middle.png) repeat-y;
	width: 160px;
	z-index:5;
}

.Content610Bottom {
	background: url(/Design/Backgrounds/BackgroundContent610Bottom.png) no-repeat left bottom;
	padding: 10px;
}

.Content610Top {
	background: url(/Design/Backgrounds/BackgroundContent610Top.png) no-repeat left top;
	z-index:6;
}

.Content610Middle {
	background: url(/Design/Backgrounds/BackgroundContent610Middle.png) repeat-y left;
	z-index:5;
}

.Content610InsideBottom {
	background: url(/Design/Backgrounds/BackgroundContent610InsideBottom.png) no-repeat center bottom;
	padding: 5px;
}

.Content610InsideTop {
	background: url(/Design/Backgrounds/BackgroundContent610InsideTop.png) no-repeat center top;
	z-index:6;
}

.Content610InsideMiddle {
	background: url(/Design/Backgrounds/BackgroundContent610InsideMiddle.png) repeat-y;
	width: 590px;
	margin:0 auto;
	z-index:5;
}

.Content300Top {
	background: url(/Design/Backgrounds/BackgroundContent300Top.png) no-repeat center top;
}

.Content300Middle {
	background: url(/Design/Backgrounds/BackgroundContent300Middle.png) repeat-y;
	width: 300px;
}
.Content300Bottom {
	background: url(/Design/Backgrounds/BackgroundContent300Bottom.png) no-repeat center bottom;
	padding: 10px;
}

.ContentBox300TopNoMarginTop {
	background: url(/Design/Backgrounds/BackgroundBox300Top.png) no-repeat center top;
}

.ContentBox300MiddleNoMarginTop {
	background: url(/Design/Backgrounds/BackgroundBox300Middle.png) repeat-y;
	width: 300px;
	margin-bottom:10px;
}
.ContentBox300BottomNoMarginTop {
	background: url(/Design/Backgrounds/BackgroundBox300Bottom.png) no-repeat center bottom;
	padding: 10px;
}

.ContentBox300Top {
	background: url(/Design/Backgrounds/BackgroundBox300Top.png) no-repeat center top;
}

.ContentBox300Middle {
	background: url(/Design/Backgrounds/BackgroundBox300Middle.png) repeat-y;
	margin-top:29px;
	width: 300px;
	margin-bottom:10px;
}
.ContentBox300Bottom {
	background: url(/Design/Backgrounds/BackgroundBox300Bottom.png) no-repeat center bottom;
	padding: 10px;
}

.MemberActionsBoxTop{
	background: url(/Design/Backgrounds/BackgroundMemberActionsTop.png) no-repeat center top;
}

.MemberActionsBoxMiddle {
	background: url(/Design/Backgrounds/BackgroundMemberActionsMiddle.png) repeat-y;
	width: 281px;
}
.MemberActionsBoxBottom {
	background: url(/Design/Backgrounds/BackgroundMemberActionsBottom.png) no-repeat center bottom;
	padding: 20px 15px 20px 15px;
}
.MemberActionsBoxIcon {
	background:url(/Design/Backgrounds/BackgroundIcons28.png) no-repeat top right; width:28px; height:24px; text-align:center; padding-top:4px;
}

.MemberActionsLink:link, .MemberActionsLink:visited { text-decoration:none; }
.MemberActionsLink:hover, .MemberActionsLink:active { text-decoration:underline; }

.ContentTopBlack {
	background:url(/Design/Backgrounds/BlackBoxTop.png) no-repeat top #000;
	width: 979px;
}

.ContentBottomBlack {
	color:#fff;
	background:url(/Design/Backgrounds/BlackBoxBottom.png) no-repeat bottom;
	min-height: 742px;
	padding: 20px 15px 15px 0px;
}
.ContentBottomBlack td { color:#fff; }
.ContentBottomBlack .jaune { color:#E2BE17; font-weight:bold; }
.ContentBottomBlack .rouge { color:#ff0000; font-weight:bold; }
.ContentBottomBlack .blue { color:#0066cc; font-weight:bold; }
.ContentBottomBlack .StepsPuce { width:22px; height:22px; line-height:22px; text-align:center; font-size:14px; color:#ffffff; font-weight:bold; background:url(/Design/Layout/StepsPuce.png); }
.ContentBottomBlack .yelloLink:link, .ContentBottomBlack .yelloLink:visited { color:#e2be17; text-decoration:underline; }
.ContentBottomBlack .yelloLink:hover, .ContentBottomBlack .yelloLink:active { color:#e2be17; text-decoration:none; }

.PointsPuce { width:22px; height:22px; line-height:22px; text-align:center; font-weight:bold; background:url(/Design/Pages/Points/Puce.gif); }
.PointsTicket { position:relative; width:423px; height:71px; background:url(/Design/Pages/Points/Background_ticket.png) no-repeat; font-size:11px; }
.PointsTicketLogo { position:absolute; top:1px; left:1px; }
.PointsTicketText { position:absolute; top:5px; left:100px; width:288px; }
.PointsTicketDate { position:absolute; bottom:5px; left:100px; color:#fee900; }
.PointsTicketPoints { position:absolute; bottom:5px; right:33px; color:#fee900; }
.PointsTicketButton { position:absolute; top:0px; right:0px; }

.ContentTop671 {
	background: url(/Design/Backgrounds/BackgroundContentTop671.png) no-repeat center top;
	width: 671px;
}

.ContentBottom671 {
	background: url(/Design/Backgrounds/BackgroundContentBottom671.png) no-repeat center bottom;
	min-height: 742px;
	padding: 20px 15px 15px 15px;
}

.AdBoxEmpty { background-color: #ffffe6; height: 138px; padding: 5px; line-height: 138px; text-align: center; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #999999; font-style: normal; font-weight: bold; text-transform: uppercase; font-size: 17px; }
.AdBox { background-color: #ffffe6; height: 118px; padding: 12px; font-family:Arial, Helvetica, sans-serif; color: #999999; font-style: normal; font-size: 11px; }
	.AdBox a:link, .AdBox a:visited { padding:1px 23px 1px 8px; color:#7c7c7c; background:url(/Design/Layout/puceAnnonce.png) no-repeat right; }
	.AdBox a:hover, .AdBox a:active { padding:1px 23px 1px 8px; color:#7c7c7c; background:url(/Design/Layout/puceAnnonce.png) no-repeat right; }

.SupplierSpecial { background-color :#e9f0fc; padding: 10px; height: 100px; }
.BarRequest { background-color :#e9f0fc; height: 118px; padding: 20px; line-height: 148px; font-family:Arial, Helvetica, sans-serif; color: #999999; font-style: normal; font-size: 12px; }

.TextBox2 {
  border: 1px solid #CCC;
	border-collapse: collapse;
  background-color: #ECECEC;
}

.TextBox {
	border: 1px solid #0096b4;
	padding: 3px;
	margin: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TextBoxError {
	background-color: #ffeeee;
	border: 1px solid #bb0000;
	border-collapse: collapse;
	padding: 3px;
	margin: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#FooterBox {
	text-align: center;
	line-height: 24px;
	color: #666666;
	padding-bottom: 20px;
}

#FooterTop { position:relative; height:250px; background-color:#020202; margin-top: 10px; }
.FooterBox300 { width:260px; height:163px; padding:10px 20px 10px 20px; background:url(/Design/Backgrounds/BackgroundFooterTopBox300.png); text-align:left; }
.FooterBox350 { width:310px; height:163px; padding:10px 20px 10px 20px; background:url(/Design/Backgrounds/BackgroundFooterTopBox350.png); text-align:left; }
.FooterTopList { padding:0px 0px 0px 18px; margin:0px 0px 2px 5px; background:url(/Design/Layout/puceFooterTopList.png) no-repeat left; color:#FFF; }
.FooterTopList a:link, .FooterTopList a:visited { color:#8b8b8a; text-decoration:underline; }
.FooterTopList a:hover, .FooterTopList a:active { color:#8b8b8a; text-decoration:none; }
.FooterTopHtmlButton { position:absolute; bottom:10px; width:254px; }
.FooterTopHtmlButton a:link, .FooterTopHtmlButton a:visited { display:block; padding:4px; width:248px; height:17px; text-align:center; font-weight:bold; background:url(/Design/Buttons/ButtonFooterTopBoxBackground.png) repeat-x; }
.FooterTopHtmlButton a:hover, .FooterTopHtmlButton a:active { display:block; padding:4px; width:248px; height:17px; text-align:center; font-weight:bold; background:url(/Design/Buttons/ButtonFooterTopBoxBackgroundOver.png) repeat-x; }
.FooterTopHtmlButtonNoirBleu { font-size:24px; color:#FFFFFF; }
.FooterTopHtmlButtonNoirBleu a:link, .FooterTopHtmlButtonNoirBleu a:visited { display:block; margin:0 auto; margin-top:20px; margin-bottom:20px; padding-top:20px; font-weight:bold; width:200px; height:47px; color:#FFFFFF; text-decoration:none; text-align:center; font-weight:bold; background:url(/Design/Layout/btn_Carre_NoirBleu.png) no-repeat; }
.FooterTopHtmlButtonNoirBleu a:hover, .FooterTopHtmlButtonNoirBleu a:active { display:block; margin:0 auto; margin-top:20px; margin-bottom:20px; padding-top:20px; font-weight:bold; width:200px; height:47px; color:#FFFFFF; text-decoration:none; text-align:center; font-weight:bold; background:url(/Design/Layout/btn_Carre_NoirBleuOver.png) no-repeat; }
.FooterButton { padding-top:3px; }
.FooterButtonSpacer { width:15px; background:url(/Design/Buttons/FooterBoutonSpacer.png) no-repeat center; }

#FooterBottom { text-align: center; line-height: 24px; color: #666666; padding:20px 0px 20px 0px; }


.Focus {
	color: #333333;
}

.Blur {
	color: #888888;
}

a:link, a:visited {
	color: #0066cc;
}

a:hover, a:active {
	color: #950000;
	text-decoration: none;
}
.JobStepsSpan { padding:6px; }
.JobStepsSpanOver { padding:3px; background-color:#4AECFF; }
.JobStepsDiv { margin:20px 0 20px 0; font-size:13px; font-weight:bold; }

.WhiteLink:link, .WhiteLink:visited { color:#FFF; }
.WhiteLink:hover, .WhiteLink:active { color:#FFF; text-decoration: none; }

.PageTitle { padding: 0px 0px 0px 10px; margin: 10px 0px 10px 0px; font-size: 24px; line-height: 30px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #808080; }
.PageTitle td { font-size: 24px; line-height: 30px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #808080; }
.PageTitle strong, .PageTitle td strong { color: #000000; }

.SectionTitle { position: relative; padding: 0px; margin: 0px 0px 5px 0px; height: 35px; background: url(Backgrounds/BackgroundSectionTitle.png) bottom repeat-x; font-size: 16px; line-height: 18px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #808080; font-style: normal; }
.SectionTitle strong { color: #000000; font-style: normal; font-weight: bold; }
.SectionTitle em { color: #fc1602; font-style: normal; font-weight: bold; }
.SectionTitle img { position: absolute; top: 0px; right: 0px; border-top: 1px solid #0148bd; border-left: 1px solid #0148bd; }

.SectionTitleNoSpace { position: relative; padding: 0px; margin: 0px 0px 0px 0px; height: 17px; border-bottom:2px solid #0148BD; font-size: 14px; line-height: 18px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #808080; font-style: normal; }
.SectionTitleNoSpace strong { color: #000000; font-style: normal; font-weight: bold; }
.SectionTitleNoSpace em { color: #fc1602; font-style: normal; font-weight: bold; }
.SectionTitleNoSpace img { position: absolute; top: 0px; right: 0px; border-top: 1px solid #0148bd; border-left: 1px solid #0148bd; }

.SectionTitleNoLine { position: relative; padding: 0px; margin: 0px 0px 10px 0px; height: 17px; font-size: 14px; line-height: 18px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #808080; font-style: normal; }
.SectionTitleNoLine strong { color: #000000; font-style: normal; font-weight: bold; }
.SectionTitleNoLine em { color: #fc1602; font-style: normal; font-weight: bold; }

.SectionTitleBlack { position: relative; padding: 0px; margin: 0px 0px 5px 0px; height: 35px; background: url(Backgrounds/BackgroundSectionTitleBlack.png) bottom repeat-x; font-size: 16px; line-height: 18px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #808080; font-style: normal; }
.SectionTitleBlack strong { color: #ffffff; font-style: normal; font-weight: bold; }
.SectionTitleBlack em { color: #fc1602; font-style: normal; font-weight: bold; }
.SectionTitleBlack img { position: absolute; top: 0px; right: 0px; border-top: 1px solid #0148bd; border-left: 1px solid #0148bd; }

.StatusBox td { font-size: 15px; line-height: 20px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; font-style: normal; font-weight: bold; padding: 5px 0px 5px 0px; border-bottom: 1px solid #a9bfde; }
.StatusBox em { color: #fc1602; font-style: normal; font-weight: bold; }
.StatusBox a { display: block; float: right; clear: none; font-size: 11px; margin-left: 5px; height: 18px; line-height: 18px; background: url(/Design/Backgrounds/BackgroundStatusButton.png) repeat-x top left; padding: 0px 5px 0px 5px; border: 1px solid #d0e0f9; }
.StatusBox a:link, .StatusBox a:visited { color: #003370; }
.StatusBox a:hover, .StatusBox a:active { color: #950000; }

.SupplierSearchBox { width: 490px; padding-right: 10px; }
.SupplierSearchBox td { font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 28px; color: #ffffff; font-weight: bold; padding-top: 7px; }
.SupplierSearchBox img { vertical-align: baseline; }
.SupplierSearchBox input { border: 0px none; padding: 0px; margin: 0px; font-size: 14px; line-height: 18px; height: 18px; }

.SupplierSearchBoxLeft { background: url(Backgrounds/BackgroundSupplierSearchBoxLeft.png) no-repeat top left; height: 42px; }
.SupplierSearchBoxCenter { background: url(Backgrounds/BackgroundSupplierSearchBoxCenter.png) repeat-x top left; height: 42px; margin: 0px 10px 0px 10px; }
.SupplierSearchBoxRight { background: url(Backgrounds/BackgroundSupplierSearchBoxRight.png) no-repeat top right; height: 42px; }

.SupplierSearchTextBoxLeft { background: url(Backgrounds/BackgroundSupplierSearchTextBoxLeft.png) no-repeat top left; height: 26px; }
.SupplierSearchTextBoxCenter { background: url(Backgrounds/BackgroundSupplierSearchTextBoxCenter.png) repeat-x top left; height: 23px; margin: 0px 5px 0px 5px; line-height: 18px; padding-top: 3px; }
.SupplierSearchTextBoxRight { background: url(Backgrounds/BackgroundSupplierSearchTextBoxRight.png) no-repeat top right; height: 26px; }

.SupplierAdvancedSearchBox { text-align: center; padding-right: 10px; font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 42px; font-weight: bold; }
.SupplierAdvancedSearchBox a:link, .SupplierAdvancedSearchBox a:visited { color: #ffffff; text-decoration: underline; }
.SupplierAdvancedSearchBox a:hover, .SupplierAdvancedSearchBox a:active { color: #ffffff; text-decoration: none; }
.SupplierAdvancedSearchBoxLeft { background: url(Backgrounds/BackgroundSupplierAdvancedSearchBoxLeft.png) no-repeat top left; height: 42px; }
.SupplierAdvancedSearchBoxCenter { background: url(Backgrounds/BackgroundSupplierAdvancedSearchBoxCenter.png) repeat-x top left; height: 42px; margin: 0px 10px 0px 10px; }
.SupplierAdvancedSearchBoxRight { background: url(Backgrounds/BackgroundSupplierAdvancedSearchBoxRight.png) no-repeat top right; height: 42px; }

.SpecialRequestBox { text-align: center; font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 42px; font-weight: bold; }
.SpecialRequestBox a:link, .SpecialRequestBox a:visited { color: #ffffff; text-decoration: underline; }
.SpecialRequestBox a:hover, .SpecialRequestBox a:active { color: #ffffff; text-decoration: none; }
.SpecialRequestBoxLeft { background: url(Backgrounds/BackgroundSpecialRequestBoxLeft.png) no-repeat top left; height: 42px; }
.SpecialRequestBoxCenter { background: url(Backgrounds/BackgroundSpecialRequestBoxCenter.png) repeat-x top left; height: 42px; margin: 0px 10px 0px 10px; }
.SpecialRequestBoxRight { background: url(Backgrounds/BackgroundSpecialRequestBoxRight.png) no-repeat top right; height: 42px; }

.SupplierDirectoryCategoryBox td { font-size: 15px; line-height: 20px; font-family: "Century Gothic", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; font-style: normal; font-weight: bold; padding: 5px 0px 5px 0px; border-bottom: 1px solid #a9bfde; }
.SupplierDirectoryCategoryBox em { color: #fc1602; font-style: normal; font-weight: bold; }
.SupplierDirectoryCategoryBox a { display: block; float: right; clear: none; font-size: 11px; margin-left: 5px; height: 18px; line-height: 18px; background: url(/Design/Backgrounds/BackgroundStatusButton.png) repeat-x top left; padding: 0px 5px 0px 5px; border: 1px solid #d0e0f9; }
.SupplierDirectoryCategoryBox a:link, .SupplierDirectoryCategoryBox a:visited { color: #003370; }
.SupplierDirectoryCategoryBox a:hover, .SupplierDirectoryCategoryBox a:active { color: #950000; }

.SupplierDirectorySubCategoryBox { padding: 15px; background: #fafafa; }
.SupplierDirectorySubCategoryBox td { font-size: 13px; line-height: 18px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; font-style: normal; font-weight: bold; }
.SupplierDirectorySubCategoryBox em { color: #fc1602; font-style: normal; font-weight: bold; }
.SupplierDirectorySubCategoryBox a:link, .SupplierDirectorySubCategoryBox a:visited { color: #333333; text-decoration: underline; font-weight: normal; }
.SupplierDirectorySubCategoryBox a:hover, .SupplierDirectorySubCategoryBox a:active { color: #333333; text-decoration: none; font-weight: normal; }

.SupplierResult { }
.SupplierResultLogoCell { width: 192px; padding: 20px; border: 1px solid #ccdef8; }
.SupplierResultDetailsCell { background: #f4f7fb; border-top: 1px solid #ccdef8; border-right: 1px solid #ccdef8; border-bottom: 1px solid #ccdef8; padding: 20px; }
.SupplierResultLinkBar { margin-top: 2px; background:url(Backgrounds/BackgroundSupplierResultLinkBar.png) repeat-x top left; height: 21px; border: 1px solid #ccdef8; }

.EventBoxDistance{
	background:#000;
	width: 638px;
}
.EventBoxDistanceTop {
	background: url(/Design/Backgrounds/BackgroundEventDistanceBoxTop.png) no-repeat center top;
	width: 638px;
	padding: 10px 0px 0px 0px;
}

.EventBoxDistanceBottom {
	background: url(/Design/Backgrounds/BackgroundEventDistanceBoxBottom.png) no-repeat center bottom;
	width: 614px;
	padding: 0px 13px 12px 11px;
}

.EventBoxDistanceTitle {
	background: #023DC2;
	width: 620px;
	margin:0 auto;
}
.EventBoxDistanceTitleTop {
	padding-top: 10px;
	background: url(/Design/Backgrounds/BackgroundEventDistanceTitleBoxTop.png) no-repeat center top;
	width: 620px;
}

.EventBoxDistanceTitleBottom {
	height: 55px;
	background: url(/Design/Backgrounds/BackgroundEventDistanceTitleBoxBottom.png) no-repeat center bottom;
	width: 620px;
}
.EventBoxDistanceTitle { font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }
#EventBoxDistanceContent { height: 651px; }

.EventBoxDistanceMenuSeperator { border-top: 1px dashed #999999; margin: 2px 0px 2px 0px; }
.EventBoxDistanceMenuItem, .EventBoxDistanceMenuSelectedItem { position: relative; width: 120px; font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; }
.EventBoxDistanceMenuItem a:link, .EventBoxDistanceMenuItem a:visited { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor000000Alpha50.png); width: 110px; padding: 5px 5px 5px 5px; }
.EventBoxDistanceMenuItem a:hover, .EventBoxDistanceMenuItem a:active { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor072B65Alpha80.png); width: 110px; padding: 5px 5px 5px 5px; }
.EventBoxDistanceMenuSelectedItem a:link, .EventBoxDistanceMenuSelectedItem a:visited { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor072B65Alpha80.png); width: 110px; padding: 5px 5px 5px 5px; }
.EventBoxDistanceMenuSelectedItem a:hover, .EventBoxDistanceMenuSelectedItem a:active { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor072B65Alpha80.png); width: 110px; padding: 5px 5px 5px 5px; }

.EventBoxTop {
	background: url(/Design/Backgrounds/BackgroundEventBoxTop.png) no-repeat center top;
	width: 509px;
	padding: 12px 12px 5px 12px;
}

.EventBoxBottom {
	background: url(/Design/Backgrounds/BackgroundEventBoxBottom.png) no-repeat center bottom;
	width: 509px;
	padding: 0px 12px 12px 12px;
}

.EventBoxTitle { font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }
#EventBoxContent { height: 520px; }

.EventBoxMenuSeperator { border-top: 1px dashed #999999; margin: 2px 0px 2px 0px; }
.EventBoxMenuItem, .EventBoxMenuSelectedItem { position: relative; width: 120px; font-family: "Myriad Pro", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; }
.EventBoxMenuItem a:link, .EventBoxMenuItem a:visited { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor000000Alpha50.png); width: 110px; padding: 5px 5px 5px 5px; }
.EventBoxMenuItem a:hover, .EventBoxMenuItem a:active { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor072B65Alpha80.png); width: 110px; padding: 5px 5px 5px 5px; }
.EventBoxMenuSelectedItem a:link, .EventBoxMenuSelectedItem a:visited { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor072B65Alpha80.png); width: 110px; padding: 5px 5px 5px 5px; }
.EventBoxMenuSelectedItem a:hover, .EventBoxMenuSelectedItem a:active { display: block; color: #ffffff; text-decoration: none; background: url(/Design/Backgrounds/BackgroundColor072B65Alpha80.png); width: 110px; padding: 5px 5px 5px 5px; }

#MemberNotifications td { font-size: 15px; line-height: 20px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-style: normal; color: #333333; }
#MemberNotifications a:link, #MemberNotifications a:visited { color: #333333; text-decoration: none; }
#MemberNotifications a:hover, #MemberNotifications a:active { color: #333333; text-decoration: underline; }
#MemberNotifications .Alert { color: #fc1602 !important; }

.MemberSearchText {padding:10px 0 5px 0;}
.MemberSearchTextBox { padding:5px 0 5px 0;}

.hiddenInfoDiv { color: #666666; padding: 5px; position:absolute; top:20px; z-index:2; background:#FFF; border:1px solid #000; } 

.CircleNumberBlue { background:url(/Design/Backgrounds/CircleBlue.jpg) no-repeat; width:22px; height:22px; font-size:16px; color:#FFF; font-weight:bold; text-align:center; padding-top:2px; padding-right:5px;}

.ButtonRectangleBlueBorder { width:272px; height:31px; text-align:center; margin:0 auto; }
.ButtonRectangleBlueBorder a:link, .ButtonRectangleBlueBorder a:visited { color: #464B51; display:block; text-decoration: none; font-weight: normal; background: url(/Design/Buttons/ButtonRectangleBlueBorder.png) no-repeat; width:272px; height:31px; line-height:26px; }
.ButtonRectangleBlueBorder a:hover, .ButtonRectangleBlueBorder a:active { color: #464B51; display:block; text-decoration: none; font-weight: normal; background: url(/Design/Buttons/ButtonRectangleBlueBorderOver.png) no-repeat; width:272px; height:31px; line-height:27px; margin-left:1px; }

.OngletDiv { padding-left:10px; }

.Onglet { text-transform:uppercase; margin:0 0px 0 3px; }
.Onglet td { background:url(/Design/Layout/Onglet_Center.png) repeat-x; }
.Onglet div { background:url(/Design/Layout/Onglet_Right.png) no-repeat left; }
.Onglet a { display:block; line-height:29px; font-size:11px; padding:0px 20px 0px 20px; background:url(/Design/Layout/Onglet_Left.png) no-repeat right; color:#000000; font-weight:bold; text-decoration:none; }

.OngletOver { text-transform:uppercase; margin:0 0px 0 3px; }
.OngletOver td { background:url(/Design/Layout/Onglet_CenterOver.png) repeat-x; }
.OngletOver div { background:url(/Design/Layout/Onglet_RightOver.png) no-repeat left; }
.OngletOver a { display:block; line-height:29px; font-size:11px; padding:0px 20px 0px 20px; background:url(/Design/Layout/Onglet_LeftOver.png) no-repeat right; color:#FFF; font-weight:bold; text-decoration:none; }

.Button_52 { text-transform:uppercase; text-align:center; line-height:12px; background:url(/Design/Buttons/Button_52.png) no-repeat; height:40px; width:101px; padding:12px 0 0 0px;}
.Button_52 a { display:block; font-size:11px; padding:0px 10px 0px 10px; color:#000000; font-weight:bold; text-decoration:none; }
.Button_52 strong { color:#0561fc; }

.Button_52Over { text-transform:uppercase; text-align:center; line-height:12px; background:url(/Design/Buttons/Button_52Over.png) no-repeat; height:39px; width:100px; padding:13px 0 0 1px; }
.Button_52Over a { display:block; font-size:11px; padding:0px 10px 0px 11px; color:#000; font-weight:bold; text-decoration:none; }
.Button_52Over strong { color:#0561fc; }

.Button_104 { text-transform:uppercase; text-align:center; line-height:22px; background:url(/Design/Buttons/Button_104.png) no-repeat; height:94px; width:154px; padding:12px 0 0 0px;}
.Button_104 a { display:block; font-size:20px; padding:0px 10px 0px 10px; color:#000000; font-weight:bold; text-decoration:none; }
.Button_104 strong { color:#0561fc; }

.Button_104Over { text-transform:uppercase; text-align:center; line-height:22px; background:url(/Design/Buttons/Button_104Over.png) no-repeat; height:92px; width:152px; padding:14px 0 0 2px; }
.Button_104Over a { display:block; font-size:20px; padding:0px 10px 0px 10px; color:#000; font-weight:bold; text-decoration:none; }
.Button_104Over strong { color:#0561fc; }

.Button_32 { text-transform:uppercase; }
.Button_32 td { background:url(/Design/Buttons/button_32_center.jpg) repeat-x; }
.Button_32 div { background:url(/Design/Buttons/button_32_left.jpg) no-repeat left; }
.Button_32 a { display:block; line-height:29px; font-size:14px; padding:0px 20px 3px 20px; background:url(/Design/Buttons/button_32_right.jpg) no-repeat right; color:#000000; font-weight:bold; text-decoration:none; }
.Button_32 strong { color:#0561fc; }
.Button_32Over { text-transform:uppercase; }
.Button_32Over td { background:url(/Design/Buttons/button_32_centerOver.jpg) repeat-x; }
.Button_32Over div { background:url(/Design/Buttons/button_32_leftOver.jpg) no-repeat left; }
.Button_32Over a { display:block; line-height:29px; font-size:14px; padding:2px 18px 1px 22px; background:url(/Design/Buttons/button_32_rightOver.jpg) no-repeat right; color:#000000; font-weight:bold; text-decoration:none; }
.Button_32Over strong { color:#0561fc; }

.Button_20 td.btn_center { background:url(/Design/Buttons/button_20_center.png) repeat-x; }
.Button_20 td.btn_left { background:url(/Design/Buttons/button_20_left.png) no-repeat left; width:5px; }
.Button_20 td.btn_right { background:url(/Design/Buttons/button_20_right.png) no-repeat right; width:8px; }
.Button_20 a { display:block; line-height:17px; font-size:11px; padding:0px 12px 3px 12px; color:#000000; font-weight:normal; text-decoration:none; }
.Button_20 strong { color:#0561fc; }

.Button_20Over td.btn_center { background:url(/Design/Buttons/button_20_centerOver.png) repeat-x; }
.Button_20Over td.btn_left { background:url(/Design/Buttons/button_20_leftOver.png) no-repeat left; width:5px; }
.Button_20Over td.btn_right { background:url(/Design/Buttons/button_20_rightOver.png) no-repeat right; width:8px; }
.Button_20Over a { display:block; line-height:17px; font-size:11px; padding:1px 11px 2px 13px; color:#000000; font-weight:normal; text-decoration:none; }
.Button_20Over strong { color:#0561fc; }

.Button_Search { text-transform:uppercase; }
.Button_Search td.btn_center { background:url(/Design/Buttons/button_search_center.png) repeat-x; }
.Button_Search td.btn_left { background:url(/Design/Buttons/button_search_left.png) no-repeat left; width:10px; }
.Button_Search a { display:block; line-height:37px; font-size:14px; padding:0px 61px 1px 12px; color:#000000; font-weight:bold; background:url(/Design/Buttons/button_search_right.png) no-repeat right; text-decoration:none; }
.Button_Search strong { color:#0561fc; }

.Button_SearchOver { text-transform:uppercase; }
.Button_SearchOver td.btn_center { background:url(/Design/Buttons/button_search_centerOver.png) repeat-x; }
.Button_SearchOver td.btn_left { background:url(/Design/Buttons/button_search_leftOver.png) no-repeat left; width:10px; }
.Button_SearchOver a { display:block; line-height:37px; font-size:14px; padding:1px 60px 0px 13px; color:#000000; font-weight:bold; background:url(/Design/Buttons/button_search_rightOver.png) no-repeat right; text-decoration:none; }
.Button_SearchOver strong { color:#0561fc; }

.Button_Search32 { text-transform:uppercase; }
.Button_Search32 td.btn_center { background:url(/Design/Buttons/button_search_32_center.png) repeat-x; }
.Button_Search32 td.btn_left { background:url(/Design/Buttons/button_search_32_left.png) no-repeat left; width:9px; }
.Button_Search32 a { display:block; line-height:32px; font-size:13px; padding:0px 46px 1px 12px; color:#000000; font-weight:bold; background:url(/Design/Buttons/button_search_32_right.png) no-repeat right; text-decoration:none; }
.Button_Search32 strong { color:#0561fc; }

.Button_Search32Over { text-transform:uppercase; }
.Button_Search32Over td.btn_center { background:url(/Design/Buttons/button_search_32_centerOver.png) repeat-x; }
.Button_Search32Over td.btn_left { background:url(/Design/Buttons/button_search_32_leftOver.png) no-repeat left; width:9px; }
.Button_Search32Over a { display:block; line-height:32px; font-size:13px; padding:1px 45px 0px 13px; color:#000000; font-weight:bold; background:url(/Design/Buttons/button_search_32_rightOver.png) no-repeat right; text-decoration:none; }
.Button_Search32Over strong { color:#0561fc; }

.Button_Save { text-transform:uppercase; }
.Button_Save td.btn_center { background:url(/Design/Buttons/button_save_center.png) repeat-x; }
.Button_Save td.btn_left { background:url(/Design/Buttons/button_save_left.png) no-repeat left; width:9px; }
.Button_Save a { display:block; line-height:38px; font-size:14px; padding:0px 61px 1px 12px; color:#000000; font-weight:bold; background:url(/Design/Buttons/button_save_right.png) no-repeat right; text-decoration:none; }
.Button_Save strong { color:#0561fc; }

.Button_SaveOver { text-transform:uppercase; }
.Button_SaveOver td.btn_center { background:url(/Design/Buttons/button_save_centerOver.png) repeat-x; }
.Button_SaveOver td.btn_left { background:url(/Design/Buttons/button_save_leftOver.png) no-repeat left; width:9px; }
.Button_SaveOver a { display:block; line-height:38px; font-size:14px; padding:1px 60px 0px 13px; color:#000000; font-weight:bold; background:url(/Design/Buttons/button_save_rightOver.png) no-repeat right; text-decoration:none; }
.Button_SaveOver strong { color:#0561fc; }

.MemberSpotlightMiddle { background:url(/Design/Backgrounds/BackgroundMemberSpotlightMiddle.png) repeat-y; margin-bottom:20px; }
.MemberSpotlightBottom { background:url(/Design/Backgrounds/BackgroundMemberSpotlightBottom.png) no-repeat bottom; }
.MemberSpotlightTop { background:url(/Design/Backgrounds/BackgroundMemberSpotlightTop.png) no-repeat top; }
.MemberSpotlightTop td { text-align:center; }

.MemberSpotlightMemberMiddle { background:url(/Design/Backgrounds/BackgroundMemberSpotlightMemberMiddle.png) repeat-y; width:609px; }
.MemberSpotlightMemberBottom { background:url(/Design/Backgrounds/BackgroundMemberSpotlightMemberBottom.png) no-repeat bottom; }
.MemberSpotlightMemberTop { background:url(/Design/Backgrounds/BackgroundMemberSpotlightMemberTop.png) no-repeat top; }
.MemberSpotlightMemberTop td { height: 54px; }


/***************************************************************************************/
/* Gridview                                                                            */
/***************************************************************************************/

.defaultGridView { color: #333333; width: 100%; border-collapse: collapse; }
.styleonlyGridView { color: #333333; border-collapse: collapse; }

.defaultGridView th { padding: 4px; text-align: left; }
.defaultGridView td { padding: 4px; text-align: left; }

.defaultGridViewHeaderRow { color: #ffffff; background-color: #507CD1; font-weight: bold; }
.defaultGridViewRow { background-color: #f0f3fa;} /*EFF3FB,F3F3F3*/
.defaultGridViewAlternateRow { background-color: #ffffff; }
.defaultGridViewSelectedRow { background-color: #ffcb2e; }

.defaultGridViewHeaderRow a:link { color: #EFF3FB; text-decoration: underline; }
.defaultGridViewHeaderRow a:visited { color: #EFF3FB; text-decoration: underline; }
.defaultGridViewHeaderRow a:hover { color: #ffcb2e; text-decoration: none; }
.defaultGridViewHeaderRow a:active { color: #ffcb2e; text-decoration: none; }

.GridViewHighlightRow { background-color: #ffffbf; }


/***************************************************************************************/
/* Scrolling JQuery                                                                    */
/***************************************************************************************/
.ScroolingJQuery .scrollable {
	float:left;	
}

.ScroolingJQuery a.browse {
	background:url(/Design/Layout/horizontalArrow.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:10px 10px;
	cursor:pointer;
	font-size:1px;
}

.ScroolingJQuery a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
.ScroolingJQuery a.right:hover 		{ background-position:-30px -30px; }
.ScroolingJQuery a.right:active 	{ background-position:-60px -30px; } 


.ScroolingJQuery a.left				{ margin-left: 0px; } 
.ScroolingJQuery a.left:hover  		{ background-position:-30px 0; }
.ScroolingJQuery a.left:active  	{ background-position:-60px 0; }

.ScroolingJQuery a.up, .MemberMatches a.down		{ 
	background:url(/Design/Layout/horizontalArrow.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

.ScroolingJQuery a.up:hover  		{ background-position:-30px 0; }
.ScroolingJQuery a.up:active  		{ background-position:-60px 0; }

.ScroolingJQuery a.down 				{ background-position: 0 -30px; }
.ScroolingJQuery a.down:hover  		{ background-position:-30px -30px; }
.ScroolingJQuery a.down:active  	{ background-position:-60px -30px; } 


.ScroolingJQuery a.disabled {
	visibility:hidden !important;		
} 	

.ScroolingJQuery .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 600px;
	height:190px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/Design/Backgrounds/BackgroundGray300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.ScroolingJQuery .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.ScroolingJQuery .items .Scrooler {
	float:left;
}

/* single scrollable item */
.ScroolingJQuery .scrollable .ImageScrollable {
	float:left;
	margin:20px 5px 0px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.ScroolingJQuery .scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}



