﻿/*============================================================
INFO.CSS
============================================================*/
div#mainmenu ul li.mmInfo a {
	background-position: 0px -24px;
}


/*========================
table
=========================*/
table{
	width:100%;
}

table caption{
	text-align:left;
	font-size:120%;
	font-weight: bold;
}

table tr{
	border: 2px solid #39CD07;
}

table th{
	text-align:center;
	padding:3px;
	border: 2px solid #39CD07;
	background-color:#F1FEEA;
}

table td{
	text-align:center;
	padding:3px;
	border: 2px solid #39CD07;
}

table td.green{
	border: 2px solid #95D680;
	background-color:#95D680;
}


/*========================

=========================*/


table.time tr{
	border: 1px solid #39CD07;
}

table.time th{
	border: 1px solid #39CD07;
}

table.time td{
	border: 1px solid #39CD07;
}

/*========================

=========================*/
table.info{
	margin: 1em auto 1em auto;
	width:auto;
	/*border: 1px solid #95D680;*/
}

table.info th{
	border: none;
	/*border-right: 1px solid #95D680;
	border-left: 1px solid #95D680;*/
	border-bottom: 1px dotted #95D680;
}

table.info td{
	border: none;
	text-align: left;
	/*border-right: 1px solid #95D680;*/
	border-bottom: 1px dotted #95D680;
}


table.info th.green{
	border: none;
	color:#FFFFFF;
	background-color:#95D680;
}

/*========================
hr
=========================*/
hr{
	margin-top: 1em;
}

/*========================
ul
=========================*/
ul{
	color:#333333;
	font-size: 85%;
	line-height: 120%;
	margin: 0.5em 10px 1.5em 10px;
}

ul li{
	margin-bottom: 0.5em;
	list-style-type: none;
}


