﻿
/* style cho collectionpager */
.cssPager
{
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
    padding-left: 3px;
    text-align: right;
}
.cssPager a, .cssPager a:link, .cssPager a:visited
{
    padding-left: 5px;
    color: #082d44;
    text-decoration: none;
}
.cssPager a:hover
{
	color:Red;
	font-weight:bold;
	cursor:pointer;

}

/* style cho radGrid */
.cssGrid
{
    color: red;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 20px;
    height: 30px;
}
.cssGrid a, .cssGrid a:link, .cssGrid a:visited
{
    color: black;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
.cssGrid a:hover
{
	cursor:pointer;

}
.FAQ, a.FAQ, a.FAQ:visited, a.FAQ:link
{
    /*    background-image: url(Images/la_sp.png);
    background-repeat: no-repeat;*/
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
   
}
a.FAQ:hover
{
	text-decoration: underline;
}
