﻿/**
* VAIO Care Rescue
* ©2009, 2010, 2011 Sony Corporation
*/
#ContactGrayBox
{
	display:none;
}

#SystemGrayBox
{
	display:none;
}

#ReportGrayBox
{
	display:none;
}

#ReportViewGrayBox
{
	display:none;
}

#ContactDialog
{
	display:none;
}

#SystemDialog
{
	display:none;
}

#ReportDialog
{
	display:none;
}

#ReportViewDialog
{
	display:none;
}

.instructions {
    margin-top: 34px;
}

.instructions h2 {
    color: #292929;
    font-family: Segoe UI;
    font-weight: normal;
    font-size: 11px;
}

.linkmenu {
    width: 383px;
    margin-top: 15px;
    margin-bottom: 5px;
}

h1 {
    font-size: 12pt;	
}

#sys_info {
    margin-top: 6px;
    margin-left: 11px;
    margin-bottom: 11px;
}

.clsSystemInformation {
	padding-top: 22px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 9pt;
}

.clsSystemInformation td {
	padding-top: 3px;
}

.clsInformation {
	padding-left: 20px;
}

/*contact sony*/
.clsContactSony {
	padding-top: 22px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 9pt;
}

.clsContactSony td {
	padding-top: 3px;
}

#whatcanido {
    position: absolute;
    bottom: 66px;
}


/* Contact Dialog */

    .contactDialog{
        background:transparent url(../images/contact_window.png) no-repeat 0px 0px;
        position: absolute;
        
        top: 108px;
        left: 141px;

        z-index: 998;

        text-align: left;
        
        margin: 0px 0px 0px 0px;

        padding: 10px 10px 0px 10px;     

        width: 480px;
        height: 372px;
    }

      .contactDialog .content{
        position: relative;
        padding: 22px;
        height: 233px;
        width: 436px;
    }        
    
    .contactDialog .content h1.title{
    	line-height: 14px;
    	padding-top: 7px;
    	padding-left: 9px;

    }
    
    /* Footer */
    .contactDialog .footer{
		position: relative;
		top: -44px;

        text-align: right;
        line-height:  39px;

        height: 39px;
        width: 479px;

        padding-top: 8px;
        margin-left: 10px;
        margin-top: 17px;
        padding-right: 10px;

        background-color: #f0f0f0;
        border-top: 1px solid #ccc;
    }
/* Contact Dialog */

/*Iframe*/
.contactiframe
{
	height: 226px;
	width: 436px;
	margin-top: 25px;
	margin-left: 9px;
	margin-bottom: 27px;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
	overflow: auto;
	font-size: 12px;
}
/*Iframe*/

/* Info Dialog */

    .infoDialog{
        background:transparent url(../images/info_window.png) no-repeat 0px 0px;
        position: absolute;
        
        top: 152px;
        left: 169px;

        z-index: 998;

        text-align: left;
        
        margin: 0px 0px 0px 0px;

        padding: 10px 10px 0px 10px;     

        /*width: 300px;*/
        width: 440px;
        height: 287px;
    }

      .infoDialog .content{
        position: relative;
        padding: 22px;
        height: 260px;
        /*width: 295px;*/
        width: 424px;
    }        
    
    .infoDialog .content h1.title{
    	line-height: 14px;
    	padding-top: 7px;
    	padding-left: 8px;
    }
    
    /* Footer */
    .infoDialog .footer{
		position: relative;
		top: -44px;

        text-align: right;
        line-height:  39px;

        height: 42px;
        /*width: 298px;*/
        width: 425px;
        padding-top: 10px;
        margin-left: 8px;
        margin-top: 10px;
        padding-right: 12px;

        background-color: #f0f0f0;
        border-top: 1px solid #ccc;
    }
/* Info Dialog */

.infograyBox
{
     position: absolute;
        
        z-index: 997;
        
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0px;

        background:transparent url(../../../images/modal_transparency.png);
        background-repeat: both;

        height: 600px;
        width: 800px;
}

.reporttext
{
    margin-top:23px; 
    margin-left:8px;
}

.reportview
{
	margin-top:5px;
	height: 20px;
	width: 382px;
	margin-bottom: 34px;
	margin-left: 8px;
}

.reportlist
{
	height: 20px;
	width: 382px;
	margin-bottom: 14px;
    font-size: 12px;
    font-family: Segoe UI; 
}

/* report Dialog */

    .reportFileDialog{
        background:transparent url(../images/report_window.png) no-repeat 0px 0px;
        position: absolute;
        
        top: 60px;
        left: 20px;

        z-index: 1000;

        text-align: left;
        
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 0px 10px;
        
        width: 750px;
        height: 430px;
    }

      .reportFileDialog .content{
        position: relative;
        height: 412px;
        width: 717px;
        padding-top: -3px;
    }        
    
    .reportFileDialog .content h1.title{
    	line-height: 14px;
    	padding-top: 20px;

    }
    
    /* Footer */
    .reportFileDialog .footer{
		position: relative;
		top: -44px;

        text-align: right;
        line-height:  42px;

        height: 42px;
        width: 717px;

        padding-top: 10px;
        margin-left: 8px;
        margin-top: 43px;
        padding-right: 12px;
        background-color: #f0f0f0;
        border-top: 1px solid #ccc;
    }
/* report Dialog */

.reportiframe
{
	height:412px;
	width:717px;
	margin-top: 8px;
	margin-left: 8px;
}