﻿
/*
tmavě šedá: 77,77,77			#4D4D4D
fialová: 164,0,246			#A400F6
světle modrá: 45,107,181	#2D6BB5
světle šedá: 192,192,192	#C0C0C0
červená: 255,55,55			#FF2D2D
středně šedá: 150,150,150	#969696
zelená: 117,234,0				#75EA00
*/

body
{
	width: 100%;
	background: url('../../Images/back.png') repeat-x;
	background-position: left top;
	background-color: #ffffff;
	color: #252525;
	font-size: 11px;
	line-height: 1.7em;
	font-family: Verdana, "Trebuchet MS" , Helvetica, Arial, sans-serif;
}
#tableMain {
	border-style: solid;
	border-width: 1px;
	border-color: #2D6BB5;
	/*border-color: #BD0000;*/
	width: 770px;
	background-color: #FFFFFF;
}
#tdLogo
{
	width: 210px;
	background-image: url('../../Images/Logo2.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 125px;
	vertical-align: bottom;
	text-align: center;
}
#tdBanner
{
	background-image: url('../../Images/banner3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 125px;
	vertical-align: bottom;
	text-align: right;
	color: #FFFFFF;
}
#divFooter
{
	color: #888888;
	text-align: right;
}
.tdMenu
{
/*	background-color: #DEE7BD;*/
	background-color: #E4E4E4;
	width: 210px;
}
#tdContents
{
	border-top-style: solid;
	border-width: 1px;
	border-color: #2D6BB5;
	/*border-color: #BD0000;*/
}
div
{
	padding: 3px;
	color: #333333;
}
h1
{
	font-family: "Segoe Print";
	font-size: 20px;
	color: #FF2D2D;
	/*color: #BD0000;*/
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
}
.button
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
	font-size: 11px;
}
.lbError
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF2D2D;
	/*color: #BD0000;*/
	font-size: x-small;
}
.expl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.mark
{
	font-family: "Wingdings";
	font-weight: bold;
}
.aMark
{
	font-family: "Wingdings";
	color: #FF2D2D;
	/*color: #BD0000;*/
}
.rMark
{
	font-family: "Wingdings";
	color: #FFFFFF;
}
.highlight
{
	color: #FF2D2D;
	/*color: #BD0000;*/
	font-weight: bold;
}
.lowlight
{
	color: #FF2D2D;
	/*color: #BD0000;*/
	font-weight: normal;
}
.hyperlink
{
	text-decoration: underline;
}
.hyperlink2
{
	text-decoration: underline;
}
a
{
	color: #333333;
}
.lbBold
{
	font-weight: bold;
}
h2
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#tdAdminContents
{
	border-left-style: solid;
	border-width: 1px;
	border-color: #BD0000;
}
.tdAdminMenu
{
	background-color: #E4E4E4;
}
.pnBackgroundColor
{
	background-color: #E4E4E4;
}
.imgLogo
{
}
#tableMainAdmin
{
	border: 1px solid #BD0000;
	width: 970px;
	background-color: #FFFFFF;
}

