@import "global.css";
#tableContainer   .fieldCell a,a:hover {
	text-decoration: underline;
}
.sectionHeader
{
	padding-left: 15px;
	padding-bottom: 4px;
	background-color : #6B6B6B;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	background-image: url(../Images/nav_bg.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	margin-top: 10px;
}

.formRow
{
	padding: 0;
	height: 2em;
}

.prompt
{
	color: #666666;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-family: Verdana;
	width: 140px;
	padding-right: 5px;
	font-size: 12px;
}



.fieldCell .singleRowText
{
	width: 280px;
}
.fieldCell {
	padding-bottom: 5px;
}



input, select {
	border: solid 1px #666666;
	height: 21px;
}

textarea {
	border: solid 1px #666666;
}

.subHeader
{
	padding-bottom:6px;
	background-color: #F7F7F7;
	height: 1.2em;
}
.subHeader .subHeaderCell {
	padding-bottom:5px;
	font-size: 12px;
	font-style: italic;
}

.info
{
	padding-bottom:8px;
}

.arrow
{
	border: solid 0px orange;
	padding-left:24px;
	height: 13px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 10px 1px;
}

/*
#toppanel #links
{
    position:relative;
    top: 12px;
    left: 244px;
}
*/

.arrow a, .arrow a:hover
{
	color: #069;
	font-weight:normal;
	text-decoration: none;
}

/* ------------------- Over-ride box3 stuff ------------ */
.box3 h1 {
    background: transparent url("../images/text_packagedetails.gif") no-repeat left center;
    width: 110px;
    height: 22px;
}

.box3 .bottom 
{
	margin-left: 0;
    background: transparent url("../images/box3_bottom.gif") no-repeat 0px 0px;
}

#termsRow
{
	margin-top: 12px;
	background-color: #F7F7F7;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 1em;
}


.subHeaderCell, .fieldCell
{
	padding-top: 4px;
}

#nameColumn
{
	width:220px;
}
#adultColumn, #childColumn
, #ageColumn
{
	width:44px;
	text-align: center;
}

#submitCell
{
	text-align:right;
	padding-top:12px;
}

.PAXNameText
{
	width: 280px;
}

