/* Original */

body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}

body {
	background-color: white;
}

.body {
	background: #ffffff;
}

.table {
	background: #e0e0e0;
}

.dlheader {
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #c0c0cc;
	border-bottom: none;
	background: #d5d5ff;
	color: #505050;
}

.dldesc {
	border: 1px solid #c0c0cc;
	background: #ffffff;
	color: #303030;
}

a:link {
	color: #00015f;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #b95200;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00015f;
	text-decoration: none;
	font-weight: bold;
}

pre {
	color: #000000;
	font-family: monaco, courier, serif;
	font-size: 13px;
}

h1 {
	font-size: 14px;
	color: #00015f;
	font-weight: bold;
}

/* Custom */

#navigationRegion {
	background: #d5d5ff;
	color: #505050;
	width: 25%;
}

.Header {
	background: #e5e5e5;
}

.Footer {
	background: #e5e5e5;
}

.Border {
	background: #c0c0cc;
}

.Emphasis {
	color: red;
	font-weight: bold;
}

em {
	color: red;
	font-weight: bold;
}

.Bold {
	font-weight: bold;
}

.NewsItem {
	color: red;
}

.Justified {
	text-align: justify;
}

.Centered {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.RightFloat {
	float: right;
}

img {
	border: 0px;
}

.TopSpaced {
	margin-top: 10px;
}

.TopSpacedLarge {
	margin-top: 30px;
}

.BottomSpaced {
	margin-bottom: 10px;
}

.BottomSpacedLarge {
	margin-bottom: 30px;
}

.LeftSpaced {
	margin-left: 15px;
}

#navigationRegion a {
	display: block;	
}

#homeLink {
	font-size: 12px;	
}

.ProjectBottom {
	display: table;
	width: 100%;
}

.ProjectLastParagraph {
	display: table-cell;
}

.ProjectDate {
	vertical-align: bottom;
	display: table-cell;
	width: 100px;
	text-align: right;	
}

.ProjectHeader {
	display: table;
	width: 85%;
	border-collapse: collapse;
}

.ProjectContent {
	border: 1px solid #c0c0cc;
	padding: 4px;
	width: 85%;
}

.ProjectTitle {
	display: table-cell;
	width: 60%;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #c0c0cc;
	border-bottom: none;
	background: #d5d5ff;
	color: #505050;
	padding: 6px;
}

.PdfDownload {
	vertical-align: bottom;
	display: table-cell;
	text-align: right;
	width: 40%;
	padding-bottom: 3px;
}


/** Probabilistic Graphical Models **/

body.Documentation {
	font-size: 13px;
}