
#CommonBodyColumn {width: auto !important;} /* odsouvá pravý sloupec, když je potřeba */
#CommonBodyColumn table {table-layout: auto !important;} /* odsouvá pravý sloupec, když je potřeba */
p {margin: 0.5em; padding: 0;}
code
{
	position: relative;
	display: block;
	background-color: #eee;
	white-space:pre-wrap;
	text-align: left;
	overflow: auto;
	padding: 5px 10px;
	margin: 5px auto;
	line-height: 105%;
}
h3, h5
{
	margin: 1em 0 0.2em 0;
}
h4.BlogPostHeader
{
	font-weight: bold;
}
.BlogRating
{
	background-color: #e4e4e4;
}
.BlogPostArea
{
	margin-bottom: 2em !important;
}
.BlogPostArea table {width: 100%;}
.BlogPostContent
{
	line-height: normal !important;
}
.BlogPostFooter
{
	margin: 5px 10px 3px 10px !important;
	line-height: normal;
}
.hBlogTitles
{
	margin: 15px 0 20px 0;
}
h2.hBlogTitle
{
	display: inline;
	padding-bottom: 30px;
}
.hBlogSubTitle
{
	font-size: 0.8em;
	color: #aaa;
	display: inline;
	padding-left: 15px;
}
ul, ol
{
	margin: 0 3em;
}
.ControlPanelTextInputBig {width: 95%;}
.CommonSearchButtonOuter
{
	background-image: url(/themes/default/images/common/search-button.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	color: #cccccc;
	font-size: 12px;
	line-height: 14px;
	font-variant: small-caps;
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
	color: #999999;
	
	margin-left: 4px;
}

.CommonSearchButton
{
	background-image: url(/themes/default/images/common/search-button-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	color: #cccccc;
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	padding-left: 5px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #999999;
}

.CommonSearchButton:link, .CommonSearchButton:visited, .CommonSearchButton:active
{
	color: #999999;
	text-decoration: none;
}

.CommonSearchButton:hover
{
	text-decoration: underline;
}
.CommonSearchArea
{
	margin-bottom: 8px;
	margin-top: 16px;
	padding: 6px;
	background-color: #f3f3f3;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.CommonSearchArea table
{
	margin-left: auto;
	margin-right: auto;
}
.CommonInputSearch
{
	font-size: 130%;
}

