.property_name {font-size: 16px; font-weight: bold; padding-bottom: 10px; padding-top: 20px;}
.property_value {font-size: 14px; font-weight: normal; padding-bottom: 10px; padding-top: 20px;}


h1 {padding-top: 20px; text-align: center;}
h2 {text-align: center;}

.sysinfo_tabs {padding: 10px;}
.sysinfo_wrapper {padding: 20px;}

.sysinfo_tabs .sysinfo_tab {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DAD8D0;
    color: #636363;
    height: 24px;
    margin: 5px 0 0 10px;
	padding-top: 5px;
    width: 140px;
	float: left;
	text-align: center;
}
.sysinfo_tabs .active {background: #686E75;}

.sysinfo_tabs .sysinfo_tab a {text-decoration: none; font-size: 16px;}

.sysinfo_tabs .active a {color: #FFFFFF;}

.sysinfo_table {width: 100%; margin-top: 10px;}
.sysinfo_table th {background: #c0c0c0;}
.sysinfo_table th, .sysinfo_table td {padding: 5px; border: 1px solid black;}
