BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#333333;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}

TH, TD	{
	font-size:inherit;
}
P	{
}

A, A:link, A:visited	{
	color:#0099cc; text-decoration: none;
}
A:hover	{
	color:#00bdff; text-decoration:none;
}
OL, UL {
	margin:10px 0px;
	padding-left:15px;
}
SECTION {
	overflow:hidden;
}
FORM {
	margin:0px;
	padding:0px;
}
TEXTAREA, INPUT {
	outline: none;
}
IMG { border:none; }
HR {
	display:block;
	height:1px;
	border:none;
	border-top:1px dotted #999;
	margin:10px 0px;
}
H1 {
	color:#006699;
	font-family:inherit;
	font-weight: bold;
	font-size:x-large;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H2 {
	color:#006699;
	font-family:inherit;
	font-weight: bold;
	font-size: large;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
H3 {
	font-family: inherit;
	font-weight:normal;
	font-size:inherit;
	padding:0px;
	margin:0px;
}
.wrapper {
	margin:0px auto;
	width:990px;
}
.wrapslider {
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
.onecolumn {
	width: calc((100% - 3 * 30px) / 4);
}
.twocolumn {
	width: calc((100% - 1 * 30px) / 2);
}
.threecolumn {
	width: calc((100% * 3 - 30px) / 4);
}
.onethreecolumn {
	width: calc((100% - 2 * 30px) / 3);
}
.twothreecolumn {
	width: calc((100% * 2 - 30px) / 3);
}
.leftcolumn {
	float:left;
}
.rightcolumn {
	float:right;
}
.centercolumn {
	float:left;
	margin-left:30px;
}
/* ================================================== */
/* LAYERSLIDER */
/* ================================================== */
#layerslider {
	border-bottom:3px solid #66ccff;
}
#layerslider * {
	line-height:initial;
}
#divTopBanner {
	position:relative;
}
#divTopBanner div.wrapslider {
}
#divTopBanner div.arrow {
	position:absolute;
	bottom:-12px;
	width:24px;
	height:24px;
	background: #999 url(../images/icon_down.png) no-repeat center center;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	left:50%;
	margin-left:-20px;
	behavior: url(/includes/PIE.php);
	cursor:pointer;
	z-index:1000;
}
#divTopBanner div.arrow:hover {
	background-color:#0066b3;
}
#divTopBanner div.arrow.show {
	background-image: url(../images/icon_top.png);
}
/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divHeader {
	background: url(../images/grnd_header.png) repeat-x bottom;
}
ul.logo {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.logo li {
	display:inline-block;
}
ul.logo li img {
	display:block;
	height:70px;
}
ul.lang {
	float:right;
	list-style-type:none;
	margin:0px;
	margin-top:27px;
	margin-left:10px;
	padding:0px;
}
ul.lang > li {
	display:inline-block;
	border:1px solid #000;
}
ul.lang > li img {
	display:block;
}
ul.toplink {
	float:right;
	list-style-type:none;
	margin:0px;
	margin-top:27px;
	padding:0px;
}
ul.toplink > li {
	display:inline-block;
	border-right:1px solid #a4bacb;
	padding:0px 5px;
	padding-right:7px;
}
ul.toplink > li:first-child {
	padding-left:0px;
}
ul.toplink > li:last-child {
	padding-right:0px;
	border-right:none;
}
ul.toplink > li a {
	font-size:smaller;
}
ul.toplink > li a:link, ul.toplink > li a:visited {
	color:#0099cc;
}
ul.toplink > li a:hover {
	color:#003;
}
#divSearch {
	float:right;
	margin-top:8px;
}
#divSearch form input[type='text'] {
	border:none;
	color:#a4bacb;
	margin:0px;
	padding:5px 10px;
	padding-right:25px;
	background: #EEE url(../images/icon_search.png) no-repeat right 2px center;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	behavior: url(/includes/PIE.php);
	width:80px !important;
	width:100px;
}
#divMenu {
	width:100%;
	background: #0194c8 url(../images/grnd_menu.png) repeat-x left top;
	border-bottom:1px solid #2f373f;
}
#divMenu.nofloat {
}
#divMenu.keeptotop {
	top:0px;
	width:100%;
	position:fixed;
	z-index:1000;
	-webkit-box-shadow:0px 1px 5px 0px #666;
	   -moz-box-shadow:0px 1px 5px 0px #666;
	        box-shadow:0px 1px 5px 0px #666;
}
ul.mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:0;
}
ul.mainmenu > li.row {
	display:inline-block;
	border-left:1px solid white;
	position:relative;
	font-size:14px;
}
ul.mainmenu > li.row:last-child {
	border-right:1px solid white;
}
ul.mainmenu > li.button {
	display:none;
}
ul.mainmenu > li.row > div {
	white-space:nowrap;
	z-index:1;
}
ul.mainmenu > li.row > div > a {
	display:block;
	padding:12px 10px;
}
ul.mainmenu > li.row > div > a:link, ul.mainmenu > li.row > div > a:visited,
ul.mainmenu > li.row a:hover {
	color:#FFF;
}
ul.mainmenu > li.active,
ul.mainmenu > li.row:hover {
	background: #0194c8 url(../images/grnd_menu_over.png) repeat-x left top;
}

ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	white-space:nowrap;
	display:none;
	z-index:999;
	background-color:#0194c8;
}
ul.popmenu > li {
	position:relative;
	white-space:nowrap;
	border-top:1px dotted #CCC;
}
ul.popmenu > li:hover {
	background-color:#0066b3;
}
ul.popmenu > li a {
	display:block;
	padding:8px 20px;
}
ul.popmenu > li a:link, ul.popmenu > li a:visited,
ul.popmenu > li a:hover {
	color:#FFF;
}
ul.popmenu > li > ul {
	top:0px;
	left:100%;
	margin-left:1px;
	padding-top:0px;
}

ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.botmenu {
	list-style-type:none;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
}
ul.botmenu > li {
	display:inline-block;
	padding:0px 10px;
	padding-right:12px;
	border-right:1px solid #0099cc;
	font-weight:bold;
}
ul.botmenu > li:first-child {
	padding-left:0px;
}
ul.botmenu > li:last-child {
	padding-right:0px;
	border-right:none;
}

.divTopTrace {
	padding-bottom:7px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.divTopTrace a {
	text-decoration:none;
	padding:0px 10px;
	padding-left:15px;
	background: url(../images/dotsub.gif) no-repeat left center;
}
.divTopTrace a:link, .divTopTrace a:visited {
	color:#666;
}
.divTopTrace a:hover {
	color:#a40000;
}
.divTopTrace a:first-child {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a:last-child {
}

/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	margin-bottom:30px;
}
.html p {
	margin:0px;
}
/* ================================================== */
/* POST */
/* ================================================== */
#divBody {
	/* float:left; Khanh sua 25/08/2022 */
	/* width: calc(((80% - 15px) - 2 * 30px) / 3 * 2 + 30px); */
	/* margin:20px 0px; */
	/* margin-left:30px; Khanh sua 25/08/2022 */
	/* overflow:hidden; */
}
#divBody,
#divAdmin {
	float:left;
	width: calc(100% - ((80% - 15px) - 2 * 30px) / 3 - 30px);
	margin:20px 0px;
	overflow:hidden;
}
#divBody.fullpage {
	float:none;
	width: auto;
	margin-left:0px;
}
#divList {
	margin-top:30px;
}
.content b, .content strong {
}
.content p {
	line-height:1.3em;
}
.content ul, .content ol {
	overflow:hidden;
}
.content img {
	max-width:100%;
	height:auto;
}
.thumb {
}
.thumb img {
	width:100%;
	height:auto;
}
.image {
	margin-bottom:10px;
}
.image img {
	width:100%;
	height:auto;
}
.zoom {
	overflow:hidden;
	position:relative;
}
.zoom img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
.zoom img:hover {
	-webkit-transform: scale(1.125);
	   -moz-transform: scale(1.125);
		 -o-transform: scale(1.125);
		-ms-transform: scale(1.125);
			transform: scale(1.125);
}
.videobar {
	position:absolute;
	width:18px;
	height:100%;
	background: url(../images/videobar.png) repeat-y left center;
	z-index:1;
	top:0;
}
.videobar.right {
	right:0;
}
.iconvideo {
	position:absolute;
	width:55px;
	height:40px;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-27px;
	z-index:1;
	background: url(../images/icon_video.png) no-repeat left top;
}
.iconvideo:hover {
	background-position: left bottom;
}

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column > li.row {
	overflow:hidden;
	margin-bottom:20px;
}
ul.column > li.row h3 {
	font-size:large;
	font-weight: bold;
}
ul.column > li.row div.thumb {
	margin-bottom:10px;
}

ul.column1 > li.row {
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}
ul.column1 > li.row:last-child {
	padding-bottom:0px;
	border-bottom:none;
}
ul.column1 > li.row div.thumb {
	float:left;
	width: calc((100% - 1 * 20px) / 2);
	margin-top:5px;
	margin-right:20px;
}
ul.column1 > li.row h2 {
	font-size:large;
	margin-bottom:5px;
}
ul.column2 > li.row,
ul.column3 > li.row,
ul.column4 > li.row,
ul.column5 > li.row,
ul.column6 > li.row {
	float:left;
	margin-left:30px;
}
ul.column2 > li.row {
	width: calc((100% - 1 * 30px) / 2);
}
ul.column3 > li.row {
	width: calc((100% - 2 * 30px) / 3);
}
ul.column4 > li.row {
	width: calc((100% - 3 * 30px) / 4);
}
ul.column5 > li.row {
	width: calc((100% - 4 * 30px) / 5);
}
ul.column6 > li.row {
	width: calc((100% - 5 * 30px) / 6);
}
ul.column2 > li.row:nth-child(2n+1),
ul.column3 > li.row:nth-child(3n+1),
ul.column4 > li.row:nth-child(4n+1),
ul.column5 > li.row:nth-child(5n+1),
ul.column6 > li.row:nth-child(6n+1) {
	clear:both;
	margin-left:0px;
}
ul.column1 > li.panorama div.thumb {
	float:none;
	width: 100%;
	margin-right:0px;
}


ul.related {
	list-style-type:square;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	padding-left:15px;
}
ul.related.nobullet {
	margin-top:5px;
	list-style-type:none;
	padding-left:0px;
}
ul.related > li {
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
}
ul.related.nobullet > li {
	overflow:hidden;
}
ul.related > li div.thumb {
	float:left;
	width: calc((100% - 10px) / 2);
	margin-right:10px;
	margin-bottom:5px;
}
ul.related > li div.content {
	font-size:smaller;
}
ul.related > li div.content p {
	margin:0px;
}
ul.related > li h3 {
	font-family:inherit;
	font-weight: normal;
	margin-bottom:5px;
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	margin-top:10px;
	padding:0px;
	overflow:hidden;
}
ul.gallery > li {
	float:left;
	width: calc((100% - 3 * 10px) / 4);
	margin-left:10px;
	margin-bottom:10px;
}
ul.gallery > li:nth-child(10n+1),
ul.gallery > li:nth-child(10n+6) {
	width: calc((100% - 10px) / 2);
}
ul.gallery > li:nth-child(10n+6) {
	float:right;
	clear:both;
	margin-left:0px;
}
ul.gallery > li:nth-child(10n+1),
ul.gallery > li:nth-child(10n+7),
ul.gallery > li:nth-child(10n+9) {
	margin-left:0px;
}
ul.gallery > li div.content {
	display:none;
}

ul.panorama {
	list-style-type:none;
	margin:0px;
	margin-top:10px;
	padding:0px;
	overflow:hidden;
}
ul.panorama > li {
	float:left;
	width: calc((100% - 2 * 10px) / 3);
	margin-left:10px;
	margin-bottom:10px;
}
ul.panorama > li:nth-child(3n+1) {
	clear:both;
	margin-left:0px;
}
ul.panorama > li div.content {
	text-align:center;
	margin-top:5px;
}

ul.thumblist {
	list-style-type:none;
	margin:0px;
	margin-top:10px;
	padding:9px;
	border:1px solid #CCC;
	overflow:hidden;
}
ul.thumblist > li {
	position:relative;
	float:left;
	width: calc((100% - 3 * 10px) / 4);
	margin-left:10px;
	overflow:hidden;
}
ul.thumblist > li:nth-child(4n+1) {
	clear:both;
	margin-left:0px;
}
ul.thumblist > li img {
	display:block;
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.thumblist > li img:hover {
	-webkit-transform: scale(1.125);
	   -moz-transform: scale(1.125);
		 -o-transform: scale(1.125);
		-ms-transform: scale(1.125);
			transform: scale(1.125);
}
ul.thumblist > li .iconvideo {
	width:28px;
	height:20px;
	margin-top:-10px;
	margin-left:-14px;
	background-position: right top;
}
ul.thumblist > li .iconvideo:hover {
	background-position: right bottom;
}
ul.thumblist > li .videobar {
	width:9px;
	background-position:right center;
}

ul.search {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:small;
	color:#6a6a6a;
	line-height:1.4;
}
ul.search > li.row {
	margin-bottom:30px;
}
ul.search > li.row div.link {
	font-size:16px;
	line-height:14px;
	color:#006621;
}
ul.search > li.row h3 {
	font-size:18px;
	margin-bottom:0px;
}
ul.search > li.row h3 a, ul.search > li.row h3 a:link {
	color:#1a0dab;
}
ul.search > li.row h3 a:visited {
	color:#609;
}
ul.search > li.row h3 a:hover {
	text-decoration: underline;
}
ul.search > li.row div.content b {
	background-color:#FFFF00;
}

.more {
	margin-top:10px;
	text-align:right;
	font-size:smaller;
}
.more a {
	display:inline-block;
	padding:5px 10px;
	background-color:#e9eef3;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	behavior: url(/includes/PIE.php);
}
.more a:hover {
	color:#e9eef3;
	background-color:#0099cc;
}

.divTag {
	line-height:2em;
}
.divTag a {
	font-style: italic;
}
.divTag a:link, .divTag a:visited {
	color:#999;
}
.divTag a:hover {
	color:#ff3300;
}
.divHot {
	margin-bottom:10px;
}
.divHot h2 {
	text-align:center;
	font-weight:bold;
	color:#0099cc;
	background-color:#d3e5f3;
	padding:5px;
	margin-bottom:10px;
}
.divHot ul.column > li.row {
	margin-left:20px;
	margin-bottom:20px;
}
.divHot ul.column > li.row:nth-child(6n+1) {
	margin-left:0px;
}
ul.project {
	border-top:4px solid #e9eef3;
	padding-top:10px;
}
ul.project > li.row h3 {
	text-align:center;
	padding:10px;
	margin-bottom:0px;
	font-size:inherit;
}
ul.project > li.row:nth-child(3n+1) h3 {
	background-color:#a864a9;
}
ul.project > li.row:nth-child(3n+2) h3 {
	background-color:#f99b1c;
}
ul.project > li.row:nth-child(3n+3) h3 {
	background-color:#00bdff;
}
ul.project > li.row h3 a, ul.project > li.row h3 a:link, ul.project > li.row h3 a:visited {
	color:#FFF;
}

ul.sitemap {
	list-style-type: none;
	margin:10px 0px;
	padding:0px;
}
ul.sitemap > li {
}
ul.sitemap > li span {
	display:inline-block;
	padding:10px 0px;
	padding-top:15px;
	background: url(../images/sitemap_line.png) repeat-y right top;
}
ul.sitemap > li.home span {
	display:none;
}
ul.sitemap > li.end span {
	background-position: right bottom;
}
ul.sitemap > li a {
	display:inline-block;
	padding:8px 20px;
	border:1px solid #0194c8;
}
ul.sitemap > li.home a {
	color:#FFF;
	background-color:#0194c8;
}

/* ================================================== */
/* HOME */
/* ================================================== */
#divHome {
	float:right;
	/* width: calc(80% - 15px); Khanh sua 25/08/2022 */
	width: 100%;
	margin:20px 0px;
	overflow:hidden;
}
/* ================================================== */
/* FOOTER */
/* ================================================== */
#divFooter {
	clear:both;
	border-top:3px solid #66ccff;
}
#divFooter div.content {
	font-size:smaller;
	padding:16px 0px;
}
#divFooter div.content p {
	margin:0px;
}
#divFooter div.copyright {
	color:#a4bacb;
	font-size:smaller;
	background: url(../images/grnd_bottom.png) repeat-x left top;
	overflow:hidden;
	padding:10px 20px;
}
#divFooter div.rightcolumn {
	text-align:right;
}
#divFooter a, #divFooter a:link, #divFooter a:visited {
	color:#a4bacb;
}
#divFooter a:hover {
	color:#003;
}

#divPartner {
	overflow:hidden;
	position:relative;
}
#divPartner div.fadeleft, div.faderight {
	position:absolute;
	width:100px;
	height:100%;
	z-index:1;
	background: url(../images/grnd_fade.png) repeat-y right top;
}
#divPartner div.faderight {
	right:0px;
	background-position: left top;
}

#divOnTop {
	position:fixed;
	width:24px;
	height:24px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	behavior: url(/includes/PIE.php);
	background: #00bdff url(../images/icon_top.png) no-repeat center center;
	color:#FFF;
	text-align:center;
	z-index:1000;
	bottom:60px;
	right:20px;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 5px 0px #CCC;
	   -moz-box-shadow:0px 0px 5px 0px #CCC;
            box-shadow:0px 0px 5px 0px #CCC;
}
#divOnTop:hover {
	background-color:#0066b3;
}
/* ================================================== */
/* LEFT */
/* ================================================== */
#divLeft {
	float:left;
	width: calc(20% - 15px);
	display:none;
	margin:20px 0px;
}

/* ================================================== */
/* RIGHT */
/* ================================================== */
#divRight {
	margin-top:43px;
	float:right;
	width: calc(((80% - 15px) - 2 * 30px) / 3);
}
.divTab {
	border-top:1px solid #0099cc;
	padding:1px 0px;
	border-bottom:1px solid #0099cc;
	margin-bottom:5px;
}
.divTab h2 {
	margin:0px;
	padding:2px;
	padding-left:30px;
	font-size:inherit;
	color:#006699;
	background: url(../images/icon_tab.png) no-repeat left top;
}

#divRight .divTab {
	border:none;
	background: #cf0000 url(../images/grnd_tabred.png) repeat-x left top;
	margin-bottom:0px;
}
#divRight .divTab h2 {
	padding:7px 15px;
	border-left:none;
	color:#FFF;
	background:none;
}

ul.rightmenu {
	list-style-type:none;
	margin:0px;
	margin-bottom:30px;
	padding:0px;
}
ul.rightmenu > li.row {
	background-color:#0194c8;
	margin-bottom:1px;
}
ul.rightmenu > li.row:hover {
	background-color:#0066b3;
}
ul.rightmenu > li.row a {
	display:block;
	padding:10px;
	text-align:center;
}
ul.rightmenu > li.row a:link, ul.rightmenu > li.row a:visited,
ul.rightmenu > li.row a:hover {
	color:#FFF;
}

ul.admin {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
ul.admin li.row {
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}
ul.admin li.row a, ul.admin li.row a:link, ul.admin li.row a:visited {
	color: #0099cc;
}
ul.admin li.row a:hover,
ul.admin li.active a:link, ul.admin li.active a:visited {
	color: #00bdff;
}

ul.banner {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.banner li {
	margin-bottom:5px;
}
ul.banner li img {
	display:block;
	width:100%;
	height:auto;
}
/* ================================================== */
/* FORM */
/* ================================================== */
.divForm {
}
.divForm form {
	margin:0px;
	padding:10px;
	background-color:#EEE;
}
.divForm p {
	margin-top:10px;
	margin-bottom:0px;
}
.divForm input[type='text'],
.divForm input[type='password'],
.divForm input[type='file'],
.divForm textarea {
	border:1px solid #CCC;
	padding:4px 5px;
	width: calc(100% - 12px);
	color:#666;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	outline:none;
}
.divForm select {
	border:1px solid #CCC;
	margin:0px;
	padding:5px;
	width: 100%;
	height:26px;
	color:#666;
	font-size:inherit;
	background-color:#FFF;
	outline:none;
}
.divForm textarea {
	height:138px !important;
	height:150px;
}
.divForm input[type='submit'] {
	cursor:pointer;
	background-color:#00bdff;
	color:#FFF;
	padding:5px 20px;
	border:none;
	width: calc(100%);
	-webkit-appearance: none;
	font-family: inherit;
	font-size:medium;
}
.divForm input[type='submit']:hover {
	background-color:#000;
}
/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}
.thead {
	padding-top:10px;
	padding-bottom:10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
.thead td {
	padding-left:5px;
	padding-right:5px;
}
.tborder {
	margin-bottom:20px;
}
.tborder th {
	background-color:#DDD;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
.tborder td.trow, .tborder td.trow1, .tborder td.trow2, .tborder td.ttotal {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
}
.tborder td.trow1, .tborder td.trow2, .tborder td.ttotal {
	border-bottom:1px dotted #CCC;
}
.tborder td.trow2 {
	background-color:#F6F6F6;
}
.tborder td.ttotal {
	background-color:#DDD;
	padding-top:10px;
	padding-bottom:10px;
}
.tframe {
	background-color:#DDD;
}
.tframe tr th {
	background-color:#DDD;
}
.tframe tr td {
	background-color:#FFF;
}
.tframe tr:nth-child(odd) td {
	background-color:#F6F6F6;
}

.sublink {
	margin-left:15px;
	padding:0px;
}

.message {
	color:#663300;
	margin:10px 0px;
	padding:10px;
	padding-left:50px;
	background:#ffff99 url(../images/icon_notice.png) no-repeat 9px 1px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	behavior: url(/includes/PIE.php);
	white-space:normal;
}
.thank {
	color:#006633;
	background-color:#66cc99;
}
.error {
	color:#FFF;
	background-color:#cc3333;
}

#divPageNav {
	margin:10px 0px;
	border-top:1px dotted #CCC;
	padding-top:10px;
	color:#666;
	text-align:center;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
	padding:7px 12px;
	margin-right:4px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	behavior: url(/includes/PIE.php);
	border:solid 1px #c0c0c0;
	background:#e9e9e9;
	box-shadow:inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: inherit;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
	text-shadow:0px 1px 0px rgba(255,255,255, 1);
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	border:none;
	background:#616161!important;
	box-shadow:inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8) !important;
	color:#f0f0f0!important;
	text-shadow:0px 0px 3px rgba(0,0,0, .5)!important;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background: linear-gradient(#FEFEFE, #f0f0f0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background:-moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
UL.hint {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
UL.hint li {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	white-space:nowrap;
}
UL.hint li img {
	float:left;
	margin-right:5px;
}
.map { cursor:pointer; }
.index	{color:#0087cc; }
.red	{color:#FF0000; }
.grey	{color:#999; }
.date	{
	color:#CCC;
	font-size:small;
}
.date.right {
	float:right;
	margin-top:2px;
}
.dotline { border-bottom:1px dotted #666; }
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.greydate {
	font-size:smaller;
	color:#CCC;
}
.bluedate {
	margin-top:5px;
	font-size: xx-small;
	color:#66ccEE;
	white-space: nowrap;
}
span.hit {
	display:inline-block;
	background: url(../images/icon_eye.png) no-repeat left center;
	padding-left:20px;
}
.greydate span.hit {
	color:#999;
	background-image: url(../images/icon_eye_black.png);;
}
.bluedate span.hit {
	color:#66ccEE;
	background-image: url(../images/icon_eye_blue.png);;
}
.inactive {
	border:2px dashed red !important;
	padding:5px;
}
.error {
	border-color:red;
	background:none;
}
span.error {
	display:block;
	color:red;
}

IMG.pointer	{cursor: pointer; }
.imgBorder	{}
.imgGrey	{
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}

BLOCKQUOTE	{
	background:#c4ddd8 url(../images/icon_quote.png) no-repeat left 5px top 10px;
	padding:10px 10px 10px 35px;
	margin:0px 0px;
	margin-top:10px;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
			border-radius:15px;
	behavior: url(/includes/PIE.php);
	-webkit-border-top-left-radius:0px;
	    -moz-border-radius-topleft:0px;
		    border-top-left-radius:0px;
	position:relative;
}

INPUT.textbox, TEXTAREA.textbox, SELECT.textbox	{
	font-family: inherit;
	font-size:inherit;
	border: 1px solid #CCC;
	margin:0px;
	padding:5px;
	outline:none;
	width:calc(100% - 12px);
}
INPUT[name='k'] {
	width: 138px !important;
	width: 150px;
}
INPUT[name='numberrandom'] {
	width: 88px !important;
	width: 100px;
}
INPUT.title {
	font-weight:bold;
	font-size:xx-large;
}
SELECT.textbox {
	width:auto;
	height:28px;
}
.focus {
	border-color:#ed1c24 !important;
	background-color:#ffffcc;
}
INPUT.button {
	border:1px solid #CCC;
	margin:0;
	padding:5px 10px;
	background-color:#CCC;
	color:#333;
	font-family: inherit;
	font-size: inherit;
	text-shadow:1px 1px 0px #DDD;
	cursor:pointer;
	outline:none;
}
INPUT.button:hover {
	background-color:#dfdfdf;
}
INPUT.submit {
	border:1px solid #000;
	margin:0;
	padding:5px 20px;
	background-color:#333;
	color:#FFF;
	font-family: inherit;
	font-size: inherit;
	font-weight:bold;
	text-shadow:1px 1px 0px #000;
	cursor:pointer;
	outline:none;
}
INPUT.submit:hover {
	background-color:#ed1c24;
}
INPUT.submit:active {
	position:relative;
	top:1px;
}
