/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   




/********************************************************/
/* Alliance Imaging Custom Settings */
/********************************************************/

.DataGrid
{ 
	FONT-SIZE: 11px; 
}
.DataGrid TABLE
{ 
	FONT-SIZE: 11px; 
}
/* hyperlink styles of the unselected pages */
.DataGrid A:link    {
    text-decoration:    underline;
    color:#003366;
}

.DataGrid A:visited {
    text-decoration:    underline;
    color:#003366;
}

.DataGrid A:active  {
    text-decoration:    underline;
    color:#003366;
}

.DataGrid A:hover   {
    text-decoration:    underline;
    color:#ff0000;
}
.DataGridHeader
{
	font-weight: bold;
	color: white;
	background-color: #0054A0;
}

/* text style for the Page Buttons on a DataGrid*/
.DataPager
{
	font-size: 10pt;
	color: black;
	background-color: #c6c3c6;
	text-decoration: none;
}
.DataPager A:link    {
    text-decoration:    underline;
    color:#003366;
}

.DataPager A:visited {
    text-decoration:    underline;
    color:#003366;
}

.DataPager A:active  {
    text-decoration:    underline;
    color:#003366;
}

.DataPager A:hover   {
    text-decoration:    underline;
    color:#ff0000;
}

.DataGridItem
{
	background-color: #c6c3c6;
}
.DataGridAlternatingItem
{
	background-color: #f3f3f3;
}
.DataGridEditItem
{
	FONT-SIZE: 11px;
}
.DataGridSelectedItem
{
	background-color: #9471DE;
	color: white;
}
INPUT.DataGridEditItem
{
	font-family: Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}
.DataGridFooter
{
	background-color: #c6c3c6;
}
.DataGridEditCommand
{
	color: Black;
}
.DataGridEditCommand A:link    {
    text-decoration:    underline;
	color:#003366;
}

.DataGridEditCommand A:visited {
    text-decoration:    underline;
	color:#003366;
}

.DataGridEditCommand A:active  {
    text-decoration:    underline;
	color:#003366;
}

.DataGridEditCommand A:hover   {
    text-decoration:    underline;
	color:#ff0000;
}

.DataGridButton
{
	color:black;
}
A.DataGridButton:link    {
    text-decoration:    underline;
	color:#003366;
}

A.DataGridButton:visited {
    text-decoration:    underline;
	color:#003366;
}

A.DataGridButton:active  {
    text-decoration:    underline;
	color:#003366;
}

A.DataGridButton:hover   {
    text-decoration:    underline;
	color:#ff0000;
}












