﻿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: #333333;
    text-align: right;
    width: 80px;
    height: 20px;
    font-size: 15px;
    color: #ffffff;
}
Table.MasterTable TD
{
    font-size: 15px;
    width: 300px;
}







/*new one*/
.FormRow
{
    display: block;
    clear: left;
    margin: 5px 0 0 0;
    padding: 1px 3px;
    border-bottom: dotted 1px #333333;
}

.FormRow_display
{
    display: block;
    clear: left;
    margin: 5px 0 0 0;
    padding: 1px 3px;
}

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 span.myLabelCtrl
{
    text-align:center;
}



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: 15px;
    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: #185E8F; /*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: #185E8F; /*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: #185E8F;
}
#PageListRow A.PageNext:hover
{
    /*padding: 10px;*/
    text-decoration: underline;
    color: #185E8F;
}
#PageListRow A.PageUnSelected:link, #PageListRow A.PageUnSelected:visited, #PageListRow A.PageUnSelected:Active
{
    /*padding: 1px;*/
    text-decoration: none;
    color: #185E8F;
}
#PageListRow A.PageUnSelected:hover
{
    /*padding: 1px;*/
    text-decoration: underline;
    color: #185E8F;
}

#PageListRow SPAN.PageSelected
{
    /*padding: 2px;*/
    font-size: 15px;
    color: #185E8F;
    font-weight: bold;
}
#PageListRow
{
    color: #185E8F;
    /*background-color: #333333;*/
    background: url(/App_Themes/Common/images/DG_Footer.jpg) repeat-x;
    /*text-decoration: underline;*/
    font-size: 15px;
}
.FileDownload
{
    margin-left:20px;
}

#PageListRow {font-family: Arial, Helvetica, sans-serif;}
