﻿#Step_2
{
	display:none;
}

#Step_3
{
	display:none;
}

#Step_4
{
	display:none;
}

#Step_5
{
	display:none;
}

#Step_6
{
	display:none;
}

#Step_7
{
	display:none;
}

#Step_8
{
	display:none;
}


.wizardWindow .header span 
{
    padding-left: 20px;
    background-image: url(../images/hardware_16.png);
    background-repeat: no-repeat;
  
}

h2
{
    text-align: left;
    font-size: 14px;
}


/* Verify Window Content*/
#verify_content
{
    width: 538px;
    height: 313px;
    padding-left: 20px;
    padding-right: 20px;
}

#verify_content.graphic 
{
    background-image: url(../../../images/content_bg.png);
    background-repeat: no-repeat;
}

/*prompt dialog*/
#individual_selectdisk 
{
	display: none;
}

#choosedialog
{
	display: none;
}

#prompt_verifytest
{
	display: none;
}

#dialog 
{
	background-image: url(../../../images/dialog_bg.png);
	background-repeat: no-repeat;
	position: absolute; 
	top: 0px; 
	left: 140px; 
	z-index: 100; 
    text-align: left;
        
    margin: 160px 0px 0px 0px;

    padding: 40px 40px 6px 45px;

    height: 210px;
    width: 500px;
}

/*prompt dialog*/

/*vhd footer*/
.middlefooter
{
    position: relative;
	top: -42px;

    text-align: center;

    background-color: #f0f0f0;

    text-align: center;
    line-height:  42px;

    height: 42px;
    width: 538px;

    padding-top: 10px;
    padding-right: 12px;

    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
}
/*vhd footer*/
    
/*vhd progressbar*/
.vhdprogressbar 
{
    background-image: url("../../../images/progressbar_bg.png");
    background-repeat: repeat-x;

    height: 10px;
    width: 496px;
}

.vhdprogressbar .cap_l 
{
    float: left;

    width: 2px;
    height: 13px; 

    background-image: url("../../../images/progressbar_cap_l.png");
    background-repeat: no-repeat;
}

.vhdprogressbar .cap_r {
    float: right;

    width: 2px;
    height: 13px; 

    background-image: url("../../../images/progressbar_cap_r.png");
    background-repeat: no-repeat;
}

.vhdprogressbar .fill 
{
    float: left;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 1px;

    height: 11px;
    width: 0px;
    background-image: url("../../../images/progressbar_fill.png");
    background-repeat: repeat-x;
}
/*vhd progressbar*/
    
/*vhd progressbar style*/
.progess_status {
     float: right;
}
/*vhd progressbar style*/

.linkmenu {
    margin-top: 22px;
}

/* Select Dialog Window */
.select_dialog 
{
    background-image: url(../images/prompt_dialog.png);
    background-repeat: no-repeat;
    text-align: left;
    margin: 160px 0px 0px 20px;
    padding: 10px 10px 10px 10px;
    height: 223px;
    width: 371px;
    position: absolute; 
	top: 24px; 
	left: 194px; 
	z-index: 1001;
}

.verifyselect_dialog
{
    background-image: url(../images/prompt_dialog.png);
    background-repeat: no-repeat;
    text-align: left;
    margin: 160px 0px 0px 20px;
    padding: 10px 10px 10px 10px;
    height: 223px;
    width: 371px;
    position: absolute; 
	top: 25px; 
	left: 194px; 
	z-index: 1000;
}

/* Header */
.select_header
{
    width: 340px;
    height: 35px;
    margin: 10px 10px 0px 10px;
    padding: 0px 15px 0px 10px;
    line-height: 35px;
}

.selectclosebutton
{
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 11px;
    font-size: 1px;
    line-height: 1px;

    height: 22px;
    width: 47px;
}

.closeButton, .closeButton_hover, .closeButton_push
{
    position: absolute;
    right: 18px;
    top: -1px;

    height: 44px;
    width: 71px;
}

/* Content */
.select_content
{
    width: 330px;
    height: 130px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size:small;
}

/* Footer */
.select_footer
{
    width: 330px;
    height: 40px;
    padding-top: 0px;
    padding-right: 2px;
    text-align: right;
}

/* Select Dialog Window */

/*Text Area*/

.textarea
{
	overflow: auto;
	border: 1px solid #999999;
	margin: 0px; 
	padding: 5px 5px 5px 5px;
	height: 273px;
    width: 496px;
    margin-top: 5px;
}

.textarea_help
{
    overflow: auto;
	border: 0;
	margin: 0px; 
	padding: 0px;
	height: 398px;
}

/*Text Area*/

/* Individual Test Window */
#individual_dialog 
{
    background-image: url(../images/window_select.png);
    background-repeat: no-repeat;
    text-align: left;
    margin: 160px 0px 0px 20px;
    padding: 10px 10px 10px 10px;
    height: 400px;
    width: 300px;
    
    position: absolute; 
	top: -62px; 
	left: 230px; 
	z-index: 1000;
}

/* Header */
#individual_header
{
    width: 265px;
    height: 20px;
    padding-top: 10px;
    padding-left: 15px;
    line-height: 20px;
}

#individual_header .individualclosebutton
{
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 1px;
    line-height: 1px;

    height: 22px;
    width: 47px;
}

.diskcloseButton, .diskcloseButton_hover, .diskcloseButton_push
{
    position: absolute;
    right: 18px;
    top: 2px;

    height: 44px;
    width: 71px;
}

.diskcloseButton
{
    background:transparent url(../../../images/window_close_normal.png) no-repeat 0px 0px;
}

.diskcloseButton_hover
{
    background:transparent url(../../../images/window_close_hover.png) no-repeat 0px 0px;
}
    
.diskcloseButton_push
{
    background:transparent url(../../../images/window_close_push.png) no-repeat 0px 0px;
}
    
/* Content */
#individual_content
{
    width: 280px;
    height: 300px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Footer */
#individual_footer
{
    width: 285px;
    height: 40px;
    padding-left: 40px;
    padding-top: 6px;
    padding-right: 5px;
    text-align: center;
   
}

.individualmargin
{
    text-align: right;
    margin-top: 1px;
}

/* Individual Test Window */

/* Command Links */
/* 58 */

.vhdcommandlink_58, .vhdcommandlink_58_hover, .vhdcommandlink_58_down
{
    width: 100%;
    height: 58px;

    list-style: none;

    margin-top: 0px;
    margin-bottom: -3px;
}

.vhdcommandlink_58 a, .vhdcommandlink_58_hover a, .vhdcommandlink_58_down a
{
     text-decoration: none;
     cursor: pointer;

     font-size: 16px;
}

/* Default State */
.vhdcommandlink_58 .leftcap
{
    float: left;
    height: 58px;
    width: 4px;

    margin-right: -4px;
    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58 .rightcap
{
    float: left;
    height: 58px;
    width: 4px;

    margin-left: -4px;
    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58 .center
{
    float: left;

    height: 58px;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px; 
}

.vhdcommandlink_58 .commandcontent
{
    padding-top: 0px;
    height: 58px;
    padding-left: 30px;
    background-image: url("../../../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 7px 12px;
}

.vhdcommandlink_58 .title
{
    margin-top: 0px;
    font-size: 16px;
    color: rgb(21,28,85);
}
        
.vhdcommandlink_58 .supplement
{
    height: 0px; /* fix for margin */
    margin-top: 0px;

    font-size: 12px;
    color: rgb(21,28,85);
}

/* Hover State */
.vhdcommandlink_58_hover .leftcap
{
    float: left;
    height: 58px;
    width: 4px;

    margin-right: -4px;
    background-image: url("../../../images/Command_link_58_hover_1.png");
    background-repeat: no-repeat;
    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58_hover .rightcap
{
    float: left;
    height: 58px;
    width: 4px;

    margin-left: -4px;
    background-image: url("../../../images/Command_link_58_hover_3.png");
    background-repeat: no-repeat;

    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58_hover .center
{
    float: left;
    height: 58px;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    background-image: url("../../../images/Command_link_58_hover_2.png");
    background-repeat: repeat-x;
            
    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58_hover .commandcontent
{
    padding-top: 0px;
    height: 58px;
    padding-left: 30px;
            
    background-image: url("../../../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 7px 12px;
}

.vhdcommandlink_58_hover .title
{
    margin-top: 0px;
    font-size: 16px;
	color: rgb(7,74,229);
}
        
.vhdcommandlink_58_hover .supplement
{
    height: 0px; /* fix for margin */
    margin-top: 0px;

    font-size: 12px;
    color: rgb(21,28,85);
}
        
/* Click State */
.vhdcommandlink_58_down .leftcap
{
    float: left;
    height: 58px;
    width: 4px;

    margin-right: -4px;
    background-image: url("../../../images/Command_link_58_push_1.png");
    background-repeat: no-repeat;
    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58_down .rightcap
{
    float: left;
    height: 58px;
    width: 4px;

    margin-left: -4px;
    background-image: url("../../../images/Command_link_58_push_3.png");
    background-repeat: no-repeat;

    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58_down .center
{
    float: left;
    height: 58px;
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
    background-image: url("../../../images/Command_link_58_push_2.png");
    background-repeat: repeat-x;
            
    border: 0px;
    padding: 0px;
}

.vhdcommandlink_58_down .commandcontent
{
    padding-top: 0px;
    height: 58px;
    padding-left: 30px;
            
    background-image: url("../../../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 7px 12px;
}

.vhdcommandlink_58_down .title
{
    margin-top: 0px;
    font-size: 16px;
    color: rgb(21,28,85);
}
        
.vhdcommandlink_58_down .supplement
{
    height: 0px; /* fix for margin */
    margin-top: 0px;

    font-size: 12px;
    color: rgb(21,28,85);
}
/* 58 */

.linkstyle
{
    margin-top:5px;
    margin-bottom:110px;
}
/* Command Links */

/* Command Button*/
.commandbutton, .commandbutton_hover, .commandbutton_down
{
	width: 78px;
	height: 21px;
	white-space: nowrap;

	float: none;

	margin-left: 10px;
}
/* Command Button*/

/*Group Box*/
.groupbox
{
	margin-left: 5px;
	padding-top: 5px;
	border: 1px solid #d1d1d1;

	width: 496px;
	margin: 0px; 
	padding: 10px;
}
.groupboxstyle
{
    margin-left:-6px;
    margin-top:5px;
}
/*Group Box*/

/*Table*/
.FixedTitleRow
{
    position: relative; 
    top: expression(this.offsetParent.scrollTop); 
}

.resizeDivClass
{
    width:1px;
    background:#ccc;
    border:0px;
    height: 10px;
    cursor:e-resize;
    position:relative;
    z-index:1;
    left:expression(this.parentElement.offsetWidth-1);
}

.table_style
{
	overflow: auto;
	height: 245px;
	width: 240px;
	border: 1px solid #ccc;
	position: relative;
}

.table_verify
{
	overflow: auto;
	height: 90px;
	width: 496px;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 5px;
}

.verify_style1
{
	font: 12px;
    width: 210px;
    height: 20px;
    border: 0px;
    background-image: url("../../../images/button_bg.png");
    background-repeat: repeat;
}

.verify_style2
{
	font: 12px;
    width: 260px;
    border:2px;
    padding-left: 4px;
    background-image: url("../../../images/button_bg.png");
    background-repeat:repeat;
}

.verify_td_style1
{
	font: 12px;
    width: 220px;
    height: 17px;
    border:0px;
}

.verify_td_style2
{
	font: 12px;
    width: 276px;
    border:0px;
}

.style1
{
	font: 12px;
    width: 140px;
    padding-left: 2px;
    background-image: url("../../../images/button_bg.png");
    height: 20px;
}

.style2
{
	font: 12px;
    width: 95px;
    padding-left:4px;
    background-image: url("../../../images/button_bg.png");
}

.td
{
	font: 12px;
	height: 15px;
}

.tr
{
	position: absolute;
	top: expression(this.offsetParent.scrollTop);
}
/*Table*/

/* Help Dialog */
#help_dialog 
{
    background-image: url(../images/helpdialog.png);
    background-repeat: no-repeat;
    text-align: left;
    margin: 160px 0px 0px 20px;
    padding: 10px 10px 10px 10px;
    height: 500px;
    width: 380px;
    position: absolute; 
	top: -160px; 
	left: 400px; 
	z-index: 1000;
	color:#000;
}

/* Header */
#help_header
{
    margin: 10px 10px 0px 5px;
    padding: 0px 7px 0px 5px;
    height: 26px;
    line-height: 26px;
}

/* Content */
#help_content
{
    width: 361px;
    height: 405px;
    padding-top:2px;
    padding-left: 9px;
    padding-right: 8px;
    margin-left: -2px;
    overflow: auto;
    
    border-left: none;
}

/* Footer*/
#help_footer
{
	width: 342px;
    height: 40px;
    padding-top: 10px;
    padding-right: 11px;
    margin-left: 9px;
    text-align: right;
    background-color: #f0f0f0;
}
    
/*Display*/

/*Help Dialog*/
#helpdialog 
{
	display: none;
}
/*Help Dialog*/


.FillContent
{
    height: 41px;
}

/*Quick Test and Individual Test text style*/
.textstyle
{
    width: 150px;
    overflow: hidden;
    float:left
}
/*Quick Test and Individual Test text style*/

.verifymargin
{
    margin-top:22px;
}

.verifyprogressstyle
{
    margin-top:14px;
}

.individualgrayBox
{
    position: absolute;
        
    z-index: 1000;
        
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;

    background:transparent url(../../../images/modal_transparency.png);
    background-repeat: both;

    height: 600px;
    width: 800px;
}

.RepairAreaStyle
{
        overflow: auto;
	border: 1px solid #999999;
	margin: 0px; 
	padding: 5px 5px 5px 5px;
	height:75px;
	width:498px;
        margin-top: 5px;
}
