/* YUI reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* END YUI RESET */

body {
 background-color: #fff;
 margin: 10px 10px 10px 10px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 13px;
 color: #4F5155;
}

strong {
 color: #333; 
 font-weight:bold;  
}

h1 {
 color: #990000;
 border-top: 1px solid #D0D0D0;
 font-size: 14px;
 font-weight: bold;
 margin: 0px 0 2px 0;
 padding: 7px 0 10px 0;
}

h2 {
 color: #333333;
 border-bottom: 1px solid #D0D0D0;
 font-size: 12px;
 font-weight: bold;
 margin: 8px 0 2px 0;
 padding: 6px 0 10px 0;
 line-height: 0;  
}

h3 {
 color: #333333;
 font-size: 11px;
 font-weight: normal;
 margin: 5px 0 2px 0;
 padding: 6px 0 10px 0;
 line-height: 0;  
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.notice {
  border:1px solid #9F0909; 
  padding: 8px;
  width:300px;
  margin: 10px 0; 
}
table.sortable thead th {
  background-color: #993300;
}
table.sortable thead th,  table.sortable td {
 padding-left: 4px; 
}

table.sortable td {
 padding: 6px 0 6px 5px; 
 font-size: 11px;
}

table.sortable thead a:link, table.results thead a:hover, table.sortable thead a:active, table.sortable thead a:visited {
 color: #fff; font-weight:bold; border-bottom:0 !important; 
}
table.sortable tbody a:link, table.results tbody a:hover, table.sortable tbody a:active, table.sortable tbody a:visited {
 color: #c60 !important; 
}

table.sortable thead th.title, table.sortable td.title {
  width: 220px; 
  max-width: 220px; 
}

table.sortable thead th.author, table.sortable td.author {
  width: 80px; 
  max-width: 80px; 
}

table.sortable thead th.pubdate, table.sortable td.pubdate {
  width: 80px; 
  max-width: 80px; 
}

table.sortable thead th.pub, table.sortable td.pub {
  width: 140px; 
  max-width: 140px; 
}


a {
 color: #990000;
 background-color: transparent;
 font-weight: normal;
}

.row1 { 
 background-color: #fff; 
}

.row2 { 
 background-color: #E4E6D4;
}

.search {
 font-size: 11px; 
}
input#search_input {
 width: 230px; 
}
td.row_two {
 padding-top:3px; 
}
div.article_info strong {
 margin: 8px 0; 
}
div.article_info {
  margin: 6px 0;
}
img {
 margin: 0 6px 0 6px; 
}
blockquote 
 {margin: 5px 5px 0px 20px;
}
