/* ------------------
 styling for the tables 
   ------------------   */
body {
	margin:0px;
	background-color:#C6E2FF;
}
h3 {
	border-left-width: 10px;
	border-left-style: solid;
	border-bottom-color: #104E8B;
	border-left-color: #104E8B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 5px;
	padding-bottom:1px;
}
h4 {
	border-left-width: 3px;
	border-left-style: solid;
	border-bottom-color: #104E8B;
	border-left-color: #104E8B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-left: 10px;
	padding-bottom:3px;
}
#main {
	width:1280px;
	margin: auto;
}
#content {
	width:1280px;
	background-color:#FFF;
	border: #FFF 3px solid;
	margin:5px;
	float:right;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif,微軟正黑體;
	width:900px;
	height:100px;
	border: 1px dashed #CCC;
	background: url('logo.jpg');
	background-repeat: no-repeat;
}
#header #titleTxt{
	padding-top:10px;
	padding-left:10px;
	font-size:24px;
	color: #0C2402;
}

#middle{
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#middle #dateTxt {
	font-size:16px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #CCC;
}
#middle #text {
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#middle p {
	padding-left:15px;
	font-family:"Times New Roman", Times, serif;
}
#footer {
	color: #FFF;
	height: 60px;
	padding:10px;
	background-color:#D1EEEE;
}


#background-image
{
	font-family: "微軟正黑體", "Lucida Grande", Sans-Serif;
	font-size: 15px;
	margin: 45px;
	width: 550px;
	text-align: center;
	border-collapse: collapse;
	background: url('earth.jpg') 71px 58px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 2px dotted #fff;
}
#background-image tfoot td
{
	font-size: 12px;
}
#background-image tbody td
{
	background: url('back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}

a, a:visited {
	background-color: transparent;
	color: #008000;
}

a:hover {
	background-color: transparent;
	color: #C0DCC0;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	color: #000000;
}

#background-image header{

	
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
