/** 
* @file portamx.css
* CSS file for portamx
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.957
* @Date: 11.03.2009
*/

/* Admin Manual styles */
.manual
{
	color: #c0c0c0;
	background: url(SysCss/Images/logobackground.gif) #093C7B no-repeat;
	line-height: 1em;
	padding: 0;
	margin: 4px 0 0 0;
}
.manual .header
{
	text-align: center; 
	height: 77px; 
	color: #ffffff;
	font-size: 11pt;
	font-family: tahoma, sans-serif;
}
.manual .headertitle
{
	font-size: 18pt;
	font-style: oblique;
	line-height: 1.1em;
	padding: 6px 20px 0 0;
	text-align: right;
}
.manual .booknav
{
	font-size: 8pt;
	padding: 0px 5px 2px 5px;
	font-family: arial, sans-serif;
	background-color: #002060;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #f0f0f0 #093C7B #f0f0f0 #093C7B;
}
.manual .booknav a
{
	white-space: nowrap;
	font-weight: bold;
}
.manual .booknav a:link, .manual .booknav a:visited
{
	color: #f0f080;
	text-decoration: none;
}
.manual .main
{
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 19px;
	overflow: auto;
	padding: 5px 10px;
	margin: 2px 0 1px 0;
	font-size: 9pt;
	font-family: tahoma, sans-serif;
}
.manual .title
{
	color: #ffffff;
	font-size: 11pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
}
.manual .subtitle
{
	color: #ffffff;
	font-size: 10pt;
	font-family: arial, sans-serif;
	font-weight: bold;
}
.manual .text, .manual .subtext, .manual .boldtext
{
	color: #e0e0e0;
	font-size: 9pt;
	font-family: arial, sans-serif;
}
.manual .subtext
{
	padding-left:5px;
}
.manual .boldtext
{
	padding: 2px 10px 0 5px;
	font-weight: bold;
}
.manual ul
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-image: url(SysCss/Images/bullet_yellow.gif);
	list-style-position: inside;
}
.manual ul li ul
{
	margin: 0;
	padding: 0 1.3em;
}
.manual a:link, .manual a:visited
{
	color: #ffe080;
	text-decoration: none;
}
.manual a:hover
{
	background-color: #808080;
	color: #ffffff;
}
.manual img
{
	border: 0;
}
.manual .code
{
	font-family: Courier, Monospace; 
	background-color: #f8f8f8; 
	border: 2px solid #002060; 
	padding: 5px; 
	max-height: 200px;
	white-space: nowrap; 
	overflow: auto;
}
.manual .docfooter
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 7pt;
	padding: 0px 10px;
	font-family: verdana, sans-serif;
	background-color: #002060;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #f0f0f0 #093C7B #093C7B #093C7B;
}
.manual .docfooter img
{
	position: fixed;
	left: 10px;
	bottom: 5px;
}

/* information boxes */
.info_text
{
	font-size: 11px;
	line-height: 1.3em;
	padding: 1px 4px 4px 4px;
}
.info_toggle img
{
	cursor: pointer;
	margin-bottom: -3px;
}
.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 */
#xbartop, #xbarbottom
{
	position: fixed;
	height: 15px;
	z-index: 9999;
	left: 1px;
	right: 1px;
}
#xbartop
{
	top: 1px;
}
#xbarbottom
{
	bottom: 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; 
	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;
}
