/***************** Body *****************/
#body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}
/***************** End Body *****************/


/***************** Header *****************/
#hdr {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;
	text-align: right;
	background: url("images/site/mlview-header.png") no-repeat;
	background-color: #451515;
	border-bottom: 1px solid #000000;
}

#hdr img.mlviewlogo {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#hdrGnomeNav {
	position: absolute;
	top: 54px;
	left: 0px;
	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
	z-index: 10;
}

#currentdev {
	position: absolute;
	top: 55px;
	right: 180px;
	margin-right: 20px;
	z-index: 1;
	border: 0px;
	padding: 4px;
	color: #909090;
	overflow: hidden;
	/*border: 1px dotted #451515;*/
}

#currentdev a {
	color: #451515;
}

#currentstable {
	position: absolute;
	top: 55px;
	right: 0px;
	margin-right: 20px;
	z-index: 1;
	border: 0px;
	padding: 4px;
	color: #909090;
	overflow: hidden;
	border: 1px dotted #451515;
}

#currentstable a {
	color: #451515;
}


#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;
	width: 64px;
	height: 64px;
}

#logo a img {
	width: 64px;
	height: 64px;
}
/***************** End Header *****************/


/***************** Links *****************/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #0055ab;
	text-decoration: none;
}
/***************** End Links *****************/


/***************** Left Navigation Column *****************/
#nav {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 210px;
	padding: 0px;

}

#nav .upper {
	font-weight: normal;
	font-size: medium;
	border-top: 5px solid #451515;
	border-left: 1px solid #451515;
	border-right: 1px solid #451515;
	border-bottom: 1px solid #451515;
	background: #e5e5dd;
	line-height: 180%;
	letter-spacing: 3px;
	padding: 10px;
}

#nav_subsect {
	font-size: medium;
	background: #F2F2EE;
	border: 1px solid #451515;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav_subsect a {
	margin-left: 10px;
}

#nav .oblig {
	position: relative;
	top: 20px;
	text-align : justify;
	color: #909090;
	border: 2px dashed #909090;
	background: #eeeeee;
	margin-top : 0px;
	font-size : small;
	padding: 10px;
}
/***************** End Left Navigation Column *****************/


/***************** Content Column *****************/
#content {
	color: #333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	position: absolute;
	top: 90px;
	left: 250px;
	right: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	border-top: 5px solid #451515;
	border-left: 1px solid #451515;
	border-right: 1px solid #451515;
	border-bottom: 1px solid #451515;
}

#content h1.title {
	color: #333;
	font-size: medium;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #451515;
}

#content p {
	padding-right: 10px;
	padding-left: 10px;
}

#content p.thumb {
	text-align: center;
	text-decoration: none;
}

#content a.thumb {
	text-align: center;
	text-decoration: none;
}

#content img {
	border: 0px;
}

#content ul {
	margin: 0px;
}

#content blockquote {
	border: 2px dotted #909090;
	background: #eeeeee;
	font-family: monospace;
	font-size: medium;
	padding: 4px;
}

#content table.roadmap {
	border: 2px dotted #909090;
	#border-collapse: collapse;
	background: #eeeeee;
	width: 100%;
}

td.completion-status li{
        text-align: left ;
}

#content .row-header {
	background: #dddddd;
}

#content td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #909090;
}

#people {
	border: 2px dotted #909090;
	background: #eeeeee;
	padding: 10px;
	margin: 10px;
}

/***************** End Content Column *****************/
