/* Cascading Style Sheet for chopstik.net */
body
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	background-image: url(../images/redstripe.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

p,div,td,li,ul,ol
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #707070;
	font-style: normal;
}

.title
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #000;
	font-style: normal;
}

.tiny
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
	font-style: normal;
}

.reference { color: #CC0000; }


.tinyhead
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	color: #000;
	font-style: normal;
}

.error { color: #F00; }

A:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

input.text
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #676767;
	background-color: #FFF;
	height: 14px;
	border-color: #999;
	border-width: 1px;
	padding: 2px;
}

textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #676767;
	background-color: #FFF;
	border-color: #999;
	border-width: 1px;
	padding: 2px;
}

input.button
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #CC0000;
}

input.checkbox
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #676767;
	background-color: #FFF;
}

select.pulldown
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #676767;
	background-color: #FFF;
}
