DIV.form1{
}
SPAN.form1{
	float: left;
	width: 90px;
	font-weight: bold;
}
DIV.form1{
	margin-top: 10px;
}
INPUT.publicetime,INPUT.header,TEXTAREA.message,INPUT.formbuttons{
	border: solid 1px black;
}

INPUT.publicetime{
	width: 70px;
}

INPUT.header{
	width: 300px;
}

TEXTAREA.message{
	width: 300px;
	height: 200px
}

SELECT.publiceDropMenu{
	
}
DIV.formHeader{
	width: 395px;
}
DIV.formbuttons{
	text-align: center;
	margin-top: 20px;
}
INPUT.formbuttons{
}
SPAN.datehelp{
	font-size: smaller;
	margin-top: 10px;
	position: relative;
	top: 10px;
	color: black;
}
SPAN.noteDate{
	color: #456A45;
	font-size: smaller;
}
DIV.noteContainer{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	margin-top: 10px;
}
DIV.noteHeader{
	font-weight: bold;
	text-align: center;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: larger;
}
DIV.noteMessageContainer{
	background-color: white;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}
DIV.noteTop{
	height: 41px;
	background-image: url("NoteYlaViiva.gif");
	background-repeat: repeat-x;
}
DIV.noteBottom{
	height: 20px;
	background-image: url("NoteAlaViiva.gif");
	background-repeat: repeat;
}
.noteMargin{
	width: 5px;
}
.separator{
	width: 100%;
	border-bottom: dashed 1px;
	margin-top: 20px;

}
/* Lista */
TABLE.noteListTable{
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #6F6F6F;
}
TD.header{
	font-weight: bold;
	width: 210px;
	overflow: hidden;
}
DIV.header{
	width: 210px;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	font-size: smaller;
}
TD.timeGreen,TD.timeYellow,TD.timeRed,TD.timeBlue{
	font-size: smaller;
}
.timeGreen	{ background-color: #C2FFBF; }
.timeYellow	{ background-color: #FFF79F; }
.timeRed	{ background-color: #FFBFBF; }
.timeBlue	{ background-color: #CCBFFF; }
.colorHelpBox,.colorHelp {
	font-size: 10px;
}
.colorHelpBox {
	border: solid black 1px;
	font-size: 8px;
	margin-left: 20px;
}
TD.bottomline{
	padding: 2px;
	border-bottom: 1px dashed #6F6F6F;
}
TD.startday,TD.endday{
	width: 100px
}
TD.dayline{
	width: 10px;
}
TD.edit{
	width: 15px;
}

@media print{
	DIV.noteContainer{
		width: 500px;
	}
	DIV.noteMessageContainer{
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 400px;
	}
	
}
