﻿/* CSS for create ticket process */
.stepheader
{
	vertical-align: middle;
	height: 21px;
	padding:3px;
	cursor: pointer;
	display: none;
	font-weight: bold;
}
.stepheaderlabel
{
	top:2px;
	position:relative;
	display:inline;
}

.stepCheck
{
	position:relative;
	border-left-width:2px;
	vertical-align:middle;
	top:0px;
	height:15px;
	display:none;
}
.stepbody
{
	padding:5px;
}

.donor { width:300px; }
.readonly
{
	background-color:#c9c4bb;
	border-style:solid;
	border-width:thin;
	border-color: #585145;
}
.entryLabel
{
	display:inline;
	float:left;	
	padding-right:5px;
}
.addressLabel {	width:150px; }
.repeatLabel { width:90px; }
.success 
{
	font-weight:bold;
	display:none;
	text-align:center;
}
.confirmText
{
	background-color:White;
	font-family: Courier New, Fixedsys;
	font-size:11pt;
    font-weight:bold;
	color:Black;
	padding: 5px;
	width:300px;
}

.ui-icon-none {background-position: -96px -224px; }

.resultsList
{
	width:575px;
	margin-left:5px;
}

.warning
{
	display:none;
	color:Red;
}

.reqField
{
	font-weight:bold;
	color: #C80000;
}

.reqCaption
{
	font-size:smaller;
	text-align:right;
	float:right;
}
.addremove { width:60px; }
.ui-accordion-content{ zoom: 1; }  /* ie6 fix */

#itemCategoryLinkDiv
{
	margin: 8px 0px 8px 0px;
}
#itemCategoryDiv
{
	border: solid 1px grey;
	width: 360px;
	margin: 8px 4px 4px 0px;
	padding: 4px;
}
                
span.information { font-size: smaller; }
div.information { font-size: smaller; }

#findResultsDisplay
{
	border:solid 1px lightgrey;
	overflow:auto;
	width:99%;
	padding:1px 1px 0px 0px;
	height:500px;
}

#datePickerLegend 
{
	position:absolute;
	display:block;
	left:532px;
	top:152px;
}
#busSolicitDiv { margin-left: 160px; }

#feedbackDiv { padding:4px; }
img { vertical-align: middle; }

.donorHeader 
{
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}
.donorLeft
{
	position:relative;
	float:left;
	width:65%;
	display:block;
}
.donorRight
{
	position:relative;
	float:right;
	right:0px;
	width:35%;
	display:block;
	text-align:right;
}
.donorFooter 
{
	clear:both;
	width:100%;
}
#privacyPopup
{
	z-index:10;
	background-image:url(../../Images/graybox_shadow.png);
	background-repeat:no-repeat; 
	position:absolute;
	top:32px;
	right:0px;
	height:205px;
	width:208px;
	padding:6px 0px 0px 8px; 
	font-size:8pt;
	text-align:left;
	display:none;
}
.privacyDoNotCall
{
	margin-left:8px;
	font-size:8pt;
}
.privacyText
{
	background-color:rgb(246,244,240);
	font-size:6.5pt;
	width:189px;
	border: solid 1px rgb(192,192,192);
	padding:1px;
}
.privacyIcon
{
	width:15px;
	height:19px;
}
