﻿/* =LIST VIEW
----------------------------------------------- */
/*.listContainerNotes
{
	width: 820px;
	max-height:400px; 	
	clear: both; 
	
	background-repeat: no-repeat; 
	background-position: center; 
	
	overflow-x: hidden;
    overflow-y: auto;
    
	scrollbar-face-color: #dde1ed;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #73779d; 
	scrollbar-3dlight-color: #96a2c8;
	scrollbar-arrow-color: #73779d;
	scrollbar-track-color: #ebeaf2; 
	scrollbar-darkshadow-color: #faf6f2;
	scrollbar-base-color: #c0ced9; 
	
	
	padding: 1px 1px 1px 1px;
}

.listHeader td
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 4px 2px;
    color:#ffffff;
    border-top: solid 1px #e58c0d;
    border-left: solid 1px #e58c0d;
    border-right: solid 1px #e58c0d;
    border-bottom: solid 2px #e58c0d;
	background: url(images/box/grid-header-bg.gif);
	background-repeat: repeat-x;
}
.listHeader a
{
    color: #ffffff !important;
}
.listBody td
{
    border: solid 1px #e58c0d;
}
.listBodyNotes td
{
    border: solid 1px #e58c0d;
    padding-left: 20px;
}*/





/*Updated T*/


.listContainerNotes
{
	width: 820px;
	max-height:400px; 	
	clear: both; 
	
	background-repeat: no-repeat; 
	background-position: center; 
	
	overflow-x: hidden;
    overflow-y: auto;
    
	scrollbar-face-color: #dde1ed;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #73779d; 
	scrollbar-3dlight-color: #96a2c8;
	scrollbar-arrow-color: #73779d;
	scrollbar-track-color: #ebeaf2; 
	scrollbar-darkshadow-color: #faf6f2;
	scrollbar-base-color: #c0ced9; 
	
	/*border:solid 1px #f5f8fc;*/
	padding: 1px 1px 1px 1px;
}
.noteList
{
	width: 100%; 
	border: solid 1px #e58c0d;	
}

.noteList td
{
    font-size: 12px;
    letter-spacing: 0px;
    text-align: left;
    padding: 4px 2px;    
    border-top:solid 1px #e58c0d;
}
.noteList a
{
    color: #ffffff !important;
}
.noteListHeader td
{
	color:#ffffff;
	background: url(images/box/grid-header-bg.gif);
	font-weight: bold;
}
.noteListHeader:first-child td
{
    border-top: none;
}
.noteListTitle td
{
	border-left: solid 1px #e58c0d;
	font-weight: bold;
}
.noteListTitle td:first-child
{
	border-left: none;
}
.noteListContent td
{
    padding-left: 20px;
}
