/***** F O R M S A N D T A B L E S . C S S *********/


#outerbox {
    border-width: 1px 2px 2px 1px;
    border-color: #FFF #DDD #BBB #F8F8F8;										/* Shadow border for the Table */
    border-style: solid;
	width: 750px;	
	height: 225px;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	background-color: #eee;
}

#leftcell {
	float: left;
	width: 350px;
	border-right: 1px solid gray;
	padding: 10px;
}
#rightcell {
	float: right;
	width: 350px;
	padding: 10px;
}
#createaccount { margin: 65px 0 0 80px; font-weight: bold; font-size: 18px; }

#ticketinfo { margin: 20px 45px 10px 40px; }

#useExistingTicketForm {
	visibility: hidden;
    border-width: 1px 2px 2px 1px;
    border-color: #FFF #DDD #BBB #F8F8F8;										/* Shadow border for the Table */
    border-style: solid;
	background-color: #F3F3F3;
	top: 600px;
	left: 100px; 
	z-index: 12;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	padding-right: 0px;
	text-align: left;
}

#useExistingTicketForm #ethead {
	height: 22px;
	background-image: url(../images/tableheaderslice.png); 
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	padding: 3px 5px;
	margin: 3px 2px 0px 3px;
}

#useExistingTicketForm #etbody {
	border: 2px solid white;
	color: black;
	padding: 5px 5px;
	margin: 2px 2px;
}

.formtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.ticketUsedByName {
	font-weight: bold;
}

#ticketsDiv {
	border: 1px solid gray;
	padding: 1px 1px;	
}
#ticketsDivHead {
	background:url(../images/tableheaderslice.png) right center repeat-x;
	height: 28px;
}

#ticketsTitle {
	display: block;	
	color: white;
	padding: 5px 5px;
	font-size: 1.0em;
	font-weight: bold;
	
}

.tableTitle {																	/* Top Row for Tables */
	text-align: left;
	background:url(../images/tableheaderslice.png) right center repeat-x;
	color: white;
	border: none;
	padding: 5px 5px;
	font-size: 1.1em;
	font-weight: normal;
}

.tableColumnNames {																/* Table Column Names */
	text-align: left;
	/* background:url(../images/tablesubheaderslice.png) right center repeat-x; */
	font-size: 1.0em;
	padding: 5px 5px;
	border-right: 2px solid #DDD;
	font-weight: bold;
}

.dataTable {
	clear: both;
	margin-bottom: 5px;
	border-width: 1px 2px 2px 1px;
    border-color: #FFF #DDD #BBB #F8F8F8;										/* Shadow border for the Table */
    border-style: solid;
}

.indentedTable {
	clear: both;
	margin-bottom: 5px;
	border-width: 2px 1px 1px 2px;
    border-color: #BBB #F8F8F8 #FFF #DDD;										/* Shadow border for the indented table */
    border-style: solid;
}



.floatingHeader {		/* Floating Header Code */
    position: fixed;
    top: 0;
    visibility: hidden;
    background-color:white;
    border-style: none;
}

.dataTable td {
	text-align: left;
	padding: 5px 5px;
}

.invoice {
	text-align: left;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}

.invoice th {
	background-color: LightGray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 3px;
}

.invoice td {
	border-right: 1px solid gray;
	padding: 3px;
}

.nonData {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
    border-width: 1px 2px 2px 1px;
    border-color: #FFF #DDD #BBB #F8F8F8;										/* Shadow border for the Table */
    border-style: solid;
}


.nonData th {
	text-align: left;
	background:url(../images/tableheaderslice.png) right center repeat-x; 
	color: white;
	border: none;
	padding: 5px 5px;
	font-size: 1.0em;
	font-weight: bold;
}
.nonData td {
	text-align: left;
	background-color: #f9ecc4;   
	padding: 1px 3px;	
}

#ticketsWrapper {
	width: 750px;
    border-width: 1px;
    border-color: #DDD;										
    border-style: solid;
	border-radius: 5px 5px;
}

#ticketsDiv {
	width: 100%;
	border: 0px;
	margin-left: 0px;
}

#ticketsHeader {
	background:url(../images/tableheaderslice.png) right center repeat-x; 
	color: white;
	/* height: 30px; */
	font-weight: bold;
	/* font-size: 1.3em; */
	padding: 8px 0px 0px 10px;
	border-radius: 5px 5px 0px 0px;
}

#ticketsBody {
	padding: 4px;	
}

.ticketData {
	clear: both;
	width: 100%;
}

.ticketData th {
	text-align: left;
	color: black;
	border: none;
	padding: 5px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

.ticketColumnNames {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid gray;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
}

.ticketType {
	
	padding: 10px 3px;
	valign: top;
}

.ticketData td {
	text-align: left;
}

.ticketNote {
	display: block; 
	font-size: 1.00em;
	padding: 3px 5px;
	
}

.noStyle td {
	background-color: white;
	border: none;
}

/* Hovered Rows - Used for data tables */
table tr.odd:hover td,
table tr.even:hover td,
table tr.hover td {
    background:   #BFDFFF;
    color:   #000000;
}

/* Hovered Rows - Used for nonData tables */
table tr.highlight:hover td,
table tr.highlight:hover:hover td,
table tr.hover td {
    background:   #F4DD95;
    color:   #000000;
}

/* Highlight Selected Rows */
table tr.selected td {
    background:   #BDEEFF;
    color:   #000000;	
}


/* Marked Rows */
/* table tr.marked th,*/
table tr.marked td {
    background:   #BDEEFF;
    color:   #000000;
}


.dataTable tr.selectedSection {
	font-weight: bold;
}


.dataTable tr.odd {
	background-color: white;	
}

.dataTable tr.even {
	background-color: #EEF0F3;	
}

.required {
	color: black;
	font-weight: bold;
	font-style: italic;
}
.tableNote {
	display: block;
	margin-left: 2px;
}

.tableNoteBottom {
	display: block;
	margin-left: 2px;
	margin-top: -10px;
}


#printLink {
	float: right;
	margin: 0 0 0 0;
}

.helpIcon {
	margin-left: 10px;
}


.greyButton {
	background:url(/images/graybuttonslice.png) left top repeat-x; 	
	vertical-align: middle; 
	cursor:pointer; 
	font-size:14px; 
	color: #555;
	-moz-border-radius:5px 5px 5px 5px;
}

.greyButton:hover{
	background-position: 0 -20px;			/* ToDo: This doesn't work with IE and I probably want a different background color than orange */
	vertical-align: middle;
}

.donation-assets {
	overflow-y: auto;
    float: left;
    overflow-x: hidden;
}

.asset-upload,
.upload-trigger {
	float: left;
	margin: 10px 10px 10px 0;
	max-width: 100px;
	cursor: pointer;
}

.asset-upload {
	position: relative;
	width: 90px;
	height: 90px;
}

.asset-upload .remove-asset {
	color: #000;
	position: absolute;
	top: -10px;
	right: -7px;
	font-size: 12px;
}

.asset-upload .remove-asset span {
	position: relative;
}

.asset-upload .remove-asset::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: -2.5px;
    left: -5.5px;
    border: 1px solid #ccc;
}

.asset-upload .donation-photo,
.asset-upload .donation-video-placeholder,
.upload-trigger input {
	display: none;
}

.asset-upload .donation-photo {
	height: 100%;
	background-size: cover;
}

.asset-upload .donation-video-placeholder,
.upload-trigger .placeholder {
	font-size: 50px;
    padding: 20px;
    background: #fff;
    color: #ccc;
    cursor: pointer;
}

.thumbnails li img{     
    height: 60px;  
}
    
.thumbnail {
    margin-bottom: 0px;
    margin-top: 5px;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 3px;
}