body
{
	background-image: url('Images/bg-body.png');
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 11px;
	color: #333333;
}

/* CONTROLS */

.controlpanel
{
	width: 700px;
}

a:link, a:visited
{
	color: #b02332;
	text-decoration: none;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 11px;
	font-weight: bold;
}

a:hover, a:active
{
	color: #b02332;
	text-decoration: underline;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

a.title-link, a.title-link:visited
{
	color: #b02332;
	text-decoration: none;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 12px;
	font-weight: bold;
}

a.title-link:hover, a.title-link:active
{
	color: #b02332;
	text-decoration: underline;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

a.link, a.link:visited
{
	color: #b02332;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

a.link:hover, a.link:active
{
	color: #b02332;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: underline;
	cursor: pointer;
}

.text-box
{
	border: solid 1px #999999;
	background-color: #b02332;
	color: #ffffff;
	padding: 3px;
	height: 22px;
	width: 130px;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 12px;
}

hr
{
	height: 1px;
	color: #999999;
	border-top: solid 1px #999999;
	border-bottom: none;
	text-align: center;
}

/* ADMIN MENU */

.main_dnnmenu_bar
{
	position: inherit;
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
}

.main_dnnmenu_item td
{
	background-color: #ffffff;
	color: #b02332;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}

.main_dnnmenu_itemroot
{
	color: #b02332;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 20px;
}

.main_dnnmenu_itemhover
{
	color: #b02332;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: underline;
	cursor: pointer;
}

.main_dnnmenu_itemhover td
{
	background-color: #e3e3e3;
	color: #b02332;
}

.main_dnnmenu_submenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	border: solid 2px #d3adb2;
}

.main_dnnmenu_icon
{
	height: 100%;
	width: 15px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

/* MAIN MENU */

.menu
{
	background: url('Images/menu-bg.png') repeat-x;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

a.menu-item, a.menu-item:visited
{
	background-color: Transparent;
	height: 40px;
	cursor: pointer;
	cursor: hand;
	color: #e3e3e3;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding: 12px 10px 12px 10px;
	text-transform: uppercase;
	display: table-cell;
	text-decoration: none;
}

a.menu-item:hover, a.menu-item:active
{
	font-size: 12px;
	font-weight: bold;
	background: url('Images/menu-bg-hover.png') repeat-x;
	color: #b02332;
	text-decoration: none;
}

/* LAYOUT */

.main-table
{
	width: 1000px;
	margin: 10px 0px 10px 0px;
}

.control-panel
{
	padding: 5px;
}

.border-top
{
	height: 25px;
	background: url('Images/bg-top.png') no-repeat;
}

.border-header
{
	height: 150px;
	background: url('Images/bg-mid.png') repeat-y;
	padding: 0px 12px 0px 12px;
}

.table-header
{
	width: 820px;
	margin-top: 20px;
}

.logo
{
	height: 123px;
	width: 203px;
	background: url('Images/header-logo-neklid.png') no-repeat;
}

.logo-title
{
	background: url('Images/nadpis.png') no-repeat 65px 0px;
	height: 80px;
}

.manage
{
	padding: 0px 40px 20px 0px;
	text-transform: uppercase;
}

.bg-header
{
	height: 123px;
	width: 175px;
	background: url('Images/header-bg.png') no-repeat;
}

.border-content
{
	background: url('Images/bg-mid.png') repeat-y;
	padding: 10px 15px 10px 15px;
}

.contentpane
{
	background-color: transparent;
}

.main-description
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 14px;
}

.main-title, .title, .text, .course-title, .course-text
{
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 12px;
}

.main-title
{	
	text-align: left;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.title
{
	text-align: left;
	color: #b02332;
	font-weight: bold;
	white-space: nowrap;
}

.text
{
	text-align: justify;
	color: #333333;
	vertical-align: top;
}

.course-bottom
{
	height: 137px;
	width: 250px;
	background: url('Images/main-bottom.png') no-repeat;
}

.course-title
{
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

.course-text
{
	text-align: left;
	color: #ffffff;
	vertical-align: top;
}

.block-item-content
{
	border: solid 2px #d3adb2;
	margin: 16px;
}

.main-page-bottom-top-table
{
	width: 225px;
	height: 200px;
	margin-top: 12px;
	margin-left: 12px;
}

.main-page-bottom-middle-table
{
	width: 225px;
	height: 120px;
	margin-left: 12px;
}

.main-page-bottom-bottom-table
{
	width: 225px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.block-header
{
	background: url('Images/menu-bg.png') repeat-x;
	height: 40px;
	text-align: center;
}

.block-content-center
{
	border-left: solid 2px #d3adb2;
	border-right: solid 2px #d3adb2;
	background-color: #ffffff;
	text-align: center;
}

.block-content-bottom
{
	border-left: solid 2px #d3adb2;
	border-right: solid 2px #d3adb2;
	border-bottom: solid 2px #d3adb2;
	background-color: #ffffff;
	text-align: center;
}

.block-content
{
	border-left: solid 2px #d3adb2;
	border-right: solid 2px #d3adb2;
	border-bottom: solid 2px #d3adb2;
	background: url('Images/content-bg.png') repeat-x;
	height: 315px;
	text-align: center;
}

.administration-edit
{
	padding: 10px;
}

.administration-grid
{
	width: 90%;
	border: solid 1px #cccccc;
}

.administration-grid td
{
	border: solid 1px #cccccc;
	padding: 5px;
	font-family: Verdana, Sans-Serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}

.administration-grid-header th
{
	border: solid 1px #cccccc;
	padding: 5px;
	background-color: #f4f4f4;
	font-family: Verdana, Sans-Serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #b02332;
}

.info-content
{
	background: url('Images/bg-mid.png') repeat-y;
	padding: 5px 15px 10px 15px;
}

.info
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

.border-bottom
{
	height: 25px;
	background: url('Images/bg-bottom.png') repeat-y;
}

