/* Dodatkowy plik CSS dla strony forum w witrynie www.castor.pl */

.lewaRamka{
	margin-left: 30px;
}

#lewaRamkaContent{
	overflow: auto;
	height: 550px;
	margin-left: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #FFFFF9;
	background-image: url(../files/ikony_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 13px;
	color: #444444;
	text-align:justify;
}

.prawaRamka {
	width: 315px;
	margin-right: 35px;
	display:inline;
}

.prawaRamkaPodglad {
	width: 295px;
	height: 355px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 35px;
	background-image: url(../files/podglad_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 11px;
	color: #444444;
}

.prawaRamkaContent {
	width: 295px;
	height: 90px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 35px;
	background-image: url(../files/podglad_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 11px;
	color: #444444;
}

.header{
	height: 16px;
	margin-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../files/forum_header_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.header .date{
	float: right;
	width: 70px;
}

.header .sender{
	float: left;
	width: 150px;
}

.header .topic{
	float: left;
	width: 260px;
}

.thread{
	margin-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.thread .sender{
	float: left;
	width: 150px;
}

.thread .topic{
	float: left;
	width: 260px;
}

.thread .date{
	float: right;
	width: 70px;
}

.thread .root{
	font-weight: bold;
	height: 15px;
	display: block;
}

.thread .post{
	height: 15px;
	display: block;
}

.thread .root:hover{
	background-color: #FFFFCC;
}

.thread .post:hover{
	background-color: #FFFFCC;
}

#podglad .label{
	width: 60px;
	height: 16px;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	background-color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-image: url(../files/forum_header_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#podglad .nolabel{
	float: left;
	width: 228px;
	height: 16px;
	font-weight: bold;
	padding-left: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #EEEEEE;
}

#podglad .content{
	width: 289px;
	height: 210px;
	overflow: auto;
	padding: 2px;
	margin-bottom: 5px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}

#podglad .smallInput {
	font-size:11px;
	float: left;
	width: 225px;
	height: 12px;
	padding-left: 3px;
	margin-top: 1px;
	background-color: #FFFFFF;
	border: 1px #CBC7B6 solid;
}

#podglad .largeInput{
	font-size:12px;
	width: 288px;
	height: 200px;
	overflow: auto;
	padding: 2px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px #CBC7B6 solid;
}

#podglad .adnotacja{
	font-size:10px;
	font-style:italic;
}

#buttons .przycisk {
	margin:0;
	margin-top: 5px;
	width: 80px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	background-color: #FFFFFF;
	border: 1px #CBC7B6 solid;
}

#buttons .kodInput {
	display: inline;
	width:40px;
	height: 18px;
	font-size: 11px;
	color: #444444; 
	border: 1px #CBC7B6 solid;
}

#buttons .captchaImage {
	display: inline;
	border: 1px #CBC7B6 solid;	
}

#buttons {
	text-align: center;
}

