/* ------------------------ journal style ---------------------------*/
.journalPanel
{
    background: url(images/journal.jpg) left top no-repeat white;
    width: 885px;
    height: 660px;
    padding-left: 35px;
    padding-top: 17px;
}

.journalTable
{
    /*background-color: #F7F6F3;*/
    border: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.journalRow
{
    padding: 0px 0px 0px 0px;
    height: 23px;
}

.journalSubjectCell
{
    padding: 0px 0px 0px 1px;
    width: 82px;
    height: 23px;
    overflow: hidden;
}
.journalWorksCell
{
    padding: 0px 1px 0px 1px;
    width: 234px;
	color: blue;
	font-style: italic;
	overflow: hidden;
	white-space: nowrap;
}
.journalGradesCell
{
    padding: 0px 1px 0px 2px;
    width: 60px;
	color: red;
	font-weight:bold;
	white-space: nowrap;
}

.journalPanelMonthDiv
{
    margin-left: 170px;
    margin-bottom: 35px;
    padding-top: 5px;
    width: 100px;
    height: 20px;
}
.journalPanelDate
{
    float: left;
    width: 15px;
    height: 25px;
	color: Blue;
}
.jounalPanelDay
{
    width: 429px;
    height: 167px;
    overflow: hidden;
}
.jounalPanelDay_monday
{
    width: 429px;
    height: 227px;
    overflow: hidden;
}
.labelMonth
{
    font-weight: bolder;
    font-size: 11pt;
    color: Blue;
}
.labelAttendance
{
	color: Black;
	padding-right: 1px;
	font-style:normal;
	font-weight:bold;
    overflow: hidden;
	white-space:nowrap;
	cursor: default;
	float:right;
}
.labelTeacherComment
{
	color: Red;
	padding-left: 1px;
	font-style:italic;	
    overflow: hidden;
	white-space:nowrap;
	cursor: default;
}
.labelWorkComment
{
	color: Blue;
	padding-left: 2px;
	font-style:italic;	
    overflow: hidden;
	white-space:nowrap;
	cursor: default;
}


/* не воспринимается ИЕ55,60 */
html>/**/body .journalRow
{
    padding: 0px 0px 0px 0px;
    height: 24px;
}

html>/**/body .journalSubjectCell
{
    padding: 0px 0px 0px 4px;
    width: 84px;
    height: 23px;
    overflow: hidden;
}


