.annotationContainer{
	position : absolute;
	display : none;
	border-style : solid;
	border-width : 1px;
	padding : 10px;
	width : 450px;
	height : 150px;
	left : 0px;
	top : 0px;
	background-color : white;
}
					
.annotationContainer .content{
	height : 150px;
	width : 450px;
	overflow : auto;
}		

.annotationContainer .content ul{
	margin : 0px;
	padding : 0px;
	list-style-type : none;
}		

.annotationContainer .content .title {
	font-weight : bold;
	font-size : 11px;
}

.annotationContainer .content .title .data{
	text-align : right;
	padding-right: 4px;
	font-size : 10px;
	font-weight : bold;		
}
.annotationContainer .content .title .uname{
	text-align : left;
	width :100%;
	padding-left: 4px;
}

.annotationContainer .content .body{
	font-size : 11px;
	padding-left : 16px;	
	margin : 0px;	
					margin-top : 5px;	
}

.annotationContainer .content ul li.even{
	background-color : white;
}

.annotationContainer .content ul li.odd{
	background-color : #f3f3f3;
}



.frmAddAnotacoes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.frmAddAnotacoes .header {
	background-color: #FC0;
	margin: 10px;
	margin-bottom :0px; 
	padding: 0px;
	height: 36px;
	width: 480px;
}
.frmAddAnotacoes .header h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: normal;
	font-size : 18px;
}

.frmAddAnotacoes .procInfo span{
	padding-left: 10px;
	font-size : 10px;
	position : relative;
	top : 3px;
	
}

.frmAddAnotacoes .border {
	padding-right: 10px;
	padding-left: 10px;
}
.frmAddAnotacoes .list {
	height: 240px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width : 480px;
}

.frmAddAnotacoes .list .scroll{
	overflow: auto;
	height : 240px;
	margin : 0px;
	padding : 0px;
}

.frmAddAnotacoes .list .items {
	margin: 0px;
	padding: 0px;
}
.frmAddAnotacoes .btns {
	text-align: center;
	margin-top: 15px;
	height: 32px;
	width : 480px;
}
.frmAddAnotacoes .btns a {
	font-size: 12px;
	text-decoration: underline;
	color: black;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding: 5px;
}
.frmAddAnotacoes .btns a:hover {
	text-decoration: underline;
}
.frmAddAnotacoes .input {
	margin-top: 10px;
}
.frmAddAnotacoes .input textarea {
	width: 100%;
	margin: 5px 0px;
	padding: 0px;
	border: 1px solid #000;
}
.frmAddAnotacoes .input input{
	margin-right : 5px;
	padding : 0px;
}

.frmAddAnotacoes .list .items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.frmAddAnotacoes .list .items ul li.even {
	background-color: #FFF;	
}

.frmAddAnotacoes .list .items ul li.odd {
	background-color: #E8E8E8;
}
.popupContainer #frmAddAnotacoes .list.border .items ul li {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.frmAddAnotacoes .list .items .uname {
	font-weight: bold;
}
.frmAddAnotacoes .list .items .data {
	font-weight: bold;
	font-size : 10px;
	text-align: right;
}
.frmAddAnotacoes .list .items table {
	width : 100%;
	margin : 0px;
	padding : 0px;
	max-width : 460px;
}
.frmAddAnotacoes .list .items pre {
	font-size : 12px;
	margin-top: 3px;
	padding: 0px;
}

.frmAddAnotacoes .list .items table .remove{
	width: 14px;	
	padding-left : 2px;
	padding-right : 7px;
	vertical-align: middle;
}

.frmAddAnotacoes .toolbar1_row_text{
	margin : 0px; 
	margin-right : 10px; 
	margin-left : 10px;
	margin-top : 2px;
	width :470px;
}
