/*
CSS Style for APNSoft DataGrid.
Version: MediaPlayer 2.17
Created: 02/20/2007
Updated: 03/12/2012
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com

Free for commercial and non-commercial use.
You can distribute and modify it freely.
*/



/*=====================Grid=======================*/

/*Grid: DIV*/
.GridDIV
{
     border:solid 1px #6490C9;
     background-color:#366AB3;
     cursor:default;
}



/*==================Header===================*/

/*Header: DIV*/
.HeaderDIV
{
     background:#6C99CF url($SkinFolder$HeaderBackground.gif);
     background-repeat:repeat-x;
}


/*Header: Cell TD*/
.HeaderTD
{
     font-family:Tahoma;
     font-size:11px;
     font-weight:bold;
     color:#00297E;
     text-align:left;
     vertical-align:middle;
     padding:0px;
     padding-top:5px;
     padding-bottom:5px;
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     border-bottom:solid 1px #7298D9;
}


/*Header: Cell DIV*/
.HeaderTD DIV
{
     border-right:solid 1px #7C9BCD;
     border-left:solid 1px #D0DFF5;
     padding:0px;
     padding-left:6px;
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     background-color:Transparent;
}


/*Header: Cell TD (Hovered)*/
.HeaderHoveredTD
{
     font-family:Tahoma;
     font-size:11px;
     font-weight:bold;
     color:#00297E;
     text-align:left;
     vertical-align:middle;
     padding:0px;
     padding-top:5px;
     padding-bottom:5px;
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     background:#7DAAE0 url($SkinFolder$HeaderActiveBackground.gif);
     background-repeat:repeat-x;
     border-bottom:solid 1px #7EB3FC;
}


/*Header: Cell DIV (Hovered)*/
.HeaderHoveredTD DIV
{
     border-right:solid 1px #7C9BCD;
     border-left:solid 1px #D0DFF5;
     padding:0px;
     padding-left:6px;
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     background-color:Transparent;
}



/*==================Columns==================*/

/*Column: Resizing DIV*/
.ColumnResizedDIV
{
     padding:0px;
     display:block;
     background-color:#6592D6;
     filter:alpha(opacity=30);/*Semi-Transparency for IE*/
     -moz-opacity:0.3;/*Semi-Transparency for Mozilla*/
     opacity:0.3;/*Semi-Transparency for Gecko*/
}


/*Fixed Columns: DIV*/
.ColumnFixedDIV
{
     border-right:solid 1px #618EC7;
}



/*================Rows & Cells===============*/

/*Rows: DIV*/
.RowsDIV
{
     scrollbar-base-color: #366AB3;
     scrollbar-arrow-color: #002963;
     scrollbar-3dlight-color: #6490C9;
     scrollbar-darkshadow-color: #5F8BCA;
     scrollbar-face-color: #B8CDEC;
     scrollbar-highlight-color: #EDF2F9;
     scrollbar-shadow-color: #B8CDEC;
     scrollbar-track-color: none;
}


/*Rows: TABLE*/
.RowsTABLE
{
     background-color:#EDF2F9;
}


/*Row: Cell TD*/
.RowsTABLE TD
{
     font-family:Tahoma;
     font-size:11px;
     font-weight:normal;
     text-align:left;
     border:none;
     border-top:solid 1px #EDF2F9;
     border-bottom:solid 1px #CFDDEF;
     padding: 3px 0px 3px 0px;
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     cursor:default;
}


/*Row: Cell DIV*/
.RowsTABLE TD DIV
{
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     padding: 0px 4px 0px 4px;
}


/*Row: TR (Even Rows)*/
.RowEvenTR TD
{
     background-color:#DFE9F4;
}


/*Row: TR (Selected Row)*/
.RowSelectedTR TD
{
     border-top:solid 1px #EDF2F9;
     border-bottom:solid 1px #CFDDEF;
     background-color:#87ACD6;
     cursor:default;
     cursor:hand;
     cursor:pointer;
}


/*Row: Cell TD (Hovered Row)*/
.RowHoveredTR TD
{
     color:White;
     background-color:#0A246A;
     padding: 3px 0px 3px 0px;
     border-top:dotted 1px #0A246A;
     border-bottom:dotted 1px #0A246A;
}


/*Row Cell (Selected & Hovered Row)*/
.RowSelectedHoveredTR TD
{
     color:White;
     background-color:#05143D;
     border-top:dotted 1px #05143D;
     border-bottom:dotted 1px #05143D;
     cursor:default;
     cursor:hand;
     cursor:pointer;
}


/*Summary Row: Cell TD*/
.RowSummaryTABLE TD
{
     font-family:Tahoma;
     font-size:11px;
     padding:1px;
     padding-left:4px;
     vertical-align:top;
     background-color:#BCCFE9;
     border-top:solid 1px #FFFFFF;
     overflow:hidden;
     text-overflow:ellipsis;
     /*Transparency*/
     filter:alpha(opacity=92);
     -moz-opacity:0.92;
     opacity:0.92;
}


/*Summary Row: Cell DIV*/
.RowSummaryTABLE TD DIV
{
     font-family:Tahoma;
     font-size:11px;
     border:none;
     padding:3px 0px 3px 0px;
     overflow:hidden;
     text-overflow:ellipsis;
     cursor:default;
}


/*Row: Cell INPUT (Inline editing)*/
.CellInputBox
{
     font-family:Tahoma;
     font-size:11px;
     font-weight:normal;
     border:inset 1px Gray;
     background-color:white;
     color:black;
}



/*====================Bottom Bar====================*/

/*Bottom Bar: DIV*/
.BottomBarDIV
{
     padding:0px;
     padding-top:3px;
     padding-bottom:2px;
     background:#618EC7 url($SkinFolder$BottomBarBackground.gif);
     background-repeat:repeat-x;
}


/*Bottom Bar: TD*/
.BottomBarTABLE TD
{
     font-family:Tahoma;
     font-size:11px;
     font-weight:normal;
     white-space:nowrap;
     vertical-align:top;
}


/*Bottom Bar: Button TD*/
.BottomBarButtonTD
{
     padding:0px;
     background-color:Transparent;
     cursor:default;
}


/*Bottom Bar: Button TD (Hovered)*/
.BottomBarButtonHoveredTD
{
     padding:0px;
     background-color:Transparent;
     cursor:default;
     cursor:hand;
     cursor:pointer;
}


/*Bottom Bar: Pages TD*/
.BottomBarPagesTD
{
     font-size:12px;
     padding-top:6px;
     padding-left:6px;
     padding-right:6px;
     cursor:default;
     color:white;
}


/*Bottom Bar: Rows TD*/
.BottomBarRowsTD
{
     font-size:12px;
     padding-top:6px;
     padding-left:6px;
     padding-right:6px;
     color:#002963;
}


/*Bottom Bar: Status Bar TD*/
.BottomBarStatusBarTD
{
     font-size:12px;
     padding-top:6px;
     padding-left:6px;
     padding-right:6px;
     color:#002963;
     text-align:right;
}


/*Bottom Bar: Separator TD*/
.BottomBarSeparatorTD
{
     padding-left:7px;
     background:Transparent url($SkinFolder$BottomBarSeparator.gif);
     background-repeat:repeat-x;
}


/*Bottom Bar: Spacer TD*/
.BottomBarSpacerTD
{
     cursor:default;
}



/*===================Edit Form====================*/

/*Edit Form: DIV*/
.EditFormDIV
{
     border:outset 2px #CFDDEF;
     background-color:#CFDDEF;
     padding:6px;
     font-family:Tahoma;
     font-size:11px;
     font-weight:bold;

     /*Shadow*/
     -moz-box-shadow: 2px 2px 3px #214270;
     -webkit-box-shadow: 2px 2px 3px #214270;
     box-shadow: 2px 2px 3px #214270;
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#214270')";
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#214270');
}



/*==================Context Menu===================*/

/*Context Menu: DIV*/
.ContextMenuDIV
{
     padding:2px;
     border:outset 2px #CFDDEF;
     background-color:#CFDDEF;

     /*Shadow*/
     -moz-box-shadow: 2px 2px 3px #214270;
     -webkit-box-shadow: 2px 2px 3px #214270;
     box-shadow: 2px 2px 3px #214270;
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#214270')";
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#214270');
}


/*Context Menu: Item TD*/
.ContextMenuItemTD
{
     font-family:Tahoma;
     font-size:11px;
     padding:3px;
     background-color:transparent;
     cursor:default;
     cursor:hand;
     cursor:pointer;
     white-space:nowrap;
}


/*Context Menu: Item TD (Hovered)*/
.ContextMenuItemHoveredTD
{
     font-family:Tahoma;
     font-size:11px;
     color:White;
     padding:3px;
     background-color:#0A246A;
     cursor:default;
     cursor:hand;
     cursor:pointer;
     white-space:nowrap;
}


/*Context Menu: Separator TD*/
.ContextMenuSeparatorTD
{
     padding:0px;
     background-color:#B5B5B5;
     cursor:default;
     height:1px;
     display:block;
}



/*==================Custom classes===================*/

/*Custom class for special rows*/
.SpecialRow TD
{
     font-weight:normal;
     color:#BB0000;
     background-color:#FFCECE;
}