@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4;
	font-family:"Arial Unicode MS", Vernada, Arial, sans-serif;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	color: #000;
}

a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

#container {
	width: 97%;
	color: #000;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto;
}

#header {
	background: #fff;
}

#header h1 {
	margin: 0.3em 0 0.5em 0;
	padding: 0.3em 0 0 0;
	font-size: 170%;
	font-weight: bold;
}

#header .left {
	margin: 2em 0 0 0;
	padding: 0;
	width: 65%;
	float: left;
	text-align: left;
	vertical-align: bottom;
}

#header .right {
	margin: 0;
	padding: 0;
	width: 35%;
	float: right;
	text-align: right;
}

#mstagline {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	font-size:90%; 
	font-weight:bolder; 
	font-family:Vernada, Arial, sans-serif;
	top:10px; 
	text-align: right;	

}

#mstagline a {
	color:#000000;
	text-decoration:none;
}

#header .lenovo-logo{
	clear: both;
	margin: 0;
	padding: 0;
}

#nav {
	margin-top: 0.6em;
	color: #999;
}

#nav a,a:link {
	color: #069;
	text-decoration: none;
}

#nav a:hover {
	color: #0cf !important;
	color: #0cf;
	text-decoration: underline;
}
.content {
	margin: 0 auto
	padding: 0;
	color: #000;
	clear: both;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.table{
	width:100%;
	font-size: 90%;
	margin-bottom:18px;
	clear: both;
}

.table-title{
	background-color: #000 !important; 
	font-weight: bold; 
	text-align:center; 
	color:#fff; 
	line-height:2em; 
	padding:0.5em 0;
}
.table td {
	color: #404040;
}

.table th,.table td{
	padding:8px;
	line-height:18px;
	text-align:left;
	vertical-align: middle;
	border-top:1px solid #ddd;
}

.table th{
	font-weight:bold;
	background-color: #666!important; 
	text-align:left;
	color: #fff;
}

.table thead th{
	vertical-align:bottom;
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{
	border-top:0;
}

.table tbody+tbody{
	border-top:2px solid #ddd;
}

.table-condensed th,.table-condensed td{
	padding:4px 5px;
}

.table-bordered{
	border:1px solid #ddd;
	border-collapse:separate;
	*border-collapse:collapsed;
	border-left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.table-bordered th,.table-bordered td{
	border-left:1px solid #ddd;
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{
	border-top:0;
	background-color: #666;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{
	background-color:#f9f9f9;
}

.table tbody tr:hover td,.table tbody tr:hover th{
	background-color: #ecf7f9; 
}

.gray-bg {
	height: 25px;
	background: #eaeaea !important;
	background: #eaeaea;
	border-left:1px solid #ccc;
}

#footer {
	font-size: 80%;
	padding: 0 0 10px 0;
}

