/* body attributes */
body {
	font-family: verdana, tahoma, arial, sans-serif;
	background: #fff;
	margin: 0px;
	text-align: center;
	color: #333;
	background-image: url(/gfx/bg/main.png);
	background-repeat: repeat-x;
}

a {outline: none;}
a:link, a:visited
{
	color: #136967;
	text-decoration: none;
}
a:hover,a:active { text-decoration: underline; }
#content a:link, #content a:visited { color: #F96C0A; }

a.invlink:link, a.invlink:visited, #content a.invlink:link, #content a.invlink:visited {
	text-decoration: none;
	color: #333;
	border:none;
}

img {
	border: 0px;
	outline: none;
}


/* standard font-size */
h3, h4, p, .p, th, ul, ol, .date, blockquote {
	font-size: 0.6875em;
}
blockquote p, blockquote blockquote, ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}
h1, h2, h3, h4 { font-family: Georgia, Times New Roman, times, serif; }

h1 { font-size: 1.3125em; }

h2 {
	font-size: 0.9375em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	line-height: 140%;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}
#related hr {
	border-top: 1px solid #ddd;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, select, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input, .fieldtype-date input
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #136967;
}

* html .text, * html .submit {
	height: 20px;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input, .fieldtype-date input
{
	border: 1px solid #ddd;
	padding: 4px 5px 5px 5px;
	width: 240px;
	background: #fff;
}
.text.invalid, textarea.invalid, .invalid input
{
	border: 1px #900 solid;
	color: #900;
}


.submit
{
	background-image: url(/gfx/form/submit_orange.gif);
	background-repeat: repeat-x;
	border: 0px;
	padding: 3px 12px 4px 12px;
	color: #fff;
	font-weight: bold;
	background-color: transparent;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* MAIN */
#main
{
	width: 999px;
	margin: 0px auto;
	text-align: left;
}
#maincontent
{
	background-image: url(/gfx/bg/center.png);
	background-repeat: repeat-y;
	background-position: 6px 0px;
	clear: both;
	position: relative;
	min-height: 400px;
}

#maincontent_home {
	background-image: url(/gfx/bg/center.png);
	background-repeat: repeat-y;
	background-position: 6px 0px;
}

/* TOPNAV */
#topnav {
	font-size: 0.6875em;
}

#topnav a {
	display: block;
	margin-left: 20px;
	cursor: pointer;
}

#topnav a.active {
	text-decoration: none;
	color: #333;
}
#top
{
	height: 160px;
	background-image: url(/gfx/bg/top.png);
	background-repeat: no-repeat;
	position: relative;
}
#top a, #top a:link, #top a:active
{
	color: #333;
	text-decoration: none;
}
#top #topnav a, #top #topnav a:link, #top #topnav a:active,
#top #homelnk a, #top #homelnk a:link, #top #homelnk a:active { color: #fff; }
#top a:active, #top a:hover, #top .act a
{
	text-decoration: none;
	color: #F96C0A;
}
#top #logo
{
	position: absolute;
	top: 52px;
	left: 30px;
}
#top #topnav
{
	position: absolute;
	top: 8px;
	right: 20px;
	padding: 0px;
	margin: 0px;
}
#top #topnav li
{
	list-style: none;
	float: left;
}
#top #homelnk { 
	position: absolute;
	top: 8px;
	left: 30px;
}

/* Content top */
#headerbox
{
	background-image: url(/gfx/bg/bc.jpg);
	background-repeat: no-repeat;
	width: 670px;
	height: 80px;
	float: left;
	position: relative;
	margin-bottom: 1em;
}
#headerbox h1 { 
	margin-top: 0.675em;
	margin-left: 0.75em;
}

/* SEARCH */
#quicksearch
{
	vertical-align: top;
	position: absolute;
	top: 56px;
	right: 30px;
}

#quicksearch .text
{
	margin-right: 0px;
	background-image: url(/gfx/form/input.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 3px 5px 6px 5px;
	height: 13px;
	font-size: 11px;
}
#quicksearch .submit {
	padding: 3px 22px 3px 22px;
	font-size: 11px;
}

.searchstatus {
	background: #cfe1e0;
	border: 1px solid #999;
	font-size: 0.6875em;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* MENU */
#topmenu
{
	position: absolute;
	top: 112px;
	left: 100px;
}

#topmenu li
{
	list-style: none;
	float: left;
	margin-right: 1.5em;
	font-family: Georgia, Times New Roman, times, serif;
	color: #333;
	font-size: 1.275em;
	font-weight: bold;
}
#menu
{
	float: left;
	width: 250px;
	margin-left: 30px;
	background-image: url(/gfx/bg/menu.gif);
	background-repeat: no-repeat;
	font-size: 1.275em;
	margin-bottom: 1em;
}

#menu div.inner
{
	margin: 24px 10px 20px 40px;
	min-height: 193px;
}

* html #menu div.inner {
	height: 193px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul ul {
	padding-left: 10px;
}

#menu li {
	list-style: none;
	font-family: Georgia, Times New Roman, times, serif;
	font-weight: bold;
}

#menu a {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin-bottom: 9px;
	color: #333;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu .act a {
	color: #F96C0A;
}

#menu .act a, #menu .act ul .act a {
	font-weight: bold;
}

#menu .act ul a {
	font-weight: normal;
}

#menu .submenu {
	padding-left: 10px;
}
#menubottom
{
	background-image: url(/gfx/bg/menu_bottom.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 250px;
}

/* Left */
#leftside
{
	float: left;
	width: 300px;
	position: relative;
	z-index: 999;
	
}


/* RIGHT/Related in this site it is left though */
#related
{
	width: 250px;
	color: #136967;
	padding-left: 1.85em;
}

#related .box
{
	padding: 0.6em 0.5em 0.2em 1.1em;
	clear: left;
}

#related .navi {
	font-size: 0.6875em;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #333;
	text-decoration: none;
}
.keywords h2
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
}
.keywords ul
{
	margin-left: 0px;
	padding-left: 0px;
}
.keywords li { list-style: none; }
.keywords a
{
	color: #F96C0A;
	padding-left: 1.5em;
	background-image: url(/gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 1.3em;
}


/* BC */
#bc
{
	font-size: 0.6875em;
	margin-top: 1.45em;
	margin-left: 1.3em;
}
#bc a { color: #333; }

/* CONTENT */
#content
{
	position: relative;
	margin-right: 28px;
	width:670px;
	float:right;
	z-index: 999;
	_padding-right: 13px;  /*IE 6 and below */
	_width:630px; /*IE 6 and below*/
}

#maincontent_home #content {
	width:970px;
}
#content .inner p, #content .inner h2, #content .inner li{
	color:#000;
}

#pageforside #content { margin: 0px 0px 0px 28px; }
#pagesearch #content { float: left; }

* html #content div.inner {
	width: 100%;
}

#content ul, #content ol
{
	margin-left: 1.1em;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}
* html #content ul, * html #content ol { margin-left: 1.5em; }

#content li {
	line-height: 140%;
}
#content h1 { display: none; }

.date, .totop
{
	float: right;
	clear: right;
	padding-left: 10px;
	font-size: 1em;
}
.totop
{
	padding-right: 30px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 0.6875em;
}

#content td p, #content th p, #content li p, #content td ul, #content td ol, #content td .text, #content td .submit, #content td textarea, #content td select, #content td blockquote {
	font-size: 1em;
}
#content li h2 { font-size: 1.365em; }
#content td h2 {
	font-size: 118.5%;
}

#content td h3 {
	font-size: 1em;
}

#content td h4 {
	font-size: 1em;
}

/* FOOTER */
#footer
{
	font-size: 0.6875em;
	text-align: left;
	clear: both;
	height: 29px;
	background-image: url('/gfx/bg/bottom.png');
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding-top: 47px;
	padding-left: 3em;
	color: #136967;
}

/* LISTS */
.list div {
	font-size: 0.6875em;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 0.6875em;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 0.6875em;
}

#func img {
	vertical-align: middle;
	margin: 0px 0px 20px 10px;
	cursor: pointer;
}

#func a:link, #func a:visited {
	color: #333;
	text-decoration: none;
}

/* VALIDATION */
.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* HOME */
#pageforside h1 { display: none; }

#home { color: #136967; }
#home .featurebox
{
	min-height: 110px;
	padding-right: 240px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 1.25em;
	padding-bottom: 0.5em;
}
#home .featurebox.last
{
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

* html #home .featurebox { height: 110px; }
#home .link { cursor: pointer; }
#home .featurebox img
{
	position: absolute;
	margin-left: 280px;
}

#home #coll1
{
	width: 480px;
	float: left;

}
#home #coll2
{
	width: 440px;
	float: left;
	padding-left: 20px;

}

#home #puzzle td
{
	vertical-align: top;
	width: 220px;
	height: 215px;
	overflow: hidden;
}
#home #coll2 td .inner { padding: 33px 20px 20px 30px; }
#home #coll2 #c2 .inner, #home #coll2 #c4 .inner { padding-left: 40px; }
#home #coll2 #c3 .inner, #home #coll2 #c4 .inner { padding-top: 43px; }

#puzzle
{
	height: 429px;
	width: 440px;
	background-image: url(/gfx/bg/puzzle.png);
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
#home .mainfeature
{
	width: 480px;
	height: 350px;
	max-height: 150px;
	padding-top: 200px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	overflow: hidden;
}

* html #home .mainfeature {
	padding-top: 0px;
}

#home .mainfeature .maintext
{
	background-image: url(/gfx/bg/home_greenbox.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 480px;
	color: #fff;
	overflow: hidden;
}

#home .mainfeature .maintext h2, #home .mainfeature .maintext h3, #home .mainfeature .maintext p {
	color: #fff;
}

* html #home .mainfeature .maintext {
	margin-top: 200px;
}

#home .mainfeature .maintext .inner { 
	padding: 23px 30px; 
	_width: 400px;
}
#home .mainfeature a
{
	color: #fff;
	text-decoration: underline;
}

#home .newslettersign
{
	height: 138px;
	width: 440px;
	background-image: url(/gfx/bg/home_orangebox.png);
	background-repeat: no-repeat;
	color: #fff;
}
#home .newslettersign h2
{
	font-size: 17px;
	margin-left: 2em;
	padding-top: 1em;
}
#home .newslettersign form { margin-left: 2em; }
#home .newslettersign form td
{
	padding-bottom: 0.7em;
	padding-right: 1.2em;
}
#home .newslettersign .text { 
	background-image: url(/gfx/form/input.png);
	background-repeat: repeat-y;
}

#home .newslettersign .submit { background-image: url(/gfx/form/submit_green.gif); }

/* Publication */
* html #publicationlist, * html #content #publicationlist ul {
	width: 100%;
}
#content #publicationlist ul
{
	margin: 0px;
	padding-left: 0px;
	float: left;
}
#publicationlist ul.second
{
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 20px;
}

#publicationlist li
{
	width: 200px;
	list-style: none;
	float: left;
	margin-right: 35px;
	cursor: pointer;
}
#publicationlist li.last { margin-right: 0px; }
#publicationlist li img { margin-bottom: 15px; }
#publicationlistresult dl { font-size: 0.6875em; }
#publicationlistresult dt { font-weight: bold; }
#publicationlistresult dd { margin: 0px 0px 1em 0px; }
#publicationimage
{
	float: right;
	margin: 0px 10px 20px 20px;
}

/* PRINT */
#backlink {
	display: none;
}

/* ADAPT */
#adapt
{
	text-align: right;
	font-size: 0.91em;
	clear: both;
	margin-right: 28px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}

/* MSSM */
.mssm #content {
}

/* CONFERENCE */
.checkbox {
	vertical-align: middle;
	margin: 0px 10px 2px 0px;
}

label {
	cursor: pointer;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label, .fieldtype-date label  {
	float: left;
	width: 140px;
	padding-top: 4px;
}

.required label, .required h3 {
	font-weight: bold;
}

.fieldtype-radio input, .fieldtype-checkbox input {
	vertical-align: top;
}

.fieldtype-int input {
}

* html .fieldtype-radio label, * html .fieldtype-checkbox label {
	padding-top: 3px;
}

#conference {
	position: relative;
}

#conference .fieldtype-int p {
	height: 40px;
}

#conference .fieldtype-int select { 
	float: left;
	text-align: right;
	padding-right: 5px;
	margin-right: 10px;
}

#conference .fieldtype-int label {
	width: 350px;
}

#conference .fieldtype-radio input {
	float: left;
}

#conference .fieldtype-radio label, #conference .fieldtype-radio a {
	display: block;
	margin-left: 30px;
}

#conference textarea {
	width: 380px;
}

#conference p {
	margin-bottom: 4px;
}

#conference div span {
	position: absolute;
	margin: 5px 0px 0px 0px;
	left: 400px;
	font-weight: bold;
	color: #900;
}
