* {
	margin: 0;
	padding: 0;
}

html * { font-size: 100.01%; }

body {
	margin: 1em 0;
	text-align: left;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 75.00%;
	background: #fff url("/images/checks.gif") repeat;
	color: #333;
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited {
   text-decoration: none;
   background-color: inherit; 
/*   color: #c06; */
   color: #f84800;
}

a:hover { text-decoration: underline; }

form {
	margin: 0;
	padding: 0;
}

/* center wrapper, min max width */
div#pagewrapper {
   width: 988px;
	min-width: inherit;
	max-width: none;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	border-top: 1px solid #dedede;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #dedede;
}

div#header {
	height: 113px;
/*	background: #c06 url("/images/header_bground.gif") repeat-x top; */
	background: #f84800 url("/images/header_bg_exhibitions.gif") repeat-x top;
}

div#maindate {
   padding-top: 0.9em;
   font-size: 0.9em;
   color: #333;
   letter-spacing: 0.1em;
   text-align: center;
}

div#search {
	height: 70px;
	position: relative;
	background: url("/images/gradient_search_70.jpg") repeat-x top;
}

.search_box {
	width: 160px;
	float: left;
	position: relative;
	display: inline;
	margin-left: 52px;
	color: #666;
	font-size: 0.75em;
	line-height: 1.1em;
	padding-top: 8px;
}

.search_box h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	color: #333;
}

.search_box input {
   	margin-bottom: 2px;
	width: 170px;
	height: 16px;
	border: 1px solid #666;
}

.search_button {
	float: left;
	text-align: left;
	position: relative;
	display: inline;
	top: 20px;
	left: 40px;
	z-index: 1;
}

.search_button input {
	position: relative;
	top: -3px;
}

div#leftsidebar {
   float: left;
   width: 190px;
   display: inline;   /* FIX IE double margin bug */
}

div#content {
	margin-left: 190px;
	margin-right: 0;
	padding: 0;
	width: 798px; /* minus 6px due to ie6 */
	color: #333;
	background-color: #fff;

}

div#centercolumn {
   float: left;
   width: 570px;
   padding: 5px 20px 0 20px;
}

div#rightsidebar {
	margin-left: 610px;
	margin-right: 0;
	width: 177px;
}

div#leftmenu {}

div#footer {
   clear: both;
   border-top: 1px solid #ccc;
   margin-top: 10px;
   background-color: #fefefe;
   color: #333;
}

div#footer p {
   font-size: 1em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
   margin-bottom: 15px;
}

h1 {
   color: #333; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #333; 
   font-size: 13px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #333; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #333; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0.25em 0;
}

h5 {
   color: #333; 
   font-size: 10px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

.linklist {
  margin: 0 0 1em 0;
  text-align: center;
}

.linklist a {
  background: transparent;
}

/* TEXT */
p {
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   margin: 0;
}

div#content ul li,
div#content ol li {
  margin: 0;
}

/* END LISTS */


.adspace {
	padding-left: 10px;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}

