/*
 * KidzList CSS for modal popups
 */

.hidden
{
	display: none;
}

div.popup-box
{
}

div.popup-box p, div.popup-box td.label
{
	font-size: 9pt;
}

div.popup-box p.warning
{
	font-weight: bold;
}

div.popup-box .note
{
	font-size: 8pt;
}

.popup-row
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.popup-row-tb
{
	height: 21px;
}

tr.popup-form-row
{
	padding-bottom: 10px;
}

td.popup-form-cell
{
	padding-bottom: 10px;
}


.popup-corner
{
	margin: 0;
	padding: 0;
	width: 21px;
	height: 21px;
	vertical-align: top;
}

.popup-corner img
{
	display: block;
	margin: 0;
	padding: 0;
}

.popup-top
{
	margin: 0;
	padding: 0;
	width: auto;
	height: 21px;
	background: url(../images/modalpopup/top-bg.gif) repeat-x left top;
}

.popup-left
{
	width: 21px;
	height: auto;
	background: url(../images/modalpopup/left-bg.gif) repeat-y left top;
}

.popup-center
{
	width: 418px;
	height: auto;
	background-color: #fff;
}

.popup-right
{
	width: 21px;
	height: auto;
	background: url(../images/modalpopup/right-bg.gif) repeat-y right top;
}


.popup-bottom
{
	width: auto;
	height: 21px;
	background: url(../images/modalpopup/lower-bg.gif) repeat-x left top;
}

span.header
{
	color: #C95059;
	font-weight: bold;
	font-size: medium;
}

.popup-corner img
{
	display: block;
}

#popup-content h2
{
	color: #C95059;
	font-weight: bold;
	font-size: medium;
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
}

.text-box
{
	font-size: 12px;
	color: #4b4b4b;
	border-top: 2px solid #d0ecf3;
	border-right: 4px solid #d0ecf3;
	border-bottom: 2px solid #d0ecf3;
	border-left: 4px solid #d0ecf3;
	padding: 1px;
}

.drop-down
{
	border-top: 2px solid #d0ecf3;
	border-right: 4px solid #d0ecf3;
	border-bottom: 2px solid #d0ecf3;
	border-left: 4px solid #d0ecf3;
	font-size:13px; 
	color:#4b4b4b;
}

/* input[type="button"].popup-btn */
.popup-btn
{
	width: 114px;
	height: 32px;
	/* background-image: url(../images/button/popup-button-med-bg.gif); */
	background-image: url(../images/button/popup-button-med-bg.gif);
	color: #1eb8c5;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	z-index: 2;
	cursor: pointer;
}
.free-size-popup-btn
{
	width: 114px;
	height: 32px;
	/* background-image: url(../images/button/popup-button-med-bg.gif); */
	background-image: url(../images/button/popup-button-med-bg.gif);
	color: #1eb8c5;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	z-index: 2;
	cursor: pointer;
}
#popup-action-buttons
{
	text-align: center;
}

#popup-content .popup-redstar
{
	width: 11;
	height: 10;
}

tr.al4-cat
{
}

td.al4-catcell
{
  vertical-align: middle;
}

tr.al4-catsubcats
{
}

td.al4-subcat
{
  padding-left: 2em;
}


/* iframe embedded in popups */

#puiframe
{
	border: none;
	background-color: white;
	width: 416px;
	height: 300px;
}

#puiframediv
{
	background-color: #fff;
	width: auto;
	height: 100%;
	font-size: 9pt;
	color: red;
}

#puiform
{
}

div#puiwaitdiv
{
	display: none;
}

div.puidiv
{
}

/* end of popup.css */
