@import url("reset.css");

/*------------------------------------------------------------------- GLOBAL */
html { overflow:-moz-scrollbars-vertical; }

body {
	font:16px Garamond, "Times New Roman", Times, serif;
	background-color:#FDFBF8;
	color:#000066;
}

h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:.04em;
	padding-bottom:5px;
	color:#0C1D7B;
}
h2 a { color:#0C1D7B; text-decoration:none; border:none; }

a {
	background: transparent;
	color:#646FAB;
	text-decoration: none;
	border-bottom: 1px dotted #646FAB;
}
a:hover {
	background: transparent;
	color: #0C1D7B;
	border-bottom: 1px dotted #333;
}

p, ul, ol { margin:0; padding:0 0 10px 0; }

hr { background-color:#999; }

.clear { clear:both; }
.ico { vertical-align:bottom; }
.left { float:left; }
.right { float:right; }

/*------------------------------------------------------------------- Main Content */
div.container {
	width:950px;
	margin:10px 0 0 10px;
}

div.image {
	width:500px;
	height:500px;
	float:left;
	border:1px solid #663300;
	text-align:center;
	margin:0 0 0 0;
}

div.desc {
	width:480px;
	clear:left;
	color:#0C1D7B;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
}

div.detail {
	width:438px;
	float:right;
	height:471px;
	overflow:auto;
}
div.detail h1 {
	padding-left:.25em;
}

div.footer {
	width:438px;
	float:right;
	margin: 3px 0 0 0;
}
div.footer h2 {
	text-align:right;
	margin:0;
	padding:0;
}
div.footer h2 a:hover { border:0; }

div.search {
	/*font-size:1.2em;*/
}

/*------------------------------------------------------------------- TABLES */
table.detail {
	width:420px;
	border: none;
}
table.detail th, table.detail td {
	border: none;
	padding: .4em;
}

/* Blue Style*/
table {
	border: 2px solid #939ED5;
	color:#000066;
	background: #fff;
}
caption {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color:#000066;
	background: transparent;
	padding: 0 0 .4em 0;
}
th, td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #939ED5;
	padding: .3em;
}

td.link { text-align:center; }
td.link a, td.link a:hover { border:none; }

th[scope=col] {
	background:#1D3BA3;
	color:#E3F8FE;
	font-weight:bold;
	/*font-size:1.1em;*/
}
th[scope=row] {
	color:#4E5B9F;
	font-weight:bold;
	/*font-size:1.1em;*/
}

th a {
	background: transparent;
	color: #72724c;
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px dotted #cc9;
}
th a:hover {
	background: transparent;
	color: #666;
	border-bottom: 1px dotted #72724c;
}

tr.row0 { background: #C9CEE9; }
tr.row1 { background: #EAECF7; }
tr:hover { background: #F7F8FB; }


