/* CSS Document */
.variable {
	background: #6f0;
}

.buttons img {
	display: inline;
}
.buttons {
	text-align: center;
	margin-top: 5px;
}

.gray {
	background: #eee;
}
.alertbox {
	float: left;
	color: #933;
	width: 150px;
	padding: 5px 5px 5px 25px;
	margin-right: 20px;
}
.apptidbits {
	font-size: .85em;
}

.acceptance {
	color: #0c0;
	font-weight:bold
	
}

/* Breadcrumb Navigation */
#tabnav {
	font-size: 11px;
	color: #333;
	padding-bottom: 10px;
}
#tabnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabnav li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#tabnav a, #tabnav a:visited {
	padding: 0 15px 0 0;
	text-decoration: underline;
	color: #999;
	background: #fff url(/pvueImages/webII/gmac/breadcrumb_divider.gif) no-repeat right;
	margin-bottom: 5px;
	border-bottom: 0;
}
#tabnav a:hover {
	text-decoration: none;
}

#tabnav a.end, #tabnav a.end:visited {
	background: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float: none;}
/* End IE5-Mac hack */

#tabnav span {
	white-space: nowrap;
	padding: 0 15px 0 0;
	color: #666;
	background: #fff url(/pvueImages/webII/gmac/breadcrumb_divider.gif) no-repeat right;
	margin-bottom: 5px;
}

#tabnav span.end {
	background: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabnav span {float: none;}
/* End IE5-Mac hack */

#tabnav > ul a {width: auto;}
	
#tabnav li#current, #tabnav li#active {
	font-weight: bold;
}



#CreateProfile table, #UpdateProfile table, table.clientQuestions, #apptable, .createProfileTable, #payment table {
	border: 1px solid #ccc;
	margin: 5px 0;
}


#CreateProfile table table, #UpdateProfile table table, table.clientQuestions table {
	border: none;
	margin: -5px 0 5px -5px;
}
#CreateProfile table td, #UpdateProfile table td, table.clientQuestions td, #payment table td {
	padding: 3px 5px;
	vertical-align: top;
}

#CreateProfile table h2, #UpdateProfile table h2, .createProfileTable h2, .clientQuestions h2 {
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #333;
	font-size: 1.4em;
}

#UpdateProfile table h3 {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
}

#UpdateProfile h2 {
	font-size: 1.4em;	
}



#CreateProfile table p, #UpdateProfile table p {
	margin: 0;
}


.reqCell {
	width: 5px;
	text-align: right;
}

#tcl_centerlist #displayCentersTable, #regsched_centerlist #displayCentersTable {
	border: 1px solid #999;
	margin-bottom: 20px;
}

#tcl_centerlist #displayCentersTable td a, #regsched_centerlist #displayCentersTable td a {
	display: block;
}
#tcl_centerlist #displayCentersTable a:hover, #regsched_centerlist #displayCentersTable a:hover {
	text-decoration: underline;
	color: #000;
}

#regsched_centerlist {
	height: 170px;
	overflow: auto;
	padding-bottom: 5px;
}

table#apptable td, table#apptable th, #displayCentersTable td, #displayCentersTable th {
	padding: 3px 5px;
	vertical-align: top;
}
table#apptable td, #displayCentersTable td {
		border-top: 1px solid #eee;
}

table#apptable th, #displayCentersTable th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background: #ccc;
}
table#apptable th a, #displayCentersTable th a, table#apptable th, #displayCentersTable th {
	color: #000;
}


#apptable tr.current, #displayCentersTable tr.current {
	/*background: #ccc;*/
	background: #fff;
}

/*#apptable td a:link, #displayCentersTable td a:link {
	color: #000;
	text-decoration: none;
}

#apptable td a:visited, #displayCentersTable td a:visited {
	color: #000;
	text-decoration: none;
}

#apptable td a:hover {
	color: #933;
	text-decoration: none;
}*/

#confirmation {
	margin-bottom: 25px;
}

.requiredBig, h2 span.required {
	color: #900;
	font-size: 1.1em;
	text-align:center;
}


.createProfileTable td {
	vertical-align: top;
	padding: 5px 2px 5px 5px;
} 
.createProfileTable input, #payment input {
	margin-right: 5px;
}

table.clientQuestions {
	background: #eee;
}

.clientQuestionsHeader {
	background: #ccc;
	margin-bottom: -6px;
	margin-top: 10px;
}

.clientQuestionsHeader h2 {
	border-bottom: 0;
	padding: 5px 0;
	margin: 0;
}

#registrationQuestions table {
	width: 100%;	
}


/* Native Address */
#showNativeAddrDiv, #showAltAddrDiv {
	margin-left: 50px;
	margin-top: 10px;
	border-left: 5px solid #999;
	padding-left: 5px;
}

.phone {
	margin: 20px 0;
}

#centerDetails td {
	vertical-align: top;
	padding: 10px 5px 10px 0;
}

.exception {
	color: #933;
	font-weight: bold;
}

input[disabled]{color: #666; background: #ccc;}

.underline {
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}
.spacing {
	margin: 1em 0;
}

.btn {
	background: #ffe85a url(../webresources/testtaker/images/btn_bg.jpg) repeat-x center;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 10px;
	border: 1px solid #fc0;
	border-style: outset;
	margin: 15px 0 0 20px;
	cursor: pointer;
	overflow:visible;
}
.btnCell {
text-align:right;
}

a.btnPositive:link, a.btnPositive:visited {
	background: url(../webresources/testtaker/images/btn_bg.jpg) repeat-x center;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	padding: 3px 10px;
	border: 1px solid #fc0;
	border-style: outset;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

#current table a.btnPositive:link, #current table a.btnPositive:visited {
	text-decoration: none;	
}

a.btn_linkNeutral:link, a.btn_linkNeutral:visited {
	background: none;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em;
	padding: 2px 6px 2px 0;
	border: none;
	margin: 0;
	cursor: pointer;
	display:inline-block;
	overflow:visible;
	color: #004374;
}

.btn_link {
	background: none;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em;
	padding: 2px 6px 2px 0;
	border: none;
	margin: 0;
	cursor: pointer;
	display:inline-block;
	overflow:visible;
	color: #004374;
}

.JSF_step1_of3 {
	background: url(../webresources/testtaker/images/ft_step1of3.gif) no-repeat top;
	height: 100px;
	width: 638px;
	margin: 0 auto 10px auto;
}	

.JSF_step2_of3 {
	background: url(../webresources/testtaker/images/ft_step2of3.gif) no-repeat top;
	height: 100px;
	width: 638px;
	margin: 0 auto 10px auto;
}

.JSF_step3_of3 {
	background: url(../webresources/testtaker/images/ft_step3of3.gif) no-repeat top;
	height: 100px;
	width: 638px;
	margin: 0 auto 10px auto;
}

.JSF_step1_of3 div, .JSF_step2_of3 div, .JSF_step3_of3 div {
	width: 211px;
	float: left;
	padding-top: 55px;
	text-align: center;
}

.JSF_value {
	color: #666;
}
.JSF_error {
	color: #c00;
}
.JSF_label_common {
	text-align: right;
	width: 35%;
	color: #000;
}
.on {
	font-weight: bold;
}

.JSF_Table  {
	border: 1px solid #ccc;
	margin: 10px 0 30px 0;
	padding: 0 20px 20px 20px;
}

.JSF_Table table  {
	margin: 20px 0 0 0;
}

.JSF_Table table table  {
	margin: 0;
}

.buttonArea {
	padding-top: 20px;
	text-align: right;
	display: block;
}

#passwordTips {
	border: 1px solid #bad8f6;
	background: #bad8f6;
	color: #000;
	padding: 5px 5px 10px 10px;
	width: 250px;
	margin-top: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.ft_Table  {
	border: 1px solid #ccc;
	margin: 10px 0 30px 0;
	padding: 0 20px 20px 20px;
}

.ft_label_common {
	text-align: right;
	width: 35%;
}


#UpdateProfile table:first-child {
	margin-top: 0;	
}

#UpdateProfile table {
	margin-top: 2em;	
}