﻿/**
* VAIO Care Rescue
* ©2009, 2010, 2011 Sony Corporation
*/

#step_1 {
	display: none;
}

#step_2 {
	display: none;
}

#step_3 {
	display: none;
}

#step_4 {
	display: none;
}

#step_5 {
	display: none;
}

.wizardWindow .content h1 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 19px;
}

label {
    line-height: 14px;
	font-weight: bold;
}

/* Step 1 */

#step_1_whatcanido {
    position: absolute;
    bottom: 62px;
}

.radiooptions {
	margin-left: 19px;
    margin-bottom: 18px;
	list-style: none;
}

.radiooptions li {
	height: 14px;
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.type_option3_settings{
	margin-top: 6px;
	margin-left: 35px;
	margin-bottom: 6px;
}

#type_option3_drivesize {
    line-height: 13px;
    height: 23px;
	width: 46px;
	border: 1px solid #d1d1d1;
    padding: 4px;
}

#settings_line_1{
    height: 18px;
    margin-top: -1px;
}

#settings_line_1 span{
    height: 18px;
    line-height: 15px;
}

#settings_line_2{
    margin-top: 5px;
}   


#label_removerecovery {
    font-weight: normal;
}

.partition_chart {
	background-image: url("../images/Partition_diagram_base.png");
    background-repeat: no-repeat;
	width: 494px;
	height: 88px;

    overflow: hidden;
}

#partition_table{
    margin-top: 2px;
}

.diagramnames {
    width: 60px;
    height: 88px;
    padding-left: 5px;
}

.diagramnames div.current {
    margin-top: 13px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.diagramnames div.new {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

#partition_list {
    float: right;
    margin-right: 5px;
	width: 430px;
}

#partition_list table{
	margin-bottom: 4px;
}

#step_1_current_table {
    width: 100%;
	height: 35px;
}

#step_1_current_overall {
	width: 100%;
	height: 35px;
}

#step_1_current_overall td {
	background-image: url("../images/Partiton_bar_current.png");
	font-size: 11px;
	color: #fff;
    white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;

    vertical-align: middle;
}

#step_1_new_table {
    width: 100%;
	height: 35px;
}

#step_1_new_overall {
	width: 100%;
	height: 35px;
}

#step_1_new_overall td {
	font-size: 11px;
	color: #fff;
    
	padding-left: 5px;
	padding-right: 5px;
}

#step_1_new_overall td.data {
	background-image: url("../images/Partiton_bar_new_unaffected.png");
    white-space: nowrap;
}

#step_1_new_overall td.recovery {
	background-image: url("../images/Partiton_bar_new_recovery_area.png");
    white-space: nowrap;
}

.partitionlabel {
    line-height: 15px;
    height: 25px;
    width: 60px; /* Minumum Partition Width */
}

#partition_legend {
    font-family: Segoe UI;
    font-weight: bold;
    margin-top: 2px;
	font-size: 11px;
	float: right;
}

.blueicon {
	height: 10px;
	background-image: url("../images/Icon_unaffected.png");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	padding-right: 15px;

	float: left;
}

.redicon {
	height: 10px;
	background-image: url("../images/Icon_recovery_area.png");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	padding-right: 15px;

	float: left;
}

.systeminfo
{
    margin-top: 2px;
}

/* Step 1 */

/* Step 2 */
.checkoptions {
	margin-top: 20px;
	margin-left: 10px;
	list-style: none;
}

.checkoptions li {
	height: 25px;
	margin-bottom: 13px;
    line-height: 18px;
}

.box1_options {
	margin-top: 0px;
	margin-left: 21px;
	margin-bottom: 5px;
}

.box2_options {
	margin-top: 0px;
	margin-left: 21px;
	margin-bottom: 5px;
}

.box3_options {
	margin-top: 0px;
	margin-left: 21px;
	margin-bottom: 5px;
}

.step_2_box1_options {
    margin-top: 2px;
	margin-left: 17px;
}

.step_2_box2_options {
    margin-top: 2px;
	margin-left: 17px;
}

.step_2_box3_options {
	margin-top: 2px;
    margin-left: 17px;
}

.step_2_box4_options {
	margin-top: 2px;
    margin-left: 17px;
}
/* Step 2 */


/* Step 3 */

.scrollbox {
	border: 1px solid rgb(100,100,100);
	width: 308px;
	height: 73px;

    line-height: 16px;
    
    padding: 3px;

    margin-bottom: 22px;
	overflow-y: scroll;
}

#recoverycaution {
    line-height: 16px;
    margin-bottom: 22px;
}

.warning {
    line-height: 16px;
    padding: 0px 0px 0px 20px;
    background-position: 0px 0px;
}

#optionselected {
    margin-top: 22px;
    margin-bottom: 5px;
}

#label_agree {
    margin-left: 18px;
    font-weight: normal;
}

/* Step 3 */


/* Step 4/5 */

.dialogWindow .content h1 {
    margin-top: -5px;
}

.dialogWindow .content p {
    line-height: 18px;
    margin-top: 17px;
}

#step_5_progress_percent {
    float: right;
    color: rgb(102,102,102);
}

.progressstatus {
    margin-top: 18px;
    width: 355px;
    height: 20px;
}

/* Step 4/5 */
