body
{
    background-color: #e0e0e0;
    color: #3f3f3f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 150%;
    text-align: justify;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    color: #167495;
    background-color: inherit;
}

a:hover
{
    text-decoration: underline;
    color: #E07422;
    background-color: inherit;
}

h1, h2, h3
{
	font-weight: bold;
	color: #245cb0;
	background-color: inherit;
}

h1
{
	font-size: 16pt;
	margin: 1em 0 1em 0;
    font-variant: small-caps;
    color: #e06929;
}

h2
{
	font-size: 12pt;
	margin: 1em 0 0.5em 0;
}

h3
{
	font-size: 10pt;
	margin: 0.75em 0 0.25em 0;
}

p
{
	margin: 1em 0;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
}

form
{
	margin: 1em 0;
}

label
{
	display: block;
	font-weight: bold;
}

fieldset
{
	margin: 1em 0;
	border: 1px solid #848484;
}

legend
{
	color: #245cb0;
	background-color: inherit;
	font-weight: bold;
	font-size: 85%;
	padding: 0 0.5em;
}

img
{
	border: none;
}

#container
{
    width: 955px;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    /*background-color: #C1CCD2;*/
    background-color: white;
    color: inherit;
}

#header
{
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}

#header-design
{
    width: 955px;
    height: 100px;
}

#columns
{
    width: 100%;
    /*border: 1px solid red;*/
}

#columns-design
{
    background-color: #aec1ea;
    color: inherit;
    overflow: hidden;
    width: 100%;
    /*border: 1px solid blue;*/
}

#maincontent
{
    float: left;
    width: 720px;
    /*border: 1px solid limegreen;*/
}

#maincontent-design
{
    background-color: #fff;
    color: inherit;
    width: 100%;
    /*border: 1px solid green;*/
}

#content
{
    padding: 0.5em 1.5em 1.5em 1.5em;
}

#rightcolumn
{
    float: right;
    width: 225px;
    /* border: 1px solid fuchsia; */
}

#rightcolumn-design
{
    background-color: #aec1ea;
    color: inherit;
    width: 95%;
    padding: 1em 0;
    /*border: 1px solid purple;*/
}

/* IE5 Mac doesn't quite get this trick for equal heights, so we let it skip the code */
/* Safari might hide some elements even though logic dictates they should be above the columns
   In that case: apply position: relative and z-index: 1000 to the affected element
   But make sure IE 5.x doesn't see it, so use * > .affected-element as selector */ 
/* Start Mac IE5 filter \*/
/*#maincontent-design, #rightcolumn-design
{
    padding-bottom: 30000px;
    margin-bottom: -30000px;
}*/
/* End Mac IE5 filter */

#footer
{
    width: 100%;
    border-top: 1px solid #6e797C; /*#98A0A3;*/
    /*background-color: #C1CCD2;*/
    background-color: white;
    color: #3f3f3f;
}

#footer-design
{
    text-align: center;
    padding-top: 0.5em;
}

#footer-design p
{
    font-size: 85%;
    text-align: center;
}

/*
 Put the eZ debug output a bit below the actual site
*/
#debug-output
{
    margin-top: 5em;
}

div.rightbox
{
	padding: 0 0 1em 0;
}

div.rightbox_title
{
  	border-bottom: 1px solid #000;
  	font-weight: bold;
  	background-color: #D0D1D3;
  	color: inherit;
  	padding: 0 10px;
}

div.rightbox_title_design
{
  	padding: 5px;
}

div.rightbox_body
{
 	color: inherit;
	/*padding: 10px;*/
	background-color: #fff; 	
}

div.rightbox_body_design
{
	padding: 10px;
}

div.rightmenusearch
{
  	margin-bottom: 1em;
}

div.rightmenusearch input.searchinput
{
  	width: 60%;
}

div.rightmenusearch input.searchbutton
{
  	
}

table.list
{
	font-size: 90%;
	width: 98%;
	margin: 1em 0 1em 0;
	line-height: 175%;
}

table
{
	font-size: 90%;
	margin: 1em 0;
	line-height: 175%;
}

table.list th, table.list td, table th, table td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    vertical-align: top;
    text-align: left;
}

table.list th, table th
{
    text-align: left;
    font-weight: bold;
}

table.list td h1, table.list td h2, table.list td h3
{
	margin-top: 0;
}

div.page
{
  position: relative;
  display: none;
  border: 1px solid;
  padding: 0.5em;
  margin: 0 0.5em 0.5em 0.5em;
  height: auto;
  overflow: auto;
  width: 95%;
}
div.visible_page
{
  position: relative;
  border: 1px solid;
  padding: 0.5em;
  margin: 0 0.5em 0.5em 0.5em;
  height: auto;
  overflow: auto;
  width: 95%;
}	

div.hidden
{
  display: none;
}
td.tab
{
  background-image: url(../images/tab.gif);
  background-repeat: no-repeat;
  width: 100px;
  height: 20px;
  text-align: center;
}
td.tab-selected, td.tab-errors
{
  background-image: url(../images/tab-selected.gif);
  background-repeat: no-repeat;
  width: 100px;
  height: 20px;
  color: #ffffff;
  background-color: inherit;
  text-align: center;
}
td.tab-errors
{
}

td.tab a, td.tab-errors a, td.tab-selected a
{
    text-decoration: none;
    display: block;
    margin: 2px;
}

.nowrap
{
    white-space: nowrap;
}

.odd
{
    background-color: #f5f5f5;
    color: inherit;
}

.even
{
    background-color: #fcfcfc;
    color: inherit;
}

.bglight
{
	background-color: #e7ecf9;
	color: inherit;
}

.bgdark
{
	background-color: #d6e0f5;
	color: inherit;
}

div.edit-block
{
    position: relative;
    width: 90%;
}

div.edit-item
{
    padding: 1em;
    margin: 1em 0;
    border: 1px solid #e0e0e0;
}

div.edit-item label
{
    color: #547DBE;
    background-color: inherit;
}

div.edit-item div.block
{
    margin-left: 2em;
}

div.editor-functions
{
    border: 1px solid #e0e0e0;
    font-size: 90%;
    padding: 1em;
}

div.editor-functions input
{
    font-size: 90%;
    margin: 0;
}
div.pagenavigator
{
    text-align: center;
    width: 100%;
}
div.pagenavigator p
{
    text-align: center;
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}
div.banner_overlay
{
    position: absolute;
    color: #FEFE5E;
    left: 723px;
    top: 75px;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: inherit;
}

div.imageright
{
    padding-left: 1em;
    padding-bottom: 1em;
}
table.renderedtable
{
    margin: 1em 0;
}
table.renderedtable td
{
	padding: 1em;
}
table.renderedtable td p
{
    padding: 0;
    margin: 0;
    text-align: left;
}
table.center
{
    margin: 1em 0;
}
table.center td
{
}
table.center td p
{
    padding: 0;
    margin: 0;
    text-align: center;
}

div.industrial_partner_logo
{
	float: left;
	width: 120px;
	text-align: center;
	margin: 1em 0.25em;
}
div.object-right
{
    float:right;
	padding: 0 0 1em 1em;
}
div.object-left
{
	float: left;
	padding: 0 1em 1em 0;
}
div.object-right p, div.object-left p
{
	margin:0;
	padding:0;
}
div.attribute-caption p
{
	text-align: center !important;
	font-size: 80%;
	padding-top: 0.25em;
	margin: 0 !important;
	line-height: 1.4;
}
table.renderedtable tr td p
{
	margin-bottom: 1em;
}
table.renderedtable tr td div.object-left
{
	padding-left: 1em;
}

div.break
{
	clear: both;
	height: 1px;	
}
table.renderedtable td.justify p
{
	text-align: justify;
}

div.editor-button
{
	margin: 0.5em 0;
	text-align: left;
}

div.news-image
{
	float: right;
	margin: 0 0 0 1.5em;
}
ul.overview
{
	margin:0;
	padding: 0 0 0 1em;
	text-align: left;
}
ul.overview li
{
	list-style-type: square;
	font-size: 80%;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	color: rgb(22, 116, 149);
	background-color: inherit;
}
/* CLASSES for the GALLERY */
div.gallery
{
}
div.gallery div.gallery-overview
{
}
div.gallery div.gallery-overview p
{
    display: block;
    clear: both;
}
div.galleryline-image
{
    border: 1px solid silver;
    margin: 1em;
    padding: 1em 0;
    display: block;
    text-align: center;
    background-color: #F2F2F2;
    color: inherit;
}
div.galleryline-image div.galleryline-image-caption p
{
    text-align: center;
    font-size: 75%;
}
div.content-navigator
{
    display: block;
}
div.content-navigator div
{
    display: inline;
    text-align: center;
}
div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}
div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}

div.flag img
{
	border: 1px solid #a9a9a9;
}

div.block
{
	margin-top: 1em;
	margin-bottom: 1em;
}

input.halfbox
{
	width: 150px;
}

.small
{
	font-size: 80%;
}

div#update_priority_div
{
	border: 1px solid red;
    position: absolute;
    display: none;
    background-color: white;
    z-index: 900;
    padding: 0.5em;
    color: inherit;
}
/*div.object-center p
{
	text-align: center !important;
}
div.object-center div.class-image
{
	text-align: center !important;
}*/

div.object-center *
{
	margin: 0 auto;
	text-align: center !important;
}
img.email
{
	position: relative;
	top: 0.15em;	
}
div.embed_box
{
	border: 1px solid black;
	width: 170px;
	font-size: 80%;
}
div.embed_box_header
{
	border-bottom: 1px solid black;
	padding: 0.2em 0.5em;
	background-color: #D0D1D3;
	font-weight: bold;
	color: inherit;
}
div.embed_box_body
{
	padding: 0.5em;
}