/*	Inland Calendar Project - main.css
	External style sheet for the main template.
	
	Creator: Nik Molnar ©2007	*/

body {
	background-color: #FFFFFF;
	font-size: 13pt;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

#p_main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
}

#p_photo {
	width: 760px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
}

#p_nav {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#p_nav a {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
}

#p_nav a:hover {
	color: #3333FF;
	text-decoration: none;
}

#p_content_area {
	margin: 0px;
	width: 760px;
	height: 450px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#p_cal {
	width: 750px;
}

#p_cal table {
	width: 750px;
}

#p_cal td {
	height: 50px;
	font-weight: bold;
	font-size: 22pt;
	text-align: left;
	vertical-align: top;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
}

#p_cal td a {
	color: #0000FF;
	text-decoration: none;
}

#p_cal td a:hover {
	color: #FF0000;
}

#p_cal td div {
	width: 100%;
	height: 40px;
}

#p_cal .event {
	border-color: #0000FF;
}

#p_cal th {
	text-align: center;
	font-weight: bold;
}

#p_cal_nav {
	margin: 0px;
}

#p_cal_nav table {
	border-width: 0px;
	margin: 0px;
}

#p_cal_nav td {
	margin: 0px;
	border-width: 0px;
}

#p_cal_nav td {
	font-weight: bold;
	font-size: 12pt;
}

#p_cal_nav .up {
	text-align: left;
}

#p_cal_nav .down {
	text-align: right;
}

#p_cal_nav .current {
	text-align: center;
	font-size: 18pt;
}

#p_overlay {
	display: none;
	position: absolute;
	width: 750px;
	height: 440px;
	background-color: #FFFFFF;
	filter:alpha(opacity=98);
	-moz-opacity:0.98;
	opacity: 0.98;
}

#p_overlay_top {
	position: relative;
	margin: 0px;
	width: 765px;
	height: 40px;
	margin-bottom: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	border-bottom-width: 1px;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18pt;
}

#p_overlay_top a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 25px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12pt;
}

#p_overlay_top a:hover {
	color: #FF0000;
}

#p_overlay_bottom {
	position: relative;
	height: 360px;
	overflow: auto;
}

#p_overlay_bottom a {
	text-decoration: none;
	color: #0000FF;
}

#p_overlay_bottom a:hover {
	text-decoration: underline;
}

#p_overlay_bottom input, textarea {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}
