﻿.sortbuttons, .sortbuttons .asc, .sortbuttons .dsc
{
    float: right;
}

.sortbuttons .dsc
{
    clear: right;
}

#registrants thead tr
{
    background-color: #BABABA;
    color: #404040;
}

#registrants tbody tr.even
{
    background-color: #DFDFDF;
}

#registrants tbody tr.odd
{
    background-color: #CECECE;
}

#registrants td
{
    padding: 5px;
}

.notesarea
{
    display: none;
}

.hiddenentitiespanel
{
    width: 400px;
    height: 600px;
    overflow: auto;
    float: left;
    padding: 15px;
}

.hiddenentitiespanel li, .hiddenentitiespanel ul
{
    padding-left: 5px;
}

.hiddenentitiespanel li span
{
    margin-right: 0px;
}

.preview iframe body
{
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
}

.smallloading, .makeadminloading, .removeadminloading, .registrantreportloading
{
    background: url('images/small-ajax-loader.gif') no-repeat;
    height: 16px;
    width: 16px;
    display: table-cell;
}

#registrants td.expandtransactions
{
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.detailsfield
{
    padding: 5px 0 0 0;
    clear: both;
}
.detailsfield .fieldname
{
    width: 170px;
    text-align: right;
    float: left;
    padding-top: 5px;
}
.detailsfield .fieldinput
{
    float: left;
    padding-left: 10px;
}

.homelist thead tr
{
    background-color: #DFDFDF;
    border-bottom: 1px solid #D6D6D6;
    font-weight: bold;
}

.homelist thead .active.asc
{
    background: url('images/sort_up_active.png') no-repeat center;
}

.homelist thead .active.dsc
{
    background: url('images/sort_down_active.png') no-repeat center;
}

.homelist thead .asc
{
    background: url('images/sort_up.png') no-repeat center;
    height: 5px;
    width: 16px;
    padding: 2px 0;
    display: table-cell;
    cursor: pointer;
}

.homelist thead .dsc
{
    background: url('images/sort_down.png') no-repeat center;
    height: 5px;
    width: 16px;
    padding: 2px 0;
    display: table-cell;
    cursor: pointer;
}

.homelist tr
{
    background-color: #D3E8F9;
    border-bottom: 1px solid #D6D6D6;
}

.homelist td
{
    padding: 2px 5px 2px 5px;
}

.nav
{
    position: absolute;
    top: 30px;
    right: 10px;
}
.nav .step
{
    float: left;
}
.nav .steptext
{
    width: 120px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-decoration: none;
    font-weight: bold;
}
.nav .active.stepblock .step
{
    background-color: #AFAFAF;
}
div#right_col .nav .stepblock .step .steptext
{
    font-size: 15px;
}
div#right_col .nav .active.stepblock .step .steptext
{
    color: #FFFFFF;
}
.nav .stepblock > *
{
    height: 40px;
}
.nav .stepblock .arrow
{
    width: 10px;
    float: left;
    background: #DFDFDF url(images/inactive-step-arrow.png) no-repeat;
}
.nav .stepblock .active.arrow
{
    background: #AFAFAF url(images/inactive-step-arrow.png) no-repeat;
}
.nav .active.stepblock .arrow
{
    background: #DFDFDF url(images/active-step-arrow.png) no-repeat;
}
.nav .stepblock .step
{
    background-color: #DFDFDF;
}
.nav > *
{
    float: left;
}
.nav .stepblock:first-child .step
{
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav .stepblock.last-child .step
{
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.requireeditor.attached, .entitytext input[type=text].attached
{
    float: left;
    border: solid 1px #AAAAAA;
    border-right: none;
    margin: 0;
}
.editortool
{
    float: left;
    border: solid 1px #AAAAAA;
    border-left: none;
    /*height: 16px;
    width: 16px;*/
	height: 30px;
	width: 30px;
    padding: 5px;
    background: #FFFFFF url(images/edit.png) no-repeat center;
    cursor: pointer;
}

form
{
    margin: 0;
    padding: 0;
}

.sortable-placeholder
{
    background-color: #DDDDFF;
    border: dashed 3px black;
    padding: 10px;
    margin: 10px;
}

.sessiongroup .sortable-placeholder
{
    width: 900px;
    height: 70px;
}

.workshop .sortable-placeholder
{
    width: 850px;
    height: 70px;
}

.choice .sortable-placeholder
{
    width: 850px;
    height: 30px;
}

.associationelement
{
    width: 150px;
}

.associations
{
    float: left;
}

.associationcontainer
{
    display: table;
    clear: both;
    padding-top: 10px;
}

input[type=checkbox]
{
    margin-left: 0;
    margin-top: 8px;
}

table#registrants
{
    font-size: 13px;
}

table#registrants a
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #0C5391;
    text-decoration: none;
}

table#registrants a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #a84241;
    text-decoration: none;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
