/***********************************************/
/* www.cristalmat.com.tw                       */
/* HTML tag styles                             */
/*                                             */
/* COLORS                                      */
/*   BLACK    PMSCG1    #000000                */
/*   BLUE     PMSCG5    #B8B3AD                */
/*   GRAY     PMSCG10   #737373                */
/***********************************************/ 

body {
/*	background-color: #6699cc;   */
	background-image: url(images/blocks_blue.gif);   
	margin: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	font-size: 11px;
	line-height: 18px;
	color: #737373;
	margin: 5px 5px 5px 5px;
}

a:link {
	color: #6699cc;
	text-decoration: none;
}

a:visited {
	color: #6699cc;
	text-decoration: none;
}

a:hover {
	color: #6699cc;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 13px;
 color: #6699cc;
 margin: 5px 5px 0px 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 13px;
 color: #737373;
 margin: 5px 5px 0px 0px;
}


/* ===== TITLE ===== */
.logo {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	background-image: url('images/logo_jaytsaiphotography.gif');
	background-repeat: no-repeat;
	background-position: left;
}

/* ===== STRUCTURE ===== */
.container {
	background: #FFFFFF;
	font-size: 11px;
	margin: 0 auto;
	padding: 0 10px 0px;
	width: 950px;
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}

/* ===== MENU ===== */
.menu h2 {
	color: #FFFFFF;
	font: bold 1em Tahoma,sans-serif;
	line-height: 20px;
	padding-left: 20px;
	margin-top: 8px;
}

.menu ul {
	line-height: 15px;
	list-style-type:square;
}

.menu li a {
	color: #FFFFFF;
}

.menu li a:visited {
	color: #FFFFFF;
}

.menu li a:hover {
	color: #6699cc;
	text-decoration: none;
}

/* ===== CONTENT ===== */
.content {
	margin: 0px 0px 5px 10px;
}

.content h1 {
	color: #737373;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 20px;
	padding-left: 0px;
	margin-top: 8px;
}

.content a {
	color: #4ACCD4;
	text-decoration: none;
}

.content a:visited {
	color: #4ACCD4;
	text-decoration: none;
}

.content a:hover {
	color: #4ACCD4;
	text-decoration: underline;
}

/* ===== NAVIGATION TOP ===== */
.navigationTop {	
	border: 1px solid #FFFFFF;
	border-color: #FFFFFF;
	background:#737373 url(images/blocks_darkblue.gif);
/*	background:#B8B3AD url('images/blocks_aqua.gif');	 */
	height: 35px;
	margin: 0px;
	padding-top: 0px;
}

.navigationTop a {
	background:#737373 url(images/blocks_darkblue.gif);
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1.1em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	padding-top: 0px;
}

.navigationTop a:visited {
	background:#737373 url(images/blocks_darkblue.gif);
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1.1em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	padding-top: 0px;
}
.navigationTop a:hover {
	background: #B8B3AD url('images/blocks_blue.gif');
	border-right: 1px solid #FFFFFF;
	color: #737373;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1.1em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	padding-top: 0px;
}

/* ===== MAIN ===== */
.main {
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

/* ===== COPYRIGHT ===== */
.copyright {
	background-image: url(images/blocks_blue.gif);
	font-size: 10px;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 10px;
	width: 950px;
}
/*******************************************************/

.info {
	line-height: 18px;
	color: #737373;
	margin: 5px 25px 5px 25px;
}

.info_highlight {
	font-size: 11px;
	line-height: 18px;
	color: #6699cc;
	margin: 5px 5px 5px 25px;
}

.navlink {
	font-size: 11px;
	line-height: 18px;
	color: #737373;
	margin: 5px 5px 0px 5px;
}

.tableHeader {
	font: bold, 1.1em, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

li {
	font-size: 11px;
	line-height: 18px;
	color: #6699cc;
}

ul {
	font-size: 11px;
	line-height: 18px;
	list-style-type:square;
	color: #737373;
}

.footer {
	font-size: 10px;
	color: #ffffff;
}

.footerLink {
	font-size: 10px;
	color: #ffffff;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	width: 75px;
}


