﻿div#panelMain
{
	/**/	
}

/* LEVEL1 */
div#panelMain div#level1
{}

div#panelMain div#level1 div#content
{
	float:left;
	width:490px;
	margin-left:30px;
}

div#panelMain div#level1 div#content div.title
{
	color:#EF0000;
	font-weight:bold;
}

div#panelMain div#level1 div#buttons
{
	float:left;
	width:204px;
}

div#panelMain div#level1 div#buttons div
{
	margin-top:5px;
}

/* LEVEL3 */
div#panelMain div#level2
{
	margin:16px 0 0 26px;
}

div#panelMain div#level2 div#l2_left
{
	width:289px;
	float:left;
}

/* In Agenda */
div#in_agenda
{
	width:270px;
	margin-bottom:10px;
}

div#in_agenda div.item
{
	margin-top:4px;
	padding-left:40px;
	background:transparent url(../imgs/li_in_agenda.gif) no-repeat;
}

div#in_agenda div.item div.read
{
	float:right;
	color:#999;
	padding-left:6px;
	background:transparent url(../imgs/arrow_red.gif) no-repeat 0px 4px;
}

div#in_agenda div.item div.title
{
	font-weight:bold;
	color:#FA4444;
}

div#panelMain div#level2 div#l2_right
{
	width:340px;
	float:left;
}

/* UL News */
ul#news
{
	list-style:none;
	margin-left:50px;
	margin-bottom:15px;
}

ul#news li
{
	margin-top:6px;
}

ul#news li div.title
{
	font-weight:bold;
	text-transform:uppercase;
	color:#E30111;
}

ul#news li div.text
{
	color:#666;
}

ul#news li div.link a
{
	color:#300;
	font-weight:bold;
}

/* UL Events */
ul#events
{
	list-style:none;
	margin-left:50px;
	margin-bottom:15px;
}

ul#events li
{
	background:transparent url(../imgs/bullet.gif) no-repeat 0px 5px;
	padding-left:12px;
	margin-bottom:10px;
}

ul#events a
{
	color:#000;
	font-weight:bold;
}