body{
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-decoration: none;
	background: #dde3ec;
	color: #6b6b6b;
	font-size: 1em;
}

img{
	border: 0px #999999 none;
	margin: 0px 1px;
}

h1{
	/*background: #5d636c;
	color: #ffffff;*/
	background: #eeeeee;
	color: #333333;
	border: #999999 solid 1px;
	text-align: center;
	font-weight:bold;
	font-size: 100%;
	padding: 10px 0px;
	margin: 0px;
}

table{
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
}

td{
	vertical-align: top;
}

a{
	border-bottom: 1px dashed; 
	text-decoration: none;
	color: blue;
	background: inherit;
}

a:hover{
	color: #3366CC;
	border-bottom: 1px solid; 
	background: inherit;
}

hr.hidden{
	clear: both;
	visibility: hidden;
}


/**************************************************/
#page{
	background: url('images/bg.png');
	border: 1px #6b6b6b solid;
	width: 90%;
	margin: 0px auto;
	padding: 10px;
}

table.context{
	border-bottom: 1px #6b6b6b dotted;
	margin-bottom: 20px;
}

table.context td.submenu{
	padding: 20px 0px;
	width: 180px;
	text-align: left;
	height: 300px;
}

table.context td.submenu hr{
  visibility: hidden;
  height: 10px;
}

table.context td.submenu a{
	display: block;
	/* IE fuck up if nowrap is used */
	/*white-space: nowrap;*/
	padding: 8px 5px;
	margin: 0px;
	line-height:120%;
	text-decoration: none;
	background: #eeeeee;
	color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
  /* Both hover an non-hover is now bold to work-around a serious IE bug */
  /* http://www.positioniseverything.net/explorer/expandingboxbug.html */
	font-weight: bold;
}

table.context td.submenu a.selected{
	border-left-color: #E89A00;
	background-color: #ffffff;
	color: #bd6910;
/*%	text-decoration: underline;
%	color: #E89A00;
*/
}

table.context td.submenu a:hover{
	border-left-color: #bd6910;
	background-color: #ffffff;
	color: #842c39;
}

table.context td.submenu div.subsubmenu{
	margin: 0px 0px 0px 20px;
}

table.context td.submenu div.subsubmenu a{
	display: block;
	/* IE fuck up if nowrap is used */
	/*white-space: nowrap;*/
	padding: 1px 5px;
	margin: 0px;
	line-height:100%;
	font-size: 90%; 
	text-decoration: none;
	background: #eeeeee;
	color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
  /* Both hover an non-hover is now bold to work-around a serious IE bug */
  /* http://www.positioniseverything.net/explorer/expandingboxbug.html */
	font-weight: bold;
}

table.context td.submenu div.subsubmenu a.selected{
	border-left-color: #E89A00;
	background-color: #ffffff;
	color: #bd6910;
}

table.context td.submenu div.subsubmenu a:hover{
	border-left-color: #bd6910;
	background-color: #ffffff;
	color: #842c39;
}

table.context td.text{
	border-left: 1px #6b6b6b dotted;
	padding: 20px;
	width: auto;
	line-height: 150%;
}

table.context td.address{
	vertical-align: bottom;
	width: 150px;
	line-height:120%;
	font-size:11px;
}

div.upgrade{
	text-align: center;
	padding: 10px 0px;
}

div.upgrade img{
	display: block;
	margin: 10px auto;
}

/**************************************************/

.navmenu {
	width: 100%;
	border-collapse: collapse;
	background: #eeeeee;
	border: #999999 solid 1px;
	margin: 3px 2px;
}

.navmenu td{
	background: inherit;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px #000000 dotted;
	/* width: 14%; */
}

/*.navmenu td:hover{
	border-left-color: 5px #bd6910 solid;
	border: 1px #333333 solid ; 
}
*/

.navmenu td a{
	text-decoration: none;
	vertical-align: middle;
	border: 0px #000000 none;
} 

.navmenu td a:hover{
	text-decoration: none;
	vertical-align: middle;
	border: 0px #000000 solid;
} 



.navmenu td.menuitem a,
.navmenu td.menuitem a:hover{
	color: #333333;
	padding: 0ex 1.5ex;
	display: block;
	padding: 3px 0px;
}

.navmenu td.menuitem a.selected{
	border-left-color: #E89A00;
	background-color: #ffffff;
	color: #bd6910;
}

.navmenu td.menuitem a:hover {
	background: #ffffff;
	color: #842c39;
}

.navmenu td.langbar{
  text-align: right;
}

.navmenu td.langbar img{
	display: inline;
	vertical-align: top;
	border: 1px solid #000000;
}

.navmenu td.langbar a:hover img{
	border: 1px solid #bd6910;
}

/**************************************************/
.news_navbar{
	text-align: center;
	height: 25px;
}

.news_navbar .newer,
.news_navbar .older{
	height: 25px;
	position: relative;
	margin: 0px;
	width: 25%;
}

.news_navbar .newer{
	float: left;
	text-align: left;
}

.news_navbar .older{
	float: right;
	text-align: right;
}

.news_navbar hr{
	clear: both;
	visibility: hidden;
}

/**************************************************/

/* 2006-04-20

TODO

the link at the end of the news should have the same layouta
as the other links in the page (i.e. dashed underlind)

*/

.news_item{
	border-style: solid;
	border-color; #6b6b6b;
	border-width: 1px 0px;
	padding: 0px 10px;
	margin: 20px 0px;
	color: #333333;
	text-align: left;
	background: inherit;
}

.news_item h2{
	margin: 0px -10px 10px -10px;
	background: #cccccc;
	font-weight:bold;
	font-size: 90%;
	padding: 0px 10px;
}

.news_item h2 span.date{
	font-size: 90%;
	font-weight:normal;
}

.news_item img{
	float: right;
	border: 1px solid #6b6b6b;
	margin: 3px 5px;
}

.news_item div.splitfield a{
	position: absolute;
}

.news_item div.splitfield img{
	float: none;
	border: 0px none #000000;
}

.news_item div.splitfield div{
	margin: 0px 0px 0px 30px;
}

.news_item a{
	border: 0px none #000000;
}


.news_item hr{
	visibility: hidden;
	border: 0px none #000000;
	clear: both;
}

.news_item:hover{
	background: #F2F3FF;
	color: #333333;
}


/**************************************************/
.download_item{
	border-style: solid;
	border-color; #6b6b6b;
	border-width: 1px 0px;
	padding: 0px 10px;
	margin: 20px 0px;
	color: #333333;
	text-align: left;
	background: inherit;
}

.download_item:hover{
	background: #F2F3FF;
	color: #333333;
}

.download_item h2{
	margin: 0px -10px;
	background: #cccccc;
	font-weight:bold;
	font-size: 90%;
	padding: 0px 10px;
}

.download_item h2 img{
	float: none;
	margin: 2px 5px;
	vertical-align: middle;
	border: 0px none #000000;
}

.download_item .file{
	width: 48%;
	text-align: left;
}

.download_item .date{
	width: 48%;
	float: right;
	text-align: right;
}

.download_item hr{
	visibility: hidden;
	border: 0px none #000000;
	clear: both;
	height: 1px;
	margin: 0px;
}

/**************************************************/
.University {
	font-size: large;
	font-weight: bold;
}

.SeniorMember {
	font-weight: bold;
}

/**************************************************/

table.people{
	width: 45%;
	padding: 0px;
	margin: 10px;
}

table.people th{
	background: #999999;
	color: #FFFFFF; 
	border: 1px solid #333333;
	padding: 5px;
	text-align:center;
	font-weight:bold;
}

table.people td{
	margin: 0px;
	padding: 5px 5px;
	height: 3em;
	vertical-align: middle;
	font-size: 95%;
	text-align: left;
}

table.people td:hover{
	background: #E2E3EF;
	color: #333333;
}

table.people td div{
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}

table.people td .title{
	font-size: 80%;
	font-style: italic;
}

table.people td .affiliation{
	font-size: 90%;
}	
