﻿@Media Screen {
    #fccLoginbar
    {
        padding:15px;
	    float:right;	    
	    height:100%;
    }
    #fccLoginbar td
    {
        padding:3px;        
    }    
    .fontNormal
    {
        color: #000000;
        font-size: 12px;
	    font-weight: normal;
    }
    .inputStyle
    {
	    border-bottom: #ccc 1px solid;
	    border-left: #ccc 1px solid;
	    padding-bottom: 0pt;
	    background-color: #fff;
	    padding-left: 3px;
	    padding-right: 8px;
	    height: 18px;
	    width:180px;
	    border-top: #ccc 1px solid;
	    border-right: #ccc 1px solid;
	    padding-top: 2px;
    }
    a.linkGreenHover
    {
	    color: #000000;
	    font-size: 12px;
	    font-weight: normal;
	    text-decoration: none;
    }
    a.linkGreenHover:hover
    {
	    color: #57a428;
    }

    a.linkGreen
    {
	    color: #57a428;
	    font-size: 12px;
	    font-weight: normal;
	    text-decoration: none;
    }

    a.linkGreen:hover
    {
	    color: #57a428;
	    text-decoration:underline;
    }
    a.linkOrangeHover
    {
	    color: #000000;
	    font-size: 12px;
	    font-weight: normal;
	    text-decoration: none;
    }

    a.linkOrangeHover:hover
    {
	    color: #ff9933;
    }

    a.linkOrange
    {
	    color: #ff9933;
	    font-size: 12px;
	    font-weight: normal;
	    text-decoration: none;
    }

    a.linkOrange:hover
    {
	    color: #ff9933;
	    text-decoration:underline;
    }
    .fontOrange
    {
	    color: #ff9933;
	    font-size: 12px;
	    font-weight: normal;
    }
    .fontGreen
    {
	    color: #57a428;
	    font-size: 12px;
	    font-weight: normal;
    }

    .fontGray
    {
        color: #666666;
        font-size: 12px;
	    font-weight: normal;
    }

    .fontRed
    {
        color: #ff0000;
        font-size: 12px;
	    font-weight: normal;
    }

    .fontOrange14
    {
	    color: #ff9933;
	    font-size: 14px;
	    font-weight: normal;
    }

    .fontGreen14
    {
	    color: #57a428;
	    font-size: 14px;
	    font-weight: normal;
    }

    .fontOrange16
    {
	    color: #ff9933;
	    font-size: 16px;
	    font-weight: normal;
    }

    .fontGreen16
    {
	    color: #57a428;
	    font-size: 16px;
	    font-weight: normal;
    }

    .fontBrown16{
        color:#996600;
        font-size:16px;
        font-weight:normal;
    }
    /* tableGray */
    table.tableGray {background-color: #CDCDCD;margin:10px 0pt 15px;font-size: 10pt;width: 98%;text-align: center;}
    table.tableGray thead tr th, 
    table.tableGray tfoot tr th {background-color: #f5f4f4;border: 1px solid #FFF;font-size: 10pt;padding: 4px; color:#249c17;}
    table.tableGray tbody td {color: #3D3D3D;padding: 4px;background-color: #FFF;vertical-align: top;}
    table.tableGray tbody tr.even td {background-color:#F0F6F0;}
    table.tableGray tbody tr.unuseble td {background-color:#FFEEFF;}

    .PanelGray{background-color: #f5f4f4; margin:10px 0px 15px;}
    /* taipei css */
    .solidGrayLeft{border-left: solid 1px #CDCDCD;}
    .solidGrayTop{border-top: solid 1px #CDCDCD;}
    .footerLeft{padding-top:3px; padding-left:5px; float:left;}
    .footerRight{padding-top:3px; padding-right:5px; float:right;}
    /* description style*/
    .descStyle
    {
        font-size:13px;
        line-height:24px;
    }
}