* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: normal;
}

h2.page-title {
    padding: 0 20px 20px 20px;
    background: url(../../images/top-shadow.png) repeat-x center 47px;
    margin: 0 -20px;
}

#header {
    background: #eee;
    border-bottom: 1px solid #ba1515;
}

.shell {
    margin: 0 20px;
}

#title-area {
    float: left;
    width: 50%;
    padding: 10px 0;
}

#title-status-area {
    color: gray;
}

#title-status-area {
    padding-top: 10px;
    width: 50%;
    float: right;
    text-align: right;
}

.clear-floats {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 0px;
}

#nav {
    background-color: #d82222;
    padding-top: 10px;
    border-top: 1px solid #f0a3a3;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df3434), to(#c21f1f));
    background-image: -webkit-linear-gradient(top, #df3434, #c21f1f);
    background-image: -moz-linear-gradient(top, #df3434, #c21f1f);
    background-image: -ms-linear-gradient(top, #df3434, #c21f1f);
    background-image: -o-linear-gradient(top, #df3434, #c21f1f);
    -pie-background: linear-gradient(#df3434, #c21f1f);
}

ul.main-menu {
    margin: 0;
    display: block;
    list-style: none;
}

ul.main-menu li {
    background-color: #c61f1f;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d42121), to(#b01c1c));
    background-image: -webkit-linear-gradient(top, #d42121, #b01c1c);
    background-image: -moz-linear-gradient(top, #d42121, #b01c1c);
    background-image: -ms-linear-gradient(top, #d42121, #b01c1c);
    background-image: -o-linear-gradient(top, #d42121, #b01c1c);
    -pie-background: linear-gradient(#d42121, #b01c1c);
    -webkit-box-shadow: inset 0px 1px 0px #ea7676;
    -moz-box-shadow: inset 0px 1px 0px #ea7676;
    box-shadow: inset 0px 1px 0px #ea7676;
    border: 1px solid #ac1b1b;
    border-bottom: 0;
}

ul.main-menu li {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    padding: 6px 12px 6px 12px;
    cursor: hand;
    cursor: pointer;
    border: none;
    border-bottom: 0;
    height: 19px;
}

ul.main-menu li:hover {
    background-color: #801414;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c21f1f), to(#a31a1a));
    background-image: -webkit-linear-gradient(top, #c21f1f, #a31a1a);
    background-image: -moz-linear-gradient(top, #c21f1f, #a31a1a);
    background-image: -ms-linear-gradient(top, #c21f1f, #a31a1a);
    background-image: -o-linear-gradient(top, #c21f1f, #a31a1a);
    -pie-background: linear-gradient(#c21f1f, #a31a1a);
    -webkit-box-shadow: inset 0px 1px 0px #d42121;
    -moz-box-shadow: inset 0px 1px 0px #d42121;
    box-shadow: inset 0px 1px 0px #d42121;
    border: 1px solid #a31a1a;
}

ul.main-menu li a {
    color: white;
}

ul.main-menu li a {
    font-weight: bold;
    text-decoration: none;
}

#content {
    background-color: white;
    min-height: 400px;
    position: relative;
    padding-top: 15px;
}

h2.page-title {
    color: #333333;
    margin-bottom: 10px;
}

/* -----  Login --- */
#top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

body.login #logo {
    margin-bottom: 20px;
}

body.login #content,
body.login {
    background-color: #eeeeee;
}

body.login .shell {
    width: 400px;
    margin: 0 auto;
    min-width: 400px;
}

body.login fieldset {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#bbbbbb));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #bbbbbb);
    background-image: -moz-linear-gradient(top, #f3f3f3, #bbbbbb);
    background-image: -ms-linear-gradient(top, #f3f3f3, #bbbbbb);
    background-image: -o-linear-gradient(top, #f3f3f3, #bbbbbb);
    -pie-background: linear-gradient(#f3f3f3, #bbbbbb);
    -webkit-box-shadow: 0 0 10px black;
    -moz-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;

    border: 1px solid #cccccc;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

body.login fieldset h3 {
    background: none;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    color: #333;
}

fieldset dl.floated dt {
    clear: left;
}

fieldset h3 {
    margin: -16px -16px 20px -16px;
    padding: 10px 15px 10px 15px;
}

dl.floated dt {
    float: left;
    width: 33%;
    clear: both;
    text-align: right;
    margin-top: 4px;
    margin-right: 2%;
}

dl.floated dd {
    color: #666666;
}

dl.floated dd {
    min-height: 19px;
    float: left;
    vertical-align: middle;
    line-height: 24px;
    margin-bottom: 5px;
}

dl.floated dd input,
dl.floated dd textarea {
    max-width: 90% !important;
}

.button-bar {
    padding: 10px;
    text-align: center;
}

.button-bar .button {
    font-size: 14px;
}

.button.primary {
    border: 1px solid #37790e;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6de522), to(#429011));
    background-image: -webkit-linear-gradient(top, #6de522, #429011);
    background-image: -moz-linear-gradient(top, #6de522, #429011);
    background-image: -ms-linear-gradient(top, #6de522, #429011);
    background-image: -o-linear-gradient(top, #6de522, #429011);
    -pie-background: linear-gradient(#6de522, #429011);
    -webkit-box-shadow: inset 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 0px white;
    box-shadow: inset 0px 1px 0px white;
    color: white !important;
    padding: 9px;
    cursor: pointer;
    display: inline-block;
    margin: 3px 3px 5px 3px;
    text-align: center;
}

.button.primary:hover {
    border: 1px solid #245109;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58c415), to(#2f680b));
    background-image: -webkit-linear-gradient(top, #58c415, #2f680b);
    background-image: -moz-linear-gradient(top, #58c415, #2f680b);
    background-image: -ms-linear-gradient(top, #58c415, #2f680b);
    background-image: -o-linear-gradient(top, #58c415, #2f680b);
    -pie-background: linear-gradient(#58c415, #2f680b);
    -webkit-box-shadow: inset 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 0px white;
    box-shadow: inset 0px 1px 0px white;
    color: white !important;
    -webkit-box-shadow: inset 0px 1px 0px #c4f5b5;
    -moz-box-shadow: inset 0px 1px 0px #c4f5b5;
    box-shadow: inset 0px 1px 0px #c4f5b5;
}

#footer {
    background: #eeeeee;
    border-top: 1px solid #cccccc;
}

.error-placeholder {
    color: #cc0000;
    padding: 3px;
    font-size: 20px;
}

/* -----  //Login --- */

.title-buttons {
    margin-top: -25px;
    float: right;
}

.title-buttons a {
    text-decoration: none;
}

.button-wrapper.small input,
.button.small {
    font-size: 10px;
    text-transform: uppercase;
}

.button.small,
.button-wrapper.small input {
    height: 25px;
    padding: 8px 15px;
}

.button,
.button-wrapper input,
.simple-tab-panel .title-buttons a,
a.button {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, white, #e3e3e3);
    background-image: -moz-linear-gradient(top, white, #e3e3e3);
    background-image: -ms-linear-gradient(top, white, #e3e3e3);
    background-image: -o-linear-gradient(top, white, #e3e3e3);
    -pie-background: linear-gradient(white, #e3e3e3);
    -webkit-box-shadow: inset 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 0px white;
    box-shadow: inset 0px 1px 0px white;
    color: #333333 !important;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

.search-panel {
    display: inline-block;
}

.search-panel {
    position: relative;
    padding: 0px 20px 20px 20px;
    margin: 0 -20px 10px -20px;
}

.search-panel-title {
    float: left;
    margin-top: 2px;
}

.search-panel-title h3 {
    padding-right: 15px;
}

.search-panel-title h3 {
    margin: 0 0 0 0;
    font-size: 14px;
    background: url(../../images/magnifier.png) no-repeat left center;
    padding-left: 25px;
}

.search-panel-inputs {
    float: left;
}

.search-grid th label {
    font-weight: normal;
}

h3 {
    font-size: 19px;
    margin-bottom: 12px;
    font-weight: normal;
}

table.search-grid {
    margin-bottom: 0;
}

blockquote,
dd,
dt,
p,
table,
ul {
    font-size: 12px;
    line-height: 18px;
}

.search-grid input[type="text"] {
    width: 98%;
}

.search-grid th,
.search-grid td {
    text-align: left;
    padding: 0 20px 5px 0;
    vertical-align: middle;
}

.button-wrapper.small input,
.button.small {
    font-size: 10px;
    text-transform: uppercase;
}

.button.small,
.button-wrapper.small input {
    height: 25px;
    padding: 2px 15px;
}

.button,
.button-wrapper input,
.simple-tab-panel .title-buttons a,
a.button {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, white, #e3e3e3);
    background-image: -moz-linear-gradient(top, white, #e3e3e3);
    background-image: -ms-linear-gradient(top, white, #e3e3e3);
    background-image: -o-linear-gradient(top, white, #e3e3e3);
    -pie-background: linear-gradient(white, #e3e3e3);
    -webkit-box-shadow: inset 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 0px white;
    box-shadow: inset 0px 1px 0px white;
    color: #333333 !important;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

#filter-tabs {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#d5d5d5));
    background-image: -webkit-linear-gradient(top, #eeeeee, #d5d5d5);
    background-image: -moz-linear-gradient(top, #eeeeee, #d5d5d5);
    background-image: -ms-linear-gradient(top, #eeeeee, #d5d5d5);
    background-image: -o-linear-gradient(top, #eeeeee, #d5d5d5);
    -pie-background: linear-gradient(#eeeeee, #d5d5d5);
    -webkit-box-shadow: inset 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 0px white;
    box-shadow: inset 0px 1px 0px white;
    border: 1px solid #cccccc;
}

#filter-tabs {
    padding: 10px 10px 0 10px;
    list-style: none;
    margin: 0;
    height: 32px;
    border-bottom: 0 !important;
}

#filter-tabs li.selected,
#filter-tabs li.selected:hover {
    background: white;
}

#filter-tabs li.selected {
    margin-top: 0;
    border-bottom: 0;
    cursor: default;
}

#filter-tabs li {
    border: 1px solid #cccccc;
    background: #eeeeee;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #eeeeee;
}

#filter-tabs li {
    display: block;
    float: left;
    height: 2em;
    padding: 6px 4px 2px 4px;
    margin: 0;
    margin-right: 5px;
    margin-top: -1px;
    cursor: hand;
    cursor: pointer;
}

#filter-tabs li span {
    display: inline;
    padding: 2px 10px;
    font-weight: bold;
}

#filter-tabs .export {
    background-color: #eeeeee;
}

#filter-tabs .export {
    width: 24px;
    float: right;
    background: url(/framework/images/icons/document_excel_csv.png ) no-repeat 8px 8px;
}