﻿div.main-body   
{
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    display:block;
    position:absolute;
    min-width:1000px;
}
.mainBody
{
    background-color:White;
}
INPUT.DDMMYYYY 
{
	width:75px;
	text-align: right;
}

INPUT.HHMM 
{
	width:40px;
	text-align: right;
}

/******************************************************************************
	Master Top Logo
******************************************************************************/

div.MasterTopLogo
{
	height: 60px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url('../images/bg1.png');
}
.MasterTopBackground
{
    height:60px;
    background-image:url(../images/logo_bg.png);
    background-position:top;
    background-repeat:repeat-x
}
.MasterTopLeft
{
    background-image:url(../images/logo_l.jpg);
    background-position:left;
    background-repeat:no-repeat;
    width:670px;
}
.MasterTopRight
{
    background-image:url(../images/logo_r.jpg);
    background-position:right;
    background-repeat:no-repeat;
}

/*****************************************************************************/

#divMasterMainTopSubMenu
{
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*****************************************************************************/

div.LanguageDialog 
{
	text-align: center;
}

div.LanguageDialog .container
{
	margin: 4px;
}

div.LanguageDialog .button 
{
	width: 200px;
}

div.LanguageDialog .ThemeButton 
{
	width: 100px;
}

/*****************************************************************************/

Table.SecondTopMenu
{
	background-color: #404A5C;
	width: 100%;
	height: 35px;
}

Table.SecondTopMenu td.Header1
{
	color: white;
	font-size: 14pt;
	font-weight: bold;
}

div.SecondTopMenu
{
	background-color: #404A5C;
	height: 35px;
}

.Require { color:#800000; }

	    .ReferName
	    {
	        height:19px;
	        vertical-align:middle;
	        padding-left:3px;
	        background-color:White;
	        border:solid 1px navy;
	    }
	    .HighOpacity
	    {
	        opacity: 0.5;
            filter: alpha(opacity=50); /**//* older IE */
	    }
	    .LowOpacity
	    {
	        opacity: 1;
            filter: alpha(opacity=100); /**//* older IE */
	    }