@import url('/css/head.css');
@import url('/css/menu.css');
@import url('/css/layout.css');

.action a
{
	font-weight: bold; color: red; font-size: 17px; text-decoration: none;
}

/*
@import url('/css/tree.css');
*/

*
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body
{
	margin:0;
	padding:0;
}

.clearer
{
	clear: both;
}

.more
{
	float: right;
	margin: 0;
}

.homelink
{
	cursor: pointer;
}

/* ---Titles--- */

.title
{
	height: 25px;
	background: url('/images/head.b.rb.gif') no-repeat right top;
	margin-bottom: 5px;
}

.title h1, .title h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
/*	text-transform: uppercase;*/
	padding: 5px 5px 0 20px;
	background: url('/images/head.b.l.gif') no-repeat;
	margin: 0;
}

.titlegreen
{
	height: 25px;
	background: url('/images/head.g.rb.gif') no-repeat right top;
	margin-bottom: 5px;
}

.titlegreen h1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
/*	text-transform: uppercase;*/
	padding: 5px 5px 0 20px;
	background: url('/images/head.g.l.gif') no-repeat;
	margin: 0;
}

.titleblue
{
	height: 25px;
	background: url('/images/head.b.rb.gif') no-repeat right top;
	margin-bottom: 5px;
}

.titleblue h1, .titleblue h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
/*	text-transform: uppercase;*/
	padding: 5px 5px 0 20px;
	background: url('/images/head.b.l.gif') no-repeat;
	margin: 0;
}

/* ---Titles--- */

.spanlink
{
	cursor: pointer;
	text-decoration: none;
	color: #0000FF;
}

.spanlinkSel
{
	cursor: pointer;
	text-decoration: underline;
	color: #0000FF;
}

.divmorelink
{
	text-align: right;
	margin: 2px 0;
}

a
{
	color: #db2325;
	font-weight: bold;
	font-size: 11px;
}

/* ---Articles--- */

#articles
{
}

#articles a
{
	color: #1b4490;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

#articles .infotitle
{
	clear: both;
	margin: 5px;
}

#articles .infotitle h2
{
	float: left;
	margin: 0;
	height: 20px;
}

#articles .infotitle h3
{
	margin: 0 0 3px 0;
}

#articles .infotitle h2 a, #articles .infotitle .more a
{
	font-size: 12px;
}

/* ---Articles--- */


/* ---News--- */

.firstnews
{
	padding: 5px;
}

.news
{
	padding: 5px;
}

.newsdate
{
	font-size: 10px;
	color: #555;
	margin-right: 10px;
}

.newsbody
{
	margin: 5px 5px 0px 10px;
}

/* ---News--- */


#leftcolumnarticles
{
	margin-right:5px;
	width: 250px;
	float: left;
}

#leftcolumnarticles a
{
	color: #1b4490;
	text-decoration: none;
}

#leftcolumnarticles a.current
{
	color: #DB2325;
	text-decoration: underline;
}

#leftcolumnarticles a:hover
{
	text-decoration: underline;
}

/* -- --*/

.articlelist
{
	padding: 5px;
	border: 1px solid #DDD;
	margin-bottom: 10px;
}

.articlelistdate
{
	font-size: 10px;
	color: #555;
	margin-right: 10px;
}

.articlelistbody
{
	margin: 5px 5px 0px 10px;
}

.articlelistbody h2, .articlelistbody h2 a
{
	margin: 0 0 5px 0;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.articlelistdescription
{
	margin-left: 10px;
}

.onearticle .right
{
	float: right;
	font-style: italic;
}

.onearticle
{
	margin-right: 5px;
	width: 755px;
	float: left;
	text-align: justify;
}

.onearticle h2
{
	font-size: 14px;
}

.addarticle
{
	color: #000080;
}

/***  ===FORMS===  ***/

.f-item {
	margin-bottom: 10px;
}

.f-label {
	float: left;
	width: 15%;
	padding-right: 15px;
	text-align: right;
	font: 13px Arial;
	color: #333;
}

.f-valuered {
	color: #f00;
}

.f-value .alert {
	background: #fee;
}

.f-value TEXTAREA {
	width: 400px;
	height: 52px;
	color: #666;
}

.f-value-checkbox {
	background: transparent;
	border: 0px;
}

.f-describe {
	margin-left: 18%;
	font-size: 11px;
	color: #777;
	margin-bottom: 3px;
}

.f-describe.alert {
	color: #f33;
}

.f-im {
	background: url('/images/redstar.gif') no-repeat top left;
	width: 10px;
	padding-left: 13px;
}

.f-im SPAN {
	color: #e33;
	font-weight: bold;
}

#vcard
{
	display: none;
}
