﻿/* Web 應用程式專案的預設 CSS 樣式表 */

BODY
{
	font-size: 10pt;
	font-family: 新細明體;
	text-align: center;
	background-image: url(IMG/BackGroundAuction.gif);
	background-repeat: repeat-x;
}
TD
{ 
	FONT: 10pt 新細明體
}
P
{
	margin-top: 0px;
	margin-bottom: 0px;
}
A:link
{
	color: #006666;
	text-decoration: none;
}
A:visited 
{ 
	COLOR: #006666;TEXT-DECORATION: none
}
A:active 
{ 
	COLOR: #006666; TEXT-DECORATION: none
}
A:hover 
{ 
	COLOR: #cc9900; TEXT-DECORATION: underline
}
.TypeTable
{
	background-color: #66cc00;
}
.TypeTitle
{
	background-color: #ccffcc;
	text-align: center;
}
.TypeCatalog
{
	background-color: #ccffcc;
	text-align: center;
}
.TypeContents
{
	background-color: #ffffcc;
	text-align: left;
}
.TypeBottom
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	border-left: #000066 1px solid;
	width: 20px;
	border-bottom: #000066 1px solid;
	background-color: #ccffcc;
}
.ModalPopupBackground
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #000000;
    font-weight: bold;
    cursor: not-allowed;
    filter: Alpha(opacity=40);
}
.Loading
{
	background-color: #ffcccc;
}