﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;    
    font-family: Verdana;
    font-size: 13px;
    color: #333333;
}

/*文字方塊唯讀*/
.FieldFontR {color:#800000; background-color: #C0C0C0;}
/*放置錯誤訊息*/
.FieldTitleFontX {color: #800000; font-weight: bold; font-size: 15px; text-align: left; width: 100%;}

#MyLocation
{
    font-family: Verdana;
    font-size: 13px;    
}

#MyLocation a
{
    font-family: Verdana;
    outline: none;
    color: #028FD0;/*#146b97*/
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*表單部份
form input, form select, form textarea {
	padding: 2px;
	color: #333333;
	border: 1px solid silver;
}
*/

/**按鈕*/
/**一般按鈕**********************************/
form input.BtDefault {
	border: none;
	background: #2783C0 repeat-x scroll bottom left;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	height: 25px;
	/*padding: 6px 10px 6px 10px;*/
	cursor: pointer;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

/**紅色按鈕用********************************/
form input.BtRed {
	border: none;
	background: #ff2d2d repeat-x scroll bottom left;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	height: 25px;	
	/*padding: 6px 10px 6px 10px;*/
	cursor: pointer;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

/**橘色按鈕用********************************/
form input.BtOrange {
	border: none;
	background: #FF8737 repeat-x scroll bottom left;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	height: 25px;	
	/*padding: 6px 10px 6px 10px;*/
	cursor: pointer;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

/**黑色按鈕用********************************/
form input.BtBlack {
	border: none;
	background: Black repeat-x scroll bottom left;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	height: 25px;	
	/*padding: 6px 10px 6px 10px;*/
	cursor: pointer;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

/*主要內容*/
.SubContent
{
    width: 100%;
    background-image: url(../images/con_allbg.gif);
    background-repeat: no-repeat; 
    background-position: bottom;    
}

/*維護的表單********************************************************************/
.FormStyle
{
    width: 100%;
    border: 0px;
}

.FormStyle td
{
    background-color: White;
    border-style: solid;
    border-color: silver;
    border-width: 1px;    
}

.FormTitle
{
    background-image: url(../images/con_title_bg.gif);
    height: 30px;
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.FormStyle th
{
    background: url(../Images/GridView/sprite.png) repeat-x 0px 0px;
    /*border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    */
    color: Black;
    height: 30px;
    /*padding: 4px 5px 4px 10px;*/
    vertical-align: middle;
    text-align: center;    

    border-style: solid;
    border-color: silver;
    border-width: 1px;    
}

.SpreadView
{
    width: 99.5%;
    border: 0px;
}

/**GridViewScroll****************************************************************************************/
.GridViewScroll
{
    white-space: nowrap;
    border: 0px;
}

.GridViewScroll a
{
    text-decoration: underline;
    color: #146b97;
}

.GridViewScroll a:hover
{
    text-decoration: none;
    font-weight: bold;
}

.GridViewScroll th
{
    white-space: nowrap;
    background: url(../Images/GridView/sprite.png) repeat-x 0px 0px;
    /*border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    */
    color: Black;
    height: 25px;
    /*padding: 4px 5px 4px 10px;*/
    vertical-align: middle;
    text-align: center;    

    border-style: solid;
    border-color: silver;
    border-width: 1px;    
}

.GridViewScroll td
{
    white-space: nowrap;
}    

.LockedTdStyle
{
    background: url(../Images/GridView/sprite.png) repeat-x 0px 0px;
    font-weight: bold;
}

/*光棒效果
.GridViewScroll tr:hover
{
    background-color: yellow;
}
*/

/**GridView**********************************************************************************************/
.GridView
{
    width: 100%;
    border: 0px;
}

.GridView a
{
    text-decoration: underline;
    color: #146b97;
}

.GridView a:hover
{
    text-decoration: none;
    font-weight: bold;
}

.GridView th
{
    background: url(../Images/GridView/sprite.png) repeat-x 0px 0px;
    /*border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    */
    color: Black;
    height: 25px;
    /*padding: 4px 5px 4px 10px;*/
    vertical-align: middle;
    text-align: center;    

    border-style: solid;
    border-color: silver;
    border-width: 1px;    
}

.RowStyle
{
    color: Black;
    height: 30px;
    background-color: White;
    border: 1px;
}

.RowStyle td
{
    border-style: solid;
    border-color: silver;
    border-width: 1px;
}

.AlternatingRowStyle
{
    color: Black;
    height: 30px;
    background-color: #CCCCFF;    
}

.AlternatingRowStyle td
{
    border-style: solid;
    border-color: silver;
    border-width: 1px;
}

.EmptyDataRowStyle td
{
    width: 100%;
    font-family: 微軟正黑體;
    color: #800000;
    padding-top: 30px;
    border-style: solid;
    border-color: silver;
    border-width: 1px;
        
    height: 150px;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
    background-color: White;
}

/***************************************************************************************************/
.GridViewSub
{
    border: 0;
    width: 100%;
}

.GridViewSub td
{
    border-style: none;
}

.GridViewSub th
{
    background-image: none;
    border-style: none;
}

/**Pager分頁使用**************************************************************************************/
/*table height="18" cellSpacing="2" cellPadding="0" width="100%" bgColor="white" border="0"*/
.Pager
{
    font-family: Verdana;
    width: 100%;
    height: 18px;
    /*background: white;*/
    text-align: right;
    vertical-align: middle;
}

.Pager a
{
    color: #146b97;
    text-decoration: underline;
}

.PagerLnkCss
{
    cursor: pointer;
    color: #146b97;
    text-decoration: underline;
}