﻿.lnkButtonSort
{
	text-decoration : none;
	color : Black; 
	font-weight : bolder;
}

.objNoBorder
{
	border-width : 0;
	margin : 1px;
}

.objMakeBorder
{
	background-color : ButtonFace;
}

.RowHold
{
	background-color: #EAFBFF;
	color: Gray; 
}
.RowAlternate
{
	background-color: #FFFFCC;
}

@media Print
{
	.no-print
	{
		display: none;
	}
}

@media Screen
{
	.no-screen
	{
		display: none;
	}
}

.ButtonPay
{
    font-weight:bolder;
    color: #00008B;
    background-color: #ffd699; 
}

.TextPay
{
    font-weight:bolder;
    color: #ffd699; 
}

.horizontal-right
{
    text-align: right;
}

.horizontal-left
{
    text-align: left;
}

.horizontal-center
{
    text-align: center;
}