@import url(base.css);

/* NOTES 
------------------------------------*/
A.expand {
	color: #215DC6;
	cursor: pointer;
}

TD.notebar {
	/*background-color: #7598E3;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 230px;
}

TABLE.note {
	border: 1px solid #bbf;
}

TABLE.note TR.notetitle {
	padding:0px;
	border:0px;
	margin:0px;
}

TABLE.note TD.bg {
	background: url(../imgs/note_bg.gif) no-repeat white right top;
	padding-left: 10px;
	color: #215DC6;
	height: 25px;
}

TABLE.note TD.but {
	background: #D6DFF7;
}

TABLE.note TD.content {
/*
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
*/
	background-color: #D6DFF7;
	padding: 10px;
	padding-top: 0px;
}
