﻿/* Web 應用程式專案的預設 CSS 樣式表 */

body
{
	font-size: 10pt;
	font-family: 新細明體;
	text-align: center;
	background-image: url(IMG/BackGroundAuction.gif);
	background-repeat: repeat-x;
}

TD
{
	font: 10pt 新細明體;
	text-align: left;
}
A:link
{
	color: #3366cc;
	text-decoration: none;
}
A:visited 
{ 
	COLOR: #3366cc;TEXT-DECORATION: none
}
A:active 
{ 
	COLOR: #3366cc; TEXT-DECORATION: none
}
A:hover
{
	color: #cc0066;
	text-decoration: underline;
}
#TableBack
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: white;
}
.GirdView TD
{
	text-align: center;
}
.Menu1
{
	text-align: left;
}
.SearchBD
{
	border: 1px dashed #33CCCC;
	width: 100;
}
.SearchSingle
{
	background-position: center 50%;
	background-image: url(IMG/side3.gif);
	width: 145px;
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
}
.TypeTable
{
	background-color: #507CD1;
}
.TypeCatalog
{
	background-color: #b4dcff;
	text-align: center;
}
.TypeContents
{
	background-color: #EFF3FB;
	text-align: left;
}
.TypeBottom
{
	border-right: #507CD1 1px solid;
	border-top: #507CD1 1px solid;
	border-left: #507CD1 1px solid;
	width: 20px;
	border-bottom: #507CD1 1px solid;
	background-color: #b4dcff;
}
.ModalPopupBackground
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #000000;
    font-weight: bold;
    cursor: not-allowed;
    filter: Alpha(opacity=40);
}
.Loading
{
	background-color: #ffcccc;
}