/* -------------------------------------------------------------- 
  
   Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.2; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
  
   End CSS Reset.
   
-------------------------------------------------------------- */


/* --------------------------------------------------------------

     Basic Typography
     
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#000;}
h1,h2{
     font-family: Helvetica, Arial, Verdana, sans-serif;
}
h1 { font-size: 1.7em; line-height: 1; margin-bottom: 0.2em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em;}
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em;}
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em;}
h5 { font-size: 1.1em; margin-bottom: 1.5em;}
h6 { font-size: 1.1em;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.3em; }
p img       { float: left; margin: 1.3em 1.3em 1.3em 0; padding: 0; }
p img.right { float: right; margin: 1.3em 0 1.3em 1.3em; }

a:focus, 
a:hover     { color: #a50000;}
a           { color: #f00; text-decoration: underline; }

blockquote  { margin: 1.3em; color: #666; font-style: italic; }
b, strong   { font-weight: bold; color:#000;}
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.3em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.2; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.3em; }
ul, ol      { margin: 0 1.3em 1.3em 1.3em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.3em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.3em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 2px 5px; vertical-align: top;}
tfoot       { font-style: italic; }

/* --------------------------------------------------------------

     End Basic Typography
     
-------------------------------------------------------------- */



body {
     text-align:center;
     font-family: Helvetica, Arial, Verdana, sans-serif;
     font-size: 80%;
     background: #575757 url(/img/bg_body.gif) top repeat-x;
     color: #444;
     
}
.container {
     border: 2px solid #fff;
     margin: 20px auto;
     width:760px;
}
.containerinner {
     
     text-align:left;
     background-color:#FFFFFF;
     border: 3px solid #f00;
}
.container .main_div_1 td {
     border-bottom: 1px dotted #CCCCCC;
}
.container #id_block td{
     border-style: none;
     font-weight: bold;
}
.header{
     background: #bf0000 url(/img/bg_header.gif) top repeat-x;
}
.header h1{
     height:107px;
     background: url(/img/header2.gif) top no-repeat;
     text-indent: -1500em;
     font-size: 1px;
     margin:0;
     padding:0;
}
.newentry {
     padding-top: 10px;
     font-style: italic;
     font-weight: bold;
     color: #666666;
     padding-left: 6px;
}
.main_div_1 {
     padding: 30px;
     margin: 0;
     background: url(/img/bg_content.gif) top repeat-x;
}
.main_div_header {
     background-color: #e5e5e5;
     text-align:center;
     padding:7px;
     margin-bottom: 6px;
     font: bold 15px Arial, Helvetica, sans-serif;
     color: #666666;
}


/*
h1 {
     text-align: center;
     padding-bottom: 20px !important;
}*/

.main_div_1 li {margin-bottom:10px;}


.sidebar a {text-decoration: none; color: #034895;}
.sidebar a:hover {color: #ff0000;}
.container .main_div_1 .splash td{
     border-bottom: none;
     text-align: center;
}


/*  Pedometer section */
div#pedometer {
     display:  block;
/*     position: absolute; */
     float: right;
     font: 14px Georgia !important;
     font-weight: bold !important;

     width:    287px;
     height:   162px;
     background: url(/img/pedometer.gif) top repeat-x;
margin:8px;
}
div#pedometer div{
     margin: 72px 0 0 100px;
     width: 140px;
     text-align: right;
}

#dump_out td{
     font-size: 10px;

}