/* --- Combined file written: 2010-09-05 10:43:17 */

/* --- Source file: modules/scribite/pnstyle/style.css */

/**
* Zikula Application Framework
*
* @copyright (c) 2001, Zikula Development Team
* @link http://www.zikula.org
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
*
* @package scribite!
* @license http://www.gnu.org/copyleft/gpl.html
*
* @author sven schomacker
* @version $Id: style.css 56 2008-08-05 07:55:41Z hilope $
 */


/* scribite! related */
div.analyzer {
	border: 1px solid red;
	background: InfoBackground url('images/icons/large/flag.gif') no-repeat 2% 5%;
	margin: 0 auto;
	font-weight: bold;
	padding: 2em 1em 1em 8em; /* top, right, bottom, left */
	width: 80%;
	min-height: 2.5em;
	margin-bottom: 1em;
}


/* --- Source file: modules/MyProfile/pnstyle/style.css */

/** user **/

/** display plugin **/
.myprofile_pluginmyprofile {
	font-size: 90%;
	border-color: #000;
	border: 1px solid;
	background-color: #aaa;
	padding: 10px;
	margin: 5px;
	float: left;
}

.myprofile_avatar {
  	text-align: center;
}

/** user: display **/
.myprofile_link {
	float: right;
}
.myprofile_iconline img {
  	float: right;
}
.myprofile_halfbox
{
	float: left;
	width: 45%;
	margin: 2px;
	padding: 2px;
}
.myprofile_clearboth { 
	clear: both; 
}
.myprofile_box {
	border: 1px solid #ddd;
  	background-color: #eee;
	width: 200px;
	padding: 3px;
	text-align: left;
}
.myprofile_box img {
  	float: right;
  	padding: 5px;
}
.myprofile_tabheader a {
	color: #000;
}
.myprofile_tabheader a:hover {
	color: #000;
	text-decoration: none !important;
}
.myprofile_profiletext {
  	padding-top: 3px;
 	padding-bottom: 3px;
}

/** user: search **/

.myprofile_bold {
  	font-weight: bold;
}
.myprofile_hidden {
  	display: none;
}
.myprofile_searchresultbox {
	float:left; 
	width:167px; 
	height:100px; 
	border: 1px solid #aaa; 
	margin:2px; 
	padding:2px;  
}
.myprofile_searchelement {
	clear: both;
    padding-top: 18px;
    padding-bottom: 18px;
}
.myprofile_searchleft {
	float: left;
	width: 30%;
	text-align: right;
}
.myprofile_searchright {
	float: right;
	width: 66%;
    max-height: 200px; 
    overflow-x: hidden;
    overflow-y:auto;	
    text-align: left;
}

/** user: main **/

.myprofile_header {
  	border: 1px solid #000;
  	border-top-color: #bbb;
  	border-left-color: #bbb;
  	text-align: center;
  	background-color: #E0E0E0;
  	padding: 5px;
  	margin-bottom: 18px;
  	vertical-align: middle;
}
.myprofile_footer {
  	border: 1px solid #000;
  	border-top-color: #bbb;
  	border-left-color: #bbb;
  	text-align: left;
  	font-size: 85%;
  	background-color: #E0E0E0;
  	padding: 5px;
  	margin-top: 3ex;
  	margin-bottom: 3ex;
  	vertical-align: middle;
}
.myprofile_formelement {
  	margin-top: 8px;
  	margin-bottom: 8px;
}
.myprofile_javascript {
  	display:none;
}
.myprofile_tabheader {
  	display: block;
  	font-size: 120%;
  	padding: 5px;
}
.myprofile_tab {
	background-color: #eee;
  	border: 1px solid #000;
  	border-right-width: 1px;
  	border-bottom-width: 0px;
  	border-top-color: #bbb;
  	border-left-color: #bbb;

	display: inline;
  	padding: 5px;
  	margin-right: 2px;
  	font-style: italic;
  	font-weight: bold; 
	cursor: pointer; 	

}
.myprofile_tab:hover {
  	background-color: #99c;
}
.myprofile_tab:active {
  	background-color: #fd0;
}
.myprofile_tabactive {
  	background-color: #ddd;
  	border-bottom: 3px solid #ddd;
  	border-right: 1px solid #bbb;
}
.myprofile_separator {
  	background-color: #EEE;
  	padding: 10px;
  	border-color: #000;
  	border-right: 1px solid;
  	border-bottom: 1px solid;
  	border-top: 1px solid #bbb;
  	border-left: 1px solid #bbb;
  	margin-bottom: 10px;
}
.myprofile_tabcontent_frame {
  	background-color: #ddd;
  	border-color: #000;
  	border-right: 0px;
  	border-bottom: 0px;
  	border-top: 1px solid #bbb;
  	border-left: 0px;
  	padding-left: 0px;
  	padding-top: 5px;
  	padding-right: 0px;
  	padding-bottom: 0px;
}
.myprofile_tabcontent_hidden {
  	display: none;
}
.myprofile_tabcontent {
//  	border: 1px solid #bbb;
  	padding:5px;
//  	margin-top:5px;
  	background-color: #F6F7EB;
}

/** direct plugins for display function **/

.myprofile_userpictures {
  	float:right;
  	margin: 5px;
  	padding: 5px;
//  	background-color: #E0E0E0;
//  	border: 1px dotted;
  	border-color: #000;
	text-align: center;
}

/** admin **/
.pn-adminformbuttons button {
	cursor: pointer;
}
.myprofile_tablebody {  
}
.myprofile_sortableitem {
	background-color: #C0C0C0; 
	padding:10px; 
	margin: 10px; 
	border: 1px dotted #000000;
	cursor: move;
	list-style: none;
}

.myprofile_sortableseparator {
	background-color: #FFD700; 
	padding:10px; 
	margin: 10px; 
	border: 1px dotted #000000;
	cursor: move;
	list-style: none;
}

.myprofile_sortablelist {
	background-color: #E0E0E0; 
	padding: 0px; 
	margin: 0px; 
	border: 1px dotted #000000;
	list-style: none;
}
.myprofile_bold {
  	font-weight: bold;
  	font-size: 1.2em;
}
.myprofile_small {
  	font-size: 0.8em;
}
.myprofile_italic {
  	font-style: italic;
}


/* --- Source file: modules/Dizkus/pnstyle/style.css */

/*  $Id: style.css 1255 2010-03-18 15:18:39Z herr.vorragend $  */

/*******************************************************************************
* phpBB3's prosilver theme adapted for Dizkus
*
* @author Giacomo Gatelli [arthens]
* @author Mateo Tibaquir� [nestormateo]
* @author Carsten Volmer [herr.vorragend]
*
/*******************************************************************************/

#dizkus .dzk_col_left {
    width:47%;
    float:left;
}
#dizkus .dzk_col_right {
    width:53%;
    float:right;
    margin-left:-5px;
}
#dizkus .dzk_colpost_left {
    width:25%;
    float:left;
}
#dizkus .dzk_colpost_right {
    width:75%;
    float:right;
    margin-left:-5px;
}
#dizkus .hidden,
#dizkus_admin .hidden {
    display:none !important;
}
#dizkus .visible,
#dizkus_admin .visible {
    visibility: visible !important;
}
#dizkus .invisible,
#dizkus_admin .invisible {
    visibility: hidden !important;
}
.dzk_handle {
    cursor: move;
}
#dizkus dl,
#dizkus dt,
#dizkus dd,
#dizkus ul,
#dizkus ul li {
    background:none;
    border:none;
    margin:0;
    padding:0;
    list-style: none;
}
#dizkus table {
    width: 100%;
}
div#quickreplyoptions ul li,
div#newtopicoptions ul li,
div#replyoptions ul li,
div#editpostoptions ul li {
    list-style: none;
}
#dizkus .dzk_navbar,
#dizkus .roundedbar,
#dizkus .forumbg,
#dizkus .forum_post {
    color: #444444;
}
#dizkus ul.topiclist li {
    color: #777777;
}
#dizkus .forum_post .postbody .postinfo {
    color: inherit;
}
#dizkus a.dzk_top {
    background-image: url('modules/Dizkus/pnimages/icon_up.gif');
}

/* links */

#dizkus a.dzk_notextdecoration,
#dizkus .dzk_navbar a,
#dizkus .roundedbar a,
#dizkus .forumbg a,
#dizkus .forum_post a {
    text-decoration : none;
}
#dizkus .dzk_navbar a:hover,
#dizkus .roundedbar a:hover {
    text-decoration : underline;
}
#dizkus a.forumtitle {
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
}
#dizkus a.topictitle {
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
}

/* titles */

#dizkus h2 {
    margin:0.8em 0;
    text-align: left;
}
#dizkus h2 .editabletopicheader {
    display: inline;
}
#dizkus h3.footer_title {
    border:none;
    border-bottom:1px solid #CCCCCC;
    clear:both;
    color:inherit;
    font-size:1.05em;
    font-weight:bold;
    margin:1em 0 0.5em;
    padding-top:1em;
    text-transform:uppercase;
}

/* elements */

#dizkus img {
    border: none;
    vertical-align: middle;
}
#dizkus hr {
    border: 0 none #FFFFFF;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin: 5px 0;
    display: block;
    clear: both;
}

/* Rounded Corners */

#dizkus .dzk_rounded {
    border-radius: 6px;
    -webkit-border-radius: 6px;    /* for Safari */
    -moz-border-radius: 6px;       /* for Firefox */
    overflow: hidden;              /* for MSIE8 */
}

#dizkus .dzk_navbar,
#dizkus .roundedbar {
    background: #f2f3f3 url('modules/Dizkus/pnimages/innerbox_bg.gif') repeat-x scroll 0 0;
    padding: 5px;
}
#dizkus .roundedbar {
    margin-bottom: 0.8em;
}
#dizkus .forabg,
#dizkus .forumbg {
    margin-bottom: 4px;
    padding: 5px;
    clear: both;
    background: #616161 url('modules/Dizkus/pnimages/forabg.gif') repeat-x scroll 0 0;
}

/* Horizontal List */

#dizkus ul.linklist {
    display: block;
    margin: 0;
}
#dizkus ul.linklist li {
    display: block;
    list-style-type: none;
    float: left;
    width: auto;
    margin-right: 5px;
    line-height: 2.2em;
}
#dizkus ul.linklist li .dzk_img {
    background: url('modules/Dizkus/pnimages/arrow.png') no-repeat 1px 50%;
    margin-left: 10px;
    padding-left: 15px;
}
#dizkus ul.linklist li .homelink{
    background: url('modules/Dizkus/pnimages/icon_home.gif') no-repeat 1px 1px;
    padding-left: 20px;
    margin-right:0;
}
#dizkus ul.linklist li .previoustopiclink{
    background: url('modules/Dizkus/pnimages/arrow_left.gif') no-repeat 1px 50%;
    padding-left: 10px;
}
#dizkus ul.linklist li .nexttopiclink{
    background: url('modules/Dizkus/pnimages/arrow_right.gif') no-repeat 1px 50%;
    padding-left: 10px;
}
#dizkus ul.linklist li.rightside,
#dizkus p.rightside {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    text-align: right;
}
#dizkus ul.navlinks {
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
}
#dizkus ul.navlinks li {
    margin-right: 0px;
}
#dizkus ul.leftside {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    text-align: left;
}
#dizkus ul.rightside {
    float: right;
    margin-left: 5px;
    margin-right: -5px;
    text-align: right;
}

#dizkus a.latesttopicimage {
    background: url('modules/Dizkus/pnimages/icon_topic_latest.gif') no-repeat 0 50%;
    padding: 2px 0 2px 15px;
}

/* topics list screen */

#dizkus .dzk_empty,
#dizkus .dzk_message strong {
    padding: 0.75em;
    text-align: center;
}
#dizkus .dzk_message strong {
    color: #fff;
    display: block;
}

#dizkus ul.topiclist {
    display: block;
    list-style-type: none;
    margin: 0;
}
#dizkus ul.topiclist li {
    display: block;
    list-style-type: none;
    margin: 0;
}
#dizkus ul.topiclist dl {
    position: relative;
}
#dizkus ul.topiclist li.row dl {
    padding: 5px 0;
}
#dizkus ul.topiclist dt {
    display: block;
    float: left;
    width: 43.5%;
    padding-left: 5px;
    padding-right: 5px;
}
#dizkus ul.topiclist dd {
    display: block;
    float: left;
    border-left: 1px solid #FFFFFF;
    padding: 4px 0;
}
#dizkus ul.topiclist li.dzk_header dt {
    width: 49%;
}
#dizkus ul.topiclist li dt {
    width: 43%;
}
#dizkus ul.topiclist dfn {
    /* Labels for post/view counts */
    display: none;
}

/* Forum list styles */

#dizkus ul.forums {
    background: #f9f9f9 none repeat-x 0 0;
}
#dizkus li.row {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #8f8f8f;
}
#dizkus li.row strong {
    font-weight: normal;
    color: #000000;
}
#dizkus li.row:hover {
    background-color: #f6f6f6;
}
#dizkus li.categorytitle {
    background: #ddd;
    padding: 5px;
    font-weight: bold;
}
#dizkus li.dzk_header dt a {
    font-weight: bold;
    color: white !important;
    margin-left: 20px;
}
#dizkus li.dzk_header dd {
    margin-left: 1px;
}
#dizkus li.dzk_header dl dt,
#dizkus li.dzk_header dl dd {
    border-left-width:0;
    margin: 0.1em 0;
    padding: 0.1em 0;
}
#dizkus li.dzk_header dl dt span,
#dizkus li.dzk_header dl dd span {
    color: #FFFFFF;
    display: block;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px 0 4px 0;
    padding: 2px 0;
    text-transform: uppercase;
}
#dizkus li.dzk_header dl.icon {
    min-height: 0;
}
#dizkus li.dzk_header dl.icon dt span {
    display: block;
    /* Tweak for headers alignment when folder icon used */
    padding-left: 0;
    padding-right: 50px;
}

/* Forum list column styles */

#dizkus li.nonewtopics {
    line-height: 35px;
    text-align: center;
}
#dizkus dl.icon {
    clear: both;
    min-height: 35px;
}
#dizkus dl.dzk_sticky {
    background:#eee;
}
#dizkus dl.icon dt {
    padding-left: 45px;
}
#dizkus dl.icon dt.ctheme-topic-title {
    font-weight: normal;
    padding-left: 29px;
    text-indent: -20px;
    width: 45%;
}
#dizkus dl.icon dt.ctheme-topic-title span {
    display:block;
    font-size: inherit;
    margin: 0;
    padding:0 0 0 2px;
    text-indent:0;
}
#dizkus dl.icon dt.new-posts {
    background: url('modules/Dizkus/pnimages/red_folder.gif') no-repeat 5px 50%;
    font-weight: normal;
    width: 43%;
}
#dizkus dl.icon dt.no-new-posts {
    background:transparent url('modules/Dizkus/pnimages/folder.gif') no-repeat scroll 5px 50%;
    font-weight:normal;
    min-height:26px;
    width:43%;
}
#dizkus dl.icon dt.ctheme-topic-title a,
#dizkus dl.icon dt.new-posts a,
#dizkus dl.icon dt.no-new-posts a {
    font-weight: bold;
}
#dizkus dd.posts,
#dizkus dd.topics,
#dizkus dd.views {
    text-align: center;
    width: 11%;
}
#dizkus li.row dd.posts,
#dizkus li.row dd.topics,
#dizkus li.row dd.views {
    line-height: 2.2em;
}
#dizkus dd.lastpost {
    width: 26%;
}
#dizkus dd.favorites {
    width: 23.5%;
}
#dizkus dd.redirect {
    line-height: 2.5em;
}
#dizkus dd.moderation {
}
#dizkus dd.lastpost span,
#dizkus ul.topiclist dd.searchby span,
#dizkus ul.topiclist dd.info span,
#dizkus ul.topiclist dd.time span,
#dizkus dd.redirect span,
#dizkus dd.moderation span {
    display: block;
    padding-left: 5px!important;
}
#dizkus dd.time {
    width: auto;
    line-height: 200%;
}
#dizkus dd.extra {
    width: 12%;
    line-height: 200%;
    text-align: center;
}
#dizkus dd.mark {
    float: right !important;
    width: 9%;
    text-align: center;
}
#dizkus dd.info {
    width: 30%;
}
#dizkus dd.option {
    width: 15%;
    line-height: 200%;
    text-align: center;
}
#dizkus dd.searchby {
    width: 47%;
    line-height: 1em;
}

/* Container for post/reply buttons and pagination */

#dizkus .topic-actions {
    margin-bottom: 3px;
    height: 28px;
    min-height: 28px;
}
#dizkus div[class].topic-actions {
    height: auto;
}

/* Post body styles */
#dizkus .forum_post {
    padding: 5px 10px;
    margin: 0 0 15px 0;
}
#dizkus .post_bg1 {
    background-color: #F2F2F2;
}
#dizkus .post_bg2 {
    background-color: #EAEAEA;
}
#dizkus .forum_post .post_author {
    border-right: 1px solid white;
    font-size:0.9em;
}
#dizkus .forum_post .post_author .dzk_avatar {
    text-align: center;
    padding: 1em 0 0.5em 0;
}
#dizkus .forum_post .post_author ul li {
    list-style: none;
}
#dizkus .forum_post .postbody {
    background: inherit;
    border: none;
    padding: 0;
    color: #333333;
}
#dizkus .forum_post .postbody .postinfo {
    border-bottom: 1px solid white;
    height: 20px;
    margin-right: 50px;
    padding: 2px 0 2px 7px;
    text-align: right;
}
#dizkus .forum_post .postbody .content {
    height: auto !important;
    /* height: 4em; */
    min-height: 4em;
    overflow: hidden;
    padding: 10px;
}
#dizkus .forum_post .postbody .content ul {
    padding-left:40px;
}
#dizkus .forum_post .postbody .content ul li {
    list-style:square;
}
#dizkus .forum_post .postlink {
    clear: both;
    line-height: 30px;
}

/* Quick preview styles */

#quickreplypreview .post_bg1 {
    background-color: #e5e5e5;
}

/* Post/Reply form styles */

#dizkusinformation {
    color: red;
    text-align: center;
    font-weight: bold;
    margin: 0px 0;
    padding: 2px 0;
}
#dizkus #dzk_quickreply,
#dizkus #dzk_newtopic {
    margin-top: 1.3em;
}
#dizkus #dzk_quickreply,
#dizkus #dzk_newtopic {
    background: #f2f3f3 url('modules/Dizkus/pnimages/innerbox_bg.gif') repeat-x scroll 0 0;
}
#dizkus #dzk_quickreply .post_header,
#dizkus #dzk_newtopic .post_header,
#dizkus .ajaxeditpoststatusbox {
    display:block;
    font-size:110%;
    font-weight:bold;
    padding:5px 0;
}
#dizkus #dzk_quickreply .post_text_wrap textarea,
#dizkus #dzk_newtopic .post_text_wrap textarea,
#dizkus .dzk_ajaxeditpost textarea {
    height: 10em;
    margin-bottom: 7px;
    width: 98%;
}
#dizkus #quickreplybuttons,
#dizkus #newtopicbuttons {
    margin: 1em 0;
}
#dizkus .bbcode p {
    margin: 2px 0;
    padding: 2px 0;
}

/* buttons */

#dizkus button.dzk_img,
#dizkus input.dzk_img,
#dizkus_admin button.dzk_img,
#dizkus_admin input.dzk_img {
    background:none;
    border:1px outset #CCCCCC;
    cursor:pointer;
    font-size:1em;
    line-height:1em;
    padding:3px 5px 3px 20px;
}

#dizkus a.dzk_img,
#dizkus_admin a.dzk_img {
    padding:3px 5px 3px 20px;
}
#dizkus .dzk_buttonmargin .dzk_img,
#dizkus_admin .dzk_buttonmargin .dzk_img {
    margin:0 5px 0 0;
}
#dizkus button.ok,
#dizkus input.ok,
#dizkus_admin button.ok,
#dizkus_admin input.ok {
    background: url('modules/Dizkus/pnimages/icon_ok.gif') no-repeat 2px 50%;
}

#dizkus button.cancel,
#dizkus input.cancel,
#dizkus_admin button.cancel,
#dizkus_admin input.cancel {
    background: url('modules/Dizkus/pnimages/icon_cancel.gif') no-repeat 2px 50%;
}

#dizkus button.preview,
#dizkus input.preview,
#dizkus_admin button.preview,
#dizkus_admin input.preview {
    background: url('modules/Dizkus/pnimages/icon_preview.gif') no-repeat 2px 50%;
}

#dizkus button.delete,
#dizkus_admin button.delete {
    background: url('modules/Dizkus/pnimages/icon_delete.gif') no-repeat 2px 50%;
}

#dizkus button.add,
#dizkus_admin button.add {
    background: url('modules/Dizkus/pnimages/icon_add.gif') no-repeat 2px 50%;
}

#dizkus button.search,
#dizkus_admin button.search {
    background: url('modules/Dizkus/pnimages/icon_search.gif') no-repeat 2px 50%;
}

/*******************************************************************************/
/* General form styles
/*******************************************************************************/

#dizkus .dzk_form fieldset {
    border-width: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
#dizkus .dzk_form legend {
    font-weight: bold;
    border:none;
    padding: 0 10px;
}
#dizkus .dzk_form input {
    font-weight: normal;
    vertical-align: middle;
    /*padding: 0 3px;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
#dizkus .dzk_form select {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #666666;
    padding: 1px;
    background-color: #FAFAFA;
}
#dizkus .dzk_form option {
    padding-right: 1em;
}
#dizkus .dzk_form option.disabled-option {
    color: graytext;
}
#dizkus .dzk_form input#subject,
#dizkus .dzk_form textarea {
    display:block;
    font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
    font-size:1em;
    line-height:1.4em;
    max-width:none;
    padding:3px;
    position:relative;
    width:60%;
}
#dizkus #latestposts button {
    font-size:1em;
    background: transparent;
    border: 1px outset #CCCCCC;
    padding: 2px;
    line-height: 1em;
}
#dizkus .dzk_form label {
    color:#676767;
    cursor:default;
    display:inline;
    padding-right:5px;
}
#dizkus .dzk_form label input {
    vertical-align: middle;
}
#dizkus .dzk_form label img {
    vertical-align: middle;
}

/*******************************************************************************/
/* These style definitions are mainly IE specific tweaks required due to its poor CSS support.
/*******************************************************************************/

* html table,
* html select,
* html input { font-size: 100%; }

* html hr { margin: 0; }

* html ul.topiclist li { position: relative; }

* html .forum_postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }  /* Align checkboxes/radio buttons nicely */

* html input.button1,
* html input.button2 {
    padding-bottom: 0;
    margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1,
* html .column2 { width: 45%; }

#tabs,
#minitabs,
fieldset dl,
ul.topiclist dl,
dl.polls {
    height: 1%;
    overflow: hidden;
}

/* viewtopic fix */
* html .forum_post {
    height: 25%;
    overflow: hidden;
}

/* dzk_navbar fix */
* html .dzk_navbar, ul.linklist {
    height: 4%;
    /*overflow: hidden;*/
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
    min-height: 35px;
    /*height: auto !important;*/
    /*height: 35px;*/
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
    margin-left: 30%;
    float: none;
}

* html dl.details dd {
    margin-left: 30%;
    float: none;
}

#dizkus ul#ctheme_onlinelist li {
    float: left;
    list-style: none;
    margin-left: 3px;
}

#dizkus ul#ctheme-legenda li {
    list-style: none;
}

/*******************************************************************************/
/* Admin Panel
/*******************************************************************************/

.category {
    /* */
}

.forum {
    /* */
}

#dizkus_admin .dzk_treeforumlist {
    /* dont't remove this - needed for Ajax! */
}

#dizkus_admin #category,
#dizkus_admin #category li {
    list-style: none;
}

#dizkus_admin .dzk_newcategory {
    width: 95%;
    margin: 0.2em 0 0.2em 2em;
}

#dizkus_admin ul#category,
#dizkus_admin .dzk_treeforumlist {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
#dizkus_admin .catline {
    border: 1px solid #aaa;
    margin: 1em 0;
    padding: 0.5em;
    overflow: hidden;
}
#dizkus_admin .forumline {
    border: 1px solid #999;
    margin: 0.5em 0;
    padding: 0.4em;
    overflow: hidden;
}


/* --- Source file: modules/MultiHook/pnstyle/mh.css */

// $Id: mh.css 215 2009-11-13 15:56:04Z herr.vorragend $

// IE6 fix
abbr, acronym, span.abbr {
    cursor: help;
    border-bottom: 1px dashed #000;
}

// accessbility only hack, adds a (external link) in an a-tag
.mhacconly {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

a.externallink {
    padding-left:  14px;
    background: url('modules/MultiHook/pnimages/extlink.gif') no-repeat 0 50%;
}
a:hover.externallink {
    padding-left:  14px;
    background: url('modules/MultiHook/pnimages/extlink.gif') no-repeat 0 50%;
}


/* --- Source file: modules/bbcode/pnstyle/style.css */

/*
$Id: style.css 217 2009-11-12 17:06:36Z herr.vorragend $
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
*/

/*
//
// class definition for spoiler - use the same color for text and background to
// hide information
//
*/
.bbspoiler {
    color: #eee;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.3em;
    margin: 0;
    font-size: 0.9em;
}

h3.bbquoteheader {
    display: inline;
    font-size: .9em;
    position: relative;
    top: +2px;
    padding: 0 .3em;
    border: 1px solid #aaa;
    background-color: #efefef;
    font-weight: bold;
}

h3.bbcodeheader {
    display: inline;
    font-size: .9em;
    position: relative;
    top: +2px;
    padding: 0 .3em;
    border: 1px solid #aaa;
    background-color: #efefef;
    font-weight: bold;
}

.bbquotetext {
    border: 1px solid #ccc;
    padding: .3em;
    background-color: #eee;
    margin: 0;
}

.bbcodetext {
    border: 1px solid #ccc;
    padding: .3em;
    background-color: #eee;
    margin: 0;
}

/* styling for unordered lists */
ul.bbcode_list {
    list-style-type: square !important;
}

ul.bbcode_list li {
    /* add styling for list items here */
}

/* styling for ordered lists */
ol.bbcode_list {
    list-style-type: decimal !important;
}

ol.bbcode_list li {
    /* add styling for list items here */
}

.overallClass a:link {
    padding-left: 0;
    font-size: 25px;
    background-image: none;
}

.overallClass a:visited {
    padding-left: 0;
    font-size: 25px;
    background-image: none;
}

.overallClass a:hover {
    padding-left: 0;
    font-size: 25px;
    background-image: none;
}

.overallClass a:active {
    padding-left: 0;
    font-size: 25px;
    background-image: none;
}

.hidden {
    display: none;
}

.shown {
    display: inline;
}

/*
* user interface
*
*/

.bbcode p {
    padding: 2px 0;
    margin: 2px 0;
}

.bbcode_button {
    width: 55px;
}

.bbcode_button2 {
    width: 40px;
}

.bbcode option {
    background-color: #DEE3E7;
}

.noscript {
    background: #fff6bf url('modules/bbcode/pnimages/exclamation.png') center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px ! important;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}

/* taken from Google Code Prettifier
/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }

@media print {
    .str { color: #060; }
    .kwd { color: #006; font-weight: bold; }
    .com { color: #600; font-style: italic; }
    .typ { color: #404; font-weight: bold; }
    .lit { color: #044; }
    .pun { color: #440; }
    .pln { color: #000; }
    .tag { color: #006; font-weight: bold; }
    .atn { color: #404; }
    .atv { color: #060; }
}

/*
* admin panel
*
*/

#bbcode {
    /* wrapper for admin panel */
}

p.spacer {
    padding: 2px 0;
}


/* --- Source file: javascript/style.css */

/* $Id $ */

/*******************************************************************************/
/* All pn-classes will be removed in Zikula 1.3
/*******************************************************************************/

/* class to show a sortable li or div */
.z-sortable,
.pn-sortable {
    /* cursor: move; has to be set in the js code to avoid wrong css in non javascript environments */
}

/* classes to show/hide elements */
.z-hide,
.pn-hide {
    display: none !important;
}
.z-show,
.pn-show {
    display: inherit !important;
}
.z-center {
    text-align: center !important;
}
.z-left {
    text-align: left !important;
}
.z-right {
    text-align: right !important;
}
.z-nowrap {
    white-space: nowrap !important;
}
.z-floatleft {
    display: inline;
    float: left;
    margin-bottom: 0.15em;
    margin-right: 1em;
}
.z-floatright {
    display: inline;
    float: right;
    margin-bottom: 0.15em;
    margin-left: 1em;
}

/* style for buttons in inline 'ajax' forms */
button.z-imagebutton,
button.pn-imagebutton {
    padding: 0;
    margin: 3px 0 0 0;
    float: left;
    border: none;
    background: transparent;
    cursor: pointer;
}

/* generic clearfix solution */
.z-clearfix:after,
.pn-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* IE-Patches for clearfix */
.z-clearfix,
.pn-clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .z-clearfix,
* html .pn-clearfix {
    height: 1px;
}
.z-clearfix,
.pn-clearfix {
    display: block;
}
/* End hide from IE-mac */

/* Overflow-Method to clear float environments */
.z-floatbox,
.pn-floatbox {
    overflow: hidden;
}

/* generic clearer */
.z-clearer,
.pn-clearer {
    clear: both;
}

/* generic secondary text */
.z-sub,
.pn-sub {
    color: #999;
    font-size: 0.9em;
}

/* Miscellaneous styles */
.z-toggle,
.pn-toggle {
    display: block;
    background-image: url('images/global/toggle.gif');
    background-repeat: no-repeat;
    background-position: 0px;
    border: 0pt none;
    margin: 0pt;
    /*overflow: hidden;*/
    padding: 0pt;
    width: 27px;
    height: 25px;
}
.z-toggle-open,
.z-toggle-open:visited,
.pn-toggle-open,
.pn-toggle-open:visited {
    background-position: 0pt -18px;
    height: 25px;
    width: 27px;
}

.z-toggle-link,
.z-toggle-link:visited,
.pn-toggle-link,
.pn-toggle-link:visited {
    background-image: url('images/global/toggle.gif');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 25px;
    border: 0pt none;
}
.z-toggle-link-open,
.z-toggle-link-open:visited,
.pn-toggle-link-open,
.pn-toggle-link-open:visited {
    background-position: right -18px;
}

/* styles for module menus */
.z-menu,
.pn-menu {
    color: #aaa;
    text-align: left;
    width: 100%;
    margin-bottom:1.5em;
}

.z-menuitem-title,
.pn-menuitem-title {
    width: 99%;
    background: url('images/global/button_bkg.gif') repeat;
    line-height: 23px;
    min-height: 23px;
    height: auto !important;
    height: 23px;
    display: block;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.z-menu a,
.pn-menu a {
    padding: 3px;
}

.z-calendarimg {
    background-color: transparent;
}
.z-calendarimg:hover {
    background-color: blue;
}

/*******************************************************************************/
/* Old pn-form style / will be removed in Zikula 1.3
/*******************************************************************************/

form.pn-form {
    border-bottom: 1px solid #ccc;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    margin: 15px 0px 10px 0px;
}

/* formrow is used to style a div containing a label and control pair */
.pn-formrow {
    border-top: 0px solid #ccc;
    margin: 0.5em 0px 1em;
    min-height: 2em;
}

/* style for a input control contained in a div of class formrow */
/* style for a textarea control contained in a div of class formrow */
/* style for a select control contained in a div of class formrow */
/* style for a div contained in a div of class formrow - allows for grouping of a control and subsequent non label text. e.g. yes (radio) no (radio)*/
div.pn-formrow input,
div.pn-formrow textarea,
div.pn-formrow select,
div.pn-formrow span,
div.pn-formrow label {
    margin-left: 0;
    text-align: left;
}
div.pn-formrow .pn-form-text {
    display: block;
    width: 99%;
    color: #494949;
    padding: 3px 2px;
}

/* style to the labels of multiple checkboxes */
div.pn-formrow .pn-form-checklabel {
    padding-right: 10px;
}

/* styles to ensure that control elements inside the floated div directly above don't themselves float*/
div.pn-formrow div input,
div.pn-formrow div textarea,
div.pn-formrow div select {
    /* float: none;*/
}

/* styles to allow sub headings to be embedded correctly in admin forms */
form.pn-form div h1,
form.pn-form div h2,
form.pn-form div h3,
form.pn-form div h4,
form.pn-form div h5,
form.pn-form div h6 {
    padding: 0;
    text-transform: capitalize;
}

/* add the help cursor to labels that provide additional help via the title tag of the label */
form.pn-formrow label.pn-formhelp {
    cursor: help;
}

/* style for a label contained in a div of class formrow */
div.pn-formrow label {
    display: inline;
    color: #494949;
    font-weight: bold;
    margin: 0px;
    padding-right: 8px;
    text-align: left;
    line-height: 170%;
}
form.pn-adminform div.pn-formrow label {
    font-weight: normal;
}

/* styles for the buttons on a form */
form.pn-form div.pn-formbuttons {
    text-align: left;
    margin-left: 15em;
}
form.pn-form div.pn-formbuttons input,
form.pn-form div.pn-formbuttons img {
    margin: 5px;
}
form.pn-form div.pn-formbuttons button {
    border: 0px;
    padding: 0px;
    background-color: transparent;
}

/* category selector */
div.pn-formrow ul.selector_category {
    list-style: none;
    margin-left: 0;
}
div.pn-formrow ul.selector_category li {
    margin-left: 0;
}

/* form fielset styles */
fieldset.pn-form-fieldset legend {
    background-color: inherit;
    color: #0074B0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2em;
}
fieldset.pn-form-fieldset {
    border: 1px solid #D9DAD5;
    margin-bottom: 1em;
    padding: 0px 15px;
}

/* collapsible styles */
fieldset.pn-collapsed {
    border: none;
    border-top: 1px solid #D9DAD5;
}

/**************************************************
* CSS Based Messages
* http://www.edg3.co.uk/resources/css-based-messages/
* http://creativecommons.org/licenses/by/2.5/
**************************************************/

.z-errormsg,
.pn-errormsg {
    background: #ffe1da url('images/icons/extrasmall/error.gif') 13px 50% no-repeat;
    border: 2px solid #f34f4f;
    color: #be0b0b;
    padding: 5px 5px 5px 36px;
    margin: 5px;
}
.z-informationmsg,
.pn-informationmsg {
    background: #dedfff url('images/icons/extrasmall/info.gif') 13px 50% no-repeat;
    border: 2px solid #9bb8d9;
    color: #406299;
    padding: 5px 5px 5px 36px;
    margin: 5px;
}
.z-statusmsg,
.pn-statusmsg {
    background: #e2f9e3 url('images/icons/extrasmall/button_ok.gif') 13px 50% no-repeat;
    border: 2px solid #9c9;
    color: #080;
    padding: 5px 5px 5px 36px;
    margin: 5px;
}
.z-warningmsg,
.pn-warningmsg {
    background: #fff8bf url('images/icons/extrasmall/bell.gif') 13px 50% no-repeat;
    border: 2px solid #ffd324;
    color: #eb830c;
    padding: 5px 5px 5px 36px;
    margin: 5px;
}

/*******************************************************************************/
/* classes to define two colors for alternating rows in views
/*******************************************************************************/

.z-even {
    background-color: #fff;
    color: inherit;
}
.z-odd {
    background-color: #f3f3f3;
    color: inherit;
}

/*******************************************************************************/
/* styles for pager plugins
/*******************************************************************************/

.z-pager {
    color: #999;
    padding: 5px 4px;
    text-align: center;
}
/* style for the selected item of the pager abc plugin */
.z-pager a.z-pagerselected {
    font-weight: bold;
    text-decoration: underline;
}
/* style for the selected item of the pager plugin */
.z-pager span.z-pagerselected {
    font-weight: bold;
}

/*******************************************************************************/
/* z-datatable
/*******************************************************************************/

table.z-datatable {
    width: 100%;
    color: inherit;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 1em;
    padding: 5px 5px 10px 5px;
}
table.z-datatable tr.z-datatableempty {
    background-color: #f3f3f3;
    text-align: center;
    font-weight: bold;
}
table.z-datatable caption {
    background-color: #f3f3f3;
    font-weight: bold;
    border-bottom: 2px solid #CFCFCF;
    text-transform: uppercase;
    padding:10px;
}
table.z-datatable thead tr {
    background-color: #CFCFCF;
}
table.z-datatable tbody td,
table.z-datatable thead th {
    padding: 5px;
    border-width: 0px;
}
table.z-datatable tbody tr.z-defaulttablerow {
    background-color: #add8e6;
    color: inherit;
}
table.z-datatable tbody tr:hover {
    background-color: #CFCFCF;
}
table.z-datatable ul {
    margin: 0;
}

/*******************************************************************************/
/* z-form style (generic)
/*******************************************************************************/

.z-form {
    margin: 0 0 1em 0;
    padding: 1em 0;
    overflow: hidden;
}
.z-form fieldset,
.z-form .z-fieldset {
    border: 1px #ddd solid;
    background: #fafafa;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
    overflow: hidden;
}
.z-form legend {
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    background: transparent;
    border: 0;
}
.z-form .z-formrow .z-mandatorysym {
    color: #f00;
    font-weight: bold;
    padding-left: 3px;
    display: inline;
}
.z-form .z-formrow input,
.z-form .z-formrow textarea,
.z-form .z-formrow select {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ddd;
    font-size: 1em;
    margin: 0;
    max-width: none;
}
.z-form .z-formrow input[type=checkbox] {
    display:inline;
    margin:0.5em 0;
    width:auto;
}
.z-form .z-formrow input[type=radio] {
    width: auto;
    border: 1px solid #fafafa;
}
.z-form .z-formrow select optgroup {
    font-style: normal;
    font-weight: bold;
}

.z-form div.z-formrow input:focus,
.z-form div.z-formrow select:focus,
.z-form div.z-formrow textarea:focus,
.z-form div.z-formrow input:hover,
.z-form div.z-formrow select:hover,
.z-form div.z-formrow textarea:hover,
.z-form div.z-formrow input:active,
.z-form div.z-formrow select:active,
.z-form div.z-formrow textarea:active {
    border: 1px solid #aaa;
    background: #fff;
}

/* hide hidden fields (firefox) */
.z-form input[type=hidden] {
    display: none !important;
}

div.z-formrow,
div.z-formbuttons {
    padding: 0.5em 0;
    min-height: 2em;
    overflow: hidden;
    clear: both;
}
div.z-formlist {
    overflow: hidden;
}
div.z-formlist label {
    display: inline;
}

/*******************************************************************************/
/* styles for the buttons on a view table
/*******************************************************************************/

div.z-viewbuttons  {
    text-align: right;
    margin-bottom: 1.25em;
}
div.z-viewbuttons img {
    margin: 5px;
    float: right;
}

/*******************************************************************************/
/* styles for the buttons in a z-form
/*******************************************************************************/

div.z-formbuttons {
    text-align: left;
    display: block;
    margin-left: 30%;
}
div.z-formbuttons input,
div.z-formbuttons img {
    text-align: center;
    margin: 5px;
    width: auto;
    cursor: pointer;
}
div.z-formbuttons button {
    border: 0px;
    padding: 0px;
    background-color: transparent;
    width: auto;
    cursor: pointer;
}

/*******************************************************************************/
/* z-form style (column-view = default)
/*******************************************************************************/

.z-form label {
    cursor: pointer;
}
.z-form div.z-formrow .z-label,
.z-form div.z-formrow label {
    display: block;
    float: left;
    padding: 0.3em 1% 0.3em 0;
    text-align: right;
    width: 29%;
    font-weight: normal;
}
.z-form .z-formlist {
    margin-left: 30%;
}
.z-form .z-formnote {
    display: block;
    margin-left: 30% ! important;
}
.z-form div.z-formrow input,
.z-form div.z-formrow textarea {
    padding: 0.3em 0.3em;
    width: 67.8%;
    display: block;
    position: relative;
}
.z-form div.z-formrow input[type=text].z-mandatoryinput,
.z-form div.z-formrow select.z-mandatoryinput,
.z-form div.z-formrow textarea.z-mandatoryinput {
    width: 66%;
}
.z-form div.z-formrow select {
    padding: 0.3em 2px 0.3em 1px;
    cursor: pointer;
    width: 68.6%;
    display: block;
    position: relative;
}
.z-form div.z-formlist input {
    width: auto;
}
.z-form div.z-formrow .z-listselector {
    list-style: none;
}
.z-form div.z-formrow > span,
.z-form div.z-formrow > div {
    display: block;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}
.z-form div.z-formrow span label,
.z-form div.z-formrow div label {
    display: inline;
    float: none;
    padding: 0 1em;
    width: auto;
}
.z-form div.z-formrow span input,
.z-form div.z-formrow span textarea,
.z-form div.z-formrow span select,
.z-form div.z-formrow div input,
.z-form div.z-formrow div textarea,
.z-form div.z-formrow div select {
    display: inline;
    width: auto;
}
.z-form .z-formrow .readonly {
    background: #FAFAFA;
    color: #AAAAAA;
    cursor: not-allowed;
}
.z-form .z-formrow .error {
    background: #ffe1da;
    border: 1px solid #f34f4f;
}
.validationSummary label {
    cursor: pointer;
}

/* adjust width for IE 5 and IE6 */
* html .z-form div.z-formrow input,
* html .z-form div.z-formrow textarea,
* html .z-form div.z-formrow select {
    width: auto;
}

/*******************************************************************************/
/* z-form style (z-linearize elements / use additional class 'z-linear')
/*******************************************************************************/

.z-linear div.z-formrow .z-label,
.z-linear div.z-formrow label {
    float: none;
    width: auto;
    display: block;
    padding: 0;
    text-align: left;
}
.z-linear div.z-formrow input ,
.z-linear div.z-formrow textarea {
    display: block;
    width: 98%;
}
.z-linear div.z-formrow .z-listselector,
.z-linear div.z-formrow .z-listselector li {
    margin-left: 0;
}
.z-linear div.z-formrow select {
    display: block;
    width: 99%;
}
.z-linear .z-formnote,
.z-linear .z-formlist {
    margin: 0 ! important;
}
.z-linear .z-formbuttons {
    padding: 0;
    margin: 0;
}

/*******************************************************************************/
/* IE-fixes for Fieldset/Legend
/*******************************************************************************/

/* all IE */
.z-form {
    padding-top: 0\9;
}
.z-form fieldset {
    padding: 0 5px\9;
    padding-top: 1em\9;
}
.z-form legend {
    position: absolute\9;
    top: -.5em\9;
    *left: 0\9;
}
.z-form fieldset {
    position: relative\9;
    overflow: visible\9;
    margin-top: 1.5em\9;
    zoom: 1;
}
/* IE5.x, IE6 & IE7 */
.z-form legend {
    *padding: 0 5px;
}
.z-form fieldset {
    *padding-top: 1.5em;
}
/* IE5.x & IE6 */
* html .z-form {
    padding-top: 10px;
}

/*******************************************************************************/
/* z-itemlist styles
/*******************************************************************************/

.z-itemlist {
    border: 1px solid #ccc;
    padding: 0 !important;
    margin: 1em 0  !important;
    list-style: none;
}
.z-itemlist li {
    font-size: 1em;
    border: 1px dotted #999999;
    line-height: 2em;
    margin: 0.5em !important;
    padding: 0.2em !important;
}
.z-itemlist li.z-itemheader {
    background: #CFCFCF;
    border: 1px solid #999999;
    font-weight: bold;
}
.z-itemlist li.z-itemsort {
    background-image:url('images/icons/extrasmall/move.gif');
    background-position:5px 50%;
    background-repeat:no-repeat;
    padding-left: 30px !important;
    cursor: move;
}
.z-itemlist li.z-itemsortheader {
    padding-left: 30px !important;
}
.z-itemlist li:hover {
    background-color: #CFCFCF;
}
.z-itemlist li input,
.z-itemlist li textarea,
.z-itemlist li select {
    max-width:90%;
}
.z-itemlist li  * {
    margin: 0 !important;
    vertical-align: middle;
}
.z-itemlist .z-itemcell {
    float: left;
    margin: 0;
    text-align: left;
    overflow: hidden;
}
.z-w90 { width: 90%; }
.z-w85 { width: 85%; }
.z-w80 { width: 80%; }
.z-w75 { width: 75%; }
.z-w70 { width: 70%; }
.z-w66 { width: 66%; }
.z-w60 { width: 60%; }
.z-w50 { width: 50%; }
.z-w45 { width: 45%; }
.z-w40 { width: 40%; }
.z-w35 { width: 35%; }
.z-w33 { width: 33%; }
.z-w30 { width: 30%; }
.z-w25 { width: 25%; }
.z-w22 { width: 22%; }
.z-w20 { width: 20%; }
.z-w15 { width: 15%; }
.z-w10 { width: 10%; }
.z-w08 { width: 8%; }
.z-w07 { width: 7%; }
.z-w06 { width: 6%; }
.z-w05 { width: 5%; }
.z-w04 { width: 4%; }
.z-w02 { width: 2%; }


