﻿html, body
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

* html html
{
    height: 100%;
}
* html body
{
    height: 100%;
}

a
{
    color: Blue;
    cursor: pointer;
    text-decoration: underline;
}

.TD_Title
{
    color: Black;
    background-color: RGB(247,247,247);
    font-weight: bold;
    text-align: left;
}

.Function_Title
{
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.TableTitle
{
    color: White;
    background-color: #04518C;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}


/*FieldSet*/
fieldset
{
    border: 1px solid #555555;
    padding: 4px;
}
legend
{
    padding: 0.2em 0.5em;
    color: black;
    font-size: 14px;
    text-align: left;
}


/*Table Style*/
table.Grid
{
    width: 100%;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #cccccc;
    border-collapse: collapse;
}
table.Grid th
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #cccccc;
    background-color: #0860A8;
    color: White;
}
table.Grid > tr > td
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #cccccc;
}
table.Grid > tbody > tr > td
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #cccccc;
}
table.Grid td
{
    border: solid 1px #cccccc;
    padding: 4px;
}

table.Grid td td
{
    border: none;
}

.Center_Horizontal
{
    margin-left: auto;
    margin-right: auto;
}

.btn
{
    text-decoration: none;
    background: #25A6E1 !important;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding: 4px 11px ;
    color: #fff !important;
    font-family: Arial, 'Helvetica Neue' ,sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    white-space:nowrap;
}

.DisableBtn
{
    text-decoration: none;
    background: #A4A4A4 !important;
    background: -moz-linear-gradient(top,#A4A4A4 0%,#8C8C8C 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#A4A4A4),color-stop(100%,#8C8C8C));
    background: -webkit-linear-gradient(top,#A4A4A4 0%,#8C8C8C 100%);
    background: -o-linear-gradient(top,#A4A4A4 0%,#8C8C8C 100%);
    background: -ms-linear-gradient(top,#A4A4A4 0%,#8C8C8C 100%);
    background: linear-gradient(top,#A4A4A4 0%,#8C8C8C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A4A4A4',endColorstr='#8C8C8C',GradientType=0);
    padding: 5px 11px ;
    color: #EAEAEA !important;
    font-family: Arial, 'Helvetica Neue' ,sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top:2px solid #999;
    border-left:2px solid #999;
    border-right:2px solid #333;
    border-bottom:2px solid #333;       
    cursor:default;
    white-space:nowrap;
}

.ButtonArea
{
    overflow: hidden;
    position: absolute;
    height: 40px;
    top: 0;
    padding-top: 20px;
    width:95%;
    white-space:nowrap;
}

.ContentArea
{
    overflow: auto;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    _width: expression(document.body.clientWidth);
    *height: expression(document.getElementById('divMasterPageContentPlaceHolder').clientHeight - 40);
}

.ButtonArea_STD
{
    overflow: hidden;
    /*position: absolute;
    /*left: calc(50% - 505px); /* 505 = 1026/2 後微調(因為有scrollbar) */
    height: 40px;
    top: 0;
    margin-left: 30px;   
    width: 1026px;        
    padding-top: 20px;
    background-color:white;
}
.ContentArea_Small
{
    overflow: hidden;
    /*position: absolute;*/
    /*left: calc(50% - 505px); /*1026/2 後微調(因為有scrollbar) */    
    margin-left: 30px;
    width: 1026px;
    top: 60px;
    background: white;
    min-height: 500px;
    *height: expression(document.getElementById('divMasterPageContentPlaceHolder').clientHeight - 40);

}
.Content_Small_no_Position
{
    overflow: hidden;
    margin-left: 30px;
    width: 1026px;
    top: 60px;
    background: white;
    min-height: 370px;
    *height: expression(document.getElementById('divMasterPageContentPlaceHolder').clientHeight - 40);

}
.ButtonArea_STD2
{
    overflow: hidden;
    /*position: absolute;
    /*left: calc(50% - 505px); /* 505 = 1026/2 後微調(因為有scrollbar) */
    height: 40px;
    top: 0;
    margin-left: 16px;   
    width: 1026px;        
    padding-top: 20px;
    background-color:white;
}
.ContentArea_Small2
{
    overflow: hidden;
    /*position: absolute;*/
    /*left: calc(50% - 505px); /*1026/2 後微調(因為有scrollbar) */    
    margin-left: 16px;
    width: 1026px;
    top: 60px;
    background: white;
    min-height: 500px;
    *height: expression(document.getElementById('divMasterPageContentPlaceHolder').clientHeight - 40);

}
div.blockMsg
{
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    background-color: #f00;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity: .70;
    opacity: .70;
    padding: 15px;
    color: #fff;
    font-size: 12px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.9em;
    *top: 0.1em;
}
.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.BrowserIcon-Chrome
{
    background: url(../Images/Browser/Chrome.png) no-repeat;
    background-image: url(../Images/Browser/Chrome.png);
    background-repeat: no-repeat;
    background-position:top left;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.BrowserIcon-Firefox
{
    background: url(../Images/Browser/Firefox.png) no-repeat;
    background-image: url(../Images/Browser/Firefox.png);
    background-repeat: no-repeat;
    background-position:top left;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.BrowserIcon-IE
{
    background: url(../Images/Browser/IE.png) no-repeat;
    background-image: url(../Images/Browser/IE.png);
    background-repeat: no-repeat;
    background-position:top left;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.BrowserIcon-Safari
{
    background: url(../Images/Browser/Safari.png) no-repeat;
    background-image: url(../Images/Browser/Safari.png);
    background-repeat: no-repeat;
    background-position:top left;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.DeleteImgBtn
{
    background: transparent url("../Images/Erase.png") no-repeat top left;
    width: 16px;
    height: 16px;
    margin: auto;
    display: block;
    cursor: pointer;
}

.fileContainer
{
    text-decoration: none;
    display: block;
    position: relative;
    width: 110px;
    height: 25px;
    overflow: hidden;
    border-top:2px solid #999;
    border-left:2px solid #999;
    border-right:2px solid #333;
    border-bottom:2px solid #333; 
    background: none repeat scroll 0 0 #25A6E1;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}
.fileContainer span
{
    display: block;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
.fileContainer [type=file]
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 25px;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.IECompatibilitySetting1
{
    background: url(../Images/Browser/IECompatibilitySetting1.png) no-repeat;
    background-image: url(../Images/Browser/IECompatibilitySetting1.png);
    background-repeat: no-repeat;
    background-position:top left;
    width: 385px;
    height: 396px;
    margin: 0;
    padding: 0;
}

.IECompatibilitySetting2
{
    background: url(../Images/Browser/IECompatibilitySetting2.png) no-repeat;
    background-image: url(../Images/Browser/IECompatibilitySetting2.png);
    background-repeat: no-repeat;
    background-position:top left;
    width: 384px;
    height: 419px;
    margin: 0;
    padding: 0;
}

.Logo
{
    background: url(../Images/U-Mask.png);
    width: 211px; 
    height: 90px;    
}
.MenuBar
{
    background: url(../Images/MenuBar.png);  
    width: 590px; 
    height: 90px;    
  
}
.LanguageBar
{
    background: url(../Images/Menu6.png);    
    width: 105px; 
    height: 90px;    
}
.WelcomeBar
{
    background: url(../Images/Menu7.png);    
    width: 120px; 
    height: 90px;    
}
.text_8px {
	FONT-SIZE: 10px; 
	FONT-FAMILY: "Nudista", "Verdana", "Arial", "Helvetica", "sans-serif"; 
	FONT-STYLE: normal;
	text-align: center;
}

.div_bg 
{
    width: 99%;
    background: white; 
    padding: 0px 0px 0px 7px;   
    
}

.div_table
{
   width: 996px;
   padding: 10px 15px 10px 15px;
   background-color:white;
   
}
.div_table_98
{
   width: 98%;
   padding: 20px 15px 20px 15px;
   background-color:white;
  
}

.div_table_99p5 {
    background-color: White;
    width: 99.5%;
}

.divMasterPageTopArea {
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: rgb(11, 79, 168);
}

.divMasterPageContentPlaceHolder {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    width: 100%;
    background-color: white;
}

.TD_Title_Width50 {
    width: 50px
}

.TD_Title_Width80 {
    width: 80px
}

.TD_Title_Width100 {
    width: 100px
}

.TD_Title_Width400 {
    width: 400px
}

.TD_Title_Width500InlineHeight {
    width: 500px;
    line-height: 20px;
}

.Width200 {
    width: 200px
}

.Width250 {
    width: 200px
}

.UMCGPGKey {
    color: #ffffff;
    font-weight: bold;
    font-size: 32pt
}
