/* top elements */
.topLeftCorner
{
  height: 36px;
  width: 27px;
  padding: 0;
  margin: 0;
  background-image: url(images/localkidzstuff_02.jpg);
  background-repeat: no-repeat;
}
.topCenter
{
  height: 36px;
  width: 763px;
  padding: 0;
  margin: 0;
  background-image: url(images/localkidzstuff_03.jpg);
  background-repeat: no-repeat;
}
.topRightCorner
{
  height: 36px;
  width: 25px;
  padding: 0;
  margin: 0;
  background-image: url(images/localkidzstuff_04.jpg);
  background-repeat: no-repeat;
}
hr
{
	background-color: #C0C0C0;
	color: #C0C0C0;
	height: 1px;
	margin: 5px auto; border: none;
}

/* images */
.imgPadding5 {
	/*
	background: #fff;
   border: 1px solid #E5E5E5;
	*/
	padding: 5px;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }


/* start - table 
table {
	margin: 10px 15px;	
}
*/
th strong {
	color: #fff;
}
th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #999;
	border-bottom-width: 2px;
}

/* end - table */

/* form elements */

fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}

.tenpixspacer
{
	height: 10px;
}

.twentypixspacer
{
	height: 20px;
}

.errorText { font-weight: bold; color: #ff0000; }
.successText { font-weight: bold; color: #006699; }
.bottomBorder { border-bottom: solid 1px #c0c0c0; }

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.ratingStarReadOnly {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px; cursor: default;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.chkboxlist label
{
  padding-right: 10px;
}

.eventFilterNav
{
  background-image: url(images/in-body-nav-box.gif);
  background-repeat: no-repeat;
  height: 42px;
  width: 540px;
  color: #333;
  font-weight: bold;
  font-size: 11px;
}

.progressPanel {
  border: dashed 1px #000000;
  background-color: #EEEEEE;
  padding: 10px;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 400px;
  left: 400px;
  z-index: 1000;
}
