/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
.need {
	font-size: 18px;
	color: #F00;
}
.newsbox
{
	border:#999;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	width: 400px;
	height: 100px;
}
.newsbox a
{
	color:#2F955A;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

.newsbox_left
{
	border:#999;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	
	height: 70px;
}
.newsbox_left a
{
	color:#2F955A;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}
