﻿UL.DagaGridSort {
 margin-left: 0;
 padding-left: 0;
 display: inline;
 border: none;
 } 
 
UL.DagaGridSort li {
 margin-left: 0;
 padding-left: 2px;
 border: none;
 list-style: none;
 display: inline;
 margin-right:5px;
border-left:1px solid #555;
 
}
UL.DagaGridSort li.selected {
 font-weight:bold;
}
UL.DagaGridSort li.lastitem {
    border-right:1px solid #555;
}

Table.MasterTable DIV.basecontrol
{
    display: inline;
}

Table.MasterTable TD.HeaderText
{
    background-color: #e0e0e0;
    text-align: right;
    width: 80px;
    height: 20px;
    font-size: 14px;
    color: #333333;
}
Table.MasterTable TD
{
    font-size: 14px;
    width: 300px;
}

TABLE.Datagrid TH
/*, .ListTitle*/
{
    /*    background:url(../../images/ment_4.jpg) no-repeat ;     background-position :bottom;     font-size: 14px;     color: #027ba8;     line-height: 150%;     text-decoration: none;     font-family:"arial", "helvetica", "sans-serif";     height:30px;*/
    height: 40px;
    background: url(../../images/images_12.jpg) repeat-x;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    font-weight: bold;
}

/*Boss的data grid 的Header 樣式*/
TABLE.Datagrid TH A:link, TABLE.Datagrid TH A:visited, TABLE.Datagrid TH A:Active
{
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
/*Boss的data grid 的Header 樣式*/
TABLE.Datagrid TH A:hover
{
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
}

.PageSelected
{
    font-weight: bold;
    letter-spacing: 1px;
}

#PageListRow TD
{
    letter-spacing: 1px;
    font-family: Arial;
}



/*Perfect DataGrid的 Link CSS*/
.Datagrid a:link
{
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    color: #333333;
}
.Datagrid a:visited
{
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    color: #0055ab;
}
.Datagrid a:hover
{
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    text-decoration: none;
}
.Datagrid a:active
{
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    color: #333333;
}






.Datagrid TD
{
    font-size: 14px;
    height: 24px;
}

/*DataGrid的欄位篩選順序符號*/
.SortArrow
{
    font-family: Wingdings 3, Wingdings;
    font-size: 6px;
    margin: 6px;
}






/*new one*/
.FormRow
{
    display: block;
    clear: left;
    margin: 5px 0 0 0;
    padding: 1px 3px;
    border-top: solid 1px #DDDDDD;
}


DIV#FormContent
{
    background: #FFFFFF;
}

DIV#FormContent H2
{
    color: #FFFFFF;
    background: #333333;
    height: 30px;
    vertical-align: middle;
    font-size: 13px;
}
/*
form div label {
  display: block;
  float: left;
  width: 120px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;

}

*/

form span.HeaderText
{
    display: block;
    float: left;
    width: 120px;
    padding: 3px 5px;
    margin: 0 0 5px 0;
    text-align: right;
}

form div.FormRow span, span.optional
{
    font-weight: normal;
}

form div.FormRow span.required
{
    font-weight: bold;
}



form div label.labelCheckbox, form div label.labelRadio
{
    float: none;
    display: inline;
    width: auto;
    text-align: left;
    font-weight: normal;
}

DIV#ButtonArea
{
    display: block;
    width: 100%;
    margin: 10px 0 5px 0;
}

form div input.inputSubmit
{
    font-size: 14px;
    padding: 2px;
}

A.ImageReview Image
{
    clear: right;
    display: table;
    margin: 5px;
}

.buttonarea
{
    padding: 10px;
    text-align: center;
}

P.SubmitWaiting
{
    color: #555555;
    text-align: center;
}

UL.Errormsg
{
}
UL.Errormsg LI
{
    color: Red;
}

A.FileDownload
{
    margin: 10;
}

/*Next Page*/
#PageListRow A.PagePrev:link, #PageListRow A.PagePrev:visited, #PageListRow A.PagePrev:Active
{
    padding: 10px;
    text-decoration: none;
    color: #000000; /*background-image :url(images/arrow_left.gif);     letter-spacing: -1000em;      text-indent : -999em;     overflow: hidden;      display:inline-block  ; 	background-repeat: no-repeat;*/
}
#PageListRow A.PagePrev:hover
{
    padding: 10px;
    text-decoration: underline;
    color: #000000; /*background-image :url(images/arrow_left.gif);     letter-spacing: -1000em;       text-indent : -999em;     overflow: hidden;      display: inline-block;  	background-repeat:no-repeat; */
}
#PageListRow A.PageNext:link, #PageListRow A.PageNext:visited, #PageListRow A.PageNext:Active
{
    padding: 10px;
    text-decoration: none;
    color: #000000;
}
#PageListRow A.PageNext:hover
{
    padding: 10px;
    text-decoration: underline;
    color: #000000;
}
#PageListRow A.PageUnSelected:link, #PageListRow A.PageUnSelected:visited, #PageListRow A.PageUnSelected:Active
{
    padding: 1px;
    text-decoration: none;
    color: #000000;
}
#PageListRow A.PageUnSelected:hover
{
    padding: 1px;
    text-decoration: underline;
    color: #000000;
}

#PageListRow SPAN.PageSelected
{
    padding: 2px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
