/* VU Menetrend - (c) Chikán Gábor - 2013.10.31- */

h2.mr {
	text-align: center;
	margin-top: 5px;
}
h3.mr {
	text-align: right;
	margin-bottom: 0;
}
p.mrseged {
	text-align: right;
}
/*menetrendi táblázatok*/
table.mr  {
	margin: auto;
	empty-cells: show;
	border-width: 2px 1px 2px 2px;
	border-style: solid;
	border-color: #073A00;
	background-color: #ffffff;
	color: #000000;
	border-spacing: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: small;
}
/*színek*/
td.mrC,td.mrF {
	border-right: 1px solid #073A00;
	border-bottom: 2px solid #073A00;
	text-align: center;
	vertical-align: middle;
}
td.mrC, td.mrF, td.mrK, td.mrKe, td.mrS, td.mrSe, td.mrE, td.mrEe {
	background-color: #e7FF95;
}
tr.mrL:hover {
	background-color: #90C050;
}
td.mrE, td.mrEe, td.mrI, td.mrIe {
	border-right: 1px solid #073A00;
}
td.mrH, td.mrHe {
	border-right: 1px solid #073A00;
}
td.mrKe, td.mrSe, td.mrEe, td.mrJe, td.mrIe, td.mrHe {
	border-bottom: 1px solid #073A00;
}
table.mr a {
	color: #005306;
}
table.mr a:active, table.mr a:hover {
	color: #0000aa;
}

/*elrendezés*/
td.mrS, td.mrSe {
	width: 120px;
}
td.mrJ,td.mrJe {
	text-align: center;
	padding:0;
}
td.mrI, td.mrIe {
	text-align: right;
	width: 29px;
}
td.mrK, td.mrKe {
	text-align: right;
	width: 30px;
}
td.mrE, td.mrEe {
	text-align: right;
	width: 15px;
}
td.mrF {
	vertical-align: top;
}
td.mrH, td.mrHe {
	text-align: center;
}
td.mrC {
	width: 150px;
}
td.mrF {
	width: 45px;
}
td.mrJ, td.mrJe {
	width: 15px;
}
/*SÁRGA-FEHÉR menetrendi táblázatok*/
table.sf {
	margin: auto;
	border-width: 2px 2px 1px 2px;
	border-style: solid;
	border-color: #073A00;
	border-spacing: 0;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: small;
}
th.sfV, th.sfS, th.sfE, th.sfI, th.sfC, th.sfM {
	border-bottom: 2px solid #073A00;
}
td.sfV, td.sfS, td.sfE, td.sfI, td.sfC, td.sfM {
	border-bottom: 1px solid #073A00;
}
.sfV, .sfS, .sfI, .sfC {
	border-right: 1px solid #073A00;
}
.sfV, .sfE, .sfC {
	border-right: 2px solid #073A00;
}
.sfS, .sfE {
	background-color: white;
}
.sfI, .sfC {
	background-color: yellow;
}
tr.sfL:hover {
	background-color: #90C050;
}
td.sfV, td.sfS, td.sfE, td.sfI, td.sfC, td.sfM {
	vertical-align: top;
}
td.sfE, td.sfI {
	text-align: right;
}
th.sfE, th.sfI {
	width: 50px;
}
span.sfB	{
	font-weight: bold;
	font-size: large;
}

/*menetrend lista*/
table.ml  {
	margin: 10px auto 10px auto;
	font-family: "Arial Narrow", Arial, sans-serif;
	border-spacing: 5px;
}
td.mlM {
	color: #FFE795;
	background-color: #073A00;
	font-size: 20pt;
	text-align: center;
	width: 50px;
}
td.mlC {
	font-size: 13pt;
	width: 280px;
}
