@CHARSET "UTF-8";

/* GENERAL */

body, input, select, textarea {
	font-size: 11px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

body {
	color: #000;
	background-color: #000;
	
	margin: 0px; padding: 0px; border: 0px;
}

td { vertical-align: top; }

form { margin: 0px; padding: 0px; border: 0px; }

img { display: block; }
/* END GENERAL */


/* LINKS */
a:link, a:active, a:visited, a:link:active, a:link:visited {
	color: #0066cb;
	text-decoration: underline;
}

a:hover, a:visited:hover, a:link:hover, a:link:visited:hover {
	color: #0066cb;
	text-decoration: none;
}

a.links__headerLink:link, a.links__headerLink:active, a.links__headerLink:visited, a.links__headerLink:link:active, a.links__headerLink:link:visited,
a.links__headerLink:hover, a.links__headerLink:visited:hover, a.links__headerLink:link:hover, a.links__headerLink:link:visited:hover {
	color: #fff;
	text-decoration: none;
	display: block;
}

a.dell {
	display:block;
	width:90px;
	height:40px;
	text-decoration:none;
}

a.dell:hover {
	text-decoration:none;
}

a.home {
	display:block;
	width:208px;
	height:70px;
	text-decoration:none;
}

a.home:hover {
	text-decoration:none;
}


/* END LINKS */


/* TYPO */
h1 {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 7px 6px;
	height: 30px;
	/*text-transform: uppercase;*/
	color: #fff;
}

h2, h3 {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 7px 6px;
	height: 12px;
	/*text-transform: uppercase;*/
	color: #fff;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px; padding: 0px;
}

h5 {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 7px 6px;
	/*text-transform: uppercase;*/
	color: #fff;
}

p { padding: 0px; margin: 0px 0px 10px 0px; }

div#page__footerContainer p { padding: 0px; margin: 0px; }

/* END TYPO */


/* PAGE ELEMENTS */
div#page__mainContainer {
	width: 943px;
	
	margin: 0px auto;
	padding: 0px 12px;
	
	background-color: #fff;
}

div#page__headerContainer {
	width: 943px; height: 70px;
	margin-bottom: 12px;
	
	position: relative;
	
	background-image: url(../__pix/backgrounds/page__headerContainerFall.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.homebutton {
	postion:absolute;
	background-image: url(../__pix/backgrounds/global_link.png);
	background-position: top left;
	background-repeat: no-repeat;
	top:0px;
	right:0px;
	width:208px;
	height:70px;
}

div.button {
	postion:absolute;
	top:0px;
	left:0px;
	width:90px;
	height:40px;
}

div#page__navigationContainer {
	width: 179px;
	margin-right: 12px;
	float: left;
	display: block;
}

div#page__contentContainer {
	width: 752px;
	margin-bottom: 24px;
	float: left;
	display: block;
	z-index: 0;
}

	div#page__flashContainer {
		width: 752px; height: 348px;
		padding: 0px; margin: 0px 0px 0px 0px;
		position: absolute;
		top: 0px; left: 0px;
		z-index: 0;
	}

	div#page__featureStretcher {
		width: 752px; height: 42px;
		padding-top: 255px;
		position: absolute;
		z-index: 100;
	}

div#page__footerContainer {
	clear: both;
	width: 943px;
	padding: 4px 0px;
	
	text-align: center;
	
	border-top: 1px solid #999;
	background-color: #ededed;	
}
/* END PAGE ELEMENTS */


/* COLUMNS */
div.cols__1colWide, div.cols__2colWide, div.cols__3colWide, div.cols__4colWide, div.cols__5colWide {
	float: left;
	display: block;
}

div.cols__1colWide { width: 179px; }
div.cols__2colWide { width: 370px; }
div.cols__3colWide { width: 561px; }
div.cols__4colWide { width: 752px; }
div.cols__5colWide { width: 943px; }

div.cols__contentNavigation div { margin: 0px; padding: 0px 4px 12px 4px; }
div.cols__contentNavigation div.cols__mainPageThemeColumns { padding: 0px;}
div.cols__mainPageThemeColumns div, div#page__navigationContainer div.cols__1colWide div { margin: 0px; padding: 12px 4px 12px 4px; }
/* END COLUMNS */


/* DECORATION */
.deco__marginTop12px { margin-top: 12px; }
.deco__marginRight12px { margin-right: 12px; }
.deco__marginBottom12px { margin-bottom: 12px; }
.deco__marginLeft12px { margin-left: 12px; }

.deco__marginTop24px { margin-top: 24px; }
.deco__marginRight24px { margin-right: 24px; }
.deco__marginBottom24px { margin-bottom: 24px; }
.deco__marginLeft24px { margin-left: 24px; }

.deco__bgColorDellBlue { background-color: #0063be; } /* 0066cb */
.deco__bgColorBlack { background-color: #000; }
.deco__bgColorWhite { background-color: #fff; border-right: 1px solid #afb0b2; border-bottom: 1px solid #afb0b2; border-left: 1px solid #afb0b2; }
.deco__bgColorNeutralLight { background-color: #aaaaaa; } /* d6d6d4 */
.deco__bgColorNeutralLighter { background-color: #e9eaee; } /* e9eaee */
.deco__bgColorNeutralDark { background-color: #aaaaaa; } /* afb0b2 */
.deco__bgColorRed { background-color: #dc291e; }
.deco__bgColorRedLight { background-color: #ee948e; }
.deco__bgColorOrange { background-color: #ffa12d; }
.deco__bgColorOrangeLight { background-color: #ffd096; }
.deco__bgColorYellow { background-color: #ecac00; } /* e9ab00 */
.deco__bgColorYellowLight { background-color: #f6d57f; } /* f4d580 */
.deco__bgColorGreen { background-color: #6c953c; }
.deco__bgColorGreenLight { background-color: #b5ca9d; }
.deco__bgColorBlue { background-color: #6e99d4; } /* 6aade4 */
.deco__bgColorBlueLight { background-color: #b4d6f1; }
.deco__bgColorBrown { background-color: #522c1b; } /* 5d3825 */
.deco__bgColorBrownLight { background-color: #a8958d; } /* ad9b92 */
.deco__bgColorRuby { background-color: #9e1b32; } /* 981f32 */
.deco__bgColorRubyLight { background-color: #cf8d98; } /* cb8e98 */
.deco__bgColorOrangeDark { background-color: #cc6600; } 
.deco__bgColorGrey { background-color: #aaaaaa; }

.deco__colorDellBlue { color: #0063be; } /* 0066cb */
.deco__colorBlack { color: #000; }
.deco__colorWhite { color: #fff; }
.deco__colorNeutralLight { color: #d6d6d4; } /* e9eaee */
.deco__colorNeutralLighter { color: #e9eaee; } /* e9eaee */
.deco__colorNeutralDark { color: #747679; } /* afb0b2 */
.deco__colorRed { color: #dc291e; }
.deco__colorRedLight { color: #ee948e; }
.deco__colorOrange { color: #ffa12d; }
.deco__colorOrangeLight { color: #ffd096; }
.deco__colorYellow { color: #ecac00; } /* e9ab00 */
.deco__colorYellowLight { color: #f6d57f; } /* f4d580 */
.deco__colorGreen { color: #6c953c; }
.deco__colorGreenLight { color: #b5ca9d; }
.deco__colorBlue { color: #6e99d4; } /* 6aade4 */
.deco__colorBlueLight { color: #b4d6f1; }
.deco__colorBrown { color: #522c1b; } /* 5d3825 */
.deco__colorBrownLight { color: #a8958d; } /* ad9b92 */
.deco__colorRuby { color: #9e1b32; } /* 981f32 */
.deco__colorRubyLight { color: #cf8d98; } /* cb8e98 */

.deco__gradientGreen { background-image:url(../__pix/backgrounds/gradient_green.gif); background-repeat:repeat-x; background-color:#ffffff; }

.deco__clearBoth { clear: both; line-height: 0px; font-size: 0px; height: 0px; overflow: hidden; }
.deco__cursorPointer { cursor: pointer; }
.deco__floatLeft { float: left; }
.deco__borderLeft { border-left:1px solid #ffffff; }
.deco__borderBottom { border-bottom:1px solid #ffffff; }

/* END DECORATION */


/* CONTINENT NAVIGATION */
div.continent__selectionContainer h1 {
	background-repeat: no-repeat;
	background-position: top right;
	
	cursor: pointer;
}

div.continent__selectionContainer h1.deco__bgColorBlue { background-image: url(../__pix/backgrounds/linkArrows/whiteBlue.png); }
div.continent__selectionContainer h1.deco__bgColorYellow { background-image: url(../__pix/backgrounds/linkArrows/whiteYellow.png); }
div.continent__selectionContainer h1.deco__bgColorRuby { background-image: url(../__pix/backgrounds/linkArrows/whiteRuby.png); }
div.continent__selectionContainer h1.deco__bgColorBrown { background-image: url(../__pix/backgrounds/linkArrows/whiteBrown.png); }
/* END CONTINENT NAVIGATION */


/* NAVIGATION LIST */

ul.navigation__listContainer {
	list-style: none;
	margin: 0px 0px 0px 0px; padding: 0px;
	z-index: 500;
	
}

ul.navigation__listContainer li {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	position: relative;
	z-index: 600;
}

div.deco__bgColorNeutralLight ul.navigation__listContainer li { background-image: url(../__pix/backgrounds/linkArrows/blueNeutralLight.png); }
div.deco__bgColorNeutralLighter ul.navigation__listContainer li { background-image: url(../__pix/backgrounds/linkArrows/blueNeutralLighter.png); }
div.deco__bgColorOrangeLight ul.navigation__listContainer li { background-image: url(../__pix/backgrounds/linkArrows/blueYellowLight.png); }
div.deco__bgColorGreenLight ul.navigation__listContainer li { background-image: url(../__pix/backgrounds/linkArrows/blueGreenLight.png); }
div.deco__bgColorWhite ul.navigation__listContainer li { background-image: url(../__pix/backgrounds/linkArrows/blueWhite.png); }

div.navigation__locationSelector {
	position: absolute;
	z-index: 1000;
	top: -36px; left: 169px;
	display: none;
} 
/* END NAVIGATION LIST */

/* HOVERS */
.hover__listContainer {
	position: absolute;
	bottom: 42px; left: 0px;
	visibility: hidden;
}

.hover__listContainer h4 {
	margin: 12px 4px;
}


/* END HOVERS */

/* TABLES */
table.tables__basicListTable {
	margin: 0px 0px 12px 4px;
	border-top: 1px solid #6aade4;
	
	width: 171px;
}

table.tables__basicListTable td {
	padding: 1px 0px;
	font-size: 10px;
	cursor: default;
}

table.tables__basicListTable tr:hover td {
	background-color: #000;
	background-image: none;
	background-position: -10px -10px;
	
	color: #fff;
}

table.tables__basicListTable td.tables__basicListTableItemCol {
	padding-left: 10px;
	width: 90px;
	
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

div.deco__bgColorBlueLight table.tables__basicListTable { border-top: 1px solid #6aade4; }
div.deco__bgColorYellowLight table.tables__basicListTable { border-top: 1px solid #e9ab00; }
div.deco__bgColorRubyLight table.tables__basicListTable { border-top: 1px solid #981f32; }
div.deco__bgColorBrownLight table.tables__basicListTable { border-top: 1px solid #5d3825; }
div.deco__bgColorGreenLight table.tables__basicListTable { border-top: 1px solid #6c953c; }
div.deco__bgColorNeutralLighter table.tables__basicListTable { border-top: 1px solid #aaaaaa; }

div.deco__bgColorBlueLight table.tables__basicListTable td { border-bottom: 1px solid #6aade4; }
div.deco__bgColorYellowLight table.tables__basicListTable td { border-bottom: 1px solid #e9ab00; }
div.deco__bgColorRubyLight table.tables__basicListTable td { border-bottom: 1px solid #981f32; }
div.deco__bgColorBrownLight table.tables__basicListTable td { border-bottom: 1px solid #5d3825; }
div.deco__bgColorGreenLight table.tables__basicListTable td { border-bottom: 1px solid #6c953c; }
div.deco__bgColorNeutralLighter table.tables__basicListTable td { border-bottom: 1px solid #aaaaaa; }

div.deco__bgColorBlueLight table.tables__basicListTable td.tables__basicListTableItemCol { background-image: url(../__pix/backgrounds/linkArrows/blueBlueLight.png); }
div.deco__bgColorYellowLight table.tables__basicListTable td.tables__basicListTableItemCol { background-image: url(../__pix/backgrounds/linkArrows/blueYellowLight.png); }
div.deco__bgColorRubyLight table.tables__basicListTable td.tables__basicListTableItemCol { background-image: url(../__pix/backgrounds/linkArrows/blueRubyLight.png); }
div.deco__bgColorBrownLight table.tables__basicListTable td.tables__basicListTableItemCol { background-image: url(../__pix/backgrounds/linkArrows/blueBrownLight.png); }

table.tables__basicAlternatingTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #e9eaee;
}

table.tables__basicAlternatingTable thead {
	font-weight: bold;
	background-color: #d6d6d4;
}

table.tables__basicAlternatingTable td {
	font-size: 11px;
	padding: 1px 1px;
	border-top: 1px solid #fff;
	vertical-align: top;
}

table.tables__basicAlternatingTable tr.tables__rowOdd {
	background-color: #e9eaee;
}

table.tables__basicFeedbackTable {
	width: 742px;
	border: 0px;
	padding: 0px; margin: 0px 0px 5px 0px;
}

table.tables__basicFeedbackTable thead {
	font-weight: bold;
}

table.tables__basicFeedbackTable thead td {
	border-bottom: 2px solid #747679;
	padding: 10px 0px 2px 0px;
}

table.tables__basicFeedbackTable tbody td {
	border-bottom: 1px solid #747679;
	padding: 4px 0px;
}

table.tables__basicFeedbackTable tbody.tables__feedbackItemsBody tr:hover td {
	background-color: #747679;
	color: #fff;
}

table.tables__basicFeedbackTable td.tables__feedbackItemsCell {
	text-align: center;
}

table.agendaUSA td {
	vertical-align:middle;
	height:35px;
}

table.agendaCANADA td {
	vertical-align:middle;
}

table.agendaCANADA td h3 {
	height:auto;
}

/* END TABLES */

/* FORMS */
label {
	margin-top: 2px;
	display: block;
}
input.forms__basicText1ColWide, input.forms__basicText2ColWide,
input.forms__basicText1ColWide__active, input.forms__basicText2ColWide__active,
input.forms__validateText1ColWide, input.forms__validateText2ColWide,
input.forms__validateText1ColWide__active, input.forms__validateText2ColWide__active,
input.forms__validateText1ColWide__ok, input.forms__validateText2ColWide__ok,
input.forms__validateText1ColWide__notok, input.forms__validateText2ColWide__notok,
textarea.forms__basicText1ColWide, textarea.forms__basicText2ColWide,
textarea.forms__basicText1ColWide__active, textarea.forms__basicText2ColWide__active,
textarea.forms__validateText1ColWide, textarea.forms__validateText2ColWide,
textarea.forms__validateText1ColWide__active, textarea.forms__validateText2ColWide__active,
textarea.forms__validateText1ColWide__ok, textarea.forms__validateText2ColWide__ok,
textarea.forms__validateText1ColWide__notok, textarea.forms__validateText2ColWide__notok {
	padding: 2px 3px 2px 20px;
	margin-bottom: 2px;
	background-position: top left;
	background-repeat: no-repeat;
}

select.forms__basicOption1ColWide, select.forms__basicOption2ColWide,
select.forms__basicOption1ColWide__active, select.forms__basicOption2ColWide__active,
select.forms__validateOption1ColWide, select.forms__validateOption2ColWide,
select.forms__validateOption1ColWide__active, select.forms__validateOption2ColWide__active,
select.forms__validateOption1ColWide__ok, select.forms__validateOption2ColWide__ok,
select.forms__validateOption1ColWide__notok, select.forms__validateOption2ColWide__notok {
	padding: 2px 0px;
	margin-bottom: 2px;
}

select.forms__basicOption1ColWide, select.forms__basicOption2ColWide,
select.forms__validateOption1ColWide, select.forms__validateOption2ColWide,
input.forms__basicTextSmall,
input.forms__basicText1ColWide, input.forms__basicText2ColWide,
input.forms__validateText1ColWide, input.forms__validateText2ColWide,
textarea.forms__basicText1ColWide, textarea.forms__basicText2ColWide,
textarea.forms__validateText1ColWide, textarea.forms__validateText2ColWide { border: 1px solid #747679; }

select.forms__basicOption1ColWide__active, select.forms__basicOption2ColWide__active,
select.forms__validateOption1ColWide__active, select.forms__validateOption2ColWide__active,
select.forms__validateOption1ColWide__ok, select.forms__validateOption2ColWide__ok,
select.forms__validateOption1ColWide__notok, select.forms__validateOption2ColWide__notok,
input.forms__basicTextSmall,
input.forms__basicText1ColWide__active, input.forms__basicText2ColWide__active, 
input.forms__validateText1ColWide__active, input.forms__validateText2ColWide__active,
input.forms__validateText1ColWide__ok, input.forms__validateText2ColWide__ok,
input.forms__validateText1ColWide__notok, input.forms__validateText2ColWide__notok,
textarea.forms__basicText1ColWide__active, textarea.forms__basicText2ColWide__active, 
textarea.forms__validateText1ColWide__active, textarea.forms__validateText2ColWide__active,
textarea.forms__validateText1ColWide__ok, textarea.forms__validateText2ColWide__ok,
textarea.forms__validateText1ColWide__notok, textarea.forms__validateText2ColWide__notok { border: 1px solid #0063be; }

select.forms__basicOption1ColWide, select.forms__basicOption1ColWide__active,
select.forms__validateOption1ColWide, select.forms__validateOption1ColWide__active,
select.forms__validateOption1ColWide__ok, select.forms__validateOption1ColWide__notok { width: 166px; }

input.forms__basicText1ColWide, input.forms__basicText1ColWide__active,
input.forms__validateText1ColWide, input.forms__validateText1ColWide__active,
input.forms__validateText1ColWide__ok, input.forms__validateText1ColWide__notok,
textarea.forms__basicText1ColWide, textarea.forms__basicText1ColWide__active,
textarea.forms__validateText1ColWide, textarea.forms__validateText1ColWide__active,
textarea.forms__validateText1ColWide__ok, textarea.forms__validateText1ColWide__notok { width: 146px; }

select.forms__basicOption2ColWide, select.forms__basicOption2ColWide__active,
select.forms__validateOption2ColWide, select.forms__validateOption2ColWide__active,
select.forms__validateOption2ColWide__ok, select.forms__validateOption2ColWide__notok { width: 362px; }

input.forms__basicText2ColWide, input.forms__basicText2ColWide__active,
input.forms__validateText2ColWide, input.forms__validateText2ColWide__active,
input.forms__validateText2ColWide__ok, input.forms__validateText2ColWide__notok,
textarea.forms__basicText2ColWide, textarea.forms__basicText2ColWide__active,
textarea.forms__validateText2ColWide, textarea.forms__validateText2ColWide__active,
textarea.forms__validateText2ColWide__ok, textarea.forms__validateText2ColWide__notok { width: 337px; }

input.forms__validateText1ColWide__ok { background-image: url(../__pix/backgrounds/forms/forms__validateText1ColWide__ok.png); }
input.forms__validateText1ColWide__notok { background-image: url(../__pix/backgrounds/forms/forms__validateText1ColWide__notok.png); }
input.forms__validateText2ColWide__ok { background-image: url(../__pix/backgrounds/forms/forms__validateText2ColWide__ok.png); }
input.forms__validateText2ColWide__notok { background-image: url(../__pix/backgrounds/forms/forms__validateText2ColWide__notok.png); }

input.forms__basicTextInputSmall, input.forms__basicTextInputSmall__active {
	padding: 2px 3px 2px 3px;
	margin-bottom: 2px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 19px;
} 
/* END FORMS */

/* SLIDERS */
div.sliders__ndaContainer {
	width: 483px; height: 500px;
	overflow: scroll;
	border: 1px solid #000;
}
/* END SLIDERS */


/* AGENDA */
table.agenda__basicAgendaTable  		{ width: 550px; }
table.agenda__basicAgendaTable td	 	{ padding: 2px; vertical-align: top; }
td.agenda__colTime 					{ width: 91px; }
td.agenda__col1Wide	 				{ width: 217px; padding: 2px 8px 2px 0px; }
td.agenda__col2Wide 				{ width: 446px; }
tr.agenda__rowMainTitle td 			{ font-weight: bold; padding-bottom: 10px; cursor: pointer; border-bottom: 1px solid #fff; }
div.agenda__rowHiddenInformation 		{ overflow: hidden; width: 446px; height: 0px; }


table.agenda4__basicAgendaTable		{ width:742px; }
table.agenda4__basicAgendaTable td	 	{ padding: 2px; vertical-align: top; }
td.agenda4__colTime					{ width:90px; }
td.agenda4__col1Wide				{ width: 226px; padding: 2px 10px 2px 0px; }
td.agenda4__col3Wide				{ width: 648px; }
tr.agenda4__rowMainTitle td 			{ font-weight: bold; padding-bottom: 10px; cursor: pointer; border-bottom: 1px solid #fff; }
div.agenda4__rowHiddenInformation 		{ overflow: hidden; width: 638px; height: 0px; }
/* END AGENDA */

/* FEEDBACK */
.feedback__hiddenFormsContainer {
	height: 0px;
	overflow: hidden;
}
/* END FEEDBACK */

/* TICKET */
div#ticketContainer {
	width: 849px; height: 300px;
	margin: 0px auto;
	padding: 10px 43px;
}
/* END TICKET */