body { 	
	font-family: 		verdana, arial, sans-serif;
	font-size:			14px;
	text-align:			left;
	margin:				0;
	padding:			0;
	background: 		#ffffff;
}

html {	
	overflow-y: 		scroll;
	overflow-x: 		auto;
	margin:				0;
	padding:			0;
}

a {
	font-weight:		bold;
	color:				#406080;
}

a.rl {
	font-weight:		normal;
	color:				#305070;
}

img	{
	border:				0;
}

div.stats {
	width:				800px;
	margin-top:			100px;
	margin-left:		auto;
	margin-right:		auto;
	border:				1px solid #b0c0d0;
}

div.stats h1{
	color:				#406080;
	background:			#e0f0ff;
	text-align:			center;
	font-size:			18px;
	padding:			10px;
	margin:				0px;
}

div.stats table{
	width:				100%;
}

div.stats table td{
	padding:			15px 20px;
	background:			#f8f8f8;
	font-size:			14px;
	font-weight:		bold;
}

div.stats table td.fname{
	color:				#305070;
}

div.stats table td.fvalue{
	color:				#202020;
}

div.message{
	width:				400px;
	margin-top:			200px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
	border:				1px solid #c0c0c0;
	background:			#f0f0f0;
	padding:			10px;
}

div.message p.title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
}

div.message p.stitle{
	font-size:			14px;
	font-weight:		bold;
	color:				#202020;
}

div.status{
	width:				400px;
	margin-top:			100px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
	border:				1px solid #b0c0d0;
	background:			#f4f4f4;
}

div.status div.title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	background:			#e8f4ff;
	padding:			16px;
}

div.status h1.title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	background:			#e8f4ff;
	padding:			16px;
	margin-top:			0px;
	margin-bottom:		0px;
}

div.status div.stitle{
	font-size:			14px;
	font-weight:		bold;
	color:				#604020;
	background:			#ffffe0;
	padding:			12px;
}

div.program_status{
	width:				600px;
	margin-top:			100px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
	border:				1px solid #b0c0d0;
	background:			#f4f4f4;
}

div.program_status div.title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	background:			#e8f4ff;
	padding:			16px;
}

div.program_status h1.title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	background:			#e8f4ff;
	padding:			16px;
	margin-top:			0px;
	margin-bottom:		0px;
}

div.program_status div.stitle{
	font-size:			14px;
	font-weight:		bold;
	color:				#604020;
	background:			#ffffe0;
	padding:			12px;
}

div.section_title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	text-align:			center;
	margin-top:			40px;
	margin-bottom:		20px;
}

h1.title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	text-align:			center;
	margin-top:			40px;
	margin-bottom:		20px;
}

h2.section_title{
	font-size:			16px;
	font-weight:		bold;
	color:				#406080;
	text-align:			center;
	margin-top:			40px;
	margin-bottom:		20px;
}

div.status div.footer{
	font-size:			14px;
	font-weight:		bold;
	color:				#606060;
	background:			#f0f0f0;
	padding:			10px;
}

div.status table.status{
	width:				100%;
	margin-top:			10px;
	margin-bottom:		10px;
}

div.status table.status td{
	text-align:			left;
	font-size:			14px;
	font-weight:		bold;
	color:				#404040;
	padding:			12px 40px 12px 30px;
}

div.program_status table.program_status{
	width:				100%;
	margin-top:			10px;
	margin-bottom:		10px;
}

div.program_status table.program_status td{
	text-align:			left;
	font-size:			14px;
	font-weight:		bold;
	color:				#404040;
	padding:			12px 40px 12px 30px;
}

table.versions{
	width:				1300px;
	table-layout: 		fixed;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	border:				1px solid #b0c0d0;
}

table.versions th{
	background:			#e8f4ff;
	color:				#406080;
	font-weight:		bold;
	padding:			12px 14px;
}

table.versions td{
	padding:			8px 14px;
	white-space: 		nowrap;
    overflow: 			hidden;
    text-overflow: 		ellipsis;
}

table.versions tr.er td{
	background:			#fcfcfc;
}

table.versions tr.or td{
	background:			#f2f2f2;
}

table.vendors{
	width:				1300px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	border:				1px solid #b0c0d0;
}

table.vendors th{
	background:			#e8f4ff;
	color:				#406080;
	font-weight:		bold;
	padding:			10px 14px;
}

table.vendors td{
	padding:			8px 14px;
}

table.vendors tr.er td{
	background:			#fcfcfc;
}

table.vendors tr.or td{
	background:			#f2f2f2;
}

table.program{
	width:				1300px;
	margin-left:		auto;
	margin-right:		auto;
	border:				1px solid #b0c0d0;
}

table.program th{
	color:				#204060;
	background:			#e8f4ff;
	padding:			12px;
	border-bottom:		1px solid #b0c0d0;
}

table.program td{
	background:			#f8f8f8;
	padding:			6px 12px;
}

table.dll{
	width:				1300px;
	margin-left:		auto;
	margin-right:		auto;
	border:				1px solid #b0c0d0;
}

table.dll th{
	color:				#204060;
	background:			#e8f4ff;
	padding:			12px;
	border-bottom:		1px solid #b0c0d0;
}

table.dll td{
	background:			#f8f8f8;
	padding:			6px 12px;
}

div.header{
	text-align:			center;
	background:			#f0f0f0;
	margin-top:			0px;
	padding:			12px;
	border-bottom:		1px solid #d0d0d0;
}

div.header span{
	margin-left:		10px;
}

div.footer{
	text-align:			center;
	background:			#f0f0f0;
	margin-top:			40px;
	margin-bottom:		0px;
	padding:			12px;
	border-top:			1px solid #d0d0d0;
}

div.e404_title{
	color:				#406080;
	font-size:			18px;
	font-weight:		bold;
	text-align:			center;
	margin-top:			100px;
}

div.e404_descr{
	color:				#202020;
	font-size:			14px;
	font-weight:		bold;
	text-align:			center;
	margin-top:			40px;
}

div.e404_link{
	font-size:			14px;
	text-align:			center;
	margin-top:			20px;
}

div.error {
	width:				800px;
	margin-top:			100px;
	margin-left:		auto;
	margin-right:		auto;
	border:				1px solid #ffa080;
	background:			#fff0e8;
	color:				#ff6040;
	font-size:			18px;
	font-weight:		bold;
	padding:			20px;
	text-align:			center;
}

div.control{
	margin-top:			20px;
	margin-bottom:		20px;
	text-align:			center;
}
