<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* RELIEF REQUEST FROM STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.input-box{
	width: 100px;
	margin: 0 0 0 10px;
}

/* BLUE TITLE TABS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.blue-tab-page{
	position:absolute;
	background: url(../images/blue-tabs/blue-tab-bg.png) repeat-x;
	width: 500px;
	height: 23px;
	padding: 0 0 10px 0;
}
.blue-right-corner{
	background: url(../images/blue-tabs/blue-tab-rt.png) left top no-repeat;
	float: right;
	width: 8px;
	height: 23px;
	padding: 0;
	margin: 0;
}
.blue-left-corner{
	background: url(../images/blue-tabs/blue-tab-lt.png) left top no-repeat;
	float: left;
	width: 7px;
	height: 23px;
	padding: 0;
	margin: 0;
}


/* INTAKE DOCUMENT SECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.blue-dynamic-section{
	width: 500px;
	float: left;
	margin: 10px 0 10px 150px;
	border-top: none;
	border-left: 1px dashed #e2e2e2;
	border-right: 1px dashed #e2e2e2;
	border-bottom: 1px dashed #e2e2e2;
	padding: 0 0 10px 0;
}
.dynamic-menu-top{
	display:inline-block;
	color:#999;
	font-size: 100%;
	margin: 10px 0 0 10px;
}
a.edit{
	width: 25px;
}
a.delete{
	width: 25px;
}
.dynamic-menu-top a{
	display:inline-block;
	color:#0066CC;
	font-size: 80%;
	margin: 25px 0 0 10px;
}
.dynamic-menu-top a:hover{
	color:#999;
}
.dynamic-menu{
	color:#999;
	font-size: x-small;
	width: 130px;
	margin: 25px 0 0 10px;
	padding: 10px 0 0 10px;
}
.dynamic-form-top{
	width: 230px;
	display:inline-block;
	color:#999;
	font-size: small;
	padding: 30px 0 0 10px;
}
.dynamic-form	
{
	display:inline-block;	
	font-size: small;
	padding: 10px 0 0 10px;
}
.inline-form textarea	
{
    width: 370px !Important;	
}
.dynamic-form-bottom{
	width: 230px;
	display:inline-block;
	color:#999;
	font-size: x-small;
	padding: 30px 0 0 20px;
}
.note-label{
	color:#999;
	background-color: White;
	font-size: x-small;
	margin: 25px 0 0 10px;
	padding: 10px 0 0 10px;
    border-style: none !Important;    
}
.selected-row .note-label{
	color:#999;
	background-color: White;
	font-size: x-small;
	margin: 25px 0 0 10px;
	padding: 10px 0 0 10px;
    border-style: none !Important;    
}
.note-form
{
    background-color: White;
	display:inline-block;	
	width: 290px;
	font-size: small;
	padding: 10px 0 0 10px;
	border-style: none !Important;
}
.selected-row .note-form
{
    background-color: White;
	display:inline-block;	
	width: 290px;
	font-size: small;
	padding: 10px 0 0 10px;
	border-style: none !Important;
}
.note-button-row
{
    float: right;
    background-color: White;
	display:inline-block;		
	font-size: small;
	padding: 10px 10px 0 10px;
	border-style: none !Important;
}
.selected-row .note-button-row
{
    float: right;
    background-color: White;
	display:inline-block;		
	font-size: small;
	padding: 10px 10px 0 10px;
	border-style: none !Important;
}

.note-textbox 
{
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    width: 290px;
    max-width: 290px;
    min-width: 290px;
    overflow: hidden;    
}
</pre></body></html>