body {
    background-color: #333333;
    margin: 0 7px;
}

#wrapper {
    background: #FFFFFF url(images/rightedge.gif) no-repeat right bottom;
}

body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #242424;
}

th {
    text-align: left;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: normal;
}

form {

    display: inline;

}

.in, textarea, input {
    border: 1px solid #93989B;
}

.in2 {
    border: 1px solid #AE493F;
    background-color: #FFFBE3;
}

.textError {
    color: #300;
    background-color: #FFBABA;
    border: 1px solid #0b4865;
}

a {
    color: #6B392C;
    text-decoration: none;
}

td {
    vertical-align: top;

}

img {
    border: 0;
}

.toplogo_td {
    background: #48494B url(images/toplogobg.gif);
}

.topright1 {
    background: url(images/toplogobg.gif) repeat-x top;
}

.top1_td {
    background: #AE493F url(images/topbg1.gif);
}

.topbuttons_div {
    padding: 6px 10px;
    float: right;
}

.topbuttons_div a {
    color: #FFFFFF;
    text-decoration: none;
}

.topbuttons_div a:HOVER {
    text-decoration: underline;
}

.left {
    background: #F4F5ED url(images/leftedge.gif) no-repeat left bottom;
}

.main {
    background: #FFFFFF url(images/rightedge.gif) no-repeat right bottom;
}

.pad {
    padding: 10px;
}

.blockheader {
    background-color: #E3E6DF;
    padding: 5px;
    border-top: 1px solid #D3D5CC;
}

.blockheader td {
    font-weight: bold;
    color: #8A8D86;
    vertical-align: middle;
}

.header_red {
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 7px;
    border-top: 1px solid #D3D5CC;
    background: #C8857C url(images/header_red.gif) repeat-x top;
}

.header_grey {
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    padding: 7px;
    border-top: 1px solid #D3D5CC;
    background: #ECECEC url(images/header_grey.gif) repeat-x top;
}

.leftblock {
    background-color: #EBECE4;
    padding: 7px;
}

.block {
    background-color: #F7F7F7;
    padding: 10px;
}

a.leftmenu1, a.leftmenu1i {
    font-weight: bold;
    color: #535456;
    text-decoration: none;
    background: url(images/leftmenu1.gif) repeat-x top;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;

}

a.leftmenu1 {
    padding-left: 30px;
}

a.leftmenu1i {
    padding-left: 10px;
}

a.leftmenu2 {
    font-weight: normal;
    color: #535456;
    text-decoration: none;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
    background-color: #F4F5ED;
    border-top: 1px solid #E5E6DE;
    padding-left: 30px;
}

a.selected {
    background: white;
    font-weight: bold;
    border-top: 1px solid olive;
}

a.leftmenu1:HOVER, a.leftmenu1i:HOVER, a.leftmenu2:HOVER {
    color: #000000;
    text-decoration: underline;
}

#mainmenu {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

#mainmenu ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#mainmenu li {
    float: left;
    background: url(images/toptab3.gif) no-repeat left top;
    margin: 0;
    padding: 0;
}

#mainmenu a {
    float: left;
    display: block;
    background: url(images/toptab4.gif) no-repeat right top;
    padding: 5px 14px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
}

#mainmenu li#thispage {
    float: left;
    background: url(images/toptab1.gif) no-repeat left top;
    margin: 0;
    padding: 0;
}

#mainmenu #thispage a {
    float: left;
    display: block;
    background: url(images/toptab2.gif) no-repeat right top;
    padding: 5px 14px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #802314;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
}

/* hides rule from IE5-Mac \*/
#mainmenu a {
    float: none;
}

/* End IE5-Mac hack */
#mainmenu a:hover {
    color: #c00;
    text-decoration: underline;
}

.button {
    background: url(images/bbg.gif) top;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px outset #696969;

}

#content {
    padding: 0 20px 20px;
    background: white;
}

h1 {
    font-size: 2.0em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
    font-size: 1.7em;
    margin: 1.2em 0 1.2em 0;
    font-weight: normal;
}

h3 {
    font-size: 1.4em;
    margin: 1.2em 0 1.2em 0;
    font-weight: normal;
    letter-spacing: 2px;
}

h4 {
    font-size: 1.2em;
    margin: 1.2em 0 1.2em 0;
    font-weight: bold;
}

h5 {
    font-size: 1.0em;
    margin: 1.2em 0 1.2em 0;
    font-weight: bold;
}

h6 {
    font-size: 0.8em;
    margin: 1.2em 0 1.2em 0;
    font-weight: bold;
}

img {
    border: 0;
}

.breadcrumbs {
    color: #6D6D6D;
    background: url(images/breadcrumbs.gif) repeat-x bottom;
    padding: 5px 5px 5px 20px;
}

.error {
    color: #A23F3F;
}

table.zebra {
    border: 1px solid #B1B4B3;
    background-color: #FFFFFF;
    border-collapse: collapse;
    padding: 3px 8px;
    margin-bottom: 5px;
    width: 100%;
}

.zebra thead {
    border-bottom: 1px solid #B1B4B3;
}

.odd {
    background-color: #ECEDE7;
}

.even {
    background-color: #FFFFFF;
}

th.sortable a {
    background-image: url(../images/icons/arrow_off.png);
}

th.order1 a {
    background-image: url(../images/icons/arrow_down.png);
}

th.order2 a {
    background-image: url(../images/icons/arrow_up.png);
}

th.sorted a, th.sortable a {
    background: no-repeat right;
    display: block;
    padding-right: 13px;
}

th.sorted {
    background-color: #ECF1F5;
}

table.zebra td {
    border-left: 1px solid #D9D9D9;
    padding: 2px;
    vertical-align: middle;

}

table.zebra th, caption {
    background: #ECECEC url(images/sortable.gif) repeat-x top left;
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #B1B4B3;
}

table.zebra caption {
    border: 1px solid #B1B4B3;
}

.selected td {
    font-weight: bold;
    background-color: #F9E2BF;
}

.sortable, .sortableselected {
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
    padding: 7px;
    text-align: left;
}

.sortable {
    background: #ECECEC url(images/sortable.gif) repeat-x top left;
}

a.sortablelink:HOVER {
    color: #000000;
}

.zebra .label {
    color: #555555;
    width: 125px;
}

table.infoTable {
    border: 1px solid #B1B4B3;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

table.infoTable th {
    background: #ECECEC url(images/sortable.gif) repeat-x top left;
    padding: 3px 3px 3px 5px;
    text-align: left;
    border-bottom: 1px solid #B1B4B3;
}

table.infoTable td {
    background: white repeat-x top left;
    padding-left: 2px;

}

.noborder, .noborder td {
    border: 0 solid red;
}

.hidden {
    visibility: hidden;
    display: none;
}

table.middleAlign td {
    vertical-align: middle;
}

.requiredCol {
    color: red;
    width: 3px;
}

.labelCol, label {
    display: inline;
    font-weight: bold;
    width: 100%;

}

.navigatorRow {
    background-color: #ECEDE7;
    vertical-align: middle;
}

table.contextMenu {
    background: url(images/winxp.gif) repeat-y;
    border-collapse: collapse;
    border: 1px solid #8A867A
}

table.contextMenu td {
    border-collapse: collapse;
    padding: 1px;
    border: 0 solid #D9E3EB;
    width: 100%;
}

table.contextMenu td table.contextMenu {
    display: none;
    position: absolute;
    margin-top: -22px;
    margin-left: 140px;
}

table.contextMenu img {
    border: 0;
    vertical-align: middle;
    margin: 1px 4px 1px 2px;
}

table.contextMenu a {
    display: block;
    margin: 1px;
    width: 100%;
    color: black;
    vertical-align: middle;

}

table.contextMenu a:hover {
    background-color: #C1D2EE;
    border: 1px solid #316AC5;
    margin: 0;
    color: black;
}

div.glass {
    width: 100%;
    height: 100%;

    background: yellow;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=10);
    opacity: 0.1;
    z-index: 100;

}

.red_color {
    color: red;
}

.green_color {
    color: green;
}

.gray_color {
    color: gray;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#applicant_status_form {
    color: #535456;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
    background-color: #F4F5ED;
    border-top: 1px solid #E5E6DE;
    padding-left: 30px;
    line-height: 150%
}

/* Avanced search pages */

#executeQuery {
    padding: 15px 0 15px 0;
}

.simple_accordion {
    background: #e3e4dc url(/images/accordeon-plus.gif) no-repeat 10px 9px;
    color: #646656;
    display: block;
    font-size: 12px;
    padding: 5px 0 5px 26px;
}

.simple_accordion:hover {
    background-color: #d8d9cf;
}

.simple_accordion_open {
    background-image: url(/images/accordeon-minus.gif);
}

.simple_accordion_exclamation {
    background: #e3e4dc url(../images/icons/exclamation.png) no-repeat 5px 4px;
}

.simple_accordion_item {
    background: #f3f3ef;
    padding: 10px 0 10px 25px;
}

#position,
#applicant_status,
#applicantFlag,
#geography,
#score,
#response,
#fullTextSearch,
#grouping {
    background: #f3f3ef;
    margin-bottom: 1px;
}

.btn {
    background: #5eae6d;
    border: 1px outset #696969;
    color: #fff;
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    padding: 2px 10px;
    cursor: pointer;
}

.btn:hover {
    background: #499c59;
}

.btn:active {
    background: #5eae6d;
}

.btn-add {
    background: #5eae6d url(/images/btn-plus.gif) 7px 5px no-repeat;
    border: 1px outset #696969;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px 2px 20px;
    cursor: pointer;
}

.btn-add:hover {
    background: #499c59 url(/images/btn-plus.gif) 7px 5px no-repeat;
}

.btn-add:active {
    background: #5eae6d url(/images/btn-plus.gif) 7px 5px no-repeat;
}

.btn-remove {
    background: #d59126 url(/images/btn-remove.gif) 7px 5px no-repeat;
    border: 1px outset #696969;
    color: #fff;
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    padding: 2px 10px 2px 20px;
}

.btn-remove:hover {
    background: #c8851b url(/images/btn-remove.gif) 7px 5px no-repeat;
}

.btn-remove:active {
    background: #e4a239 url(/images/btn-remove.gif) 7px 5px no-repeat;
}

.btn-x {
    background: url(/images/accordeon-close.gif) 0 0 no-repeat;
    height: 14px;
    display: inline-block;
    zoom: 1;
    margin-left: 5px;
    text-indent: -999px;
    width: 14px;
}

.btn-x:hover {
    background: url(/images/accordeon-close.gif) 0 -14px no-repeat;
}

.btn-cancel {
    background: #999;
    border: 1px outset #696969;
    color: #fff;
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    padding: 2px 10px;
}

.btn-cancel:hover {
    background: #888;
}

.btn-cancel:active {
    background: #aaa;
}

.criteria {
    background: #e2e3d7;
    margin: 0 5px;
    padding: 1px 3px 1px 5px;
}

.criterion-editor {
    background: #f3f3ef;
}

.criterion-editor td {
    padding: 3px 5px;
    vertical-align: middle;
}

.criterion-editor label {
    font-weight: bold;
}

#responseCriteriaForm.table {
    width: 100%;
}

#responseCriteriaForm tr td {
    white-space: nowrap;
}

.leftblock.search label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}

.leftblock.search table {
    border-collapse: collapse;
    width: 100%;
}

.leftblock.search table tr > * {
    padding: 4px 5px;
}

.leftblock.search table th {
    background: #989992;
    color: #fff;
}

.leftblock.search table tr {
    background: #f3f3ef;
}

.leftblock.search table tr.zebra {
    background: #fff;
}

.pad {
    padding: 10px;
}

#criteria {
    width: 800px;
    padding: 5px 0;
}

.savedSearch {
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

.space-20 {
    width: 20px;
    display: inline-block;
}

.space-10 {
    width: 10px;
    display: inline-block;
}

.form_line {
    padding: 5px 5px;
}

#available_kras, #selected_kras {
    list-style-type: none;
    margin: 5px;
    float: left;
    padding: 5px;
}

#available_kras li, #selected_kras li {
    margin-top: -1px;
    padding: 5px;
    width: 340px;
    border: 1px solid lightGrey;
}

#available_kras select, #selected_kras select {
    width: 330px;
}

.ui-state-disabled {
    font-weight: bold;
    background-color: #E3E4DC;
}

.score_weight {
    width: 70px;
}

#template_form label {
    margin-right: 20px;
}

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    margin: 0;
    padding: 0;
    border: none;
}

.position_criteria_list {
    max-width: 400px;
}

.response_criteria_question_set {
    max-width: 600px;
    margin-left: 5px;
}

.applicant_status_criteria_list {
    max-width: 350px;
    margin-left: 5px;
}

.score_criteria_position {
    max-width: 600px;
    margin-left: 5px;

}

.referral_source_criteria_list {
    max-width: 250px;
    margin-left: 5px;
}

#response_question_text {
    text-indent: -60px;
    margin-left: 60px;
}
