﻿div.notification
{
	font-size: 14px;
	color: White;
	margin: 5px 0 0 0;
	padding: 3px 0 2px;
	text-align: center;
	font-weight: bold;
	background-color: #bf1e2e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
div.panel_container
{
	margin: 5px 0 0 0;
	overflow: auto;
	width: 100%;
}

div.panel_container div.panel
{
	background-color: White;
	height: 210px;
	padding: 5px;
}
div.panel_container div.panel h3
{
	color: White;
	padding: 5px 0 5px 8px;
	margin: 0 0 5px 0;
	font-size: 15px;
}
div.panel_container div.pAbout
{
	float: left;
	width: 225px;
	margin-right: 7px;
	background-image: url(/images/home/about_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.panel_container div.pAbout h3
{
	background-color: #fed901;
}
div.panel_container div.pNews
{
	float: left;
	width: 165px;
	margin-right: 7px;
}
div.panel_container div.pNews h3
{
	background-color: #ed1f8f;
}
div.panel_container div.pArticles
{
	float: left;
	width: 245px;
	background-image: url(/images/home/article_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.panel_container div.pArticles h3
{
	background-color: #00aeef;
}
div.panel_container div.pGames
{
	float: right;
	width: 165px;
}
div.panel_container div.pGames h3
{
	background-color: #f7941e;
}

div.pArticles div.article img
{
	float: left;
	margin-right: 5px;
}

div.pArticles div.article div.text
{
	float: right;
	width: 165px;
}

div.pArticles div.article a, div.pArticles div.article a:visited
{
	text-decoration: none;
	color: #005F96;
	font-weight: bold;
	display: block;
	margin-top: 1px;
	margin-bottom: 2px;
}
div.pArticles div.article a:hover
{
	text-decoration: underline;
}

div.panel div.about
{
	padding: 0 3px;
}
div.panel div.about p
{
	text-align: justify;
	margin: 5px 0 0 0;
	padding: 0;
}
div.panel div.article p
{
	text-align: justify;
	margin: 0;
	padding: 0;
}
div.panel a, div.content div.panel a:visited
{
	text-decoration: none;
	color: #005F96;
	font-weight: bold;
	display: block;
	margin-top: 1px;
	margin-bottom: 2px;
}
div.panel a:hover
{
	text-decoration: underline;
}
div.center
{
	text-align: center;
}

/* cycle */
ul#news_cycle
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul#news_cycle li
{
	margin: 0;
	padding: 4px 0;
	display: block;
	text-align: center;
	width: 100%;	
}
