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.multiple {
	height: 100px;
}

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

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

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

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

.view textarea.textarea2 {
	width: 300px;
	height: 60px;
}

.view textarea.textarea3 {
	width: 300px;
	height: 90px;
}

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

.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;
}

table.poll td { vertical-align: middle; }
table.poll td.result { padding-right: 5px; }
table.poll td.result img { height: 20px; border: 1px solid #999999; }

table.data {
    width: 90%;
}

table.data td {
    border: 1px solid #999999;
}

table.data td.n {
	text-align: center;
	white-space: nowrap;
}

table.data td.d {
	text-align: right;
	white-space: nowrap;
}

table.data tr.row0 td {
	background: #e6e6e6;
}

table.data th {
    border: 1px solid #999999;
    text-align: center;
    font-weight: bold;
    background: #e6e6e6;
    height: 25px;
}

#dialog p {color:#000;}
.edit {border-collapse:collapse;width:400px;}
.edit th {text-align:left;width:150px;font-weight:bold;color:#000000;}
.edit .input-checkbox {margin-left:50px;}
.edit .input-text {width:200px;}
.edit .input-select {width:200px;}

