.dataform {
}
.dataform td {
    padding: 3px;
}
.dataform th {
    text-align: left;
}

.error {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
    padding: 5px;
    width: 300px;
}

.error {
    background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; 
}

.info {
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    padding: 5px;
    border: 1px solid #fcefa1; 
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 
    color: #363636;
}
.warning {
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    padding: 5px 5px 5px 25px;
    font-size: 14px;
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../img/warning.png) 3px 50% no-repeat;
    color: #363636;
}

.largestep {
    padding: 5px 5px 5px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.step-done {
    background: #4bae00 url(../images/ok.png) 3px 5px no-repeat;
}
.step-next {
    background: #4bae00 url(../images/next.png) 3px 5px no-repeat;
}
.largestep .emphasis, .largestep .emphasis a {
    color: #ccffcc;
    font-weight: bold;
}

.highlighting {
}
.highlighting tr {
    cursor: pointer;
}
.highlighting tr:hover {
    background-color: #FFFFEE;
}
.highlighting td {
    padding: 10px 5px;
}

.listrow0, td.listrow0 {
    background-color: #f6f2f0;
	vertical-align:middle;
	border-bottom:1px solid #ebe1db;
	border-top:1px solid #ebe1db;
}
.listrow1, td.listrow1 {
    background-color: #ffffff;
	vertical-align:middle;
	border-bottom:1px solid #ebe1db;
	border-top:1px solid #ebe1db;
}

#reward-list .reward {
    padding: 5px;
}
#reward-list .coupon {
    height: 100px;
}
#reward-list .reward .title {
    font-size: 16px;
    font-weight: bold;
    color: #970010;
}
#reward-list .reward .title a {
    text-decoration: none;
}
#reward-list .reward .title a:hover {
    text-decoration: underline;
}
#reward-list .reward .summary {
    font-size: 12px;
    color: #666666;
}
#reward-list .selected {
    background-color: #FFFFEE;
}

.fright {
    float: right;
}
.fleft {
    float: left;
}

div.full {
    display: none;
    width: 250px;
    height: 250px;       
}

.orgheader, a.orgheader {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.welcome {
    font-weight: bold;
    margin-right: 10px;
}

#org-selector {
    margin-top: 5px;
}
#org-selector .label {
    color: white;
    font-weight: bold;
}

#search-box.nosearch {
    background-image: url(../images/searchbox-empty.png);
    background-repeat: no-repeat;
}

#slider-widget .ui-slider-handle {
    background: url(../images/slider-handle.png) no-repeat;
    border: medium none;
    cursor: pointer;
}
#slider-widget .slider-text {
    font-size: 17px;
}

a.external {
    background: url(../images/external.png) no-repeat 100% 50%;
    padding-right: 13px;
}
a.printable {
    background: url(../images/printer.png) no-repeat 0% 50%;
    padding: 3px 0 3px 20px;
}
a.pdf {
    background: url(../images/pdf.png) no-repeat 0% 50%;
    padding: 3px 0 3px 20px;
}
a.excel {
    background: url(../images/page_excel.png) no-repeat 0% 50%;
    padding: 3px 0 3px 20px;
}

.orgname {
    font-weight: bold;
}
#comment_container {
    display: none;
}
#comment_add {
    background: url(../images/comment.png) no-repeat;
    padding-left: 18px;
}


#social-media {
    color: #999999;
}
#social-media a {
    padding-right: 10px;
}
#social-media a#facebook {
    background: url(../uploads/facebook.png) no-repeat 0 50%;
    padding-left: 20px;
}
#social-media a#twitter {
    background: url(../uploads/twitter.png) no-repeat 0 50%;
    padding-left: 20px;
}
#social-media a#blog {
    background: url(../uploads/blogrss.png) no-repeat 0 50%;
    padding-left: 20px;
}

div.help-tip {
    line-height: 18px;
    color: #666666;
    background: #eee url(../images/tip.png) no-repeat 10px 50%;
    border: 1px solid #ccc;
    padding: 3px 3px 3px 35px;
    border-radius: 5px;
    margin: 10px;
}
body a.help {
    padding: 5px 5px 5px 25px;
    background: url(../images/help.gif) no-repeat 3px 3px;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px;
    background-color: #eee;
    color: #6581A6;
    border: 1px solid #6581A6;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
a.help-icon {
    padding: 5px 5px 5px 20px;
    background: url(../images/help.gif) no-repeat 3px 3px;
    font-size: 12px;
    font-weight: normal;
}
body a.screencasts {
    padding: 5px 5px 5px 25px;
    background: #ffeeee url(../images/youtube16.png) no-repeat 3px 3px;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px;
    color: #990000;
    border: 1px solid #990000;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

a.homeinfo {
    display: block;
    background-color: #E5E5E5;
    margin: 0 5px 10px 23px;
    padding: 5px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    border: 1px solid #AA071C;
    color: #AA071C;
    font-weight: bold;
    text-align: center;
}
a.homeinfo:hover {
    background-color: #FDE3B0;
    text-decoration: none;
}

#beta-mode {
    position: absolute;
    left: 0;
    top: 15px;
    width: 15px;
    background-color: #ffffee;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-shadow: 1px 1px 1px #444;
    font-weight: bold;
    font-size: 14px;
}

#super-admin-lookup {
    display: none;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background-color: #ddd;
    text-align: center;
    border-radius: 10px;
}
#super-admin-lookup input {
    width: 250px;
    font-size: 20px;
}

