/*------------------------------------------------------------------
[Reset and Common Styles Stylesheet]
Project: ISEEK
Version: 1.0
Last change: 2008-10-18
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }


body { background: #fff; color: #000000; font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, lucida, sans-serif; line-height: 1.53; }

a { color: #000000; text-decoration:none; }
a:hover { color:#222222; }
a:link { color: #000000; }
/* Change the outline style on :focus for keyboard accessibility*/
a:focus { outline: blue solid 2px; }
textarea:focus, input:focus{
    outline: 1px solid blue;
}
input[type=radio]:focus{
    outline: none;
}


/*a.ext {background: url(../images/link-icon.gif) no-repeat; padding: 0 0px 0 20px;}*/
a.noline { background: none; padding: 0 0 0 0;  }

h1 { font-size: 1.9em; color: #A52A2A; font-weight: normal; line-height: 1.2; }
h2 { font-size: 1.6em; margin:0; font-weight: normal; }
h3 { font-size: 1.5em; }
h4, h5, h6 { font-size: 1.3em; }
p { margin: 0 0 1.2em 0; }
p.subtitle { color: #336699; font-size: 1.45em; line-height: 1.2; margin-bottom: 0.15em; } 
p.date { font-size: 1.2em; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
ol, ul { list-style: none; }
dl { margin: 0 0 1em 0; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; }
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
table { border-collapse: separate; border-spacing: 0; font-size: 1em; }
caption, th, td { font-weight: normal; text-align: left; }
caption.header-caption {font-size:1.6em;  }
th, td { padding: 0.25em 0.25em 0.25em 0.5em; }
hr { display: none; }
.clear { clear: both; }
.top { vertical-align: top; }
.center { text-align: center; }
/*.pp { position: absolute; top: 0; left: 0; z-index: 10000; opacity: 0.5; }
.pp img { display: block; }*/ /*only for css3*/
.cleaner { clear: both; font-size: 0; height: 0; line-height: 0.0; }
.reader{ /*position off screen for screen reader */
    position:absolute !important;
    left:-10000px !important;
    top:auto !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;}
