﻿/* */ 
/* */ 
/* Copyright 2011, 2012 Sony Corporation */ 
/* */ 
/* */ 
/******************** Rewrite Global ********************/

/* Tools icon */
.wizardWindow .header span
{
    padding-left: 20px;
    background-image: url(../images/icon_erase.png);
    background-repeat: no-repeat;
}
/* Tools icon */

/* Warning info */
.erase_warning
{
    width: 100%;

    padding: 10px 10px 10px 25px;

    background-color: #ffffff;

    background-image: url("../../../images/icon_warning.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
}
/* Warning info */

/******************** Rewrite Global ********************/


/******************** Rewrite Label ********************/

h3
{
    font-size: 12px;
    font-weight: bold;
}

.textarea
{
    overflow: auto;
    border: 1px solid #ccc;
}

/******************** Rewrite Label ********************/



/******************** Steps Init Hidden ********************/
#step_2
{
	display: none;
}
#step_3
{
	display: none;
}
#step_3
{
	display: none;
}
#step_4
{
	display: none;
}
#step_5
{
	display: none;
}
#restartdialog
{
	display: none;
}
#errorrestartdialog
{
	display: none;
}
/******************** Steps Init Hidden ********************/


/******************** Steps ********************/

/* Step_1 */
#step_1_content 
{
    width: 495px;
    margin-bottom: 22px;
}
#step_1_textarea
{
    width: 494px;
    height: 334px;

    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
/* Step_1 */

/* Step_2 */
#step_2_content
{
    width: 495px;
    margin-bottom: 22px;
}
#step_2_textarea
{
    width: 495px;
    height: 241px;
    margin-bottom:4px;
}
#step_2_Note
{
    width: 495px;
    margin-bottom:22px;
}

/* Step_2 */

/* Step_3 */
#step_3_content
{
    width: 495px;
    margin-bottom: 22px;
}
#step_3_radiolist
{
    width: 495px;
    height: auto;

    margin-bottom: 8px;
}
#step_3_textarea
{
    width: 458px;
    margin-left: 19px;
}
/* Step_3 */

/* Step_4 */
#step_4_content
{
    width: 495px;
    margin-bottom: 22px;
}
#step_4_textarea
{
    width: 495px;
    height: 177px;

    margin-bottom: 15px;
}
#step_4_note
{
    width: 495px;
    margin-bottom: 22px;
}
/* Step_4 */


/* Step_5 */
#step_5_content
{
    width: 496px;
    margin-bottom: 22px;
}
#step_5_progressbar
{
    width: 496px;

    margin-top: 45px;
    margin-bottom: 10px;
}
#step_5_progress_percent
{
    float: right;
    margin-right: 10px;
}
#step_5_progress_remaining
{
	float: right;
	margin-right: 5px;
}
#step_5_progress_Elapsed
{
	float: right;
	margin-right: 5px;
}
/* Step_5 */

/* Restart_Dialog */
#restart_content
{
    width: 495px;
    margin-bottom: 22px;
}
#restart_textarea
{
    width: 495px;
    height:178px;

    margin-bottom: 15px;
}
/* Restart_Dialog */

/* Error_Restart_Dialog */
#error_restart_content
{
    width: 495px;
    margin-bottom: 22px;
}
#error_restart_textarea
{
    width: 495px;
    height:148px;

    margin-bottom: 15px;
}
/* Error_Restart_Dialog */

/******************** Steps ********************/


/******************** Restart Dialog Window ********************/

.restart_dialog
{
    background-image: url(../images/appdialog_bg.png);
    background-repeat: no-repeat;
    text-align: left;

    padding: 18px 0px 6px 22px;

	position: absolute; 
	top: 48px; 
	left: 114px; 
	z-index: 100;

    width: 574px;
    height: 500px;
}
/* Header */
.restart_dialog .header
{
    width: 538px;
    height: 25px;

    line-height: 20px;
}
/* Content */
.restart_dialog .content
{
    width: 508px;
    height:398px;

    padding-top: 20px;
    margin-left: 16px;
    margin-right: 22px;
}
/* Footer */
.restart_dialog .footer
{
	position: relative;
	margin-bottom: 10px;
	margin-left: -5px;

    text-align: right;

    background-color: #f0f0f0;

    text-align: right;
    line-height:  42px;

    height: 42px;
    width: 538px;

    padding-top: 10px;
    padding-right: 12px;

    background-color: #f0f0f0;
    border-top: 1px solid #ccc;

}

/******************** Restart Dialog Window ********************/



/******************** For Guideline ********************/
.widthlimit
{
	width: 495px;
}

.buttom
{
	margin-bottom: 15px;
}
.step_4_buttom
{
	margin-bottom: 5px;
}
.top
{
	margin-top: 22px;
}

.note
{
    margin-bottom: 5px;
}

.checkbox_pos
{
	margin-left: 3px;
	margin-top: 1px;
}
/******************** For Guideline ********************/


/******************** For RadioButton ********************/
.radiooptions
{
	margin-left: 19px;
	list-style: none;
}

.radiooptions li
{
	height: 22px;
	line-height: 22px;
}

/******************** For RadioButton ********************/


/******************** For ListCtrl ********************/

.table_style
{
   overflow: auto;
   width: 100%;
   border: 1px solid #e4e4e4;
   position:relative;
}
.table
{
    padding: 0px 0px 0px 0px;
    border: 0px;
    table-layout: fixed;
}

.tbody_info
{
    font-size: 12px;
    font-weight: normal;
}


.Fixed_Title_Row
{
	background-image: url(../../../images/button_bg.png);
	height: 16px;
	font-size: 12px;
    position: relative;
    top: expression(this.offsetParent.scrollTop); 
}


.resize_Div_Class
{
    text-align: right;
    width: 1px;
    background: #ccc;
    border: 0px;
    float: right;
    cursor: e-resize;
    background-color: Gray;
    z-index:1;
    left:expression(this.parentElement.offsetWidth-1);
}

.rownormal
{
    color:Black;
}

.rowselected
{
    color: White;
}

/******************** For ListCtrl ********************/
