﻿
/* style cho collectionpager */

.background_page
{
    background-color: #ffff66;
}
.cssPager
{
    color: #db261b;
    font-weight: bold;
    padding-left: 0px;
    
}
.cssPager a, .cssPager a:link, .cssPager a:visited
{
    padding-left: 0px;
    color: black;
    text-decoration: none;

}
.cssPager a:hover
{
	color:Red;
	font-weight:bold;

	cursor:pointer;

}

/* style cho radGrid */
.cssGrid
{
    color: #ffffff;
    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: #ffffff;
    font-family: Arial;
    font-size: 14px;
    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;
}
.Text_Header
{
        font-size: 12px;
    color: #ff0000;
    font-weight: bold;
    font-family: Verdana;
}