﻿
/* 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: #008cda;
    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: #008cda;
    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: #ffffff;
    font-family: Arial;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
   
}
a.FAQ:hover
{
	text-decoration: underline;
}
.Text_index
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #074a64;
}