﻿body
{
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    margin: 0px;
    background-color: #ffffff;
    text-decoration: none;
}
.Naglowek
{
    font-size: 18px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    color: #6a5acd;
    text-transform: uppercase;
}
.txtBox
{
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
}
.ErrorTextBox
{
    background-color: #ff0000;
    color: white;
}
.kategoria
{
    background-color: #e3e8f3;
    font-weight: bold;
    height: 25px;
    padding-top: 10px;
    padding-left:15px;
}
.AdMessage
{
    font-size: 8pt;
    font-family: Verdana;    
}

.ContinueButtonStyle
{
	color: #2704bc;
	background-color: #fcf5a4;
	line-height: 35px;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;	
	border: solid 2px #ff0000;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ContinueButtonStyle:hover
{
	color: #ff0000;
	text-decoration: none;	
}
.CompleteText
{
	margin-bottom: 30px;
	line-height: 60px;
}

.PageButton
{
	height: 25px;
	width: 105px;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #063069;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	background-color: #ffa500;
	color: #063069;
}
.PageButton:hover
{
	cursor: hand;
	background-color: #063069;
	color: #ffa500;
}

.DetailsLink
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}
.DetailsLink:hover
{
	color: #ff0000;
}

.MoreLink
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}
.MoreLink:hover 
{
	color: #ffa500;
}