/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: small;
	font-family: Verdana, sans-serif;
	background: #fff;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
}

hr {
	display: none;
}



/* heading
--------------------------------------------------- */

h2#heading {
	display: none;
}



/* primarynav
--------------------------------------------------- */

ul#primarynav {
	display: none;
}



/* masthead
--------------------------------------------------- */

div#masthead {
	display: none;
}



/* advertisement
--------------------------------------------------- */

img#ad {
	display: none;
}



/* breadcrumb
--------------------------------------------------- */

p#breadcrumb {
	display: none;
}



div#contentwrapper h1 {
	font-size: 170%;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 0.1em;
	border-bottom: 1px solid rgb(210,210,210);
	margin-bottom: 1em;
	color: rgb(66,85,89);
	line-height: 1.3;
}

body#section-cdroms div#contentwrapper h1 {
	color: rgb(130,0,0);
}

body#section-exhibitions div#contentwrapper h1 {
	color: rgb(0,51,102);
}

body#section-training div#contentwrapper h1 {
	color: rgb(102,102,0);
}



/* content
--------------------------------------------------- */

div#contentwrapper a a {
	font-weight: bold;
}

div#contentwrapper a:link {
	color: rgb(204,102,0);
}

div#contentwrapper a:visited {
	color: rgb(170,85,0);
}

div#contentwrapper a:hover, div#contentwrapper a:active {
	border-bottom: 1px solid rgb(170,85,0);
}

div#contentwrapper h2 {
	margin: 2em 0 0.3em 0;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	line-height: 1.3;
	color: rgb(66,85,89);
	border-bottom: 1px solid rgb(210,210,210);
}

div#contentwrapper h3 {
	margin: 2em 0 0.3em 0;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 0.2em;
	line-height: 1.3;
	color: rgb(66,85,89);
	border-bottom: 1px solid rgb(210,210,210);
}

div#contentwrapper h4 {
	margin: 2em 0 0.2em 0;
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 0.2em;
	line-height: 1.3;
	color: rgb(66,85,89);
}

div#contentwrapper p {
	font-size: 85%;
	line-height: 1.5;
	margin-bottom: 1em;
}

div#contentwrapper p.extratopmargin {
	margin-top: 1.8em;
}

div#contentwrapper ul {
	margin-bottom: 1.5em;
	margin-left: 1.2em;
	list-style-image: url(../design/bullet_grey.gif);
}

div#contentwrapper li {
	margin-bottom: 0.6em;
	line-height: 1.5em;
	font-size: 85%;
}



/* content - listitem
--------------------------------------------------- */

div#content div.listitem {
	float: left;
	position: relative;
	width: 678px;
	padding: 10px;
	border: 1px solid rgb(215,215,215);
	background: url(../design/general_gradient.jpg) repeat-x left bottom;
	margin-bottom: 1.5em;
}

div#content div.listitem:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content div.listitem img {
	float: left;
	width: 70px;
	border: 1px solid rgb(215,215,215);
}

div#content div.listitem div.description {
	float: right;
	width: 588px;
}

div#content div.exhibitors img {
	width: 150px;
}

div#content div.exhibitors div.description {
	width: 508px;
}

div#content div.listitem h2 {
	margin: 0 0 1em 0;
	text-transform: none;
	border-bottom: 1px solid rgb(215,215,215);
}

div#content div.listitem p {
	margin-bottom: 0.7em;
}



/* content - calendaritem
--------------------------------------------------- */

div#content div.calendaritem {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid rgb(210,210,210);
}

div#content div.calendaritem p.date {
	color: #990000;
	margin-bottom: 0.3em;
}

div#content div.calendaritem h2 {
	font-size: 110%;
	border: 0;
	margin: 0 0 0.2em 0;
}

div#content div.calendaritem h3 {
	font-size: 100%;
	border: 0;
	margin: 0 0 0.3em 0;	
}

div#content div.calendaritem p {
	margin-bottom: 0.7em;
}

div#content div.calendaritem p.link {
	font-style: italic;
	margin: 0;
}



/* content - highlightbox
--------------------------------------------------- */

div#content div#highlightbox {
	width: 420px;
	padding: 10px;
	border: 1px solid rgb(205,205,205);
	margin-bottom: 1.5em;
	background: rgb(240,240,240);
}

div#content div#highlightbox h2 {
	margin-top: 0;
	border: 0;
	font-size: 120%;
	font-weight: bold;
}

div#content div#highlightbox img {
	border: 1px solid rgb(205,205,205);
	margin-bottom: 0.8em;
}



/* content - form
--------------------------------------------------- */

form#form {
	width: 100%;
}

form#form p.alert {
	margin: 2.5em 0 2em 0;
	font-size: 75%;
	padding-left: 22px;
	background: url(../design/alert.gif) no-repeat 0 50%;
	font-style: italic;
}

form#form fieldset {
	border: 1px rgb(215,215,215) solid;
	padding: 0 1em 1em 1em;
	background: url(../design/general_gradient.jpg) repeat-x left bottom;
}

form#form dl {
	padding: 1.5em 0;
}

form#form legend {
	color: rgb(51,102,102);
	font-size: 75%;
	font-weight: bold;
	padding: 0 4px;
}

form#form span.mandatory {
	color: rgb(108,28,0);
}

form#form dl {
	font-family: Verdana, sans-serif;
}

form#form dt {
	color: rgb(51,102,102);
	font-size: 75%;
	margin-bottom: 2px;
}

form#form dd {
	margin-bottom: 1em;
}

form#form input, form#form textarea, form#form select {
	padding: 3px;
	border: 1px rgb(210,210,210) solid;
	font-size: 85%;
	font-family: Verdana, sans-serif;
}

form#form input {
	width: 60%;	
}

form#form input.wide {
	width: 80%;
}

form#form textarea {
	width: 80%;
	padding: 3px;
	height: 100px;
}

form#form select {
	width: auto;
}

form#form input.submit, form#form input.submitroll { 
	font-size: 75%;
	padding: 5px 7px;
	margin-top: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	border: 0;
	width: 200px;
}

form#form input.submit {
	background: rgb(145,156,3);
}

form#form input:focus, form#form textarea:focus, form#form input.sffocus, form#form textarea.sffocus {
	background-color: rgb(245,245,245);
}

form#form input.submitroll, form#form input.submitroll:focus, form#form div#submitbutton input.sffocus {
	background: rgb(133,143,3);
	cursor: pointer;
}



/* movie
--------------------------------------------------- */

#mediaplayer {
	margin-bottom: 1em;
}



/* contentsidebar
--------------------------------------------------- */

div#contentsidebar {
}



/* imagesidebar
--------------------------------------------------- */

div#imagesidebar {
	width: 208px;
	padding: 10px 10px 0 10px;
	border: 1px solid rgb(215,215,215);
	background: #fff url(../design/general_gradient.jpg) repeat-x left bottom; 
}

div#imagesidebar dl {
	margin-bottom: 1.2em;	
}

div#imagesidebar img {
	width: 206px;
	border: 1px solid rgb(215,215,215);	
	margin-bottom: 0.3em;
}

div#imagesidebar dd {
	font-size: 75%;
	font-style: italic;
	line-height: 1.4;
}

div#imagesidebar a {
	font-weight: bold;
}

div#imagesidebar a:link {
	color: rgb(204,102,0);
}

div#imagesidebar a:visited {
	color: rgb(170,85,0);
}

div#imagesidebar a:hover, div#imagesidebar a:active {
	border-bottom: 1px solid rgb(170,85,0);
}



/* leftcol
--------------------------------------------------- */

div#leftcol {
}



/* leftcol - eventbox
--------------------------------------------------- */

div#eventbox {
	margin-bottom: 1.5em;
}

div#eventbox h1 {
	margin-bottom: 0.5em;
	font-size: 120%;
	text-transform: uppercase;
	color: rgb(66,85,89);
	font-weight: bold;
	border: 0;
	padding: 0;
}

div#eventbox h2 {
	color: rgb(66,85,89);
	font-weight: bold;
	font-size: 85%;
	margin: 1.6em 0 0.3em 0;
}

div#eventbox h2.top {
	margin:	0 0 0.5em 0;
}

div#eventbox img {
	margin: 0.3em 0;
	border: 1px solid rgb(215,215,215);
}

div#eventbox p {
	font-size: 85%;
	line-height: 1.5;
	margin-bottom: 1em;
}

div#eventbox ul {
	margin-left: 1.5em;
	list-style-image: url(../design/bullet_orange.gif);
}

div#eventbox li {
	margin-bottom: 0.6em;
	line-height: 1.5em;
	font-size: 85%;
}

div#eventbox a {
	font-weight: bold;
}

div#eventbox a:link {
	color: rgb(204,102,0);
}

div#eventbox a:visited {
	color: rgb(170,85,0);
}

div#eventbox a:hover, div#eventbox a:active {
	border-bottom: 1px solid rgb(170,85,0);
}



/* leftcol - eventbox - boxheader
--------------------------------------------------- */

div#boxheader {
	margin-bottom: 1em;
}

div#boxheader img {
	display: none;
}

div#boxheader .text {
}

div#boxheader h1 {
	border-bottom: 1px solid rgb(215,215,215);
	padding-bottom: 0.1em;
}

div#boxheader h2 {
	margin: 0 0 0.4em 0;
}



/* leftcol - highlightbox
--------------------------------------------------- */

div#leftcol div.highlightbox h2 {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	margin-bottom: 0.7em;
	padding-bottom: 0.2em;
}

div#leftcol div.highlightbox h3 {
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 0.2em;
}

div#leftcol div.highlightbox div.moviewrapper img {
	display: none;
}



/* rightcol
--------------------------------------------------- */

div#rightcol {
}



/* rightcol - highlightbox
--------------------------------------------------- */

div#rightcol div.highlightbox h2 {
	font-size: 85%;
}

div#rightcol div.highlightbox img {
	display: none;
}



/* sidebar
--------------------------------------------------- */

div#sidebar {
	display: none;
}



/* footer
--------------------------------------------------- */

div#footer {
	clear: both;
	margin-top: 3em;
	font-size: 75%;	
}

div#footer a:link, div#footer a:visited {
	color: #fff;
}

div#footer a:hover, div#footer a:active {
	color: rgb(200,200,200);
}

div#footer a {
	font-weight: bold;
}

div#footer a:link {
	color: rgb(204,102,0);
}

div#footer a:visited {
	color: rgb(170,85,0);
}

div#footer a:hover, div#footer a:active {
	border-bottom: 1px solid rgb(170,85,0);
}

