﻿body {
}

ul.noindent {
    margin: 0;
    padding: 0;
}

ul.noindent li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 5px 0;
}

.modalPopup 
{
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	text-align:center;
}

.modalBackground {
	background-color: Black;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.DataPager 
{
    color: White;
    font-size: 16px;
}

.DataPagerDisabled
{
    color: Gray ;
    font-size: 16px;
}

.PagerStyle
{
    font-size: 16px;
    color: White;
    text-align: center;
    border: thick inset black;   
    background-position: center;   
    font-family:Consolas;   
    background-color: Red;   
    width:auto;   
}


