/*
    Document   : annotationBlock
    Created on : 27-Oct-2011, 4:44:59 PM
    Author     : frosco
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.tagEdit {
	display: none;
	border: 1px dashed lightgrey;
	padding: 3px;
	/*margin-left: 10px;
	width: 47%;
	float: right;*/
}

.tag {
	border:1px solid black;
	color:#444444;
	display: inline-block;
	font-size:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 8px 5px;
	padding: 0px 4px;
}

.tag a {
	font-weight: bold;
	text-decoration: none;
}

#doneEditLink {
	display: none;
}

#newCommentContainer {
	display: none;
}

.commentStats {
	/*margin-top: 12px;*/
}
.tagStats {
	margin-top: 2px;
}
.annotationController {
	vertical-align: middle;
}

.annotationController a{
	float: left;
}
.annotationContainer table {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	width: 100%;
}

.commentContainer td {
	border-top: 1px dashed lightgrey;
}

.annotationTitle {
	font-weight: bold;
}

.tagsContainer {
	border-top: 1px dashed lightgrey;
	padding-top: 4px;
}

.annotationContainer a {
	font-size: 0.8em;
}

.commentAuthor {
	font-weight: bold;
	padding-left: 2px;
	vertical-align: top;
	width: 80px;
}

.commentTime {
	white-space: nowrap;
	color: grey;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}

.commentText {
	padding-left: 3px;
}

.statusDisplay {
	font-style: italic;
	text-align: right;
	position: absolute;
	width: 95%;
}


.badge {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-color: #ff9900;
	border-radius: 99px;
	-moz-border-radius: 99px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
}


/* Tag rendering for Controller_Annotation_RetrieveTags */
.reservedTag {
	background-color: #E1BCDB;
}

/* Tag rendering for Controller_Annotation_RetrieveTags */
.customTag {
	background-color: #E9EEAE;
}