/*
 * handheld.css - Hiptop stylesheet. Moo.
 *
 * :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*/
 
blockquote
{
	padding: 3px;
}
 
body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre
{
	font-size: 10px;
}

select
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

/*}}}*/
	
/*{{{ Classes*/

.commentTitle
{
	border-top: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}

.commentBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.commentByline
{
	font-size: 9px;
}

.commentReplies
{
	font-size: 9px;
	margin-bottom: 5px;
}

.commentToolbar
{
	border-bottom: 1px solid #000000;
	font-size: 9px;
}
	
.contentTitle
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

.contentBody
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.contentByline
{
	font-size: 9px;
}

.contentToolbar
{
	border-bottom: 1px solid #000000;
	font-size: 9px;
}
	
.copyright
{
	border-top: 1px solid #ff9900;
	font-size: 9px;
	margin-top: 10px;
	text-align: right;
}

.formHeader
{
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.formField
{
}

.header
{
	font-weight: bold;
	margin-top: 5px;
	text-decoration: underline;
}
	
.imageLeft
{
	border: 1px solid #000000;
	float: left;
	padding: 1px;
	margin: 3px;
	margin-left: 1px;
}
	
.imageRight
{
	border: 1px solid #000000;
	float: right;
	padding: 1px;
	margin: 3px;
	margin-right: 1px;
}

.logo
{
	display: none;
}

.logoImage
{
	display: none;
}

.mainbar
{
	padding: 3px;
}

.pagerLeft
{
	float: left;
	position: relative; 
}

.pagerRight
{
	float: right;
	position: relative;
}

.sideboxtitle
{
	font-weight: bold;
	margin-bottom: 5px;
}

.text
{
	border: 1px solid #afafaf;
}

/*}}}*/
