body {
	background: #ffffff;
	margin: 0 0 0 0;
}

body, p, li, td, th, h1, h2, h3 {
	font-family: Times;
}

h1, h2, h3 {
	color: #0d4292;
	margin-top: 0;
}

h1 { font-size: 160% }
h2 { font-size: 130% }
h3 { font-size: 110% }

a.linksmall { font-size: 8pt; color: #888888 }

a.createlink, a.createlink:hover { 
	font-size: 12px; 
	margin: 5 5 5 5; 
	padding: 0 3 0 0; 
	border: 1px dashed #aaaaaa; 
	text-decoration: none;
	background: red; 
	color: white; 
}

a.createlink:hover { 
	background: white; 
	color: red; 
}

td.tmpl_header {
	background-image: url(/_pmwiki2/Conferences/2006/NanoItaly/pub/skins/Main/images/bkg-top.jpg);
	border-bottom: 1px solid Black;
}

td.tmpl_footer {
	background-image: url(/_pmwiki2/Conferences/2006/NanoItaly/pub/skins/Main/images/bkg-bottom.jpg);
	border-top: 1px solid Black;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	color: #ffffff;
}

td.tmpl_footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

td.tmpl_footer a.linklogin {
	font-weight: normal;
}

td.tmpl_footer a:hover {
	text-decoration: underline;
}

.editbar, td.tmpl_editbar { font-size: 14px; color: #ff0000; background: #b9e0f7; border: 1px dashed #ff0000; padding: 3 3 3 3; }
td.tmpl_editbar a {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
td.tmpl_editbar a:hover { background: #92B8CF }

td.tmpl_menu {
	background: #dddddd;
	color: #555555;
	border-right: 1px dashed Black;
	padding: 5px 10px 50px 5px;
}

td.tmpl_menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td.tmpl_menu li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	list-style-type: none;
	border-bottom: 1px dashed White;
}

td.tmpl_content {
	padding: 10px 50px 10px 10px;
}

td.tmpl_menu a {
	text-decoration: none;
}

td.tmpl_menu a:hover {
	text-decoration: underline;
}

p.errorbox { 
 	font-weight: bold; 
	text-indent: 0em; 
	text-align: center; 
	background: #ffcccc; 
	color: #ff0000; 
	border: 1px solid #ff0000; 
	padding: 5 5 5 5; 
	margin: 0 30 0 30; 
}

p.errorbox a { color: #ff0000; }


table.reg_form {
	border: 2px black solid;
}

table.reg_form th {
	padding: 5 5 5 5;
	background: #000000;
}

table.reg_form td {
	padding: 5 5 5 5;
	background: #FDEA95;
}



@media print {
	.print_break { page-break-before: always }
}		
