﻿/* ------------------------ journal style ---------------------------*/
.journalPanel
{
    background: url(images/journal.jpg) left top no-repeat white;
    width: 900px;
    height: 700px;
    padding-left: 35px;
    padding-top: 17px;
}



.journalTable
{
    /*background-color: #F7F6F3;*/
    border: 0px;
    
}

.journalRow
{
    padding-bottom: 0px;
    padding-top: 0px;
    height: 20px;
}

.journalSubjectCell
{
    padding-left: 3px;
    width: 80px;
    height: 19px;
    overflow: hidden;
}
.journalWorksCell
{
    width: 230px;
	color: blue;
	font-style: italic;
}
.journalGradesCell
{
    width: 25px;
	color: red;
	font-weight:bold;
}
.journalLessonNumCell
{
    width: 10px;
}

.journalPanelMonthDiv
{
    margin-left: 170px;
    margin-bottom: 35px;
    padding-top: 5px;
    width: 100px;
    height: 20px;
    
}
.journalPanelDate
{
    float: left;
    width: 15px;
    height: 25px;
}
.jounalPanelDay
{
    float: left;
    width: 427px;
    height: 167px;
    
    overflow: hidden;
    /*background-color: White;*/
}
.jounalPanelDay_monday
{
    width: 427px;
    height: 227px;
    
    overflow: hidden;
}

.labelMonth
{
    font-weight: bolder;
    font-size: 11pt;
}



html>/**/body .journalRow
{
    height: 20px;
    border: 0px;
}
html>/**/body .jounalPanelDay
{
    float: left;
    width: 430px;
    height: 167px;
    
    overflow: hidden;
    /*background-color: White;*/
}
html>/**/body .jounalPanelDay_monday
{
    width: 430px;
    height: 227px;
    
    overflow: hidden;
}
html>/**/body .journalSubjectCell
{
    padding-left: 4px;
    width: 85px;
    height: 19px;
    overflow: hidden;
}