
.myReservationsPanel {
	display: block;
	background-color: white;
	margin: 0 auto;
	padding-bottom: 12px;
}

.myReservationsPanel table {
	margin: 0 auto;
	width: auto;
	padding-bottom: 0px;
}

.myReservationsPanel table th{	
	vertical-align: middle;
	background: rgb(243, 85, 35);
	color: white;
	padding: 6px 6px;
	font-weight: 400;
	line-height: 16px;
}

.myReservationsPanel table td{
	vertical-align: middle;
	text-align: center;
	/*background-color: #FFF;
	color: #000;
	line-height: 20px;
	height: inherit;
	font-size: 12px;
	border: 1px solid rgb(255, 213, 214);
	padding-left: 3px;
	padding-right: 3px;*/
}

.myReservationsPanel table tr td:first-child {
	/*border-left: 2px solid rgb(243, 85, 35);
	border-right: 1px solid rgb(255, 213, 214);
	border-top: 1px solid rgb(255, 213, 214);
	border-bottom: 1px solid rgb(255, 213, 214);*/
}

.aboutEventBlock{
	text-align: left;
	float: none !important;
	margin: 10px auto 0 auto;
}

a.viewSubInfoLink, a.viewSubInfoLink:hover, a.viewSubInfoLink:visited, a.viewSubInfoLink:active{
	color: rgb(243, 85, 35);
	font-weight: bold;
}

.reserveStyle {
	background-color: #FFF;
	color: #000;
	line-height: 20px;
	font-size: 12px;
	margin-top: 6px;
	height: 22px;
	border: 1px solid rgb(255, 213, 214);
	padding-left: 3px;
	padding-right: 3px;
}

.myReservationsPanel table tr td:first-child .reserveStyle{
	border-left: 2px solid rgb(243, 85, 35);
	border-right: 1px solid rgb(255, 213, 214);
	border-top: 1px solid rgb(255, 213, 214);
	border-bottom: 1px solid rgb(255, 213, 214);
}

.reservationsTable a{
	color: rgb(243, 85, 35); !important;
}

a.submit, .submit{
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 0px 3px;
	font-family: inherit;
	border: 1px solid #fff;
}

.reservationsTable{
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

.reservationsTable a{
	color: rgb(243, 85, 35);
}

.nowrap{
	white-space: nowrap;
}

#manageAccountForm td{
	padding-left: 2px;
	padding-right: 2px;
}

#accountInfoTable, .accountInfoTable{
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	width: 100%;
	/* padding-bottom: 6px; */
}

#accountInfoTable td, .accountInfoTable td{
	font-weight: normal;
	padding: 1px;
}

#accountInfoTable td.infoLabel, .accountInfoTable td.infoLabel{
	width: 150px;
}

#accountInfoTable td.infoValue > div, .accountInfoTable td.infoValue > div{
	padding: 2px 3px;
	border: 1px solid rgb(255, 213, 214);
	text-align: left;
	line-height: 20px;
}

#accountInfoTable td.infoLabel > div, .accountInfoTable td.infoLabel > div{
    padding: 2px 3px;
	background-color: rgb(243, 85, 35);
	color: #FFFFFF;
	text-align: left;
	line-height: 20px;
	font-weight: 400px;
	text-transform: none;
	width: 144px;
}

div.editingInfo #accountInfoTable td > div, div.editingInfo .accountInfoTable td > div{
	height: 24px;
}

#changePassTable{
	margin: 0 auto;
	margin-right: 0px;
}

#changePassTable td{
	padding-top: 3px;
	padding-bottom: 3px;
}

#showFiltersTxt, #hideFiltersTxt{
	font-size: 12px;
}

.disabledCheckLabel {
	background: url('../images/box_disabled.png') no-repeat center center;
	cursor: default;
}

.accountSubTitle{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.dd-select {
	height: 22px;
	border-left: 1px solid rgb(243, 85, 35);
	margin-top: 0;
	margin-bottom: 0;
}

.dd-selected{
	color: rgb(243, 85, 35);
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	padding-right: 26px;
}
	
.dd-option {
	height: auto;
	line-height: 22px;
	font-size: 13px;
	font-family: Georgia,"Times New Roman",Times,serif !important;
	background-color: white;
	padding: 0;
	border: none;
	z-index: 9000;
	display: block !important;
	cursor: pointer !important;
}

.dd-options {
	border: 1px solid rgb(243, 85, 35);
	/* border-bottom: 2px solid black; */
	/* position: relative; open in-place instead of popup */
}

input.shadowm{
	width: 148px;
}

input.shadowmpass{
	width: 148px;
}

input.shadowsm{
	width: 80px;
	margin-right: 4px;
}

.calWrapper input[type="text"]{
    padding: 0px !important;
    margin: 0px !important;
    border: 1px solid rgb(243, 85, 35);
    vertical-align: middle;
    color: rgb(243, 85, 35);
    height: 20px !important;
	width: 75px !important;
	font-size: 10px !important;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.calWrapper img {
    position: relative;
    top: 0px;
    height: 22px;
    width: 21px;
}

.accountEditIcon, .accountSaveIcon, .accountCancelIcon{
	display: inline-block;
	height: 18px;
	width: 18px;
	margin: 0 2px 0 2px;
}

.accountEditIcon{
	background: url('../images/edit-info.png') no-repeat center center;
}

.accountSaveIcon{
	background: url('../images/saveicon.png') no-repeat center center;
}

.accountCancelIcon{
	background: url('../images/cancelicon.png') no-repeat center center;
}

.accountEditIcon img, .accountSaveIcon img, .accountCancelIcon img {
	width: 100%;
	height: 100%;
}

.volunteerCertFilters{
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	width: auto;
}

.volunteerCertFilters .dd-options li{
	margin-left: 5px !important;
	line-height: 1.1em !important;
}

.volunteerCertFilters td{
	font-weight: normal;
	padding: 1px;
}

.volunteerCertFilters td.infoLabel{
	/*width: 150px;*/
}

.volunteerCertFilters td.infoValue > div {
	padding: 2px 3px;
	text-align: left;
	line-height: 20px;
}

.volunteerCertFilters td.infoLabel > div {
    padding: 2px 3px;
	text-align: right;
	line-height: 20px;
	font-weight: 400px;
	text-transform: none;
	/*width: 144px;*/
}

@media only screen and (device-width: 599px), only screen and (min-width: 1px) and (max-width: 767px) {
	#post .brick #subtitle {
		height: 13px;
		margin-top: -13px !important;
	}
	
	#post #main .pad {
 	   padding-bottom: 12px;
	}
}

@media only screen and (device-width: 481px), only screen and (min-width: 1px) and (max-width: 481px) {
	.reserveStyle, .myReservationsPanel table th{
		font-size: 11px !important;
	}
	
	.myReservationsPanel table td{
		background-color: #FFF;
		color: #000;
		line-height: 20px;
		font-size: 11px;
		border: 1px solid rgb(255, 213, 214);
		padding-left: 3px;
		padding-right: 3px;
	}
	
	.myReservationsPanel table tr td:first-child {
		border-left: 2px solid rgb(243, 85, 35);
		border-right: 1px solid rgb(255, 213, 214);
		border-top: 1px solid rgb(255, 213, 214);
		border-bottom: 1px solid rgb(255, 213, 214);
	}
	
	.reserveStyle {
		padding: 0;
		border: 0;
		height: auto !important;
	}
	
	.myReservationsPanel table tr td:first-child .reserveStyle{
		border: 0;
	}
	
	.accountEditIcon, .accountSaveIcon, .accountCancelIcon{
		height: 24px;
		width: 24px;
		background-size: 24px 24px;
	}
	
	.accountEditIcon{
		background-image: url('../images/edit-info-2x.png');
	}
	
	.accountSaveIcon{
		background-image: url('../images/saveicon-2x.png');
	}
	
	.accountCancelIcon{
		background-image: url('../images/cancelicon-2x.png');
	}
}

@media only screen and (device-width: 375px), only screen and (min-width: 1px) and (max-width: 375px) {
	#accountInfoTable td.infoLabel, .accountInfoTable td.infoLabel{
		width: 50%;
	}
	
	#accountInfoTable td.infoLabel > div, .accountInfoTable td.infoLabel > div{
		width: auto;
	}
	
	div.editingInfo #accountInfoTable td > div, div.editingInfo .accountInfoTable td > div{
		height: auto;
	}
	
	#accountInfoTable td.infoValue, .accountInfoTable td.infoValue {
		border: 1px solid rgb(255, 213, 214);
	}
	
	#accountInfoTable td.infoValue > div, .accountInfoTable td.infoValue > div {
		border: none;
	}
}
