/* Error message box with red X icon */
.ErrorContainer
{
	height: 96px;
	width: 545px;
	margin: 5px auto 5px auto;
	border: 1px solid #C6A675;
}
.ErrorCaption
{
	background-color: #C6A675;
	height: 16px;
	width: 535px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.ErrorMessageContainer
{
	background: #FFFFFF url('img/error.jpg');
	background-position: 15px 8px;
	background-repeat: no-repeat;
	height: 80px;
	width: 545px;
}
.ErrorMessageText
{
	margin-left: 94px;
	height: 50px;
	width: 451px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding-top: 30px;
}
/* Info message box with green V icon */
.InfoContainer
{
	height: 96px;
	width: 545px;
	margin: 5px auto 5px auto;
	border: 1px solid #C6A675;
}
.InfoCaption
{
	background-color: #C6A675;
	height: 16px;
	width: 535px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.InfoMessageContainer
{
	background: #FFFFFF url('img/ok.jpg');
	background-position: 15px 8px;
	background-repeat: no-repeat;
	height: 80px;
	width: 545px;
}
.InfoMessageText
{
	margin-left: 94px;
	height: 50px;
	width: 451px;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
	padding-top: 30px;
}
/* Info2 message box with blue i icon */
.Info2Container
{
	height: 96px;
	width: 545px;
	margin: 5px auto 5px auto;
	border: 1px solid #C6A675;
}
.Info2Caption
{
	background-color: #C6A675;
	height: 16px;
	width: 535px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.Info2MessageContainer
{
	background: #FFFFFF url('img/info.jpg');
	background-position: 15px 8px;
	background-repeat: no-repeat;
	height: 80px;
	width: 545px;
}
.Info2MessageText
{
	margin-left: 94px;
	height: 50px;
	width: 451px;
	font-weight: bold;
	color: #1B5AA9;
	text-align: center;
	padding-top: 30px;
}
/* Common table */
table.Table
{
	width: 560px;
	margin: 5px auto 5px auto;
	border: 1px solid #C6A675;
	border-spacing: 0px;
	background-color: #FBF8E5;
}
table.Table2
{
	width: 560px;
	margin: 5px auto 5px auto;
	border: 1px solid #C6A675;
	border-spacing: 0px;
	background-color: #F0ECD1;
}
table.Table3
{
	width: 560px;
	margin: 5px auto 5px auto;
	border: 1px solid #C6A675;
	border-spacing: 0px;
	background-color: #FFDD9E;
}
th.Table
{
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
th.Table2
{
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
td.Table
{
	padding: 5px 5px 5px 5px;
}
a.Table
{
	color: #000000;
	text-decoration: none;
}
a.Table:hover
{
	color: #000000;
	text-decoration: underline;
}
/* Section header */
div.SectionHeader
{
	padding: 4px;
	color: #FAF3D6;
	background-color: #C6A675;
	font-weight: bold;
	font-size: 16px;
}
h1.SectionHeader
{
	font-size: 16px;
	cursor: pointer;
	margin: 0px;
	display: inline;
}
/* Navigation links */
div.Navigation
{
	border-bottom: solid 1px #F2ECE0;
	padding: 3px 3px 3px 3px;
	margin: auto;
}
a.Navigation
{
	font-size: 11px;
	color: #707070;
}
h2
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #791343;
	display: inline;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: inline;
}
small.example
{
	font-weight: bold;
	color: #791343;
	font-size: 10px;
}
/* Form on main page */
.FormBanner1
{
	background-image: url(img/form_banner1.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 480px;
	height: 55px;
	display: block;
	float: left;
}
.FormBanner2
{
	background-image: url(img/form_banner2.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 79px;
	height: 55px;
	display: block;
	float: left;
}
.FormBanner3
{
	background-image: url(img/form_banner3.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 559px;
	height: 63px;
	margin-bottom: 3px;
	display: block;
	float: left;
}
.FormBannerHelpForm
{
	display: none;
	z-index: 3;
	position: absolute;
	top: 280px;
	left: auto;
	width: 527px;
	height: 360px;
	background-color: #EFE2C0;
	border: 1px solid #C6A675;
}
.FormBannerForm
{
	display: none;
	z-index: 2;
	position: absolute;
	top: 280px;
	left: auto;
	width: 527px;
	height: 460px;
	background-color: #EFE2C0;
	border: 1px solid #C6A675;
}
.FormBannerCloser
{
	background-image: url(img/delete.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
}
.FormBannerHeader
{
	background-image: url(img/form_header.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 129px;
}
.FormBannerHeader2
{
	background-image: url(img/form_header2.jpg);
	background-position: 45% 10%;
	background-repeat: no-repeat;
	height: 67px;
	width: 527px;
}
.FormBannerButton
{
	height: 39px;
	width:  188px;
	margin-left:  175px;
}
.FormBannerLabel
{
	width: 150px;
	color: #646464;
	margin: 4px 3px 4px 5px;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	float: left;
}
.FormBannerInput
{
	margin: 4px 0px 4px 0px;
	float: left;
}
.FormBannerInput2
{
	width: 320px;
	color: #646464;
	font: normal 11px Verdana, Tahoma, sans-serif;
}
.FormBannerInput2Wrong
{
	width: 340px;
	color: #646464;
	font: normal 11px Verdana, Tahoma, sans-serif;
	border: 2px solid #FF0000;
}
/* Private messages */
.TabsContainer
{
	width: 563px;
	margin-top: 5px;
}
.TabA
{
	width: 100px;
	height: 23px;
	float: left;
	border-right: 1px solid #B3856D;
	border-top: 1px solid #B3856D;
	border-left: 1px solid #B3856D;
	color: #812E02;
	background-color: #F7EECD;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.TabB
{
	width: 100px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #B3856D;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #812E02;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
.TabFake
{
	width: 100px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #B3856D;
	background-color: #FFFFFF;
	color: #802D01;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	cursor: default;
}
.TabFake2
{
	width: 156px;
	height: 23px;
	float: left;
	border-bottom: 1px solid #B3856D;
	background: #FFFFFF url(img/message.png);
	background-repeat: no-repeat;
	background-position: 45px 50%;
	color: #802D01;
	font-size: 11px;
	text-align: right;
	padding-right:  5px;
	cursor: pointer;
}
.TabText
{
	margin-top: 4px;
}
.TabContentA
{
	clear: both;
	padding-bottom: 5px;
	border-right: 1px solid #B3856D;
	border-bottom: 1px solid #B3856D;
	border-left: 1px solid #B3856D;
	background-color: #F7EECD;
}
.TabContentB
{
	display: none;
}
.MessagesHeader
{
	text-align: left;
	color: #802D01;
	padding-left: 10px;
	background-color: #F4E8BC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MessagesFooter
{
	text-align: left;
	color: #802D01;
	padding-left: 10px;
	background-color: #F4E8BC;
	padding-top: 12px;
	padding-bottom: 2px;
}
.Selectors
{
	cursor: pointer;
}
.Action
{
	font-size: 10px;
	font-family: Tahoma;
	padding: 2px;
}
.MessagesCells
{
	text-align: left;
	color: #802D01;
	padding: 2px 2px 0px 2px;
	height: 25px;
}
.MessageCheckbox
{
	display: block;
	float: left;
}
.MessageContainer
{
	padding: 5px;
	border: 1px solid #B3856D;
	background-color: #F7EECD;
	margin-top: 5px;
}
.MessageTitle
{
	color: #812E02;
	font-weight: bold;
	font-size: 11px;
	margin: 3px 3px 0px 3px;
	border-bottom: 1px solid #812E02;
}
.MessageContent
{
	color: #812E02;
	font-size: 11px;
	margin: 15px 2px 10px 2px;
}
.MessageTimestamp
{
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: rgb(127, 127, 127);
	margin: 10px 40px 0px 3px;
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(img/date.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 20px;
	float: left;
	cursor: default;
}
.MessageReply
{
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: rgb(127, 127, 127);
	margin: 10px 40px 0px 3px;
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(img/reply.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 20px;
	float: left;
	cursor: pointer;
}
.MessageReturn
{
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: rgb(127, 127, 127);
	margin: 10px 40px 0px 3px;
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(img/return.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 20px;
	float: left;
	cursor: pointer;
}
.MessageRemove
{
	font: normal 10px Tahoma, Verdana, sans-serif;
	color: rgb(127, 127, 127);
	margin: 10px 40px 0px 3px;
	padding-left: 20px;
	padding-top: 2px;
	background-image: url(img/trash.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 20px;
	float: left;
	cursor: pointer;
}
.WriteContainer
{
	padding: 5px;
	border: 1px solid #B3856D;
	background-color: #F7EECD;
	margin-top: 5px;
}
.WriteLabel
{
	float: left;
	color: #812E02;
	font-size: 11px;
	margin: 2px;
	width: 50px;
}
.WriteField
{
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
	width: 240px;
}
.WriteArea
{
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
	width: 430px;
	height: 120px;
}
.WriteFieldBox
{
	width: 250px;
	float: left;
	margin: 2px;
}


/**
 * HejWesele::Filmy
 */
.FilmyContainer
{
	width: 555px;
	margin: 10px auto 0px auto;
	padding: 5px 5px 5px 5px;

	border: 1px solid #7E0C02;
	background-color: #F7EECD;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #333333;
}
.FilmyPlayerContainer
{
	width: 352px;
	height: 303px;
	margin: 10px auto 10px auto;
}
.FilmyThumbnailContainer
{
	width: 160px;
	height: 160px;
	float: left;
	margin: 10px 11px 10px 11px;
	text-align: center;
}
.FilmyThumbnailContainer2
{
	width: 160px;
	height: 160px;
	float: left;
	margin: 1px 7px 1px 7px;
	text-align: center;
	cursor: pointer;
}
.FilmyThumbnail
{
	width: 160px;
	height: 128px;
	display: block;
	border: 1px solid #7E0C02;
}
#FilmyProgressBar
{
	width: 552px;
	height: 20px;
	display: none;
	border: 1px solid #CA853F;
	background: #EF9C42 url(img/FilmyProgressBar.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding-top: 4px;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #5B4438;
	text-align: center
}