/********************/
/*****  GLOBAL  *****/
/********************/
body {
	background-color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 20px;
	background-image: url(../images/bg_image2.gif);
	background-repeat: repeat;
	text-align: center;
}

table.master {
	border: 1px solid #000000;
	font-size: 80%;
	font-family: verdana, helvetica, arial, sans-serif;
	width: 770px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

td.lhs {
	background-image: url(../images/lhs_bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	border-width: 0;
	vertical-align: top;
}

.counter {
	/* background-image: url(../images/lhs_bg.gif);
	background-repeat: repeat-y; */
	font-size: 80%;
	color: #000000;
	text-align: center;
}

td.main {
	/* background-image: url(../images/J-background.gif);
	background-repeat: repeat; */
	background-color: #FFFFFF;
	border-width: 0;
	vertical-align: top;
}

table.mainMenu {
	position: relative;
	top: -5px;
	font-size: 100%;
	background-image: url(../images/lhs_bg.gif);
	background-repeat: repeat-y;
	background-color: #42506E;
	padding-left: 6px;
}

.BorderOff {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
		width:174px;
		margin-top: 1px;
		margin-bottom: 1px;
		margin-left: 0px;
		border:1px solid #000000;
		background-color: #EEEEEE;
}

.BorderOn  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
		width:180px;
		margin-top: 1px;
		margin-bottom: 1px;
		margin-left: -3px;
		border:1px solid #000000;
		background-color: #FFFFFF;
}

a.menuLink:link      {color:#000000; text-decoration:none; font-size:16px; font-weight:bold; font-family:"Times New Roman", Times, serif;}
a.menuLink:visited   {color:#000000; text-decoration:none; font-size:16px; font-weight:bold; font-family:"Times New Roman", Times, serif;}
a.menuLink:active    {color:#2C359C; text-decoration:none; font-size:16px; font-weight:bold; font-family:"Times New Roman", Times, serif;}
a.menuLink:hover     {color:#2C359C; text-decoration:none; font-size:16px; font-weight:bold; font-family:"Times New Roman", Times, serif;}

a:link      {color:#FF0000; text-decoration:none;}
a:visited   {color:#FF0000; text-decoration:none;}
a:active    {color:#FF0000; text-decoration:underline;}
a:hover     {color:#FF0000; text-decoration:underline;}

a.sponsorLink:link      {color:#000000; text-decoration:none;}
a.sponsorLink:visited   {color:#666666; text-decoration:none;}
a.sponsorLink:active    {color:#000000; text-decoration:underline;}
a.sponsorLink:hover     {color:#000000; text-decoration:underline;}

a.OOPA_link:link      {color:#2D338A; text-decoration:none; font-size:16px;}
a.OOPA_link:visited   {color:#2D338A; text-decoration:none; font-size:16px;}
a.OOPA_link:active    {color:#2D338A; text-decoration:underline; font-size:16px;}
a.OOPA_link:hover     {color:#2D338A; text-decoration:underline; font-size:16px;}



/********************/
/*****  HEADER  *****/
/********************/
.header {
	text-align: center;
	width: 100%;
	font-size: 16px;
	border:0px solid #000000;
	color: #000000;
	background-image: url(../images/roundedCorners-BotMid-UpsideDown.gif);
	background-repeat: repeat-x;
}


/********************/
/*****   MAIN   *****/
/********************/
DIV.darkerBox {
  color: black;
  font-size: 100%;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #EEEEEE;
  margin: 0;
  padding: 5px 4px 5px 4px;
  border: 0px solid #666666; /* rgb(34,70,79) */
}

DIV.lighterBox {
  color: black;
  font-size: 100%;
  font-family:Arial, Helvetica, sans-serif;
  background-color: transparent;	 /* green colour: rgb(205,219,205) */
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #666666; /* rgb(34,70,79) */
}

TD.boxHeader {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #34506C; /* nice blue color 3D5C7A */
}

TD.boxHeaderSmall {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #34506C; /* nice blue color 3D5C7A */
}


/********************/
/*****  FOOTER  *****/
/********************/
.footer {
	text-align: center;
	width: 100%;
	height: 25px;
	font-size: 16px;
	border:0px solid #000000;
	color: #000000;
	background-image: url(../images/roundedCorners-BotMid.gif);
	background-repeat: repeat-x;
}


.copyright {
	text-align: center;
	width: 100%;
	font-size: 15px;
	border:0px solid #000000;
	color: #000000;
	padding-top: 5px;
}
a.KQ {
	font-family: Verdana, Arial, "Courier New", Courier, mono;
	font-size: 11px;
}
a.KQ:link {
	color: #555555;
	text-decoration: none;
}
a.KQ:visited {
	color: #555555;
	text-decoration: none;
}
a.KQ:active {
	color: #000000;
	text-decoration: underline;
}
a.KQ:hover {
	color: #000000;
	text-decoration: underline;
}





/****************************/
/******  MISC & OTHER  ******/
/****************************/
input.small {
	font-size: 85%;
	font-family:"Courier New", Courier, mono;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34,70,79);
  cursor: help;
}

td.form_field {
	font-size: 13px;
	text-align: left;
}

td.event_date {
	font-weight: bold;
	font-size: 90%;
	width: 140px;
	vertical-align: top;
}

td.event_description {

}

td.contact_person {
	vertical-align: top;
}

td.contact_address {
	vertical-align: top;
}

.text {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

table.bizhours {
	border:1px groove #777777;
	width: 350px;
}

table.bizhours.td {
	white-space: nowrap;
}