html, body, #wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	height:100%;
	margin:0 auto;
	padding: 0;
	border: none;
	text-align:center;
	background-image:url(images/bg_strip.jpg)
}


#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.tiny {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

.large {
	font-size: 20px;
	font-weight: bold;
}

p.p1 {
	font-size: 16px;
}

p.p2 {
	font-size: 11px;
}

p.p3 {
	font-size: 11px;
}

p.p4 {
	font-size: 11px;
}

p.p5 {
	font-size: 18px;
}

a:link {
   text-decoration: none;
	color: #0060A9;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #0060A9;
	font-weight: bold;
}

a:hover {
   text-decoration: none;
	color: #4CAE44;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #550000;
	font-weight: bold;
}


#white { color: #FFFFFF; }
#light { color: #ffab3e; }
#dark { color: #192b55; }

/*  main calendar table */
#calendar {
	font-size:14px;
	text-align:center;

}

/* navigation table << month >> */
#nav_table { 
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
}
/* navigation center column */
#nav_center {
	width: 150px;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
}
#nav_left {
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
}
#nav_right {
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
}

/* calendar header */
#cal_header td {
	background-color: #192b55;
	color: #FFFFFF;
	font-weight: bold;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;

}
/* if the day is == today style */
.cal_today {
	text-align: center;
}
/* if the day has an event */
.cal_event {
	cursor: pointer;
	font-weight:bold;
	text-align: center;
	color:#FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}
/* calendar body  each row to the calendar with days*/
.cal_body td {
	width: 40px;
}
.cal_this_month {
	text-align: center;	
}
.cal_last_month {
	color: #666666;
	text-align: center;	
}

.cal_next_month {
	color: #666666;
	text-align: center;	
}

/*pre tag word wrap */
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space : normal;
}

