﻿/**
* VAIO Care Rescue
* ©2009, 2010, 2011 Sony Corporation
*/

#aboutDialog {
    display: none;
}

#aboutDialog_small{
    display: none;
}
    

#aboutGrayBox {
    display: none;
}

#welcome {
    margin-top: 34px;
    margin-left: 1px;
}

#instruction {
    margin-left: 1px;
    margin-top: 10px;
    margin-bottom: 0px;

    font-size: 12px;
    line-height: 18px;
}

#moreinfo {
    margin-left: 1px;
    line-height: 18px;
}

.linkmenu {
    width: 450px;
    margin-top: 21px;
}

.icon {
    height: 30px;
    width: 30px;
    background-color: #000;
}

.versioninfo {
    padding-left: 70px;
    
    background-image: url("../../../images/VCR_48.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.commandbutton, .commandbutton_hover, .commandbutton_down{
    width: 78px;
	height: 21px;
	white-space: nowrap;
    float: right;
	margin-left: 10px;
}

 /* chevronup Button */
 .chevronup{
        height: 21px; 
        width: 21px;

        background-image: url("../images/chevron_up_normal.png");
        background-repeat: no-repeat;
        
        margin-top: 0px;
        margin-left: -117px;

        float: left;
    }

    .chevronup:hover{
        background-image: url("../images/chevron_up_hover.png");
        background-repeat: no-repeat;
    }

    .chevronup:active{
        background-image: url("../images/chevron_up_push.png");
        background-repeat: no-repeat;
    }
    .lessinfo
    {
        float:left; 
        line-height: normal;
        height: 21px;
        width: 116px;
        margin-left:12px; 
        margin-top: 0px;
        padding-top: 2px;
        padding-right: 1px;
    }
 /* chevronup Button */
 
 /* chevrondown Button */
 .chevrondown{
        height: 21px; 
        width: 21px;

        background-image: url("../images/chevron_down_normal.png");
        background-repeat: no-repeat;
        
        margin-top: 0px;
        margin-left: -122px;

        float: left;
    }

    .chevrondown:hover{
        background-image: url("../images/chevron_down_hover.png");
        background-repeat: no-repeat;
    }

    .chevrondown:active{
        background-image: url("../images/chevron_down_push.png");
        background-repeat: no-repeat;
    }
    .moreinfo
    {
        float:left; 
        line-height: normal;
        height: 21px;
        width: 121px;
        margin-left:12px; 
        margin-top: 0px;
        padding-top: 2px;
    }
 /* chevrondown Button */
   

.listview {
    position: absolute;
    top: 135px;
    font-size: 11px;
    border: 1px solid #999ea5;
    width: 380px;
}

.listview thead th {
    width: 50%;
    padding: 3px 5px 3px 5px;
    text-align: left;

    border-bottom: 1px solid rgb(204,204,204);
    border-right: 1px solid rgb(204,204,204);
    
    background-color: rgb(242,243,245);
    background-image: url("../../../images/List_box_header_center.png");
    background-repeat: repeat-x;
}

.listviewbody {
    font-size: 12px;
    width: 380px;
}

.listviewscroll {
    height: 105px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: none;
}

.listviewcell_library {
    padding: 3px 5px 3px 5px;
    line-height: 14px;
    height: 14px;
    width: 190px;
}

.listviewcell_version {
    padding: 3px 5px 3px 15px;
    line-height: 14px;
    height: 14px;
    width: 190px;
}

#aboutuslink {
    line-height: 18px;
    position: absolute;
    bottom: 23px;
}

.versionstyle
{
    margin-top: 4px;
}

.copyrightstyle
{
    margin-top: 4px;
}

/* About Dialog */

    .aboutDialog_small{
        background:transparent url(../images/aboutdialog_small.png) no-repeat 0px 0px;
        position: absolute;
        
        top: 145px;
        left: 180px;

        z-index: 1000;

        text-align: left;
        
        margin: 0px 0px 0px 0px;

        padding: 10px 10px 0px 10px;     

        width: 440px;
        height: 192px;
    }

    .aboutDialog_small .header {
        margin-left: 10px;
        padding: 1px 0px 0px 0px;

        height: 26px;
        line-height: 26px;
    }

    .aboutDialog_small .header .title {
        color: #000;
    }

    .aboutDialog_small .body {
        margin: 2px 8px 0px 8px;
        padding: 16px 12px 10px 12px;
        height: 137px;
    }        
    
     .aboutDialog_small .footer{
		position: relative;
		top: -41px;

        text-align: right;
        line-height:  39px;

        height: 39px;
        width: 403px;

        padding-top: 8px;
        padding-right: 10px;

        background-color: #f0f0f0;
        border-top: 1px solid #ccc;
        margin-left: 8px;
    }
/* About Dialog */