/* ------------------------------------------------------------------------
    common
   ------------------------------------------------------------------------  */

body, html {
	background-color:#fff;
	scrollbar-base-color:#ccc;
	scrollbar-track-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3d-light-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-shadow-color:#959494;
	scrollbar-arrow-color:#ccc;
}

* {
	border:0;
	font-family:Arial,Helvetica, sans-serif;
	line-height: 18px;
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------------------
    navigation
   ------------------------------------------------------------------------  */

#navigation {
	color:#000;
	font-weight:bold;
	letter-spacing:0px;
	margin:0 0 20px 5px;
	overflow:hidden;
	width:372px;
	white-space:nowrap;
}

#navigation a {
	color:#000000;
	cursor:hand;
	font-size:14px;
	text-decoration:none;
	padding:0 2px 0 1px;
}

#navigation a.selected, #navigation a:hover {
	color:#fff;
	background:#000;
}

#browseByPublisher, #browseByYear {
	margin:0 0 20px 5px;
	width:372px;
	clear:both;
}

#browseByPublisher a{
    display:block;
    float:left;
    width:90px;
	color:#369;
	font-size:9px;
	margin-right:2px;
}

#browseByPublisher b{
    display:block;
    float:left;
    clear:both;
    width:20px;
    margin-right:72px;
	color:#369;
	background-color:#D0E0FA;
	font-size:10px;
	line-height:18px;
}

#browseByPublisher  a:hover {
	background-color:#369;
	color:#fff;
	text-decoration:none;
}
		
#browseByYear a {
	color:#999;
	font-size:9px;
	letter-spacing:0px;
}

#browseByYear a:hover {
	background-color:#999;
	color:#fff;
	text-decoration:none;
}

/* ------------------------------------------------------------------------
    navigation
   ------------------------------------------------------------------------  */
form {
	margin:0 0 20px 5px;
}

label {
	color:#999;
	font-size:14px;
	letter-spacing:1px;
	padding-right:5px; 
}

input {
	border-bottom:1px solid #89a6c8;
	font-size:14px;
}

p {
	font-size:12px;
	font-style:italic;
	margin:0 0 20px 5px;
	width:372px;
}

p a {
	color:#000;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
}

p a:hover {
	background-color:#999;
	color:#fff;
	text-decoration:none;
}
   
/* ------------------------------------------------------------------------
    list
   ------------------------------------------------------------------------  */

#list {
	border-collapse:collapse;
	border-spacing:0;
	margin-left:5px;
	width:372px;
}

#list td, #list td a {
	background-image:url(images/hg_line.gif);
	color:#999;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}

#list td.headline {
	background-image:none;
	color:#000;
	font-size:14px;
	font-weight:bold;
}

#list td.ti {
	width:229px;
}

#list td.pub a{
	color:#369;
	font-size:9px;
}
		
#list td.year a {
	color:#999;
	font-size:9px;
	letter-spacing:0px;
}

#list td.year {
	text-align:right;
}

#list td span.double {
	color:#649FB8;
	font-family:Verdana, Arial, sans-serif;
	font-size:9px;
	letter-spacing:0px;
}

#list td span.double2 {
	color:#063;
	font-family:Verdana, Arial, sans-serif;
	font-size:8px;
	letter-spacing:1px;
}

#list td.ti a {
	color:#000;
	font-size:12px;
}

#list td.ti a:hover {
	background:#000;
	color:#fff;
}

/* ------------------------------------------------------------------------
    footer
   ------------------------------------------------------------------------  */
#footer {
	color:#609;
	font-size:10px;
	letter-spacing:0px;
	line-height:12px;
	margin:10px 0;
	padding:5px;
	width:372px;
	clear:both;
}

#footer em {
	color:#000;
	font-weight:bold;
	font-style:normal;
}

#footer .left {
	float:left;
	text-align:left;
	width:180px;
}

#footer .right {
	float:right;
	text-align:right;
	width:180px;
}

