@charset "utf-8";
/* Tickets-For-Charity CSS */


/* ----- Selection ----- */

#selection { color:#767676; padding:19px 0px 50px 19px; }

h1.allocation { background-color:#3c66a2; color:#FFFFFF; font-size:14px; font-weight:bold; padding:8px 0px 8px 5px; width:879px; }
p.allocation { font-weight:bold; padding:5px 0px 20px 0px; }

.selectionBox {
	float:left;
	width:434px;
	margin:0px 16px 16px 0px;
}
.selectionBoxTop {
	background-image:url(/images/selection_box_top.gif); 
	background-repeat:no-repeat; 
	height:7px;
	width:434px;
}
.selectionBoxBody { 
	background-image:url(/images/selection_box.gif); 
	background-repeat:no-repeat; 
	background-position:bottom;
	background-color:#d8e0ed;
	float:left; 
	height:100%; 
	width:434px; 
	text-align:center;
}

.selectionBoxBody h2 {
	color:#3c66a2;
	font-size:11px;
	font-weight:bold;
	padding:6px 0px 50px 12px;
	text-align:left;
}
.selectionBox img { padding:0px 0px 30px 0px; margin:0px; }

p.allocation2 { padding:10px 0px 10px 3px; font-weight:bold; }

.charityListLeft { float:left; padding:5px 7px 0px 7px; width:438px; }

.charityListRight { float:left; padding:5px 7px 0px 7px; width:438px; }

.charityAllocation { width:438px; }

.charityAllocation input { width:20px; }
#eventBody .charityAllocation a { height:30px; width:438px; padding-top:2px; }

.selectionList { width:435px; float:left; margin:0px 15px 15px 0px; padding:0px 0px 0px 0px;  }
.selectionListBox { color:#000000; overflow:scroll; width:432px; height:200px; border:1px solid #7f9db7; }
.selectionListBoxLong { color:#000000; overflow:scroll; width:432px; height:704px; border:1px solid #7f9db7; }
.selectionListHeader {
	background-image:url(/images/selection_list_box_header.gif);
	background-repeat:no-repeat;
}
.selectionList h2 { 
	color:#3069ac; 
	font-size:12px;
	height:23px; 
	padding:12px 0px 0px 10px;
}

p.select { font-weight:bold; padding:25px 0px 10px 0px; }

.selectionListBox input:hover, .selectionListBoxLong input:hover { background-color:#ebeff6; }

