/* Общее оформление сайта */
p
{
	text-align: justify;
}

table.line
{
	width: 100%;
	height: 1;
}

/* Информация о школе */
table.info
{
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	border-collapse: collapse;
}

table.info td
{
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	text-align: center;
}


/* Каркас: заголовок, меню, контент */
body.skeleton
{
	margin: 0px;
	background-color: #001F8D; /*#5555FF;*/
}

table.skeleton
{
	border-style: none;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}

td.header
{
	border-color: #001F8D;
	border-width: 10px;
	border-style: solid;
	vertical-align: top;
	text-align: center;	
	font-size: 42px;
	font-weight: bold;
	color: White;
	width: 100%;	
}

td.menu
{
	border-color: #001F8D;
	border-width: 10px;
	border-style: solid;
	vertical-align: top;
	width: 0%;
}

div.content
{
	/*overflow: auto; */
	width : 100%; 
	height: 460px; 	
}

div.cell
{
	padding: 10px;
}

td.content
{
	/*padding: 10px;*/
	border-color: #001F8D;
	border-width: 10px;
	border-style: solid;
	vertical-align: top;
	background-color: White;
	width: 100%;
}

table.example
{
	width: 80%;
	border-width: 1px;
	border-style: solid;
}

table.example tr
{
	vertical-align: top;
}

table.example td
{
	border: 1px;
	border-style: solid;
	vertical-align: top;
}

table.pupils
{
	width: 100%
}

tr.pupils
{
	vertical-align: top;
}

td.pupils
{
	width: 50%;
	vertical-align: top;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}

table.none
{
	display: none;
}

table.table
{
	display: table;
}

div.active
{
	border-width: 1px;
	border-style: solid;
	border-color: Red;
	cursor: pointer;
	padding: 10px;
}

div.inactive
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	cursor: pointer;
	padding: 10px;
}

/* Кнопочки */
font.section
{
	font-size: large;
	font-weight: bold;	
}

table.disabled-button
{
	border-style: none;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFCC;
}

table.inactive-button
{
	border-color: #FFFF77;
	border-width: 3;
	/*border-style: outset;*/
	border-style: solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFF77;
	cursor: pointer;
}

table.active-button
{
	border-color: #FFFF77;
	border-width: 3;
	/*border-style: inset;*/
	border-style: solid;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle;
	background-color: #FFFF77; /*#FFFF77;*/	
	cursor: pointer;
}

table.selected-button
{
	border-color: #AAFF77;
	border-width: 3;
	/*border-style: inset;*/
	border-style: solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #AAFF77;
	cursor: pointer;
}
