﻿/* table for statistic and analyse query */
td.map
{
	border-right: 1px solid #D7D7D7;
	text-align: center;
	padding-top: 10px;
}
td.mapcond
{
	padding-left: 30px;
	padding-top: 80px;
	color: #3f69cf;
	vertical-align: top;
}


/* table for list */
/* page which lay gridview */
table.desc
{
	border: none;
	width: 90%;
	margin-top: 0px;
	margin-left: 50px;
}
td.pagetop
{
	height: 16px;
	color: #AC0000;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../../Images/Default/list_desc.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
/* css for gridview */
table.default
{
	width: 100%;
	font-size: 9pt;
	border: none;
}
table.page
{
	width: 100%;
	font-size: 9pt;
	border-collapse: collapse;
	border-top: solid 1px #8C8BA1;
	border-left: solid 1px #8C8BA1;
	border-bottom: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
}
td.hrefcol
{
	padding-left: 2px;
	text-align: left;
}
td.alignright
{
	padding-right: 2px;
	text-align: right;
}

/* css for gridview skin */
tr.header
{
	height: 25px;
	color: #026F8A;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../Images/Default/list_header.jpg);
}
tr.listitem
{
	height: 21px;
}

/* table edit & view */
table.single
{
	width: 90%;
	margin-top: 0px;
	margin-left: 50px;
	font-size: 9pt;
	border-collapse: collapse;
	border-top: solid 1px #767676;
	border-left: solid 1px #767676;
	border-bottom: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
}
table.GREAT
{
	width: 89%;
	margin-top: 0px;
	margin-left: 53px;
	font-size: 9pt;
	border-collapse: collapse;
	border-top: solid 1px #767676;
	border-left: solid 1px #767676;
	border-bottom: solid 1px #767676;
	border-right: solid 1px #767676;
}

/* edit table header */
td.desc
{
	height: 24px;
	color: #026F8A;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../../Images/Default/list_header.jpg);
	text-decoration: none;
	padding-left: 5px;
}
td.title
{
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}
td.content
{
	padding-top: 5px;
	padding-left: 5px;
}
/* table lay buttons */
table.btn
{
	font-size: 9pt;
	width: 90%;
	border: none;
	margin: auto;
}
td.button
{
	height: 20px;
	text-decoration: none;
	padding: 10px;
	text-align: right;
}


/* register & query */
#ULDesc
{
	margin-bottom: 10px;
}
#ULDesc li
{
	color: Red;
	list-style-type: circle;
}


/* table for download */
table.download
{
	width: 90%;
	margin-top: 0px;
	margin-left: 50px;
	font-size: 9pt;
	border-collapse: collapse;
	border: #d4d4d4 1px solid;
}
td.download_icon
{
	width: 40px;
	height: 48px;
	background-image: url(../../Images/Default/download_icon.gif);
	padding-left: 5px;
}
td.download
{
	height: 38px;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../../Images/Default/download_bg.gif);
}
