﻿/* 
    Order:

    bdt.global.css
    bdt.main.css or mitsubishielectric.css or.....
*/

body 
{
	font-family: verdana,arial,sans-serif;
    font-size: 9pt;
    line-height: 13pt;
    color: #58595b;
    text-align: left;
}

body TABLE
{
	font-family: verdana,arial,sans-serif;
    font-size: 9pt;
    line-height: 13pt;
    color: #58595b;
    text-align: left;
}

sup
{
    font-size: 75%;
    vertical-align: top;
    text-decoration: none;
}

sub
{
    font-size: 75%;
    vertical-align: bottom;
    text-decoration: none;
}

.sup
{
    font-size: 75%;
    vertical-align: top;
    text-decoration: none;
}

.sub
{
    font-size: 75%;
    vertical-align: bottom;
    text-decoration: none;
}

.pagecenter
{
    max-width: 1000px;
    min-width: 760px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.pagelayout
{
    border: 1px solid #999966;
    max-width: 960px;
    min-width: 760px;
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
}


.medium
{
    font-size: 8.5pt;
    line-height: 13pt;
}

.small
{
    font-size: 7.5pt;
    line-height: 11pt;
    color: #484848;
}

.justify
{
    text-align: justify;
}

.left
{
    text-align: left;
}

.white 
{
	color: white;
}

.red 
{
	color: red;
}

.bold 
{
	font-weight: bold;
}

.gap
{
    font-size: 0px;
    line-height: 0px;
    width: 1px;
}

.search
{
    border-width: 1px 0px 1px 1px;
    padding: 2px 5px 2px 5px;
    color: #484848;
    border-top-color: #7f9db9;
    border-bottom-color: #7f9db9;
    border-left-color: #7f9db9;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 16px;
}

.search-img
{
    border-width: 1px 1px 1px 0px;
    border-top-color: #7f9db9;
    border-bottom-color: #7f9db9;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-right-color: #7f9db9;
}

.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13pt;
	color: #484848;
	text-align: left;
}

.headerbar
{
    background-color: #ECE9D8; 
    border-bottom-style: solid; 
    border-bottom-width: 2px; 
    border-bottom-color: #D8D2BD;
    text-align: center;
    padding-top: 1px;
}

.headerbarline
{
    border-top-style: solid; 
    border-top-width: 1px; 
    border-top-color: white; 
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: black;
}



.feature_list
{
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    list-style-type: disc;
    padding-left: 8px;
}
    .feature_box LI
    {
        padding-top: 5px;
    }