*{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}
html,body {
	background-color: #e6e6e6;
	margin: 0px;
	width:100%;
	height:100%;
	font-family: Verdana, "新細明體";
	background-image: url(../images/bg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
img {behavior: url(scripts/iepngfix.htc);}
table {	border-collapse:collapse;}

a{
	font-weight: normal;
	color: #4a6075;
	text-decoration: none;
}
a:hover { color: #990000; }

input, select {
	font-size: 12px;
	color: #666666;
}
.header{
	width:100%;
	clear:both;
	background-image: url(../images/header_bg01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: none;
	text-align: left;
}
.headerMenu {
	text-align: left;
	float: left;
	clear: both;
	position: absolute;
	z-index: 2;
	overflow: visible;
}
.footer{
	font-size: 10px;
	position: relative;
	/*padding-top: 16px;*/
	line-height:60px;
	height:60px;
}
.mainImg {
	float: none;
	clear: both;
}

.leftSession {
	background-image: url(../images/session01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #FFFFFF;
	padding-top: 8px;
}
.rightSession {
	background-image: url(../images/session02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
}
.eventTitle {
	font-weight: bold;
	color: #4a6075;
}
.eventBrief {
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 16px;
}
.eventBrief:after {
	content:'...';
	display:block;
}
#leftMenu {
	background-image: url(../images/session01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #FFFFFF;
	padding-top: 8px;
	float: left;
	width: 160px;
}
#leftMenu dt {
	background-image: url(../images/line01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	padding-left: 12px;
	padding-bottom: 8px;
}
#leftMenu  dt .selected {
	background-image: url(../images/list01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-weight: bold;
	padding-left: 16px;
	display: block;
}
#leftMenu  dt .unselected {
	display: block;
	padding-left: 16px;
}
#rightContent{
	background-image: url(../images/session02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 34px;
	float: right;
	width: 578px;
}
#dateTable {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 4px;
	width: 200px;
	display: block;
	position: absolute;
	z-index: 2;
	top:0px;
	left:0px;
}
#dateTable  th {
	font-weight: bold;
	background-color: #EDEDED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#dateTable .rollover {
	background-color: #66CCFF;
	cursor:hand;
}
.content {
	background-image: url(../images/session04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 34px;
	float: none;
	width: 100%;
	clear: both;
}

.product {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
	clear: both;
	float: left;
}
.intro {
	float: left;
	width: 330px;
	margin-top: 16px;
	margin-left: 10px;
}
.intro      ul  {
	text-align: left;
	color: #0099FF;
	list-style-type: square;
	list-style-position: outside;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc3366;
}



.bg-xlt {
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-xlc {
	background-repeat: repeat-x;
	background-position: left center;
}
.bg-xlb {
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg-yrt {
	background-repeat: repeat-y;
	background-position: right top;
}
.bg-ylt {
	background-repeat: repeat-y;
	background-position: left top;
}
.bg-yct {
	background-repeat: repeat-y;
	background-position: center top;
}
.red { 
color: #CC0000; 
}
.green { color: #009900; }
.blue {	color: #0000FF;}
.underline  {
	border-bottom: 1px dotted #CCCCCC;
}
.tableHeader1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399CC;
	height: 24px;
}
.tableHeader2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00acec;
}
.tableContent2 {
	color: #666666;
	background-color: #e6f3ff;
}

.tableContent {
	color: #666666;
	background-color: #CFDBE6;
}
.tableOffset {
	background-color: #FFFFFF;
	/*position: relative;*/
	right: 3px;
	bottom: 4px;
	width: 100%;
	position: relative;
}
.formTableBg {
	width: 90%;
	background-color: #7f7f7f;
	margin: auto;
}
.formTableOffset  {
	background-color: #FFFFFF;
	right: 3px;
	bottom: 4px;
	position: relative;
}


.insuranceName {
	font-size: 13px;
	font-weight: bold;
	color: #3399CC;
}
.list01 {
	list-style-type: none;
	background-image: url(../images/list01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 16px;
	margin: 0px;
}
.list02 {
	list-style-type: none;
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 16px;
	margin: 0px;
}

.list03 {
	list-style-type: none;
	background-image: url(../images/list03.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 16px;
	margin: 0px;
}
.pdfUnit {
	padding: 0px 20px 10px 0;
	float: left;
	width: 172px;
	height: 200px;
}
.adUnit {
	padding: 0px 10px 10px 0;
	float: left;
	width: auto;
	height: auto;
}

.carName {
	font-size: 13px;
	font-weight: bold;
	color: #00578e;
}
.carUnit {
	padding: 0px 20px 10px 0px;
	float: left;
	width: 172px;
	height: 200px;
	margin: 0px;
}
.page {
	word-spacing: 6px;
	margin: 6px;
	text-align: right;
}

.page a {
	margin-right: 4px;
	margin-left: 4px;
}
.topic {
	font-weight: normal;
}
