﻿body, legend, table, div, p, a, span
{ font-family:Arial;font-size:10pt;}
body
{
    font-family: Arial;
	overflow:hidden;
}
.ui-progressbar {
    position: relative;
}
.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}  
a:active
{ 
	color: #000000;
}
a:visited
{ 
	color: #000000;
}
.SGridHeader td
{
  border-right:solid 1px #DFDFDF;
  padding-left:2px;
  padding-right:2px;
}
.SGridHeader
{
	font-family:Arial;
	font-size: 9pt;
	line-height:16pt;
	/*background-color:#507CD1; */
	color:#000000;
	font-weight:bold;
	 background-repeat: repeat-x;
}

.SGridFooter
{
	font-family:Arial;
	font-size:9pt;
	background-color:#bbbbbb;
	padding-left:2px;
}

.SGridPager
{
	font-family:Arial;
	font-size:8pt;
	text-align:left;
}

.SGridItem td
{
  border-bottom:solid 1px #DFDFDF;
  border-right:solid 1px #DFDFDF;
  overflow:hidden;
  text-overflow:ellipsis;
  padding-left:2px;
  padding-right:2px;
}

.SGridItem
{
	font-family: Arial;
	font-size: 9pt;
	white-space: inherit;
	background-color: #f5f5f5;
	line-height: 14pt; /*padding-left:10px;*/
    overflow:auto; 
}

.SGridSelectedItem td
{
  border-bottom:solid 1px #DFDFDF;
  border-right:solid 1px #DFDFDF;
  overflow:hidden;
  text-overflow:ellipsis;
  padding-left:2px;
  padding-right:2px;
}
.SGridSelectedItem
{
  font-family:Arial;
  font-size:9pt;
  white-space:inherit;
  background-color:#BADDE9;
  color:Black;
  line-height:14pt;
}
/*Grid scroll, width adjustment*/
.grdViewcls {
    overflow: auto;
    width: 99%;
    height: 70%;
    position: absolute;
}
.hidden { display: none; }

/*On Hover on the List Display the Row Color*/
.ListItemHoverCssClass
{
	background-color: #BADDE9;	
}
.SGridHoverItem
        {
            font-family: Arial;
            font-size: 9pt;
            background-color: #DCEEF4;
            line-height: 14pt;
        }
        .SGridHoverItem td
        {
            border-bottom: solid 1px #DFDFDF;
            border-right: solid 1px #DFDFDF;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-left: 2px;
            padding-right: 2px;cursor:pointer;
        }
        .CMenuHoverItem
        {
            font-family: Arial;
            font-size: 9pt;
            background-color: blue;
            color: White;
        }
        .conMenuItemHover
        {
            background-color: #79BED5;;
            color: White;
        }
        .conMenuItem
        {
            background-color: White;
            color: Black;
        }
         
        .tlBar,.SGridFootr
        {
            background-repeat: repeat-x;
        }
.CTextBox 
{
	font-size:8pt;
	font-family:Verdana;
	vertical-align:middle;
	border:solid 1px #7F9DB9;
    resize: none;
}
.CLabel
{
    font-family:Verdana;
	font-size:8pt;	
}
.CButton
{
	 font-family:Verdana;
	 font-size:8pt;
	 height:23px;
}
.CLinkButtonBlue
{
	text-align: center; 
	text-decoration:none;
	color:Blue;
} 
.CLinkButtonBlack
{
	text-align: center; 
	text-decoration:none;
	color:Black;
}
.SGrid_Header,.SGridHeader
{
    font-family: Verdana;
    font-size: 9pt;
    xfont-weight: bold;
    line-height: 15pt; /*background-image:url("Image/GridHeader.gif") ;*/
    color: white;
    vertical-align: middle;
    background-color: #a2112b;
}
.SGrid_Header td,.SGridHeader th,.SGridHeader td,.SGridHeader th
{
  border-right:solid 1px #DFDFDF;
  padding-left:2px;
  padding-right:2px;
}
.SGrid_Header th a{
    color:white;
    text-decoration:none;
}
.toolTip {
    background-color: lightgoldenrodyellow;
    border: solid 1px black;
}
.SGrid
{
    border: 1px solid #999966;
}
.rangePicker {
      background-color: #C9C9C9;
}
#divDraftHolder
{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    border: solid 1px black;
    height: 30px;
    line-height: 30px;
    background-color: gray;
    text-align: center;
    vertical-align: middle;
}
#divDraft
{
    position: absolute;
    top: 30px;
    left: 50%;
    width: 300px;
    margin-left: -50px;
    border: solid 1px black;
    height: 70px;
    line-height: 30px;
    background-color: white;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.tlBar table tr td {
    padding-left: 5px;
}
.grdViewcls table tr th {
    padding:5px;
    border-right:solid 1px #DFDFDF;
    /*display:block;*/
}
/* default styles for AlphaFilter */
.alphaFilterStyle 
{
	 background-color:#C5D8EF;
	 padding-left:2px;
}
.alphaFilterStyle a, alphaFilterStyle a:visited
{
	 text-decoration:none;
	 text-align:center;
	 padding:1px;
	 color:blue;
	 display:block;
	 float:left;
	 width:20px;
}

.alphaFilterStyle a.selected
{
	text-decoration: none;
	text-align: center;
	padding: 0px;
	background-color: #f5f5f5;
	color: blue;
	font-weight: bold;
	display: block;
	float: left;
	border: #008000 1px solid;
}

.alphaFilterStyle a:hover
{
	 background-color:#ffff00;
	 text-align:center;
	 padding:0px;
	 border:1px solid #ffa500;
}