﻿.partitionlabel {
    width: 65px;
}

/* Minumum Partition Width */
.partitionlabel_1 {
    width: 80px;
}

 .partition_chart {
	background-image: url("../images/Partition_diagram_base_th.png");
    background-repeat: no-repeat;
	width: 494px;
	height: 120px;

    overflow: hidden;
}

.diagramnames {
    width: 90px;
    height: 120px;
    padding-left: 2px;
}

#partition_list {
    float: right;
    margin-right: 5px;
	width: 400px;
}

.diagramnames div.new {
    margin-top: 32px;
}

#step_1_current_table {
	height: 51px;
}

#step_1_current_overall {
	height: 51px;
}

#step_1_current_overall td {
	background-image: url("../images/Partiton_bar_current_th.png");
}

#step_1_new_table {
	height: 51px;
}

#step_1_new_overall {
	height: 51px;
}

#step_1_new_overall td.data {
	background-image: url("../images/Partiton_bar_new_unaffected_th.png");
}

#step_1_new_overall td.recovery {
	background-image: url("../images/Partiton_bar_new_recovery_area_th.png");
}

.systeminfo
{
    margin-top: 15px;
}
