﻿.menuItem
{
	padding				: 0px 3px 0px 3px;
	cursor				: pointer; 
	cursor				: hand; 
	color				: black; 
	border-left			: white 0px solid; 
	border-bottom		: white 0px solid; 
	border-top			: white 0px solid; 
	border-right		: white 0px solid;
	background-color	: Transparent;
}
.subMenuItem
{
	padding				: 0px 3px 0px 10px;
	z-index				: 1000;
	cursor				: pointer; 
	cursor				: hand; 
	background-color	: #6fa5d6; 
	color				: Black;
}
.hoverStyle
{
	padding				: 0px 3px 0px 3px;
	cursor				: pointer; 
	cursor				: hand; 
	color				: white; 
	background-color	: #C1D2EE;
}
.subHoverStyle
{
	padding				: 0px 3px 0px 10px;
	cursor				: pointer; 
	cursor				: hand; 
	color				: white; 
	background-color	: #C1D2EE;
}
.Objects
{
    font-family			: Trebuchet MS, Arial, Tahoma;
    font-size			: 9pt;
    background			: transparent;
}

body 
{
    font-family			: Trebuchet MS, Arial, Tahoma;
    font-size			: 9pt;
    background			: #e3e3e3;
}

#Main
{
	margin				: auto;
    border				: 0px;
    padding				: 0px;
    width				: 790px;
    height				: 585px;
    background			: transparent;
    overflow			: hidden;
}
#Header
{
	height				: 111px;
	background			: url('./img/header.png');
	background-repeat	: no-repeat;
    overflow			: hidden;
}
#Menu
{
	height				: 25px;
	background			: url('./img/menu.png');
	background-repeat	: no-repeat;
    overflow			: visible;
    font-weight			: bold;
}
#MenuControl
{
	width				: auto;
	text-align			: left;
	color				: Black;
	overflow			: visible;
}

#Menu td
{
	vertical-align		: bottom;
}

#PageContent
{
	width				: 790px;
	height				: 413px;
	background			: url('./img/content.png');
	background-repeat	: no-repeat;
    overflow			: hidden;
    text-align			: justify;
}
#LoginPageContent
{
	width				: 790px;
	height				: 413px;
	background			: url('./img/content.png');
	background-repeat	: no-repeat;
    overflow			: hidden;
    text-align			: justify;
    vertical-align		: middle;
}

#Login
{
    overflow			: hidden;
    text-align			: center;
}

#Picture
{
	width				: 444px;
	height				: 413px;
	float				: left;
	background			: url('./img/obrazRamka.png');
	background-repeat	: no-repeat;
    overflow			: hidden;
    text-align			: center;
    vertical-align		: bottom;
}
#picture td
{
    text-align			: center;
    vertical-align		: bottom;
	
}
#RightPane
{
	height				: 375px;
	width				: 346px;
	float				: right;
	background			: transparent;
    overflow			: hidden;
}
#Path
{
	height				: 25px;
	width				: 346px;
	background			: transparent;
	overflow			: hidden;
	font-weight			: bold ;
}

#Content
{
	margin				: 0px 10px 0px 0px;
	height				: 275px;
	width				: 336px;
	float				: right;
	overflow			: auto;
	background			: transparent;
}
#Details
{
	margin				: 10px 0px 0px 0px;
	height				: 90px;
	width				: 346px;
	float				: right;
	clear				: right;
	background			: transparent;
    overflow			: hidden;
}
#Footer
{
	height				: 36px;
	background			: url('./img/footer.png');
	background-repeat	: no-repeat;
	background-position	: bottom;
	font-size			: 8pt;
	font-weight			: bold;
	color				: Navy;
    overflow			: hidden;
}
#FooterDate
{
	padding-left		: 10px;
	width				: 385px;
	float				: left;
	text-align			: left;
    overflow			: hidden;
}
#FooterCopyright
{	
	padding-right		: 10px;
	width				: 385px;
	height				: 36px;
	float				: right;
	text-align			: right;
    overflow			: hidden;
}

#EdycjaPageContent
{
	width				: 790px;
	height				: 413px;
	background			: transparent;
	overflow			: auto;
}
#EdycjaToolbar
{
	width				: 790px;
	height				: 25px;
	background			: transparent;
	overflow			: hidden;
	
}
#EdycjaContent
{
	width				: 790px;
	height				: 388px;
	background			: transparent;
	overflow			: auto;
}