/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
 { font-size: 12px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0 }

form, input { margin: 0; padding: 0; }
a  { color: #900; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}






body { text-align: center; } /* center on ie */

#container
{ position: relative; margin: 0 auto; /* center on everything else */
   width: 800px; text-align: left; border-style: none; }

#container-inner { position: static; width: auto; }


/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



.table     { text-align: center; position: fixed; top: 0; width: 800px; height: 602px; border-style: none; outline: none 0 #fff  }
.text_small { color: #330; font-size: 9px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin-right: 12px; margin-left: 12px; }
.text   { color: #330; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; line-height: 15px; text-align: left; margin-right: 12px; margin-left: 12px; vertical-align: text-top }
