body {
	margin: 0px;
	padding: 0px;
	cursor: default;
}

td, th {
	vertical-align: top;
}

a img {
	border: none;
}

.view th {
	text-align: left;
	font-weight: bold;
	width: 200px;
}

.view input, .view select {
	width: 300px;
	height: 20px;
}

.view select {
	width: 304px;
	height: 24px;
}

.view input.date {
	width: 250px;
}

.view input.date_control {
	width: 50px;
}

.view input.small {
	width: 20px;
}

.view textarea {
	width: 500px;
	height: 150px;
}

.view input.submit, .view input.button {
	width: 150px;
}

.view .TinyMCE {
	height: 300px;
}

.panel {
	height: 56px;
}

.panel span {
	display: block;
	height: 56px;
	float: left;
}

.panel span.left {
	background: url('/SiteNN/images/panel/panel-left.png') no-repeat;
	width: 13px;
}

.panel span.right {
	background: url('/SiteNN/images/panel/panel-right.png') no-repeat;
	width: 13px;
}

.panel a {
	background: url('/SiteNN/images/panel/panel.png') repeat-x;
	display: block;
	float: left;
	width: 36px;
	height: 56px;
	padding-left: 2px;
	padding-right: 2px;
}

.panel a img {
	width: 32px;
	height: 32px;
	margin-top: 11px;
	border: 1px solid transparent;
}

.panel a:hover img, .panel a:active img {
	border: 1px solid #999999;
}

.error {
	color: #ff0000;
}

.sitemap a {
	display: block;
}

.sitemap div {
	padding-left: 25px;
}

.search-result strong {
	font-weight: bold;
	display: block;
	float: left;
	width: 20px;
}

.search-result p {
	clear: both;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
}

.search-result a {
	font-weight: bold;
}

.search-result b {
	font-style: italic;
}

.search-result div {
	padding-left: 20px;
}

.search-result div a {
	font-weight: normal;
}

.required {
	color: #ff0000;
}

.pager a.active, .pager a.active:link, .pager a.active:visited, .pager a.active:hover, .pager a.active:active {
	font-weight: bold;
}

.file {
	clear: both;
}

.file img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.file input {
	width: 25px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#viewImage {
	background: #ffffff;
	border: 3px solid #999999;
	padding: 50px;
}

#viewImage td {
	text-align: center;
}

#viewImageControl {
	width: 100%;
}

#viewImageControl td {
	width: 0%;
}

#viewImageControl td#viewImageQuit {
	text-align: right;
}

#viewImageControl td#viewImageTitle {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#viewImageControl a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

#viewImageControl a:hover, #viewImageControl a:active {
	background: #cccccc;
	color: #ffffff;
}

#viewImageControl .disabled a {
	color: #cccccc;
	background: transparent;
}

#viewImageControl .disabled a:hover, #viewImageControl .disabled a:active {
	color: #cccccc;
	background: transparent;
}

div.photo {
	float: left;
	margin: 10px;
}

div.photo a span.info {
	display: block;
	text-align: center;
}

.clear {
	clear: both;
}
