/* planning.css */

.PL_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 10px 2px;
	color:#83b9d6;
}

.PL_SearchNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	line-height:15px;
	color:#000000;
}

.PL_TableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#ffffff;
	background-color:#83b9d6;
}

.PL_TableFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#ffffff;
	background-color:#83b9d6;
}

.PL_TableRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	color:#354750;
	background-color:#c1dcea;
}

.PL_TableDataCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#000000;
	background-color:#eff8fb;
}

.PL_TableDataCell a {
	color:#007ec6;
	text-decoration:none;
}

.PL_TableDataCell a:hover {
	text-decoration:underline;
}

.PL_TableDataHilite {
	color:#ffffff;
	background-color:#1d9ad9;
	cursor:pointer;
}

.PL_TableDataHiliteCell {
	color:#ffffff;
	font-weight:normal;
	background-color:#1d9ad9;
	cursor:pointer;
}

.PDF_Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#007ec6;
	text-decoration:none;
	background: url("../images/PDF_Icon.gif") no-repeat left top;
	padding:0px 0 2px 22px;
}

.PDF_Link:hover {
	text-decoration:underline;
}

.PL_PDFNote {
	color:#919191;
	font-style:italic;
	padding:0px 0 0px 22px;
}

.PL_SearchButtons2 {
	border-bottom: 4px solid #80bbd9;
}

.PL_SearchButtons2 a {
	color:#007ec6;
}

.PL_SearchButtons {
	margin-top:20px;
}

.PL_SearchButtons td, .PL_SearchButtons td {
	padding-bottom:20px;
}

.PL_SearchButtons a {
	display:block;
	width:110px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	color:#007ec6;
	text-decoration:none;
	background: url("../images/PlanningButtons.gif") no-repeat 0px 0px;
}

.PL_SearchButtons a:hover {
	color:#ffffff;
	text-decoration:none;
	background: url("../images/PlanningButtons.gif") no-repeat 0px -26px;
}


a.PL_NavBtnSmall {
	display:block;
	width:40px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	color:#007ec6;
	text-decoration:none;
	background: url("../images/PlanningButtonsSml.gif") no-repeat 0px 0px;
}

a.PL_NavBtnSmall:hover {
	color:#ffffff;
	text-decoration:none;
	background: url("../images/PlanningButtonsSml.gif") no-repeat 0px -26px;
}

.PL_NavBtnSmall_disabled {
	display:block;
	width:40px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	color:#c0c0c0;
	text-decoration:none;
	background: url("../images/PlanningButtonsSmlDis.gif") no-repeat 0px 0px;
}

.PL_NavBtnSmall_disabled:hover {
	color:#c0c0c0;
	text-decoration:none;
	background: url("../images/PlanningButtonsSmlDis.gif") no-repeat 0px -26px;
}



.PL_DownloadNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#000000;
}

.PL_DownloadNote a {
	color:#007ec6;
	text-decoration:none;
}

.PL_DownloadNote a:hover {
	text-decoration:underline;
}

