.event 
{
  color:#ffffff;
}

.move 
{
  color:#ffffff;
}

.ical 
{
  float:right;
  text-align: right;
}

.lanName 
{
  float:left;
  text-align: right;
}

.day_num 
{
  text-decoration:none;
  color:#777;
  font-style: italic;
}

.cur_date 
{
  font-size: 16;
  font-style: bold;
  color:#999;
}

.cur_day 
{
  background-color: #C0C0C0;
  text-decoration:none;
  color:#FF0000;
  font-style: italic;
}

table
{
  cell-padding: 0px;
}

.menu td, th 
{
  padding: 0.3em;
  font-size: 0.9em;
}

.menu
{
   border-collapse: collapse;
}

thead th, tfoot th, tfoot td 
{
  font-weight: bold;
  font-size: 100%;
}

tbody th,thead th,tbody td 
{
  vertical-align: top;
}

.calendar td
{
  background-color: #383838;
  border: 1px solid black;
  padding: 0.0em;
  font-size: 0.9em;
}

.day table
{
	left: auto;
}

.day td
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.day th
{
  text-align: left;
  border: 0px;
  background-color: #252525;
}

.event0
{
  text-align: left;
  border: 0px;
  background-color: #252525;
}

.event1
{
  text-align: left;
  border: 0px;
  background-color: #383838;
}

.lanHeader td
{
  background: #252525;
  padding-left: 5px;
  color: #FFFFFF;
}

.lanEvent 
{
  background: #383838;
  padding-left: 10px;
}

html, body
{
  height: 100%;
  width: 100%;
  background-color:#1F417E;
  margin: 0px;
  color: #ffffff;
  font: 100% "Tahoma", Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
  font-size: 27px;
  font-style: bold;
  color:#F0F0F0;
}

.eventList
{
  border-width: 0px;
  border-spacing: 0px;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}
a
{
	color: #FFFFFF;
}

.popupBackground
{
	
    filter:alpha(opacity=60); 
    -moz-opacity: 0.6; 
    opacity: 0.6;
	background-color: #000000;
	position: absolute;
	margin: 0 auto;
	top: 0px;
	width: 100%;
	padding: 0px;
	z-index: 19;
}

.popupPage
{
	left: 25%;
	width: 50%;
	background-color: #1F417E;
	position: absolute;
	min-height: 50%;
	max-height: 50%;
	border-width: 4px;
	border-color: #FFFFFF;
	border-style: solid;
	padding: 10px;
	overflow:auto;
	z-index: 20;
}

.psuedoLink:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.gmnoprint
{
	color: #000000;
}

.gmnoprint a
{
	color: #3366FF;
}

.gmapdiv
{
	min-width: 600px;
	min-height: 600px;
	width: 81.25%;
	height: 80%;
	position:absolute;
}