#content {
	margin: 10px 0px 5px 0px;
	text-align: left;
	font-family: arial;
	font-style: normal;
	/*padding-left: 160px;*/
	padding-left: 20px;
	padding-top: 0px;
}

#contentadmin {
	margin: 10px 0px 5px 0px;
	text-align: left;
	font-family: arial;
	padding-left: 0px;
}

#toolbar {
	background: #8aa4cd;
	height: 55px;
}
#toolbar small { font-size: 9pt; color: white; }

#navpath {
	float: left;
	font-weight: bold;
	margin: 5px;
	font-size: 12px;
	color: black; //#334998;
}
#navpath a {
	color: black;
}
.pathseperator {
	font-family: courier, sans-serif;
	padding: 0 3px 0 3px;
	color: white;
}
/* last non clickable portion of the navpath */
#navpath #active {

}

#qs {
	display: inline;
	padding: 0;
	margin: 0;
	float: right;
}
#qsbutton {
	background: #334998;
	color: white;
	border-color: white;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
th {
	padding: 1px 1px 2px 3px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 5px 1px 5px 2px;
}

#metadata { 
	font-size: 8pt; 
	color: white; 
	line-height: 20px;
	padding: 4px;
	text-align: center;
}
#metadata a {
	color: white; text-decoration: underline;
}

h1 {
	/*margin-top: 0px;
	text-indent: 3px;
	font-size: 15px;*/
	color: #424242;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	/*background: #f1af00;*/
}

h2 { 
	font-size: 14px;
	color: #334998;;
}
h3, h4, h5 {
	font-size: 13px;
	color: #334998;;
	margin-bottom: 0;
}

#content p { line-height: 1.4em; width: 500px; margin-top: 0; margin-bottom: 1em; font-style: normal;}

#content li { line-height: 1.4em; margin-bottom: 1em; /*width: 450px;*/ }

address {
	/*
	text-indent: -1em;
	padding-left: 1em;
	*/
	margin-bottom: 1em;
	display: block;
	font-style: normal;
}
address:first-line {
	font-weight: bold;
}
blockquote {
	width: 350px;
	margin-left: 0;
	padding-left: 1em;
	border-left: 1px dotted #334998;
	font-style: italic;
}
blockquote p {
	width: inherit;
	line-height: 1.7em;
}
#content ol { width: 450px; margin-left: 10px;padding-left: 30px;}
#content ul {
	list-style-type: square;
	list-style-position: outside;
	width: 450px;
	margin-left: 20px;
	padding-left: 20px;
}
#content ul.nobull {
	list-style-type: none;
	margin-left: 25px;
	padding-left: 0;
}


#hot_events {
	border: 1px dotted #f1af00;;
	width: 400px;
	background-color: #F1F4FA;
	margin-bottom: 1em;
	padding-right: 5px;
}
#content #hot_events li, #content #hot_events ul {
	width: auto;
}
#hot_events h2 {
	text-align: left;
	margin: 0.5em 0 0 0.5em;
}


a.backlink {
	color: #334998;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

a:link {
	color: #334998;
	text-decoration: underline;
}
a:link.pdf {
	background: url(/research/egee/gfx/pdf_small.gif) right no-repeat;
	padding-right: 20px;
}
a:link.zip {
	background: url(/research/egee/gfx/zip_small.gif) right no-repeat;
	padding-right: 20px;
}
a:link.ppt {
	background: url(/research/egee/gfx/ppt_small.gif) right no-repeat;
	padding-right: 20px;
}


a:visited  { color: #334998; }
a.pdf:visited {
	background: url(/research/egee/gfx/pdf_small.gif) right no-repeat;
	padding-right: 20px;
}
a.zip:visited {
	background: url(/research/egee/gfx/zip_small.gif) right no-repeat;
	padding-right: 20px;
}
a.ppt:visited {
	background: url(/research/egee/gfx/ppt_small.gif) right no-repeat;
	padding-right: 20px;
}
a:hover {color: #f1af00;}


table.overview {
	width: 600px;
	border-collapse: collapse;
	padding: 0;
}
#contentadmin table.overview {
	width: 760px;
	border-collapse: collapse;
	padding: 0;
}
tr.row1 {
	background: #fff8e6;
}
tr.row1b {
	background: #E6F2FF;
}
tr.row0 {
	background: #ffffff;
}
table.overview tr:hover, table.grid tr:hover {
	background: #ffe7ce;
}
table.overview th {
	color: #fff;
	background: #334998; 
	text-align: left;
}
table.overview td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding: 5px 1px 5px 2px;
}
table.left td {
	text-align: left;
}

td.event {
}
td.dates {
	white-space: nowrap;
}
td.description {
	width: 50%;
}
td.location {
}
td.email {
	text-transform: lowercase;
}

.newsitem {}
.newsdate {
	font-size: 0.9em;
	margin: 0.2em 0 0.5em 0;
	color: #cc6633;
	border-bottom: 1px dotted #cc6633;
	font-style: italic;
	font-weight: bold;
}
.newstime {
	font-weight: normal;
}

#news p img {
	float: right; 
	padding: 1em 0 5px 1em;
}

/* Programme using horizontal table */
.horzprog {
	border-top: 1px dotted gray;
	background: #e6f2ff;	
}
.horzprog .time {
	width: 100px;
	white-space: nowrap;
}
.horzprog td {
	border-bottom: 1px dotted gray;
}

.grid {
	border:1px solid gray;
}
.grid tr,  {
	border:1px solid gray;
	border-collapse:collapse;
}
.grid th {
	color: #fff;
	background: #334998; 
	border:1px solid gray;
	border-collapse:collapse;
}
.grid td {
	border:1px solid gray;
	border-collapse:collapse;
	text-align: center;
}

p.warning {
	border: 2px solid red;
	font-weight: bold;
	padding: 0.5em;
}

