/*
 * print.css - Printer stylesheet. Meep.
 *
 * :tabSize=4:indentSize=4:noTabs=false:
 * :folding=explicit:collapseFolds=1:
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the 
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/*{{{ Elements*/
a:link          {color: #660000; text-decoration: none; }
a:visited       {color: #660000; text-decoration: none; }
blockquote      {background: #E7F5FF; border: 1px dotted #000000; color: #000000; font-size: 10px; line-height: normal; padding: 3px; }
body            {background: #ffffff; color: #000000; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; }
input           {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }
pre             {font-size: 10px; line-height: normal; }
select          {border: 1px solid #000000; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; }
textarea        {font-size: 11px; }
/*}}}*/
/*{{{ Generic table classes*/
.genericTable       { padding: 0px; width: 100%; }
.genericTableTitle  { border-bottom: 1px solid #3366CC; font-weight: bold; }
.genericTableHeader { background: #33AACC; border-bottom: 2px solid #3366CC; font-weight: bold;	padding: 2px; }
.genericTableCell   { background: #33AACC; padding: 2px; font-size: 10px; line-height: normal;}
/*}}}*/
/*{{{ Classes*/
.button                        {background: #efefef; border: 1px solid #afafaf; color: #000000; cursor: pointer; }
.commentTitle                  {background: #f5f5f5; border-top: 1px solid #000000; color: #000000; font-size: 11px; font-weight: bold; margin-top: 10px; }
	.commentTitle a:link       {color: #000000; text-decoration: none;	}
	.commentTitle a:visited    {color: #000000; text-decoration: none; }
.commentBody                   {margin-top: 5px; margin-bottom: 5px; text-align: justify; }
.commentByline                 {border-bottom: 1px dashed #afafaf; color: #afafaf; font-size: 9px; }
	.commentByline a:link      {color: #afafaf; text-decoration: none; }
	.commentByline a:visited   {color: #afafaf; text-decoration: none; }
	.commentByline a:hover     {color: #000000; text-decoration: none; }
.commentReplies                {font-size: 9px; line-height: normal; margin-bottom: 5px; }
.commentToolbar                {background: #f5f5f5; color: #000000; border-top: 1px dashed #afafaf; border-bottom: 1px solid #000000; font-size: 9px; }
.contentTitle                  {border-bottom: 1px solid #000000; color: #660000; font-size: 14px; font-weight: bold; margin-top: 30px; padding-bottom: 3px; }
	.contentTitle a:link       {color: #660000; text-decoration: none; }
	.contentTitle a:visited    {color: #660000; text-decoration: none; }
.contentBody                   {margin-top: 5px;margin-bottom: 5px;text-align: justify;}
.contentByline                 {color: #afafaf;font-size: 9px;}
	.contentByline a:link      {color: #afafaf;text-decoration: none;}
	.contentByline a:visited   {color: #afafaf;text-decoration: none;}
.copyright                     {border-top: 1px solid #000000;color: #afafaf;font-size: 9px;line-height: normal;margin-top: 5px;text-align: right;}
	.copyright a:link          {color: #afafaf;text-decoration: none;}
	.copyright a:visited       {color: #afafaf;text-decoration: none;}
.formHeader                    {background: #f9f9f9;color: #000000;font-weight: bold;padding-right: 3px;text-align: right;}
.formField                     {line-height: normal;}
.header                        {border-bottom: 1px solid #000000;font-weight: bold;margin-top: 25px;width: 250px;}
.imageLeft                     {border: 1px solid #000000;float: left;padding: 1px;margin: 5px;margin-left: 1px;}
.imageRight                    {border: 1px solid #000000;float: right;padding: 1px;margin: 5px;margin-right: 1px;}
.mainbar                       {padding: 3px;}
.pagerLeft                     {float: left;position: relative;}
	.pagerLeft a:link          {color: #000000; text-decoration: none; }
	.pagerLeft a:visited       {color: #000000; text-decoration: none; }
.pagerRight                    {color: #000000;float: right;position: relative;text-decoration: none;}
	.pagerRight a:link         {color: #000000; text-decoration: none; }
	.pagerRight a:visited      {color: #000000; text-decoration: none; }
.text                          {border: 1px solid #afafaf;}
.contentToolbar                {display: none;}
.infoBox                       {display: none;}
.sidebar                       {display: none;}
/*}}}*/
