﻿
table
{
    border: none;
    font-family: Arial;
    font-size: 10pt;
    border-collapse: collapse;
}

.gridHeader
{
    background-color: Navy;
    color: White;
}

.addNew
{
    background-color: #00B2EE;
    color: White;
    vertical-align: baseline;
    text-align: right;
    font-size: 0.9em;
}

/* Image: 120x90 */

.imageFrame
{
	width:130px;
	height:100px;
	border:solid 1px silver;
	background-color:White;
	text-align:center; /* To center image in the frame */
	font-size:0.8em;
	margin-bottom:22px;
	cursor:pointer;
	margin-top:5px;
}

.framedImage
{
	width:120px;
	height:90px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Image: 100x75 */

.imageFrame2
{
	width:110px;
	height:85px;
	border:solid 1px silver;
	background-color:White;
	text-align:center; /* To center image in the frame */
	font-size:0.8em;
	margin-bottom:34px;
	cursor:pointer;
}

.framedImage2
{
	width:100px;
	height:75px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Image: 120x90. Less bottom margin. */

.imageFrame3
{
	width:130px;
	height:100px;
	border:solid 1px silver;
	background-color:White;
	text-align:center; /* To center image in the frame */
	font-size:0.8em;
	margin-bottom:5px;
	cursor:pointer;
}

.framedImage3
{
	width:120px;
	height:90px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Image: 200x150. First. */

.imageFrame4
{
	width:210px;
	height:160px;
	border:solid 1px silver;
	background-color:White;
	text-align:center; /* To center image in the frame */
	margin-top:5px;
	margin-bottom:5px;
}

.framedImage4
{
	width:200px;
	height:150px;
	margin-top:5px;
	margin-bottom:5px;
}

/* Image: 216x75 */

.imageFrame5
{
	width:226px;
	height:138px;
	border:solid 1px silver;
	background-color:White;
	text-align:center; /* To center image in the frame */
	font-size:0.8em;
	margin-bottom:22px;
	cursor:pointer;
	margin-left:2px;
}

.framedImage5
{
	width:216px;
	height:128px;
	margin-top:5px;
	margin-bottom:5px;
}

/* For previewing pages in a small div when mouseover links */

.preview
{
	font-size:0.8em;
	border:solid 1px silver;
	background-color:#FFC;
	width:180px;
	height:300px;
	visibility:hidden;
	overflow:hidden;
	position:absolute;
	padding:5px;
}

.preview h1, h2, h3, h4, h5, h6, h7, p
{
	font-size:1em;	
}

.preview img
{
	width:40px;
	height:30px;	
}

.hand
{
	cursor:pointer;
}

tr.par
{
	background-color:#EEF;
	white-space:nowrap;
}

tr.nepar
{
	background-color:White;	
	white-space:nowrap;
}

tr.header
{
	background-color:#99D;
	color:white;	
	white-space:nowrap;
	text-align:center;
	text-transform:uppercase;	
}

td
{
	font-size:0.9em;	
}

td.rightPad
{
	padding-right:9px;
	text-align:right;	
}

.padded
{
	padding:5px;	
}

/* Header Text of each page */

h1.header
{
	font-size: 1.05em;
	color: Yellow; 
	padding-left: 45px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2.header
{
	font-size:11pt;
	color: #444444;
	padding:5px 0 10px 0;
}

h3.header
{
	font-size:10pt;
	color: #333333;
	padding-bottom:8px;
}

h4.header
{
	font-size:9pt;
	color: #222222;
	padding-bottom:5px;
}

.pricelist
{
	border:solid 1px black;	
	width:100%;
}

.pricelist th
{
	background-color:#0089FF; 
	border-bottom:solid 1px black;
	color:White;
	padding:2px 0px 2px 10px;
	text-align:left;
}

.pricelist td
{
	border-bottom:solid 1px black;
	text-align:left;
	padding:2px 0px 2px 10px;
}

p.opis
{
	text-align:left;
	color:Black;
	font-size:0.9em;
	line-height:12pt;
}

div.heading
{	
	background: url(Images/Special/search2.gif) no-repeat;
	/*background: url(Images/Special/map.gif) no-repeat;*/
	float: left; 
	width: 550px;
    padding-left: 32px;
    /*padding-left: 40px;*/
    height: 80px;
}

h1.header
{
	margin-top:10px;	
}

p.heading
{	
	font-size: 8pt; 
	color: White; 
	padding-left: 45px;
	text-align:left;
	line-height:9pt;
}

div.overintro
{
	border: 1px solid silver; 
	margin: 10px 0 10px 1px; 
	color: Black; 
	font-size: 0.9em;
}

div.intro
{
	padding: 20px 20px 10px 20px;
	margin:5px;
	background: #B5B8C1 url(Images/Special/info_light.jpg) no-repeat;	
}

/* Region small images */

.reg
{
	width:125px;
	height:120px;
	border:solid 1px silver;
}
