/* EMC Expo */

/* BACKGROUND COLOR OUTSIDE MAIN TABLE */


body {
max-width: 1050px;
background-image:url(../image-files/emc-background.jpg);
background-color:#2a2a2a;
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: 013b61;
margin:auto;
padding:0;
text-align:center;
}

/* HORIZONTAL RULES */

.solid {	
   border-top: 1px solid #ed174f;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.dashed {
  border-bottom:1px dashed #ed174f;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.dotted {
	border-bottom:1px dotted #ed174f;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.line-hor { background:url(../images/line-dot.gif) left bottom repeat-x; padding-bottom:8px; margin-bottom:5px;}

/* CUSTOM CLASS BOLD TAG */
b{
color: #2a2a2a; 
font-family: Arial;
font-size: 100%;
/*font-style: italic;*/
}


/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL*/
 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
background: url(http://www.emc-standbouw.com/images/bullet.gif) left center no-repeat; 
padding-left: 20px;
margin-bottom: 10px;
}
 
li.checked {
background: url(http://www.emc-standbouw.com/images/marker.gif) left center no-repeat; 
padding-left: 25px;
margin-bottom: 10px;
}

.list1 li { background:url(../images/marker.gif) no-repeat left 2px; padding:0 0 10px 15px;}
.list2 li { background:url(../images/bullet.gif) no-repeat left 2px; padding:0 0 6px 15px;}
 
/* TEXT LINKS */

a { 
font-family: Arial, Verdana, sans-serif; 
font-size: 100%; 
color: #ed174f; 
text-decoration: underline;
}

a:hover {
	font-family: Arial, Verdana, sans-serif;
/*	font-size: 90%; */
	background-color: #ed174f;
	color: #fff;
 }
 
.link1 { background:url(../image-files/arrow1.gif) no-repeat right 4px; padding:0 13px 0 0; font-weight:bold; text-decoration:none; text-transform:uppercase; font-size: 90%;}
.link1:hover { text-decoration:underline;}

.link2 { padding:0 13px 0 0; font-weight:bold; text-decoration:underline; font-size: 90%; color: #fff}
.link2:hover { text-decoration:none; color: #ed174f; background-color: #fff}

/* HEADERS --- alternatief is Verdana, Arial, sans-serif; letter-spacing:-1px; h1,2,3 resp 150, 116 en 108%, line-height:1em;*/
h1 { font-family: "Times New Roman", Times, serif; font-size: 180%;  color: #2a2a2a; margin-bottom:11px} 
h2 { font-family: "Times New Roman", Times, serif; font-size: 155%;  color: #2a2a2a; margin-bottom:4px} 
h3 { font-family: "Myriad Pro", Arial, sans-serif; font-size: 120%;  color: #2a2a2a; font-weight:bold;} 

h4 { font-family:"Times New Roman", Times, serif; font-size: 120%; font-style:italic; color:#2a2a2a; font-weight:bold; margin-bottom:4px;} 
h5 { font-size: 100%; margin-bottom:12px;}
h6 { font-size: 90%; font-weight:normal; color:#5a5b5d; line-height:1.1em; margin-bottom:6px;} 


/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely!
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.

BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.main-table {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}


/* SIZE, COLOR AND FONT FAMILY */
table {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #5a5b5d;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Arial, Verdana, sans-serif;
background-color:#fff;
font-size: 100%; /*77%;*/
color: #5a5b5d; 
font-weight: bold;
font-style: italic;
} 

.little {
font-family: Arial, Verdana, sans-serif;
background-color:#fff;
font-size: 77%; 
color: #5a5b5d; 
} 


/* BACKGROUND COLOR FOR TABLE CELLS
Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/


td.headerbg {
background-color:#fff;
background-image: url(../images/header-emc-expo.jpg);
background-repeat: norepeat;
}

td.navbg {
	/*background-color:#fff; */
background-image: url(../images/header-tile.gif);
	height:43px;
}


td.spacerbg {
background-image: url(../images/left-border.jpg);
background-repeat:repeat-y;	
background-color:#fff;
}

td.contentbg {
	background-color:#fff;
	/* border-left: 1px dotted #fff; */
/* border-right: 1px solid #003d61; */
padding: 5 px;
	color: #5a5b5d;
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%; 
color: #5a5b5d;
background-color:#fff;
}

td.leftbg {
font-size: 86%;
margin-left: 10px;
background-color:#fff;
background-image: url(../images/left-border.jpg);
background-repeat:repeat-y;
}

td.footerbg {
background-color:#fcded9;
font-size: 86%;
}

/* HEADING BACKGROUND COLOR of H1, H2 and H3 TAGS */
.hbg{
background-color:#5a5b5d; /* antraciet */ 
color:#fff;
width: auto;
z-axis: 1;
}

.highkey{
background-color:#fff; 
color:#ed174f; /* rood */
width: auto;
z-axis: 1;
}

.lowkey{
background-color:#fff; 
color:#f8b5b0; /* donkerrose */
width: auto;
z-axis: 1;
}

/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 
