/** 
* @file portamx.css
* CSS file for portamx
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.961
* @Date: 09.08.2009
*/

/* bugfixing all browser */
.clearfix:after
{
	content: "" !important;
}

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

/* 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%;
}
.adm_w70
{
	width: 70%;
}
.adm_w60
{
	width: 60%;
}
.adm_w50
{
	width: 50%;
}
.adm_w30
{
	width: 30%;
}
.adm_w20
{
	width: 20%;
}

/* 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 */
#xbarhead, #xbarfoot
{
	position: fixed;
	height: 12px;
	left: 1px;
	right: 1px; 
	z-index: 9999;
}
#xbarhead
{
	top: 1px;
}
#xbarfoot
{
	bottom: 1px;
}
#xbartop, #xbarbottom
{
	position: fixed;
	height: 12px;
	left: 18%;
	right: 18%;
	z-index: 10000;
}
#xbartop
{
	top: 14px;
}
#xbarbottom
{
	bottom: 14px;
}
#xbarleft, #xbarright
{
	position: fixed;
	width: 12px;
	top: 1px;
	bottom: 1px;
	z-index: 10000;
}
#xbarleft
{
	left: 1px; 
}
#xbarright
{
	right: 1px;
}
#xbarleft:hover, #xbarright:hover, #xbartop:hover, #xbarbottom:hover, #xbarhead:hover, #xbarfoot:hover
{
	opacity: 0.7; 
	background-color: #90a0b0;
	border-width: 2px;
	border-style: solid;
	border-color: #f0f0f0 #101010 #101010 #f0f0f0;
	cursor: help;
}
