form,
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    line-height: 1.5em;
}

.errorBox,
.successBox {
    clear: left;
    background-repeat: no-repeat;
    background-position: 10px 15px;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    color: #000000;
}
.errorBox {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
}
.successBox {
    border: 1px solid #99FF99;
    background-color: #DBFFDB;
}
.errorBox ul,
.errorBox li,
.successBox ul,
.successBox li {
    padding: 0;
    margin: 0;
}
.errorBox li,
.successBox li {
    margin-left: 25px;
    line-height: 2em;
    list-style: none;
}

img {
    border: 0;
}

label {
    cursor: pointer;
}

.autoShow {
    visibility: hidden;
}

a.iconLink {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

input.iconButton {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center middle;
    cursor: pointer;
    color: #003366;
    outline: none;
}

input.iconButton:hover {
    color: #336699;
}

input.search {
    border: 1px solid #CCCCCC;
    background-image: url(search-bg.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding: 5px 0px 5px 26px;
    cursor: pointer;
    height: 16px;
    width: 200px;
}

.controlsLeft {
    float: left;
    clear: left;
}
.controlsRight {
    float: right;
    clear: right;
}
.controlsLeft,
.controlsRight {
    height: 30px;
    line-height: 30px;
    margin: 0px 0px 15px 0px;
    padding: 0;
}
.controlsLeft h1,
.controlsLeft h2,
.controlsLeft h3,
.controlsRight h1,
.controlsRight h2,
.controlsRight h3 {
    display: inline;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    padding: 0;
}
.controlsLeft h1,
.controlsRight h1 {
    font-size: 1.5em;
}
.controlsLeft h2,
.controlsRight h2 {
    font-size: 1.25em;
}
.controlsLeft h3,
.controlsRight h3 {
    font-size: 1em;
}
.controlsLeft ul,
.controlsRight ul {
    float: left;
}
.controlsLeft ul,
.controlsLeft li,
.controlsRight ul,
.controlsRight li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.controlsLeft li,
.controlsRight li {
    float: left;
    margin-left: 15px;
}
.controlsClear {
    clear: both;
}
.controlsBar {
    clear: left;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0;
}
.controlsBox {
    clear: both;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

.tabBorder {
    clear: left;
}
.tabMenu {
    margin: 0 0 5px 0;
    padding: 0;
    list-style: none;
}
.tabMenu li {
    display: inline;
}
.tabMenu a:link,
.tabMenu a:active,
.tabMenu a:visited,
.tabMenu a:hover {
    margin: 0 5px 0 0;
    padding: 5px 12px;
    border: 1px solid #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    text-decoration: none;
}
.tabMenu a:hover {
    background-color: #F0F0F0 !important;
}
.tabMenu .active a:link,
.tabMenu .active a:active,
.tabMenu .active a:visited,
.tabMenu .active a:hover {
    background-color: #FFFFFF !important;
    border: 1px solid #DDDDDD !important;
    border-bottom: 1px solid #FFFFFF !important;
}
.tabContent {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.resultsLoading {
    height: 50px;
    width: 100%;
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

table th,
table td {
    padding: 0;
    margin: 0;
    border: 0;
}

table.spaced,
table.list {
    clear: left;
}

table.spaced th,
table.spaced td {
    padding: 5px;
    margin: 0;
    border: 0;
}

table.list {
    width: 100%;
    border: 1px solid #CCCCCC;
}
table.list thead tr th {
    font-weight: bold;
    background-color: #DDDDDD;
}
table.list th,
table.list td {
    padding: 7px 5px;
    margin: 0;
    border: 0;
}
table.list tr.rowA td {
    background-color: #FEFEFE;
}
table.list tr.rowB td {
    background-color: #EEEEEE;
}

.treeList,
.treeList li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.treeList ul {
    padding-left: 31px;
}
.treeList li {
    margin: 2px 0px;
}
.treeList table {
    border: 0;
}
.treeList td {
    background: #F0F0F0;
}
.treeList .toggleIcon img {
    cursor: pointer;
}
