/** 
* @file portamx.css
* CSS file for portamx
*
* @author PortaMx - Portal Management Extension
* @author Copyright by PortaMx - http://portamx.com
* @Version: 0.951
* @Date: 06.11.2008
*/

/* information boxes */
.info_border, .info_border2
{
	padding: 2px 1px 4px 1px;
}
.info_border2
{
	margin-top: 5px;
}
.info_border span, .info_border2 span
{
	cursor: pointer;
	width: 20px;
	display: block;
	float: left;
}
.info_border div, .info_border2 div
{
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px 3px;
}

/* input ckeckbox etc */
.adm_titlebar, .adm_center_titlebar
{
	padding: 2px;
	margin-bottom: 4px;
}
.adm_center_titlebar
{
	text-align: center;
}
.adm_txt
{
	width: 99.5%;
}
.adm_clear
{
	clear: both;
}
.adm_input, .adm_check
{
	clear: both;
	padding-top: 3px;
}
.adm_input span, .adm_check span
{
	float: left;
}
.adm_input div input
{
	margin-top: -1px;
}
.adm_check div input
{
	margin: 2px 0 0 0;
	display: inline;
}
.adm_input select
{
	margin-top: 5px;
}
.adm_hover:hover
{
	cursor: pointer;
}

/* admin with style */
.adm_w90
{
	width: 90%;
}
.adm_w80
{
	width: 80%;
}

/* common list styles */
ul.list, ul.list_yellow, ul.list_blue, ul.list_red, ul.list_go, ul.list_plus
{
	margin: 0;
	padding: 0.5em 2em 0.5em 2em;
}
ul.list li
{
	list-style-type: disc;
	list-style-position: outside;
}
ul.list_yellow li
{
	list-style-image: url(SysCss/Images/bullet_yellow.gif);
	list-style-position: outside;
}
ul.list_blue li
{
	list-style-image: url(SysCss/Images/bullet_blue.gif);
	list-style-position: outside;
}
ul.list_red li
{
	list-style-image: url(SysCss/Images/bullet_red.gif);
	list-style-position: outside;
}
ul.list_go li
{
	list-style-image: url(SysCss/Images/bullet_go.gif);
	list-style-position: outside;
}
ul.list_plus li
{
	list-style-image: url(SysCss/Images/bullet_plus.gif);
	list-style-position: outside;
}

/* for posts like newtopics, boardnews */
.bbc_list
{
	margin: 0;
	padding: 0.5em 2em 0.5em 2em;
}
.bbc_list li
{
	list-style-type: disc;
	list-style-position: outside;
}

/* the copyright notice */
#pmx_copywrite
{
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 0;
	font-size: 8pt;
	padding: 1em 0 3px 0;
}

/* the PortaMx xbars */
#xbartop, #xbarbottom
{
	position: fixed;
	height: 15px;
	z-index: 9999;
	left: 0px;
	right: 0px;
}
#xbartop
{
	top: 1px;
}
#xbarbottom
{
	bottom: 1px;
}
#xbartop, #xbarbottom
{
	left: 1px;
	right: 1px;
}
#xbarleft, #xbarright
{
	position: fixed;
	width: 15px;
	top: 1px;
	bottom: 1px;
	z-index: 10000;
}
#xbarleft
{
	left: 1px; 
}
#xbarright
{
	right: 1px;
}
#xbarleft:hover, #xbarright:hover, #xbartop:hover, #xbarbottom:hover
{
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	background-color: #90a0b0;
	border-width: 2px;
	border-style: solid;
	border-color: #f0f0f0 #101010 #101010 #f0f0f0;
}
#xbarleft:hover, #xbarright:hover
{
	cursor: e-resize;
}
#xbartop:hover, #xbarbottom:hover
{
	cursor: n-resize;
}

