/**
* \file pmx_blocks.css
* CSS file for the Blocks
*
* \author PortaMx - Portal Management Extension
* \author Copyright 2008-2011 by PortaMx - http://portamx.com
* \version 1.4
* \date 22.07.2011
*/

/* minicalendar */
.calgrid
{
	text-align: center;
	margin: 0 5%;
	padding: 1px 1px 2px 1px;;
	width: 13%;
}
.calgrid_today
{
	font-weight: bold;
	margin: 0px !important;
	font-size: 8pt;
	color: #00a000;
	border-color: #00a000;
}
.calgrid_day0
{
	color: #c00000;
}
.calgrid_day6
{
	color: #0000c0;
}
.calgrid_head
{
	text-align: center;
}
.calgrid_pad
{
	padding-top: 5px;
	font-weight: bold;
}

/* categories */
.pmxSidebar
{
	position: 	absolute;
	overflow: auto;
	font-size: inherit !important;
	padding: 0;
}

/* User_login */
ul.userlogin
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
ul.userlogin li span
{
	margin: 0px 5px;
	vertical-align: top;
}

/* theme_select */
.themsel
{
	width: 99%;
	overflow:hidden;
}
.themthumb
{
	width: 97%;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
}
.themthumb img
{
	cursor: pointer;
}

/* statistics */
ul.statistics
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.statistics li span
{
	margin: 0px 5px;
	vertical-align: top;
}
.onlinelist
{
	overflow: auto;
}

/* polls */
.polloptions
{
	line-height: 1.4em;
}

/* download */
.dlcomment
{
	padding: 5px 0px;
	font-family: Tahoma;
	line-height: 1.1em;
}
