#main{
    margin-top: 10px;
}

#helpdesk_list{
    margin-top: 10px;
}

#event_selection{
    margin-top: 10px;
}

div.heading{
    font-weight: bold;
    border-bottom: 1px;
}

.row-striped:nth-of-type(odd){
    background-color: #efefef;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
}

.row-striped-2:nth-of-type(odd){
    background-color: #ffffe0;
}

.row-striped-2:nth-of-type(even){
    background-color: #e0ffe0;
}

input.cb_pos{
    margin-top: 14px;
    transform: scale(1.0);
}

select.dd_pos{
    margin-top: 11px;
}

input.file_pos{
    margin-top: 10px;
}

.text_center{
    text-align: center;
}

.edit_success{
    border: 2px solid green;
    border-radius: 5px;
}

.edit_error{
    border: 2px solid red;
    border-radius: 5px;
}

.edit_comp_id{
    text-align: center;
    vertical-align: middle;
}

.pointer{
    cursor: pointer;
}

.form_text{
    margin-top: 7px;
}

#loader_image {
    background: url("../images/ajax-loader.gif") no-repeat scroll center #FFF;
    opacity:    0.5;
    width:      100%;
    height:     100%;
    top:        0;
    left:       0;
    position:   fixed;
    background-color: gray;
    display: none;
}

.tooltip > .tooltip-inner {
    background-color: red;
    color: #FFFFFF;
    border: 1px solid darkred;
    padding: 15px;
    font-size: 1em;
}

label.error{
    color: red;
    font-weight: normal;
}

p.intro{
    margin-left: 5px;
    margin-right: 5px;
}

div.table-spacer{
    height: 25px;
}

p.results_box_title{
    margin-bottom: 2px;
    text-align: center;
    font-weight: bold;
}

p.results_explanation{
    font-style: italic;
    margin-top: 20px;
}

.comment{
    width: 100%;
}