﻿/* DEFAULTS
----------------------------------------------------------*/
html
{margin:0;
      padding:0;
      min-height:100%; 
height:auto; 
height:100%; }


#tableHeight
{
 
height:100%; }


body
{
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: #FCFAFF;
    height:100%; 
}

select, option 
{
    font-family: Arial, sans-serif;
}

a, a:link, a:visited
{
    color: #4F4F4F;
    cursor: pointer;
    text-decoration: none;
}

a:hover
{
    color: #1E1E1E;
    text-decoration: underline;
    cursor: pointer;
}

a:active
{
    color: #4F4F4F;
    cursor: pointer;
}

.style1
{
   /* height: 100%;*/
   height: 78%;
}
.style2
{
    width: 92px;
}
.style3
{
    color: #FFFFFF;
}

/*HEADER*/
.header {
    height: 9%;
    width: 100%;
    /*background-color: #e8f1c5;*/
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    background-image: url('../Images/Banner.gif'); /* For IE 6 and 7 */
    background-repeat: repeat;
    /*background-position-x: center;*/
    background-size: contain;
    top: 0px;
    left: 0px;
}
.headerContent {
    /*padding-top: 50%;*/
    position:relative;
    /*top: 25%;*/
    bottom: auto;
    height: 100%;
}

.divTitle {
    margin: 0 auto;
    width: 45%;
    text-align: center;
    padding-top: 13px;
}
.lblTitle {
    font-family: Verdana, 'Arial Narrow', sans-serif;
    font-size: x-large;
    color: #000000;
    text-align: center;
}

/* TAB MENU LAYOUT     - TOP 
----------------------------------------------------------*/
 .topmenu:link,.topmenu:visited
{
    display: block;
    background-color: #41a6a1;
    /*background-image: url('../Images/menubg1.gif');*/
    background-repeat: repeat;
    width: 138px;
    height: 26px;
    margin: 5px auto;
    padding: 2px 0px 0 0px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
    
.topmenu:hover, .topmenu:active
{
    background-image: url(../Images/menubg2.gif);
    color: #FF7200;
}

/*CORRINE 25/06/10 新增選中頁面的按鈕樣式*/
.topmenuselected {
    background-color: #82d11f;
    background-repeat: repeat;
    width: 138px;
    height: 26px;
    margin: 5px auto;
    padding: 2px 0px 0 0px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    display:block;
}

.roundedPanel
{
    border-color: #dec38b; /* background: #F0F0F0;*/
    background: #FFFFFF;
}

.aspNetDisabled
{
    color: #9E9E9E;
}

/*TASK PAGE */
.scroll table
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #fff;
    border: solid 1px #D4E3FE;
}
.scroll td
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 2px 1px 2px 1px;
    color: #5D829B;
}
.scroll th, .scroll th a:link
{
    font-weight: bold;
    color: #01222B;
    padding: 2px 1px 2px 1px;
    background: #BDA497;
}

.popupextenderbg
{
    background-color: #E6E6E6; /*filter: alpha(opacity=70);     opacity: 0.7;*/
}

.popupextenderbgtable
{
    background-color: #ffffff;
}



/* MISC  
----------------------------------------------------------*/

.failureNotification
{
    font-size: small;
    color: Red;
}

.txtlayout
{
   
    font-size: 11px;
}

.txtNoBorder
{
    border: 0px none #ffffff;
}

.btnlayout
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0A2B2E;
    background-color: #BBBBBB;
    border: 1px solid #6B6965;
    font-weight: bold;
    cursor: pointer;
    padding: 1px;
}
.lblCls
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color: #0A2B2E;
    font-weight: bold;
}
.linkcol
{
    font-weight: bold;
    color: #ffffff;
    
}
