﻿html
{
    overflow: auto;
}

body {
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    /*background-color: #FFFFFF;*/
}

fieldset
{
    padding:5px;
}

table
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.75rem;
}

tr
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.75rem;
}
    
td
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.75rem;
    border: 0px solid #000000;
}    

p
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.75rem;
}    

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
}    

input[type="text"], input[type="password"]{
  border:1px solid #ABADB3;
  height:17px;
  line-height:17px;
}

input[type="radio"], input[type="radio"] + label
{
    vertical-align: middle;
}

textarea
{
    border:1px solid #ABADB3;
    overflow:auto;
}

select
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75rem;    	
}

.PageUp
{
    width: 99%;    
}

.PageDown
{
    width: 99%;    
}

.ToolBar
{
    padding: 4px;
    margin: 2px;
    width: 98%;
    text-align: right;
}

.FormToolBar
{
    padding: 4px;
    margin: 2px;
    width: 98%;
    text-align: right;
}

.FormOutTable
{
    width: 100%;
    /*background-color: #808080;*/
    background-color: transparent;
    padding:0px;
}

.FormTable
{
    width: 100%;
    /*background-color: #ffffff;*/
    background-color: transparent;
}

.FormTitle
{
	width: 17%;
	/*background-color: #808080;*/
    background-color: transparent;
	text-align: right;
	/*color: white;*/
}

.FormField
{
	/*background-color: #f5f5f5;*/
    background-color: transparent;
	height:15px;
	padding:4px;
}

.FormField > *
{
	 margin:0px;
}

.FormHref
{
    width:35%;
}

a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #000000;
        text-decoration: none;
}
a:active
{
    color: #000000;
}

.Navigate
{
    background: url("../Images/siteheaderbg.gif");
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.Navigate A:Link
{
    color: #000000;
}

.Navigate A:Visited
{
    color: #000000;
}

.Navigate A:Hover
{
    color: #000000;
}

.Grid
{
    word-break:keep-all;
}

.Grid A:link
{
    color: #000000;
}

.Grid A:Visited
{
	color: #000000;
}

.Grid A:Hover
{
	color: #000000;
}

.Grid td, .Grid th
{
    border:1px solid #f0f0f0;
}

.Grid th a
{
    text-decoration:underline;
}

.Grid td div table td, .Grid td span table td
{    
    border:1px solid transparent;
}

.PagerStyle a img{
     border:0px none transparent;
}

.PagerStyle a, .PagerStyle span{
    margin:2px 4px;
}

.PagerStyle span{
    color:Red;
}

.Pager SPAN
{
	color: #000000;
	font-size: 0.75rem;
}

.Pager A:link
{
	color: #000000;
	font-size: 0.75rem;
}

.Pager A:Visited
{
	color: #000000;
	font-size: 0.75rem;
}

.Pager A:Hover
{
	color: #000000;
	font-size: 0.75rem;
}

.StaticTabStripStyle
{
	text-align: center;
}

.StaticTabStripItemStyle
{
	text-align: center;
	border-right: #85a5f2 1px solid;
	border-top: #85a5f2 1px solid;
	border-left: #85a5f2 1px solid;
	border-bottom: #85a5f2 0px solid;
	padding: 4px;
	color: black;
	cursor: hand;
}
.StaticTabStripSelectedStyle
{
	color: black;	
	text-align: center;
	border-right: #85a5f2 1px solid;
	border-top: #85a5f2 1px solid;
	border-left: #85a5f2 1px solid;
	border-bottom: #85a5f2 0px solid;
	padding: 4px;
	font-weight: bold;
	cursor: hand;	
	background-color: #ccccff;	
}

.StaticTabStripHoverStyle
{
	color: black;
	text-align: center;
	border-right: #85a5f2 1px solid;
	border-top: #85a5f2 1px solid;
	border-left: #85a5f2 1px solid;
	border-bottom: #85a5f2 0px solid;
	padding: 4px;
	cursor: hand;
	background-color: #ccccff;
}

.MultiPageStyle
{
	background-color: #eef3ff;
	color: Black;
	border: 1px Solid #85a5f2;
	border-top: 0px;
	padding: 2px;
	width: 100%;
}

#ModalBackGround {
    background-color: #dcdcdc;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
}

#AnimationDialog {
    position: absolute;
    border: solid 1px black;
    color: Black;
    font-family: Arial;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
}

.ModalBackGround
{
	background-color: #dcdcdc;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
}

.PopupSign {
    border: 2px solid #999999;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    width:200px;
}

.AnimationDialog
{
    position: absolute;
    border: 2px solid #999999;
    line-height: 30px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
    font-weight: normal;
}

#IframeLayer
{
	display: none;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow:hidden;  
}

#Iframe1
{
    top: 0px;
    left: 0px;
    width: 100%;
}


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 2px 1px;
	font-size: 0.75rem;
}

.DescriptionPanel
{
	border-right: #808080 1px solid;
	padding-right: 5px;
	border-top: #808080 1px solid;
	padding-left: 5px;
	background: #ffffff;
	padding-bottom: 5px;
	overflow: auto;
	border-left: #808080 1px solid;
	padding-top: 5px;
	border-bottom: #808080 1px solid;
	height: 100px;
}

.BrowsePanel
{
  padding: 10px 10px 10px 10px;
    /*
	height: 380px;
*/
}

.footerStyle
{
    color:White;
}

.footerStyle a
{
    color:White;
}

.fontBold th
{
    font-weight:normal;
}

.captcha img, .captcha input[type="image"]
{
    vertical-align:middle;
    margin:0px 4px;
}

.CountdownPanel
{
    border: 2px solid #557EAC;
    line-height: 30px;
    background-color: #ffffff;
    font-weight: normal;
    color: #fff;
    text-align:center;
}

.CountdownPanel input[type="button"]
{
    border: 0px none;
    background-color: #557EAC;
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
}

.CountdownPanel a
{
    border: 1px solid #557EAC;
    color: #fff;
    vertical-align: middle;
    display:inline-block;
    margin:2px;
}

.CountdownPanel div.title
{
    background-color: #557EAC;
    font-size: 0.875rem;
    font-weight: bold;
}

.CountdownPanel div.message
{
    color: #000;
    padding: 5px;
}

span.RadButton .rbDecorated {
    /*去除 IE11 Button多餘框線*/
    border-width: 0px;
}

.RadInput textarea {
    /*IE11RadTextbox不能換行問題*/
    white-space: pre !important;
}
 /* <space>*/
.Sepa
{
    height:4px;
}

.Container
{
    padding: 4px 0px 4px 4px;
    width: 99.5%;
    /*消除IE11多除ScrollBar*/
    overflow-x: hidden !important;
}

.RGEditPanel_Btn 
{
    /*編輯選單樣式設定*/
    border: 0;
    border-spacing: 0;
}

.RGEditPanel_Btn tr > td div 
{
    /*調整用Div包住的Button的上下左間距*/        
    padding: 2px;
}

/* telerik grid fixed*/

.RadGrid .rgMasterTable tr.rgMultiHeaderRow th[rowspan="2"]:first-child {
    border-left: 0px none !important;
}

/*.rgDataDiv {
    height: auto !important;
}*/

        /*divTable*/
.divTable {
    width:100%;
}
    .divTD {

    }

        .divTitle, .divField {
            min-height:20px; 
            display:inline-block; 
            vertical-align:middle;
        }
        .divTitle {
            width:20%; 
            text-align:right;
        }
        .divField {
            width:78%; 
        }
        /*檔案上傳說明的內容自動換行*/
.DescriptionDetail {
    word-break:break-all; 
    width:380px;
}

/* CFormTable  */
.CFormTable
{ 
    width:100%;
    background-color: #FFFFFF;
}

.CFormTable td:first-child
{
    text-align:right;
    white-space:nowrap;
}

.rcCaptchaImage
{
    width: 80px;
    height: 35px;
    float: left;
}
.rcRefreshImage
{
    float: left;
    width: 37px;
    height: 35px;
    background: url('../Images/reload.png') no-repeat;
}

/*登入頁忘記帳號密碼連結*/
.ForgetLink {
    cursor: pointer;
}

.UploadItem {
    float:left;
}