﻿body {
}
.Label
{
	font-size: 12px; color: steelblue; font-family: Arial;
}
.XLabel
{
	font-size: 12px; color: steelblue; font-family: Arial; text-decoration: line-through
}
.Text
{
font-family:Franklin Gothic Book; font-size:10pt;width:150px;
}

.Text[disabled="disabled"]
{
  /* Your CSS Styles */

  color:Blue !important;
 
}

.Time
{
	font-family:Franklin Gothic Book; font-size:10pt;width:20px !important;
	
}
.Time[disabled="disabled"]
{
  /* Your CSS Styles */

  color:Blue !important;
 
}
 .Number
{
	font-family:Franklin Gothic Book; font-size:10pt;width:50px;
	
}
.Number[disabled="disabled"]
{
  /* Your CSS Styles */
  color:Blue !important; 
}
 .ManText
{
	font-family:Franklin Gothic Book; font-size:10pt;width:150px; background-color:#FFFF99;
	
}
.ManText[disabled="disabled"]
{
  /* Your CSS Styles */
  color:Blue !important; 
}
     .Multiline
{
	font-family:Franklin Gothic Book; font-size:10pt;height:40px;width:375px; 
	
}
.Multiline[disabled="disabled"]
{
  /* Your CSS Styles */
  color:Blue !important; 
}
       .CustLText
{
	font-family:Franklin Gothic Book; font-size:10pt;width:375px ; 
	
}       
    .CustLText[disabled="disabled"]
{
  /* Your CSS Styles */
  color:Blue !important; 
}    
             .CustTextAndDesc
{
	font-family:Franklin Gothic Book; font-size:10pt;width:250px; 
	
}    
                 
       
    .CustTextAndDesc[disabled="disabled"]
{
  /* Your CSS Styles */
  color:Blue !important; 
}   
        .CustDropDown
{
	font-family:Franklin Gothic Book; font-size:10pt; 
	
}    
    .CustDropDown[disabled="disabled"]
{
  /* Your CSS Styles */
  color:Blue !important; 
}
.LinkageText {
    margin-top:1px;
    margin-bottom:1px;
    max-width:90px;
    background-color:#eee;
    border-color:#888888;
    color:#333;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
    align-items:flex-start;
    cursor:default;
    -webkit-appearence: push-button;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1em;
    font-family: inherit;
    border-color: #000;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    min-height: 15px;
}

.LinkageText a {
    margin-top:4px;
    display:inline-block;
    text-decoration:none;
    color:#000;
}

.LinkageText:hover {
    background-color:#888;
}

    .LinkageText:active {
        background-color: #5494ed;
    }

.LinkageText:hover a, .LinkageText:active a {
    color:#fff;
}

.ManText1
{
	font-size: 12px; font-family: Arial; background-color: #ffff99
}

.RadGridPager 
{ 
background-image: url(img/footer.gif); 
background-repeat: repeat-x; 
height: 51px; 
padding-left: 11px; 
background-color: white; 
vertical-align: bottom; 
color: #b79ea9; 
font-weight: bold; 
} 
.TextLink1
{
font-family:Franklin Gothic Book; font-size:10pt;
    
    padding-left:5px !important;
    display : flex !important;
}
.MainTableDB
{

    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 9pt;
    font-family: Arial;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: SteelBlue;
     /*
    background-color: #e8e8e8; 
  display:block;

*/

    float: left;
    width: 100% !important;
    direction: ltr;

}
.MainTableDB thead
{
    font-size: 1.2em;
    width: 100%;
    
    height: 30px;
    
    font-weight: bold ;
    	vertical-align: middle ;
    	text-align:center ;
    	color: Wheat ; 
    	/*
    	background-color: SteelBlue !important;
    	background-image: url(Images/MainBG.gif);
*/
    	 font-family: Arial; 
}