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: 22px;
}

.view select.multiple {
	height: 200px;
}

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

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

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

.view input.check {
	width: 16px;
	height: 16px;
}

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

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

.view .TinyMCE {
	width: 800px;
    height: 500px;
}

.panel {
    height: 56px;
}

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

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

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

.panel a {
    background: url('/Recs/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 {padding-bottom:20px;}

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