﻿/**
* VAIO Care Rescue
*/
#MLSWindow
{
	display:none;
}

#mls_muistring
{
	display:none;
}

.title_zhcn
{
   font-family: Microsoft YaHei; 
}

.title_zhtw
{
   font-family: Microsoft JhengHei; 
}

.title_jajp
{
   font-family: Meiryo; 
}

.title_kokr
{
   font-family: Malgun Gothic; 
}
    
.table_lang
{
	overflow: auto;
	border: 1px solid #ccc;
	height: 290px;
	width: 456px;
	position: absolute;
    margin-top: 33px;
    margin-bottom: 64px;
    background-color:White;
}

.table_lang_mls
{
	overflow: auto;
	border: 1px solid #ccc;
	height: 246px;
	width: 456px;
	position: absolute;
    margin-top: 33px;
    margin-bottom: 64px;
    background-color:White;
}

.table 
{
    color: #333333;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    border: 1px;
}

.rowselected
{
    color: White;
}

.rownormal
{
    color:Black;
}

.tablelist
{
    pickbar:expression(this.hideFocus=true);
    font-family: Segoe UI;
    height: 20px;
    padding-left: 4px;
    padding-top: 2px;
    
}

.tablelist_zhcn
{
    pickbar:expression(this.hideFocus=true);
    height:20px;
    font-family: Microsoft YaHei;
}

.tablelist_zhtw
{
    pickbar:expression(this.hideFocus=true);
    height:20px;
    font-family: Microsoft JhengHei;
}

.tablelist_jajp
{
    pickbar:expression(this.hideFocus=true);
    height:20px;
    font-family: Meiryo;
}

.tablelist_kokr
{
    pickbar:expression(this.hideFocus=true);
    height:20px;
    font-family: Malgun Gothic;
}

.introduction_table
{
    overflow: auto;
	border: 0px solid #ccc;
	height: 125px;
	width: 456px;
	position: absolute;
    margin-top: 33px;
    margin-bottom: 64px;
    background-color:White;
}

.langlist
{
    height: 20px;
	width: 156px;
	margin-top: 174px;
    font-size: 12px;
    font-family: Segoe UI; 
}

.stringstyle
{
    margin-top: 292px;
}

 /* Top Window */
.topMLSWindow {
   background-image: url(../images/Top_screen_window.png);
   background-repeat: no-repeat;
        
   text-align: left;
        
   margin: 55px 0px 0px 0px;

   padding: 26px 0px 6px 26px;

   height: 515px;
   width: 552px;
}

/* Main Content Area */
.topMLSWindow .content{
   position: relative;
   padding: 22px;
   width: 500px;
   height: 452px;
}

/* Footer */
.topMLSWindow .footer{
    position: relative;
	top: -44px;

    text-align: right;
    line-height:  42px;

    height: 42px;
    width: 500px;

    padding-top: 10px;
    padding-right: 12px;

    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
}