@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
header
{
	width: 100%;
	background-image: linear-gradient(0deg, #ccc, #eee);
	border-bottom: 1px solid #aaa;
}

nav
{
	margin: 0 auto;
	width: 600px;
}

body
{
	left:0px;
	top:0px;
	margin:0px;
	color: black;
	font-family: Arial;
	font-weight: 700;
	font-size: 12px;
}

.hidden
{
	display:none;
}

a
{
	color: #222;
	text-decoration:none;
	text-shadow: 0px -1px 0px white;
	margin: 0px 5px;
}

a:hover
{
	color: #900;
}

.menu
{
	margin-top: -30px;
	margin-left: 110px;
	height: 30px;
	width: 550px;
}

.highlight
{
	color: red;
}

.logo
{
	margin-right: 20px;
}

.alignToRight
{
	margin-left: 50px;
}

.alertBackground
{
	position:fixed;
	width: 100%;
	left: 0;
	top:0;
	height:100%;
	background-color: rgba(0,0,0,0.1);
}

.alertData
{
	width: 500px;
	height: 400px;
	margin: -200px 0px 0px -250px;
	left: 50%;
	top: 50%;
	border: 1px solid #aaa;
	background-image: linear-gradient(0deg, #ccc, #eee);
	position: fixed;
	text-align: center;
}

input, textarea, select
{
	border: 1px solid red;
	background-color: white;
	color: red;
	font-family: Arial;
	font-size: 12px;
	border-radius: 5px;
}

input[type="submit"], button
{
	border: 1px solid white;
	background-color: red;
	color: white;
	font-family: Open Sans Condensed;
	font-size: 16px;
	border-radius: 5px;
}

.width100
{
	width:100%;
}
.bold
{
	font-weight:bold;
}
.row1
{
	background-image: linear-gradient(0deg, #bbb, #ddd);
}
.row2
{
	background-color: #eee;
}

.textToHighlight
{
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #bbb;
	background-color: #ddd;
}

.textLines
{
	float:left;
	width:50px;
	text-align: right;
}

.textData
{
	float:right;
	width:950px;
}
.textRight
{
	text-align:right;
}
/* FORUM START */
.forumPostRow
{
	font-weight: normal;
	font-size: 16px;
}
.forumPostRow img
{
	max-width: 700px;
}
.userAvatar
{
	max-width:150px;
	max-height:150px;
}
.forumModButton
{
	display: inline-block;
	height:14px;
	font-size:13px;
	text-align:center;
	padding: 6px 18px 6px 15px;
	font-style:italic;
	font-family: 'Open Sans Condensed';
	font-weight: 400;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background-image: url('/img/forumMod/buttonLeft.png'), url('/img/forumMod/buttonRight.png'), url('/img/forumMod/buttonMiddle.png');
	background-position: left center, right center, left center;
	background-repeat: no-repeat, no-repeat, repeat-x;
	border-radius: 70%;
}
.forumModButton:hover
{
	color: #d0d0d0;
	background-image: url('/img/forumMod/buttonLeftHover.png'), url('/img/forumMod/buttonRightHover.png'), url('/img/forumMod/buttonMiddleHover.png');
}
.userOnlineStatus0
{
	background-color: #ff0000;
	background-image: url('/img/tableRowBgX.png');
	background-repeat: repeat-x;
}
.userOnlineStatus1
{
	background-color: #00aa00;
	background-image: url('/img/tableRowBgX.png');
	background-repeat: repeat-x;
}
.forumFullPostReadStatus0
{
	background-color: #80d080;
	background-image: url('/img/tableRowBgX.png');
	background-repeat: repeat-x;
}
.forumFullPostReadStatus1
{
}
.bigSplash
{
	width:50%;
	height:90%;
	padding:5% 25% 5% 25%;
	background-color: rgba(192,192,192,0.8);
	position:fixed;
	left:0px;
	top:0px;
	z-index:3;
}
.forumQuote
{
	background-color: rgba(255,255,240,0.6);
	margin:0 5% 0 5%;
	width:86%;
	padding:2%;
	border:1px solid #fffff0;
}
.forumPostRow pre
{
	display:block;
	background-color: rgba(255,224,224,0.6);
	margin:0 5% 0 5%;
	width:86%;
	padding:2%;
	border:1px solid #ffe0e0;
	font-size: 12px;
}
.forumSpoiler
{
	margin:0 5% 0 5%;
	width:86%;
	padding:2%;
}
.forumSpoilerInside
{
	display:none;
	background-color: rgba(255,240,255,0.6);
	border:1px solid #fff0ff;
	border-top: 0px solid #fff0ff;
	border-radius: 0px 0px 5px 5px;
}
.forumSpoilerTrigger
{
	cursor:pointer;
	font-size:16px;
	background-image: url('/img/tableRowBg.png');
	background-repeat: repeat-x;
	background-color: rgba(255,240,255,0.6);
	border:1px solid #fff0ff;
	border-radius: 5px 5px 0px 0px;
}

.forumSearch
{
	width:24px;
	height:24px;
	background-color: white;
	background-image:url('../img/forumSearch.png');
	border:none;
}

.forumDzialLink
{
	font-size: 16px;
}

.tableRow0
{
	background-image: url('../img/tableRowBg.png');
	background-color: #dbdbdb;
	background-repeat: repeat-x;
    vertical-align: top;
}

.tableRow1
{
	background-image: url('../img/tableRowBg2.png');
	background-color: #c2c2c2;
	background-repeat: repeat-x;
    vertical-align: top;
}

.tableRowOpening
{
	background-image: url('../img/tableRowBg3.png');
	background-color: #c2c2c2;
	background-repeat: repeat-x;
}

.tableRowCenter
{
	text-align: center;
	background-image: url('../img/tableRowBg3.png');
	background-color: #c2c2c2;
	background-repeat: repeat-x;
}

.tableFull
{
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	border-spacing: 0;
	text-shadow: 1px 1px 1px white;
}
.table250
{
	width:250px;
	font-family: 'Open Sans Condensed', sans-serif;
	border-spacing: 0;
	text-shadow: 1px 1px 1px white;
}
/* FORUM KONIEC */

.progressContainer
{
	width: 250px;
	border: 1px solid red;
	height: 20px;
	display:none;
}

.progressInside
{
	float:left;
	width:0%;
	height:100%;
	background-color: red;
	display:block;
}

.cookieAlert
{
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	position:fixed;
	display:block;
	bottom:0px;
	left:20%;
	width:60%;
	right:20%;
	z-index:200;
	opacity:0.95;
	background-color:white;
	color:black;
	border-color:grey;
	border-width:1px;
	border-style:dashed;
}

.mainContainer
{
	width:1002px;
	padding: 5px;
	border: 1px solid grey;
	margin: 0 auto 30px auto;
	background-color: rgba(20,20,20,0.1);
}

footer
{
	height: 20px;
	position:fixed;
	display:block;
	bottom:0px;
	left:20%;
	width:60%;
	right:20%;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #bbb;
	background-color: #ddd;
	text-align: center;
}

.buttonLink
{
	font-weight: 300;
	border: 1px solid white;
	background-color: red;
	color: white;
	font-family: Open Sans Condensed;
	font-size: 16px;
	border-radius: 5px;
	text-shadow: none;
	padding: 2px;
}

article
{
	width: 990px;
	padding: 5px;
	margin: 0 auto;
	text-align: justify;
	font-weight: 300;
	border: 1px solid #bbb;
}

h1
{
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.italic
{
	font-style: italic;
}

.justify
{
	text-align: justify;
}

.normal
{
	font-style: none;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.portfolioSite
{
	width: 450px;
	float: left;
	border: 1px solid #bbb;
	margin: 5px 22px;
	text-align: center;
}

.linkDisabled
{
	color: #888;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}