/* Global styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.red:link {
	text-decoration: none;
	color: #FF0000;
}

a.red:visited {
	text-decoration: none;
	color: #FF0000;
}

a.red:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.red:active {
	text-decoration: none;
	color: #FF0000;
}

a.white:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

.searchBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 225px;
	padding-left: 5px;
}

.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}


.feedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a.utility, a:visited.utility, a:link.utility, a:active.utility {
  color: #333;
  text-decoration: none;
}

a:hover.utility {
  color: #f00;
  text-decoration: underline;
}

.backStyle { 
  background-image: url("/images/mid_top.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.windowPane {
	cursor: pointer;
}

.windowTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0909E6;
	font-weight: bold;
}

.windowContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #293241;
}

.windowBGBarOver {
	background-image:url('/images/window_over.gif');
}

.windowBGBarUp {
	background-color:#FFFFFF;	
}

.imageBorder {
	border: 2px solid #467CBF;
	width: 210px;
}
.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #467CBF;
}

.highlight {
  background-color: gold;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flash {
  background-color: black;
  color: gold;
  font-size: 10px;
  text-align: center;
}
/* End Global styles */

/* Login style */
.loginTable {
  border: solid thin yellow;
  background-color: lightyellow;
  color: #000;
  width: 300px;
  padding: 5px;
  font-size: 10px;
}

.loginTable p {
  font-size: 12px;
}

.loginError {
  color: #f00;
} 
/* End Login style */

#paginator {
  letter-spacing: 2;
}
.pkf_logo{
	margin-top:-15px;
}
.lower_banner_div{
	float:right;
	width:460px;
	height:120px;
	overflow:hidden;	
}
.blog_table{
	float:left;
}
.blog_spacer{
	padding-bottom:5px;
}

