/* CSS Document */


body {
	background-color: white;
	color: black;
	font-size: 12px;
}
img {
	border-style: none;
}

/* Main Table */

table.main { 
	border-color: #D6FFC8;
	border-style: solid;
	border-width: 1px; 
}
td.main { 
	border-color: #D6FFC8;
	border-style: solid;
	border-width: 1px; 
}

/* Logo */

td.logo { 
	border-color: #D6FFC8;
	border-style: solid;
	border-width: 1px; 
	height: 1% 
}

/* Menu */

td.menu {
	border-color: #D6FFC8;
	border-style: solid;
	border-width: 1px; 
	padding: 1px;
}
h1.menu { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 5px 3px 5px;
	color: #000000;
	background-color: white;
}

/* Menu Buttons */

a.button {
	background-color: #D6FFC8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	margin: 3px 0px 3px 0px;
	display: block;
}
a.button:hover {
	color: #006600;
	background-color: #64FF64;
}
div.button {
	margin: 0px;
	padding: 0px;
}

/* Login */

p.login { 
	font-size: small; 
	text-align: right ;  
}

/* Table Styles */

table.section {
	margin: 20px;
	border-color: #CCCCCC;
}
td.section_comment {
	color: #FF0000;
	font-size: 9pt;
}
td.section_head {
	color: #000099;
	font-weight: normal;
	font-size: 12pt;
	background-color: #33FF33;
	text-decoration: none;
	border-width: 10px;
	border-style: outset;
	border-color: #CCCCCC;
}
td.section_body {
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

/* ios-web */

tr.mainsort { 
	font-size: medium;
}
tr.subsort { 
	font-size: small;
}
tr.heading { 
	font-size: small;
}
tr.item { 
	font-size: x-small;
}
td.webdiscount { 
	color: red; 
}
td.pforder { 
	border-bottom: 1px solid black;
}

h2.cevents {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006600;
	text-align: center;
	font-weight: bold;
}
h3.cevents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
h4.cevents {
	font-size:12px;
	font-weight:bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
p.cevents {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 11px;
	font-weight: normal;
}
