﻿.div_top
{
    z-index: 1001;
    position: static;
    left: 100px;
    width: 200px;
    top: 100px;
    height: 200px;
    background-color: #ffff66;
}

.Text_Default
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    margin-top: 20px;
}
.TextButton
{
	padding-right: 10px;
	padding-left: 10px;
	background-color: #830300;
	color: #ffffff;
	text-decoration: none;
	border-right: #cfcfcf 1px solid;
	border-left: #cfcfcf 1px solid;
	border-bottom: #707070 1px solid;
	font-size: 12px;
	font-family: Arial;
	padding-top: 2px;
	cursor: Pointer;
}
/* 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: #ffffff;
    font-family: Arial;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
   
}
a.FAQ:hover
{
	text-decoration: underline;
}