/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	
	margin-left: auto;
	margin-right: auto;







}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('styles/N.Design/theme/images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;


}

#wrapcentre {
	
margin: 0; /* 0 26px 0 26px; */




}






#wrapfooter {
	text-align: center;
	clear: both;

align:center;


}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#logodesc {
	height: 165px;
	width: 972px;
	background-image: url("styles/N.Design/theme/images/header.jpg");
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 2.6em;
	background-color: #154698; /* 4C4C4C 0279B1*/
	margin: 0; /* 0 26px 0 26px; */
background-image: url('styles/N.Design/theme/images/bar-top.jpg');
}

#menubar a:link{
	color: #CCFF00; 
	text-decoration: none;
	padding-bottom: 2px; 
}

#menubar a:visited {
	color: #CCFF00; 
	text-decoration: none;
}

#menubar a:hover {
	color: #FFFF00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

#datebar {
	margin: 0px 25px 0 25px;
}

#findbar {
	margin: 10px 25px 0 25px;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
        padding-left: 5px;
        color: #656968;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: left;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.extra {
	color: #333333;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #990000;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.index {
	margin: 0;
	float: left;
	color: #333333;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.index {
	float: right;
}

p.indexalt {
	margin: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.indexalt {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.indexalt {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
        color: #990000;
}

.rtl p.{
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 5px;
	font-size : 11px
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size : 10px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: auto;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size : 10px
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
        padding-left: 5px;
        color: #656968;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #efefef;
     
	font-size: 10px;
	font-weight: bold;
	/*    text-transform: uppercase; */
	background-image: url('styles/N.Design/theme/images/bar.jpg');
	white-space: nowrap;

-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;

	height: 15px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg,.tablebgforum {
	
	border: 1px solid #CCCCCC;
/* background: #F3f3f3 url('http://www.daniela-hantuchova.net/adm/images/innerbox_bg.gif') repeat-x top; */
background: #F3f3f5 url('row.png') repeat-x top ;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}

.tablebgforum tr td {
padding: 7px;
 border-bottom: 1px solid #cccccc;
}



.tablepost .tablepost2{
	background-color: #000000;
	border: 1px solid #CCCCCC;





}
 


.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('styles/N.Design/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('styles/N.Design/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	/* text-transform: uppercase; background-color: #C7D0D7;background-image: url('styles/N.Design/theme/images/cellpic1.gif');*/
	margin: 0;
	padding: 0;
	border: 0;
	
	
	text-indent: 4px;
}




 /* altes viewtopic{

.row1 {
background: #f3f3f3 url('http://lisicki.daniela-hantuchova.net/styles/polyethylene/theme/images/row.png') repeat-x top;
padding: 4px;

}

.row2
background: #f3f3f3 url('http://lisicki.daniela-hantuchova.net/styles/polyethylene/theme/images/row.png') repeat-x top;
padding: 4px;

}

altes viewtopic ende */



.row1 {
	/* background-color: #EFEFef; */


}


.row1 td {  }

.row2 {
	
	/* background-color: #EFEFef; */
	
}

.row3 {
/*	background-color: #EFEFEF; */
	padding: 4px;
background: #efefef url('http://lisicki.daniela-hantuchova.net/styles/polyethylene/theme/images/row.png') repeat-x top;


}


.extra {
	/* background-color: #EFEFEF; */
}

.extra a:link, .extra a:visited {
	color: #990000;
	text-decoration: none;
}

.extra a:hover {
	color: #990000;
	text-decoration: underline;
}

.breadcrumbs {
	background-color: #EFEFEF;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #990000;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #990000;
	text-decoration: underline;
}

.index {
	background-color: #FFFFFF;
}

.index a:link, .index a:visited {
	color: #990000;
	text-decoration: none;
}

.index a:hover {
	color: #990000;
	text-decoration: underline;
}

.indexalt {
	background-color: #FFFFFF;
}

.indexalt a:link, .index a:visited {
	color: #990000;
	text-decoration: none;
}

.indexalt a:hover {
	color: #990000;
	text-decoration: underline;
}

.foldersline {
        width: 600px;
	background-color: #EFEFEF;
	border: 1px #cccccc solid;
}

.spacer {
	background-color: #EFEFEF;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background-color: #EFEFEF;
	border: 1px #cccccc solid;
}

/* Links
 ------------ */
a:link {
	color: #656968;
	text-decoration: none;
}

a:active,
a:visited {
	color: #656968;
	text-decoration: none;
}

a:hover {
	color: #DD6900;
	text-decoration: underline;
}

a.forumlink {
	color: #FF6600;
	font-weight: bold;
	font-size: 10px;
}

a.forumlink:hover {
	/* color: #FF6600;
	font-weight: bold;
	font-size: 11px;*/
	text-decoration:underline 
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FF6600;
	text-decoration: none;
}

a.topictitle:visited {
	color: #FF9966;
	text-decoration: none;
}

a.topictitle:hover {
	color: #FF6600;
	text-decoration: underline;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #FFFFFF;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #999999;
}

.btnmain {
	font-weight: bold;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #999999;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #EFEFEF;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	color: #333333;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D1D7DC;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #444444;

-moz-border-radius: 0.6em;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #D1D7DC;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #FFFFFF;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight:normal;
}
/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


/*
 * Positioning
 */
#ajaxChatContent #ajaxChatChatList {
	height:95px;
	overflow:auto;
width:100%;
border:0px;
}
#ajaxChatContent  #ajaxChatChatList div {
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList img {
	vertical-align:middle;
	margin-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList cite {
	margin-right:5px;
}
#ajaxChatContent #ajaxChatChatList .bbCodeImage {
	vertical-align:top;
	overflow:auto;
	margin:5px;
}
#ajaxChatContent #ajaxChatChatList .delete {
	float:right;
	width:10px;
	height:10px;
	margin-top:5px;
	margin-left:5px;
}
#ajaxChatContent #ajaxChatInputFieldContainer #ajaxChatInputField {
	width:50%;
height:10px;
border:1px solid #555555;
background-color:#dddddd;
font-size:0.8em;
margin-top:3px;
}
#ajaxChatContent #ajaxChatCopyright {
	margin-top:5px;
}


/*
 * Borders
 */

#ajaxChatContent img {
	border:none;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-width:0px;
	border-style:dotted;
}


/*
 * Fonts
 */

#ajaxChatContent {
	font-size:0.9em;
}
#ajaxChatContent a {
	text-decoration:none;
}
#ajaxChatContent a:hover {
	text-decoration:underline;
}
#ajaxChatContent #ajaxChatCopyright {
	font-size:0%;
}
#ajaxChatContent #ajaxChatChatList span.dateTime {
	font-size:0.9em;
}
#ajaxChatContent #ajaxChatChatList span.guest {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.user {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.moderator {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.admin {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.chatBot {
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
}
#ajaxChatContent #ajaxChatList .chatBotMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .privmsg {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .action {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList q {
	font-variant:small-caps;
}
#ajaxChatContent #ajaxChatChatList code {
    font-size:1.2em;
}


/*
 * Colors
 */

#ajaxChatContent #ajaxChatChatList {
	color:#000;
}
#ajaxChatContent #ajaxChatChatList {
	background-color:#FFF;
}
#ajaxChatContent .rowEven {
	background-color:#FFF;
}
#ajaxChatContent .rowOdd {
	background-color:#F6F6F6;
}
#ajaxChatContent .guest {
	color:gray;
}
#ajaxChatContent .user {
	color:#000;
}
#ajaxChatContent .moderator {
	color:#00AA00;
}
#ajaxChatContent .admin {
	color:red;
}
#ajaxChatContent .chatBot {
	color:#FF6600;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	color:red;
}
#ajaxChatContent #ajaxChatChatList a {
	color:#1E90FF;
}
#ajaxChatContent #ajaxChatChatList .delete {
	background:url('http://www.daniela-hantuchova.net/chat/img/delete.png') no-repeat right;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-color:red;
}


.inputboxx
{
border: 1px solid #000000;

}


/* Ajax User-Info Popups */
#popup {
	z-index: 60;
	position: absolute;
	display: none;
	font-size: 10px;
	width: 350px;
background:#ffffff;
}

#ajax_avatar {
	
	float: left;
	overflow: hidden;
	 
	text-align: center;
        margin-right: 4px;
}




.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

small, .small {
	font-size:10px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* Container for sub-navigation list */
#navigation {
	padding-top: 0px;
	font-size: 1.1em;
}

/* Link styles for the sub-section links */
#navigation a {
	color: #105289;
	font-weight: normal;
	padding: 1px;
	display:block;
}

#navigation a:hover {
	color: #d31141;
}




/*Shoutbox-Button */
.button {
	font-family: Verdana, Arial;
	color: #000000;
	background-color: #eeeeee;
	border: Solid 1px #7777ff;
	cursor: Pointer;

margin-top:3px;
}




/* Daniela's profile on main page */


.profile-l {
background-color:#aaaaaa;
height:20px;
width:30%
color:#ffffff;
text-align:center;
}

.profile-r {
background-color:#fefefe;
height:20px;
width:70%
text-align:center;
}




.tablepost {
	
	border: 1px solid #cccccc;
background: #f0f0f6 url('http://lisicki.daniela-hantuchova.net/styles/polyethylene/theme/images/row.png') repeat-x top;
padding: 4px;

}

.tablepost2 {
	
	border: 1px solid #cccccc;
background: #f0f0f6 url('http://lisicki.daniela-hantuchova.net/styles/polyethylene/theme/images/row.png') repeat-x top;
padding: 4px;

}



.tableshout {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;

-moz-border-radius: 1em;
-webkit-border-radius: 1em;

}

.row1shout {
	background-color: #EFEFef;
	padding: 4px;

}