body {
	font-family: verdana, sans-serif;
}

span.captcha{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #806F64;
	font-weight: bold;	
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
}

span.accesskey {
	text-decoration: underline;
}

a img {
	border: none;
}

table {
	font-size: 1em;
	border-collapse: collapse;
}

td {
	border: none;
	padding: 0px;
}

table#overall-layout {
	width: 100%;
}

table#overall-layout
td#header-row {
	height: 70px;
}

table#overall-layout
td#header-row
table {
	width: 100%;
}

table#overall-layout
td#header-row
td#header-left {
	width: 230px;
	background-image: url(../images/dafne_science_os_white_cut.jpg);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

* table#overall-layout td#header-row td#header-left { cursor: hand; }

table#overall-layout
td#header-row
td#header-middle {
	width: 200px;
}

table#overall-layout
td#header-row
td#header-right {
	background-repeat: no-repeat;
	text-align: right;
}

table#overall-layout
td#header-row
td#header-right img {
	vertical-align: middle;
}

* table#overall-layout td#header-row td#header-right { cursor: hand; }

table#overall-layout
td#selector-row 
td.selector {
	height: 80px;
	width: 79px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #808080;
}

/* and once again the cursor cause the IE does not interpret it well */
/* table#overall-layout td#selector-row td.selector { cursor: hand; } */

table#overall-layout
td#selector-row
table {
	width: 100%;
}

td.selector#DaFNE { background-color: #99C07C; color: black;}
td.selector#DaFNEplus { background-color: #7c99c0; color: black;}
td.selector#DaFNEII { background-color: #999999; color: black;}

td.filler {
}

table#overall-layout
td#content-row
table {
	margin-top: 0px;
	width: 100%;
	border: none;
}

table#overall-layout
td#content-row
td#navigation-bar-left {
	font-size: 0.8em;
	vertical-align: top;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #808080;
	margin-left: 0px;
	padding-left: 14px;
	padding-right: 14px;
}

table#overall-layout
td#content-row
td#navigation-bar-right {
	font-size: 0.8em;
	vertical-align: top;
	padding-left: 14px;
	padding-right: 14px;
}	

table#overall-layout
td#content-row
td#content {
	width: 100%;
	font-size: 0.8em;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
	height: 1024px;
}

table#overall-layout
td#content-row
td#content li {
	text-align: left;
}

table#overall-layout
td#content-row
td#content p:first-letter {
	font-size: 1.1em;
}

table#overall-layout
td#content-row
td#navigation-bar-left 
fieldset {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #808080;
}

table#overall-layout td#content-row td#navigation-bar-left fieldset input.text 
{
	width: 100%;
	border: 1px solid #808080;	
}

button {
	margin-top: 8px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 10px;
	border: 1px solid #808080;	
}


/* IE "star hack" CSS selectors prefixed by a star are only interpreted by IE */
* button { 
	Overflow: visible;
}

button.search {
	background-image: url(../images/search.gif);
}

button.logon {
	background-image: url(../images/ok.gif);
}

button.send {
	background-image: url(../images/email.gif);
}


div.center {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

div.center a {
	font-weight: bold;
}

ul.links {
	list-style-type: none;
}

ul.links li {
	padding-top: 10px;
}

ul.links li a {
	font-weight: bold;
}

ul.links-small {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0px;
}

ul.menu
{
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li
{
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
}

ul.ortelius,
ul.program_topic
{
	list-style-type: none;
}

ul.ortelius li.top
{
	margin-top: 20px;
	font-weight: bold;
}

ul.ortelius li.sub
{
	font-weight: normal;
}

ul.program_topic li.program
{
	font-weight: bold;
}

ul.program_topic li.topic
{
	font-weight: normal;
}

ul.ortelius li a,
ul.program_topic li a
{
	text-decoration: underline;
	color: blue;
}

table#overall-layout 
td#content-row
td#navigation-bar-right div.link_with_image {
	text-align: center;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}

table#overall-layout 
td#content-row
td#navigation-bar-right div.link_wo_image {
	text-align: center;
	width: 100%;
	height: 3em;
}

div#dafne-details table {
	border-collapse: separate;
}

div#dafne-details td {
	padding: 2px;
	color: black;
	background-color: #ddd;
}

div#dafne-details td.label {
	font-weight: bold;
}
table.project_long,
table.report
{
	font-size: 1em;
	border-collapse: separate;
}

table.project_long td,
table.report td

{
	padding: 2px;
	background-color: #eee;
}

table.project_long td.label,
table.report td.label
{
	font-weight: bold;
	padding-right: 10px;
}

table.project_long td.value,
table.report td.value
{
	width: 100%;	
	padding-right: 10px;
}

table.report td.title
{
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
}

