﻿/* * * * * * * * * * GridView Formatting Section * * * * * * * * * * * 

.smallgrid_header th
{
	font-size: 12px;
	font-weight: bold;
    border-bottom: 2px solid #6699CC;
}

.smallgrid_header
{
    color:#333333;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
    border-bottom: 2px solid #6699CC;
}

.smallgrid_row
{
	font-size: 11px;
}

.grid_wrapper
{
    background-color: #DDDDDD;
    padding: 4px;
    margin-bottom: 5px;
}

.grid_header, .grid_wrapper th
{
	background-color: #DDDDDD;
	color: #333333;
    font-size: 13px;
    font-weight: bold;
	text-align: left;
}

.grid_row
{
	background-color: #FFFFFF;
	color:#333333;
    font-size: 11px;
}

.grid_altrow
{
	background-color: #EDEDED;
	color:#333333;
    font-size: 11px;
}
*/

/* COMPONENT ART GRID STYLES 
.GridClass
{
  cursor: pointer;
}

.RowClass
{
  background-color: #ffffff;
  cursor: default;
}

.EditDataCell
{ 
  padding: 3px 0px 3px 0px!important; 
  background-color: #FFFFCC; 
  border-width:0px!important;
  font-size: 12px; 
  height: 20px;
  color: #000000;
} 

.EditDataField
{ 
  padding-left: 1px; 
  font-size: 12px; 
  height: 20px;
  width: 98%!important; 
  color: #000000;
} 

.DataCell 
{
  padding: 2px 4px 2px 4px;
  FONT-SIZE: 12px;
  CURSOR: default;
}

.AlternatingRowClass 
{
  background-color: #EDEDED;
}

.HeaderClass 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
}

.HeadingCellClass 
{
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 4px;
  HEIGHT: 18px
}

.HeadingTextClass 
{
  PADDING-LEFT: 5px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  WHITE-SPACE: nowrap;
  color: #333333;
  cursor: default;

}
*/
/*
.HeadingRowClass 
{
  BACKGROUND: url(images/blue_bg.gif) 
 background-color: #DDDDDD;
}

.SelectorCell 
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px;
  HEIGHT: 18px
}

.SelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;   BACKGROUND-COLOR: #90a8d0
}

.SelectedRowClass TD.DataCell 
{
  BORDER-RIGHT: #90a8d0 1px solid
}

.IndentCell 
{
  BORDER-RIGHT: 0px;
  BACKGROUND: #BBBBBB;
  HEIGHT: 18px
}
*/
/* SPECIAL GRID STYLE ADDITIONS/OVERRIDES */

/*.HeadingTextClassULine 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  WHITE-SPACE: nowrap;
  color: #993333;
  background-color: #DDDDDD;
 }

.HeadingRowClassUline 
{*/
/*  BACKGROUND: url(images/blue_bg.gif) */
 /*background-color: #DDDDDD;
 padding-bottom: 4px;

}


.QuestionRowClass
{
    background-color: #FFFFFF;
}

.AnswerRowClass
{
    background-color: #FFFFFF;
}


.ScrollBar
{
  background-image: url(images/scroller/scroller_bg.gif); 
}

.ScrollGrip
{
  background-image: url(images/scroller/scroll_gripBg.gif); 
}

.RedRow
{
 background-color: #FFFFFF;
 cursor: default;
}
.RedRow td.DataCell
{
 color: red;
}
.Strike
{
 background-color: #FFFFFF;
 cursor: default;
}
.Strike td.DataCell
{
  text-decoration: line-through
}*/