#statusStatements {
	background-color:#FEE47E;
	height:68px;
	margin:0 auto;
	width:990px;
	position:relative !important;
}

#contentContainer #statusStatementsLong {
background-color:#FEE47E;
height:78px;
margin:0 auto;
width:990px;
position:relative !important;
}

.closeConfirmBox {
  position:absolute !important;
  color:#FF3300 !important;
  cursor:pointer !important;
  font-weight:bold !important;
  top:-5px;
  right:0px;

}

#textUpdate{
  background-color:#FEE47E;
	font-size:15px; color:#ff3300;font-weight:bold;padding:25px 10px;
}

#submit-btn-editmission,
#submit-btn-writecomment,
#submit-btn-editdonationsthankyou,
#submit-btn-savechanges {
	float: left;
	display: inline;
	height: 27px;
	width: 147px;
	background: url(/custom/img/teams/button-savechanges.gif) top left no-repeat;
	text-indent: -5000px;
	margin-right: 15px;
	border: none;
	cursor: pointer;
}

#submit-btn-editmission:hover,
#submit-btn-editgoal:hover,
#submit-btn-writecomment:hover,
#submit-btn-editdonationsthankyou:hover,
#submit-btn-savechanges:hover {
	background-position: 0 -27px;	
}

input#submit-btn-editmission {
	background: url(/custom/img/teams/button-editmission.gif) top left no-repeat;
}

input#submit-btn-editgoal {
	background: url(/custom/img/teams/button-editgoal.gif) top left no-repeat;
}

input#submit-btn-writecomment {
	background: url(/custom/img/teams/button-writecomment.gif) top left no-repeat;
}

input#submit-btn-editdonationsthankyou {
	background: url(/custom/img/teams/button-editdonationsthankyou.gif) top left no-repeat;
}

input#submit-btn-savechanges {
	background: url(/custom/img/teams/button-savechanges.gif) top left no-repeat;
}

.flag {
	background: url(/custom/img/teams/flag.gif) no-repeat 0 -2px;
	text-indent:20px;
	margin-top:40px;
	font-weight:bold;
	color:#666;
	padding-bottom:10px;
	
}

.flag a {
  font-weight:normal;
}

.pagination {
border-top:1px dotted #cccccc;
border-bottom:1px dotted #cccccc;
padding:5px 0 5px 0;
height:20px;

}

.pagination .pagination {
float:right;
border:none;

}

.pagination .number {
color:#9b9b9b;
margin-right:4px;

}

.pagination .number a {
color:#9b9b9b;
padding:3px;
}

.pagination a:hover {
text-decoration:none;
}

.pagination .number a:hover {

color:#ff9900;
background-color:#ffe88d;

}

.pagination .arrow {
color:#413f3a;
}

#uploadImage #file, #uploadImage #photo {
  float:left;
}

#uploadImage .preview {
  float:left;
  padding-left:20px;
}

#uploadImage .preview img {
  border:5px solid #CCC;
  width:100px;
  height:100px;
}

/* END OVERLAY SPECIFIC */
div.emailPreview{
	clear:both; 
	padding: 0 0 0 11px; 
	width: 650px;
	padding-bottom:10px;
	}
	
div.emailPreview .subText{	
	font-style:italic; 
	color:#666
	}

div.emailPreview img{	
	margin:5px 0
}

div.emailPreview div.clear{	
	clear:both
}

div.emailPreview h2 {
  color:black !important;
  padding:0 !important;
  margin:0 !important;
  font-size:16px !important;
  padding-bottom:10px !important;
}



#uploadImage .currPhotoText {
  font-size:10px;
}

.clear {
  clear:both;
}
#browseList .row {
  background:url("/custom/img/form-section-gradient.jpg");
  padding:10px;
}
#browseList .avatar img{
  border: 5px solid #CCCCCC;
  float:left;
  margin-right:10px !important;
  
}

#browseList .info {
  float:left;
  margin-top:10px;
}

#browseList .buttons {
  float:right;
}

#browseList .info {
  float:left;
}

.gray-white-btn{
background: transparent url('/custom/img/stand/gray-white-left-btn.png') no-repeat top left;
display: block;
float: left;
font-weight: bold !important;
font: 11px Arial; /* Change 13px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 25px; /* Height of button background height */
padding-left: 3px; /* Width of left menu image */
text-decoration: none;

}

a.gray-white-btn {
	color:#f6921d !important;
}

a:link.gray-white-btn, a:visited.gray-white-btn, a:active.gray-white-btn{
color: #fff; /*button text color*/
}

a.gray-white-btn span{
background: transparent url('/custom/img/stand/gray-white-right-btn.png') no-repeat top right;
display: block;
padding: 5px 14px 5px; /*Set 11px below to match value of 'padding-left' value above*/
}

a.gray-white-btn:hover{ /* Hover state CSS */
background-position: bottom left;
text-decoration:none;
}

a.gray-white-btn:hover span{ /* Hover state CSS */
background-position: bottom right;
color:#fff;
text-decoration:none;
font-weight:bold;
}

