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

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 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.data td.n {
    white-space: nowrap;
    text-align: center;
}

div.pager {
    text-align: center;
    padding: 5px;
}

div.pager a {
    margin: 0 5px;
}

.a {
    padding-left:20px; font-style: italic; border-left: 1px dotted #444444; margin-left:20px;
}

.faq {
    border-bottom: 1px dotted #444444;
}

.vtop {
    vertical-align: top;
}

table.poll { margin-top: 10px; margin-bottom: 20px; }
table.poll th { text-align: left; vertical-align: middle; }
table.poll td.result img { height: 16px; border: 1px solid #999999; }
table.poll td.result { width: 50px; }
table.poll td, #wrapper table.poll td { padding: 5px; }
