
 #image-annotate-edit-form {
 border: 1px solid #000000;
 background: #ffffee none repeat scroll 0 0;
 }
.image-actions {
    background:  #000;
    padding:5px;
    border-bottom-right-radius:5px;
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px;
   
   position:absolute;
   top:0px;
   clear:both;
  
}
.image-actions a {
   color:#eee;
}
.annotate-view-wrapper {
	display:block;
	clear:none;
	float:left;
	margin: 0px 10px 10px 0px;
}
.annotate-view-preview-links {
	float:right;
	padding-top:5px;
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:999999;
	top: 25px;
}

tr.currentloc {
	color: black; border-bottom: 1px solid #333 !important;
}

.currentloc td {
	padding-bottom: 10px !important;border-bottom: 1px solid silver !important;
}
#whereaboutnotes th {
	color: black;
}

#WhereaboutsSection table.headertable tbody tr td {
	padding-left: 0;
}

#whereaboutnotes {
}


tr.currentloc td {
	padding-top: 8px !important;
}

.hover_img a:hover span { display:block;
	border: 1px solid silver;
	height: 250px;
}

.hover_img a:hover span img{
	position: relative;
	padding: 0;
	margin: 0;
}


th.note,td.note {
	height: 20px;margin: 0;
	padding: 0 10px 0 0 !important;
	white-space: normal !important;
}

table.headertable {
	width: 100%;
	border-spacing:0 !important;
	
}

th.whoto {
	width: 15% !important;
	margin: 0;
	padding: 0;
}

th.mylocation {
		width: 20% !important;
	
}

input#who_to {
	width: 120px;
}

th.datetime {
	width:  18% !important;
	margin: 0;
	padding: 0;
}

.currentlocheader {
	font: 11px ralewaybold,helvetica,sans-serif;
	position: relative;
	top: 5px;
	padding-top: 5px !important;
}

th.actions {
	width: 8%;
}

#whereaboutnotes {
	margin: 8px 0 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top: 1px solid silver;
}

textarea#image-annotate-text {
	border-color: silver;
	height: 23px;
	position: relative;
	top: 2px;
}

#whereaboutnotes table{
	border-spacing:0;
	width: 100%;
}
#whereaboutnotes table tbody tr td {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.spacerrow {
	height: 10px;
}


