﻿.norepeat 
{
	background-repeat		: no-repeat;
}
.body {
	font-family: verdana; color: #333333; text-decoration: none; font-size: 10px;
}
.inputstyle 
{
    border-left				: #ACACAC 1px solid;
	border-right			: #ACACAC 1px solid;
	border-top				: #ACACAC 1px solid;
	border-bottom			: #ACACAC 1px solid;
	font-size				: 9px;
	color					: #333333;
	font-family				: Verdana, Sans-Serif;
	background-color		: #FFFFFF;
}
.date 
{
	font-weight				: bold;
	font-size				: 10px;
	color					: #636363;
	font-family				: Verdana, Sans-Serif;
}
.bgmodal {
    background:		#CCCCCC;
	filter:			alpha(opacity=70);
	opacity:		0.7;
}
.popup {	
	border-width:	1px;
	border-style:	solid;
	border-color:	lightbrown;
}
.voteresult {
	background-image		: url(/images/poll_bkgrd.jpg);
	background-repeat		: no-repeat;
	margin					: 0px;
	font-size				: 10px; 
	color					: #666666; 
	font-family				: Verdana, Sans-Serif;
}
.articledetail 
{
	background-image		: url(/);
	background-color		: White; 
	margin					: 0px;
	font-size				: 10px; 
	font-family				: Verdana, Sans-Serif;
}
.brownbody 
{
	background-image		: url(/);
	background-color		: #e5dcce; 
	margin					: 0px;
	font-size				: 10px; 
	font-family				: Verdana, Sans-Serif;
}
.hide {
	visibility	: hidden;
	height		: 0px;
	width		: 0px;
}

.header {
	font-family			:Arial Narrow;
	font-size			:8pt;
	font-weight			:bold;
	text-transform		:uppercase;
}
.handcursor 
{
	cursor : pointer;
}


