/*****
* Structure
*****/
body
{
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	color: #8A8375;
	text-align: center;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
#Container
{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#Header
{
	width: 950px;
	height: 140px;
	background-image: url(Images/Logo.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
#SideLeft
{
	width: 210px;
	float: left;
}
#SideRight
{
	width: 310px;
	float: left;
}
#Content
{
	width: 430px;
	float: left;
}
#ContentBig
{
	width: 735px;
	margin-right: 5px;
	float: left;
}
#Footer
{
	width: 950px;
	clear: both;
}
/*****
* Side
*****/
.SideBox
{
	width: 200px;
	margin: 5px 5px 5px 5px;
	background-color: #FEE1F5;
	border: 1px solid #B1D0EF;
}
.SideBox .SideBoxCaption
{
	padding: 8px 10px 0px 20px;
	background-image: url(Images/SideBoxCaptionBg.jpg);
	background-position: 8px 12px;
	background-repeat: no-repeat;
	color: #447EBD;
	font: bold 12px Arial, Verdana, sans-serif;
}
.SideBox .SideBoxLink
{
	color: #5C98D7;
}
.SideBox .SideBoxContent
{
	padding: 10px 10px 10px 10px;
	color: #5C98D7;
}
.SideBox .SideBoxContent a
{
	color: #5C98D7;
}

.SideBox2
{
	width: 200px;
	margin: 5px 5px 5px 5px;
	background-color: #E7F1FD;
	border: 1px solid #B1D0EF;
}
.SideBox2 .SideBoxCaption
{
	padding: 8px 10px 0px 20px;
	background-image: url(Images/SideBox2CaptionBg.jpg);
	background-position: 8px 12px;
	background-repeat: no-repeat;
	color: #447EBD;
	font: bold 12px Arial, Verdana, sans-serif;
}
.SideBox2 .SideBoxLink
{
	color: #884F7C;
}
.SideBox2 .SideBoxContent
{
	padding: 10px 10px 10px 10px;
	color: #5C98D7;
}
.SideBox2 .SideBoxContent a
{
	color: #5C98D7;
}

.SideBox3
{
	width: 200px;
	margin: 5px 5px 5px 5px;
	background-color: #FEE1F5;
	border: 1px solid #B1D0EF;
}
.SideBox3 .SideBoxCaption
{
	padding: 0px 10px 0px 20px;
	color: #447EBD;
	font: bold 12px Arial, Verdana, sans-serif;
}
.SideBox3 .SideBoxLink
{
	color: #5C98D7;
}
.SideBox3 .SideBoxContent
{
	padding: 10px 10px 10px 10px;
	color: #5C98D7;
}
.SideBox3 .SideBoxContent a
{
	color: #5C98D7;
}
/*****
* Content
*****/
.ContentBox
{
	width: 430px;
	margin: 5px 0px 5px 0px;
}
.ContentBox .ContentBoxCaption
{
	height: 25px;
	background-image: url(Images/Bar.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-bottom: 2px solid #007EFF;
	padding: 5px 5px 0px 20px;
	color: #AA3783;
	font: bold 14px Arial, Verdana, sans-serif;
}
.ContentBox .ContentBoxContent
{
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	color: #447EBD;
	border: 1px solid #BDB9FF;
	overflow: hidden;
}

.ContentBigBox
{
	width: 735px;
	margin: 5px 0px 5px 0px;
}
.ContentBigBox .ContentBoxCaption
{
	height: 25px;
	background-image: url(Images/BigBar.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-bottom: 2px solid #007EFF;
	padding: 5px 5px 0px 20px;
	color: #AA3783;
	font: bold 14px Arial, Verdana, sans-serif;
}
.ContentBigBox .ContentBoxContent
{
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	color: #447EBD;
	border: 1px solid #BDB9FF;
	overflow: hidden;
}

.ContentHugeBox
{
	width: 940px;
	margin: 5px auto 5px auto;
}
.ContentHugeBox .ContentBoxCaption
{
	height: 25px;
	background-image: url(Images/HugeBar.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-bottom: 2px solid #007EFF;
	padding: 5px 5px 0px 20px;
	color: #AA3783;
	font: bold 14px Arial, Verdana, sans-serif;
}
.ContentHugeBox .ContentBoxContent
{
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	color: #447EBD;
	border: 1px solid #BDB9FF;
	overflow: hidden;
}
/*****
* Footer
*****/
.FooterBox
{
	width: 100%;
	color: #FFFFFF;
	border-top: 1px solid #757367;
}
.FooterBoxContent
{
	padding: 4px 8px 4px 8px;
	text-align: center;
	background-color: #9C9A8E;
	overflow: hidden;
}
/*****
* Forms
*****/
form
{
	margin: 0px;
	padding: 0px;
}
.Text, .Password, .File
{
	padding: 2px;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	width: 200px;
	color: #676266;
}
.Text2, .Password2, .File2
{
	padding: 2px;
	border: 2px solid #B0E620;
	background-color: #FFFFFF;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	width: 140px;
	color: #676266;
}
.Text3, .Password3, .File3
{
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	width: 104px;
	color: #676266;
}
.Textarea
{
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	color: #676266;
	width: 290px;
	height: 100px;
	padding: 2px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin-top: 0px;
}
.Textarea2
{
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	color: #676266;
	width: 400px;
	height: 100px;
	padding: 2px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin-top: 0px;
}
.Select
{
	padding: 2px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	width: 181px;
	color: #676266;
}
.SelectYear
{
	padding: 2px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	width: 65px;
	color: #676266;
}
.SelectMonth, .SelectDay
{
	padding: 2px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	width: 55px;
	color: #676266;
}
.OptGroup
{
	padding: 2px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-style: italic;
	color: #676266;
	background-color: #F2F2F2;
}
.Option
{
	color: #676266;
	background-color: #FFFFFF;
}
.Submit, .Reset, .Button, .Submit2, .Reset2, .Button2
{
	width: 138px;
	vertical-align: middle;
	text-align: center;
	background-color: #70B0EB;
	border-top: 1px solid #B8D3F0;
	border-right: 1px solid #3677B7;
	border-bottom: 1px solid #3677B7;
	border-left: 1px solid #B8D3F0;

	font: bold 13px Arial, Verdana, sans-serif;
	color: #FFFFFF;
}
.Radio
{

}
.Checkbox
{

}
.FieldSet
{
	clear: both;
}
.FieldLabel
{
	margin: 3px 5px 3px 0px;
	width: 115px;
	float: left;
}
.FieldInput
{
	margin: 3px 0px 3px 120px;
}
.FieldInput2
{
	margin: 3px 0px 3px 5px;
}
/*****
* Common parts
*****/
table
{
	width: 100%;
	border: 1px solid #DEDCDD;
}
th
{
	color: #424043;
	background-color: #F2F2F2;
	border-bottom: 1px solid #DEDCDD;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding: 3px;
	text-align: left;
}
td
{
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding: 3px;
}
tr:hover
{
	/*background-color: #F2F2F2;*/
}
a
{
	text-decoration: none;
	color: #5C98D7;
}
a:hover
{
	text-decoration: underline;
	color: #5C98D7;
}
img
{
	border: 0px;
}
hr
{
	border: 0px;
	height: 1px;
	background-color: #A2A97B;
	color: #A2A97B;
	width: 65%;
	text-align: center;
}
/*****
* LoginPanel
*****/
.LoginPanelAvatar
{
	text-align: center;
	margin-bottom: 5px;
}
/*****
* BBCodeEditor
*****/
#BBCEContainer
{
	width: 430px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#BBCEContent
{
	width: 430px;
}
.BBCEContentBox
{
	width: 428px;
	margin-bottom: 5px;
}
.BBCEContentBoxCaption
{
	height: 32px;
	padding: 0px 5px 0px 20px;
	border-top: 1px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 0px solid #D2CCC0;
	border-bottom: 0px solid #D2CCC0;
	background-image: url(Images/ContentBoxCaptionBg.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	color: #02A8C0;
	font: bold 14px Arial, Verdana, sans-serif;
}
.BBCEContentBoxCaption2
{
	margin-top: 10px;
}
.BBCEContentBoxContent
{
	height: 100%;
	padding: 5px 20px 5px 25px;
	border-top: 0px solid #D2CCC0;
	border-right: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	color: #676266;
	overflow: hidden;
}
.Editor
{
	width: 404px;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 0px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	margin-bottom: 0px;
	background-color: #E3E3E3;
}
.EditorButton
{
	margin: 3px;
	cursor: pointer;
}
.EditorSeparator
{
	margin: 3px;
}
.BBCECode
{
	padding: 5px;
	border: 1px solid #DEDCDD;
	background-color: #F0F0F0;
	overflow: hidden;
}
.BBCEQuote
{
	padding: 5px;
	border: 1px solid #DEDCDD;
	background-color: #F0F0F0;
}
.BBCEColorBox
{
	padding: 2px;
	width: 145px;
	height: 145px;
	z-index: 2;
	position: absolute;
	margin-top: 22px;
	margin-left: 256px;
	background-color: #F0F0F0;
	display: none;
}
.BBCEColor
{
	width: 10px;
	height: 10px;
	margin: 1px;
	float: left;
}
/*****
* Profile
*****/
.ProfileLeft
{
	width: 170px;
	float: left;
	text-align: center;
}
.ProfileRight
{
	width: 440px;
	float: left;
	text-align: left;
}
.ProfileIcon
{
	margin-left: 25px;
	margin-bottom: 2px;
}
.ProfileIconDesc
{
	margin-left: 5px;
	margin-bottom: 2px;
}
.ProfileField
{
	width: 120px;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	color: #A2A97B;
}
.ProfileValue
{
	width: 310px;
	float: left;
	margin-bottom: 5px;
}
/*****
* Blog
*****/
.BlogIcon
{
	margin-right:  5px;
	margin-bottom: 2px;
}
.BlogIconDesc
{
	margin-right: 15px;
	margin-bottom: 2px;
}
.AllBlogsEntry
{
	border: 1px solid #DEDCDD;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0px 8px 8px 0px;
	float: left;
	height: 170px;
	width: 140px;
}
.AllBlogsAvatar
{
	height: 100px;
	text-align: center;
}
/*****
* Blog comments
*****/
.Comments
{
	border: 1px solid #DEDCDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
}
.CommentsLeft
{
	float: left;
	text-align: center;
	width: 170px;
}
.CommentsRight
{
	float: left;
	text-align: left;
	width: 445px;
}
.CommentsInfo
{
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.CommentsContent
{
	margin-top: 15px;
}
.CommentsHr
{
	border: 0px;
	height: 1px;
	background-color: #DEDCDD;
	color: #DEDCDD;
	text-align: center;
	margin-top:  20px;
	width: 100%;
}
.CommentsLeftButton
{
	float: left;
}
.CommentsRightButton
{
	float: right;
}
/*****
* Private messages
*****/
.Messages
{
	border: 1px solid #DEDCDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
}
.MessagesLeft
{
	float: left;
	text-align: center;
	width: 170px;
}
.MessagesRight
{
	float: left;
	text-align: left;
	width: 445px;
}
.MessagesContent
{
	margin-top: 15px;
}
.MessagesHr
{
	border: 0px;
	height: 1px;
	background-color: #DEDCDD;
	color: #DEDCDD;
	text-align: center;
	margin-top:  20px;
	width: 100%;
}
/*****
* Friends
*****/
.Friend
{
	border: 1px solid #DEDCDD;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 10px 0px;
	float: left;
	height: 180px;
	width: 150px;
}
.FriendAvatar
{
	height: 100px;
	text-align: center;
}
.FriendIcon
{
	margin: 10px 5px 0px 5px;
}
/*****
* News
*****/
.NewsIcon
{
	margin-right:  5px;
	margin-bottom: 2px;
}
.NewsIconDesc
{
	margin-right: 15px;
	margin-bottom: 2px;
}
.NewsCategoryIcon
{
	margin: 15px;
	float: left;
}
/*****
* Additional pages
*****/
.PageIcon
{
	margin-right:  5px;
	margin-bottom: 2px;
}
.PageIconDesc
{
	margin-right: 15px;
	margin-bottom: 2px;
}
/*****
* Forum
*****/
.BottomLinksContainer
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.BottomLinks
{
	font-weight: bold;
}
.ForumTable
{
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
}
.ForumCell
{
	width: 648px;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
}
.ForumCell2
{
	width: 60px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
	background-color: #F2F2F2;
}
.ForumCell3
{
	width: 120px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
	background-color: #F2F2F2
}
.ForumCell4
{
	width:  160px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DEDCDD;
	border-collapse: collapse;
}
.ForumLeftButton
{
	float: left;
	margin-top: 10px;
}
.ForumRightButton
{
	float: right;
	margin-top: 10px;
}
.ForumPost
{
	border: 1px solid #DEDCDD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 100%;
}
.ForumPostLeft
{
	float: left;
	text-align: center;
	width: 170px;
}
.ForumPostRight
{
	float: left;
	text-align: left;
	width: 745px;
}
.ForumPostInfo
{
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.ForumPostContent
{
	margin-top: 15px;
}
.ForumPostHr
{
	border: 0px;
	height: 1px;
	background-color: #DEDCDD;
	color: #DEDCDD;
	text-align: center;
	margin-top:  20px;
	width: 100%;
}
/*****
* Other
*****/
.CommonImgRight
{
	border: 1px solid #A2A97B;
	padding: 2px;
	margin-left: 5px;
	float: right;
}
.CommonImgLeft
{
	border: 1px solid #A2A97B;
	padding: 2px;
	margin-right: 5px;
	float: left;
}
.Highlight
{
	color: #A2A97B;
	font-weight: bold;
}
.SideMenuLink
{
	background-image: url(Images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	text-decoration: none;
	color: #884F7C;
	font-weight: bold;
}
.SideMenuLink:hover
{
	background-image: url(Images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	text-decoration: underline;
	color: #02A8C0;
	font-weight: bold;
}
/*****
* Zakładki na stronie głównej
*****/
.TabsContainer
{
	width: 468px;
	margin-bottom: 5px;
}
.TabA
{
	width: 94px;
	height: 23px;
	float: left;
	border-right: 1px solid #D2CCC0;
	border-top: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #F4E9EF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.TabB
{
	width: 93px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #D2CCC0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.TabText
{
	margin-top: 4px;
}
.TabContentA
{
	height: 160px;
	clear: both;
	border-right: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #F4E9EF;
	padding-top: 10px;
}
.TabContentB
{
	display: none;
}
.TabContentLeft
{
	width: 190px;
	float: left;
	margin: 5px 5px 5px 5px;
}
.TabContentLeftImgDiv
{
	width: 180px;
	height: 130px;
	margin: 0px auto 0px auto;
}
.TabContentLeftImg
{
	width: 180px;
	height: 130px;
	border: 1px solid #646464;
	margin: 0px;
}
.TabContentLeftImgSpan
{
	background: transparent url(Images/TabsBG.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: block;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
 	top: -26px;
	left: 1px;
	width: 181px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
}
.TabContentLeftImgInnerSpan
{
	left: 10px;
	top: 5px;
	position: relative;
}
.TabContentRight
{
	width: 250px;
	float: left;
	margin: 5px 5px 5px 5px;
}
/*****
* Zakładki forum na stronie głównej
*****/
.ForumTabsContainer
{
	width: 468px;
}
.ForumTabA
{
	width: 233px;
	height: 23px;
	float: left;
	border-right: 1px solid #D2CCC0;
	border-top: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #E5F5B7;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.ForumTabB
{
	width: 233px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #D2CCC0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.ForumTabText
{
	margin-top: 4px;
}
.ForumTabContentA
{
	height: 150px;
	clear: both;
	border-right: 1px solid #D2CCC0;
	border-bottom: 1px solid #D2CCC0;
	border-left: 1px solid #D2CCC0;
	background-color: #E5F5B7;
	padding-top: 10px;
	padding: 5px 5px 5px 5px;
}
.ForumTabContentB
{
	display: none;
}

/*****
* Banery
*****/
.BannerContainer
{
	height: 100px;
	background-color: #FFFFFF;
}
.Banner
{
	width: 750px;
	height: 100px;
	margin: 0px auto 0px auto;
}
/*****
* KatalogFirm
*****/
.ColumnA
{
	width: 400px;
	margin: 15px 5px 15px 43px;
	float: left;
}
.ColumnB
{
	width: 400px;
	margin: 15px 43px 15px 5px;
	float: left;
}
.KatalogSubItem
{
	margin: 3px 0px 20px 15px;
}
.CompaniesListTable
{
	width: 420px;
	margin-bottom: 10px;
	border-color: #BDB9FF;
}
.CompaniesListRow
{
	width: 420px;
}
.CompaniesListPhotoCell
{
	width: 80px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.CompaniesListPhoto
{
	width: 80px;
	height: 40px;
}
.CompaniesListInfoCell
{
	width: 290px;
	height: 40px;
	vertical-align: top;
	text-align: left;
}
.CompaniesListDetailCell
{
	width: 50px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.CompaniesListSeparator
{
	border-bottom: 1px solid #BDB9FF;
	height: 0px;
	font-size: 1px;
	width: 640px;
}
.EventsListTable
{
	width: 420px;
	margin-bottom: 10px;
	border-color: #BDB9FF;
}
.EventsListRow
{
	width: 420px;
}
.EventsListPhotoCell
{
	width: 80px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.EventsListPhoto
{
	width: 80px;
	height: 40px;
}
.EventsListInfoCell
{
	width: 290px;
	height: 40px;
	vertical-align: top;
	text-align: left;
}
.EventsListDetailCell
{
	width: 50px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.EventsListSeparator
{
	border-bottom: 1px solid #BDB9FF;
	height: 0px;
	font-size: 1px;
	width: 640px;
}
.CompanyMap
{
	width: 500px;
	height: 250px;
	border: 1px solid black;
	background-color: #F6F6F6;
	overflow: hidden;
	float: left;
}
.CompanyDetails
{
	width: 215px;
	margin: 0px 0px 10px 2px;
	overflow: hidden;
	float: left;
}
.CompanyInfo
{
	margin: 2px 2px 20px 2px;
}
.CompanyPhotoContainer
{
	width: 132px;
	height: 134px;
	margin: 0px 5px 5px 5px;
	float: left;
}
.CompanyPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.CompanyPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
.EventDetails
{
	margin: 0px 0px 10px 2px;
	overflow: hidden;
}
.EventInfo
{
	margin: 2px 2px 20px 2px;
}
.EventPhotoContainer
{
	width: 132px;
	height: 134px;
	margin: 0px 5px 5px 5px;
	float: left;
}
.EventPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.EventPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
/*****
* Pagination bar
*****/
.pagination
{
	text-align: center;
	width: 200px;
	height: 12px;
	margin: 0px auto 10px auto;
}
.pagination_cell
{
	display: block;
	float: left;
	height: 12px;
	margin: 0px 2px 0px 2px;
}
.pagination_cell_current
{
	display: block;
	float: left;
	height: 12px;
	margin: 0px 2px 0px 2px;
}

.AdmGalleryPhotoContainer
{
	width: 132px;
	height: 134px;
	margin: 13px 13px 0px 13px;
	float: left;
}
.AdmGalleryPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.AdmGalleryPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
.AdmGalleryPhotoItemBar
{
	width: 132px;
	height: 18px;
	margin-top: 2px;
	text-align: center;
}

.GalleryPhotoContainer
{
	width: 132px;
	height: 115px;
	margin: 13px 13px 0px 13px;
	float: left;
	cursor: pointer;
}
.GalleryPhotoContainerMain
{
	width: 132px;
	height: 115px;
	margin: 9px 9px 0px 9px;
	float: left;
	cursor: pointer;
}
.GalleryPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	cursor: pointer;
}
.GalleryPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
	cursor: pointer;
}

.GalleryPhotoContainerBig
{
	width: 552px;
	height: 395px;
	margin: auto;
}
.GalleryPhotoBig
{
	width: 552px;
	height: 362px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding-top: 1px;
}
.GalleryPhotoDescriptionBig
{
	font: 10px Tahoma, sans-serif;
	line-height: 14px;
	color: #646464;
}
.RedStar
{
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
.LokalizatorForm
{
	background-color: #F4F4F4;
	width: 693px;
	height: 40px;
	padding: 15px;
}
.LokalizatorMap
{
	width: 721px;
	height: 650px;
	border: 1px solid #D2CCC0;
	margin-top: 5px;
	background-color: #F4F4F4;
}
.WelcomeTop
{
	text-align: right;
	background-color: #FFFFFF;
	padding: 5px 35px 0px 0px;
}
.CompanyPhoto
{
	width: 132px;
	height: 114px;
	text-align: center;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.CompanyPhotoDescription
{
	font: 9px Tahoma, sans-serif;
	line-height: 12px;
	color: #646464;
}
.CompanyPhotoItemBar
{
	width: 132px;
	height: 18px;
	margin-top: 2px;
	text-align: center;
}

.TopText
{
	background-color: #FFFFFF;
	margin: auto;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
.TopText a
{
	text-decoration: none;
	cursor: pointer;
	color: #F92683;
	font-weight: bold;
}
.TopText a:hover
{
	text-decoration: underline;
}

table.Footer
{
	width: 980px;
	border: none;
	margin: 0px auto 0px auto;
}
table.Footer th
{
	width: 163px;
	background-color: #9C9A8E;
	border: none;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	color: #CCCCCC;
}
table.Footer td
{
	width: 163px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	vertical-align: top;
	color: #CCCCCC;
}
table.Footer td a
{
	color: #CCCCCC;
}