/*
---------------------------------------------------------
Title: Glendale University : screen style sheet
---------------------------------------------------------
 */
@import url('../../css/paymentCenter.css');

img {
	border: 0;
}
body {
	background: #fff url(../images/body-bg.gif) top left repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, Verdana, Sans-Serif;
	font-size: small;
	color: #333;
	line-height: 1.6em;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: none;
	text-align: left;
}
#header {
	width: 100%;
	height: 84px;
	margin: 3px 0 0 0;
	padding: 0;
}
#content {
	float: right;
	padding: 20px 20px 0 20px;
	margin: 0;
}
#content img {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
}
#main {
	float: left;
	width: 580px;
	padding: 0 0 10px 0;
	margin: 0;
}

#main-body {
	float: left;
	width: 580px;
	padding: 0 0 10px 0;
	margin: 0;
}


/* ----------------- =content ----------------- */
#content img {
	float: left;
}
#content {
	padding: 25px 0 0 0;
}
/* ----------------- =nav ----------------- */
#nav {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a.home-link {
	display: block;
	width: 52px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/home-link.gif) no-repeat top;
}
#nav li .home-link:hover {
	background-position: 0 -29px;
}
#nav li .admissions-link {
	display: block;
	width: 110px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/admissions-link.gif) no-repeat top;
}
#nav li .admissions-link:hover {
	background-position: 0 -29px;
}
#nav li .degrees-link {
	display: block;
	width: 88px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/degrees-link.gif) no-repeat top;
}
#nav li .degrees-link:hover {
	background-position: 0 -29px;
}
#nav li .programs-link {
	display: block;
	width: 97px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/programs-link.gif) no-repeat top;
}
#nav li .programs-link:hover {
	background-position: 0 -29px;
}
#nav li .accreditation-link {
	display: block;
	width: 110px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/accreditation-link.gif) no-repeat top;
}
#nav li .accreditation-link:hover {
	background-position: 0 -29px;
}
#nav li .aboutus-link {
	display: block;
	width: 88px;
	height: 29px;
	text-indent: -9999px;
	background: url(../images/aboutus-link.gif) no-repeat top;
}
#nav li .aboutus-link:hover {
	background-position: 0 -29px;
}
/* ----------------- =Global ----------------- */
h1 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #717fb0;
	font-size: 115%;
	text-transform: uppercase;
	padding: 0;
	margin: 10px 0 0 0;
}
h2 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #890e17;
	font-size: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

h3 {
		font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	color: #bfad6f;

}
p {
	font-size: 90%;
	margin: 10px 8px 15px 0;
	padding: 0;
	line-height: 1.5em;
	color: #444;
}
strong {
	color: #333;
	font-size: 12px;
	padding: 0;
	margin: 5px 0 0 0;
}
a {
	text-decoration: none;
	font-size: 90%;
	text-decoration: underline;
	color: #7a0b13;
}

/* ----------------- =sidebar  ----------------- */
#sidebar {
	float: right;
	width: 300px;
	background: url(../images/sidebar-bg.gif) top no-repeat;
	padding: 0;
	margin: 87px 0 0 0;
}
#sidebar .side-padding {
	padding: 15px 15px 0 20px;
}
#sidebar ul {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 1px solid #c0c0c0;
}
#sidebar ul li {
	list-style-type: none;
	background: url(../images/side-nav-bg.gif) no-repeat top left;
	height: 1%;
	padding: 0;
	margin: 0;
}
#sidebar ul li a {
	display: block;
	background: #f3f3f3 url(../images/bullet1.gif) no-repeat;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #fff;
	background-position: 5px 50%;
	padding: 4px 0 4px 25px;
	text-decoration: none;
	font-size: 85%;
	height: 1%;

}
#sidebar ul li a:hover {


	padding: 0;

	margin: 0;

	background: #cccccc url(../images/bullet1.gif) no-repeat;

	background-position: 5px 50%;

	padding: 4px 0 4px 25px;

									}
/* ----------------- =sidebar form ----------------- */
#sidebar form fieldset {
	padding: 5px 8px 15px 15px;
	border: 1px solid #cfcfcf;
	background: #fcfaf4 url(../images/form-bg.gif) repeat-x top left;
	margin: 0;
}
#sidebar form fieldset legend {
	font-weight: bold;
	color: #304074;
}
#sidebar form fieldset label {
	float: left;
	width: 7em;
}
/*input {
	width: 10em;
}*/
#sidebar input.submit {
	float: right;
	width: 4em;
	margin: 5px 16px 0 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/submit-bg.gif);
	color: #333333;
	font-size: 75%;
	width: 6em;
	margin-right: 28px;
	font-weight: bold;
	margin-top: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.apply-today {
	background: url(../images/apply-today.jpg) top left no-repeat;
	width: 264px;
	height: 111px;
	display:block;
}
.apply-today:hover {
	background-position: 0 -112px;
}


/* ----------------- =main form ----------------- */
#main form fieldset {
	padding: 5px 15px 15px 15px;
	border: 1px solid #cfcfcf;
	background: #fcfaf4 url(../images/form-bg.gif) repeat-x top left;
	margin: 0;
	width: 335px;
}
#main form fieldset legend {
	font-weight: bold;
	color: #304074;
}
#main form fieldset label {
	float: left;
	width: 15em;
}
/*#main input {
	width: 9.2em;
}*/
#main input.submit {
	float: right;
	width: 4em;
	margin: 5px 16px 0 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/submit-bg.gif);
	color: #333333;
	font-size: 75%;
	width: 6em;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#faq #fieldset-questions {
	width: 305px;
	background: #fff url(../images/q-feildset-bg.gif) top left repeat-x;
}
#faq input.checkbox {
	float: left;
	width: auto;
	margin-right: .2em;
}
.textlabel {
	margin-top: 15px;
}
textarea {
	width: 25em;
	height:10em;
}
.amp {
	font-family: Palatino;
	font-size: 130%;
	font-style: italic;
	font-weight:bold;
}
#fieldset-questions p {
	margin: 3px 0 0 0;
	clear: both;
}
#faq .checkbox-label {
	float:none;
	display: inline;
}

/* ----------------- =sidebar headers ----------------- */
#sidebar .student-h1 {
	background: url(../images/students-h1.gif) no-repeat top left;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.clearfix {
	clear: both;
}
#top-nav {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 12px;
	position: absolute;
	top: 4px;
	width:250px;
	float: left;
	left: 820px;
}
#top-nav li {
	margin: 0 5px 0 5px;
	padding: 2px 0 0 0;
	list-style-type: none;
	float: left;
	color: #8c98be;
}
#top-nav li a {
	color: #8c98be;
}
#top-nav li a:hover {
	color: #fff;
}
/* ----------------- =footer ----------------- */
#footer {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
	height: 75px;
	background: #eeeade url(../images/footer-bg.gif) repeat-x top left;
	border-top: 1px solid #f1e7c8;
}
#footer p {
	padding: 20px 0 0 0;
	text-align: center;
}
.border-none {
	border: none;
}
/* ----------------- =degree listing ----------------- */
.degrees {
	width: 250px;
	padding: 15px;
	height: 440px;
	float: left;
	font-size: 95%;
	border-top: 1px dotted #999;
}
.degrees h1 {
	color: #091c5a;
	font-size: 120%;
}
.degrees ol {
	padding: 0;
	margin: 10px 0 10px 20px;
	font-size: 90%;
}

.degree-img img {
	float: left;
	margin: 4px 10px 0 0;

}
/* ----------------- =programs ----------------- */


dl {

	margin: 15px 0 0 0;
	float: left;
	border-bottom: 1px dotted #999;
	width: 500px;
	padding: 0;

}

 dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	color: #bfad6f;
	float: right;
	width: 400px;

}
dd {
	padding: 0 0 10px;
	margin: 3px 0 10px 0;
}

 dd.img img{
	float: left;
	padding: 0 15px 0 5px;
}

#main dl dt.sample {
	margin: 5px 25px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	color: #bfad6f;
	float: left;
}
.sample-link {
	float: left;
	margin-left: 20px;
}

#main dl dd.sample-dd {
	padding: 0 0 10px;
	margin: 3px 0 10px 0;
	border-bottom: 1px dotted #999;
	clear:both;
}

dl dd a {
	display: block;
	width: 400px;
	float: right;
}
#fee-table td{
	padding: 4px 10px 4px 5px;
}

.alt {
	background: #F5F5F5;
}

#fee-table ul {
	padding:0;
	margin:0;
}
#fee-table ul li {
	padding:0;
	margin:0;
}

#fee-table .type-th {
	width: 110px;
}
#fee-table .amount-th {
	width: 70px;
}
#fee-table .payment-th {
	width: 110px;
}

#fee-table h3 {
	padding: 0;
	margin:0;
}
.fee-structure {
	background: url(../images/fee-structure.gif) no-repeat top left;
	height: 22px;
	width: 90px;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}
.fee-structure:hover {
	background-position: 0 -23px;

}
.grad-pack {
	background: url(../images/grad-pack.gif) no-repeat top left;
	height: 22px;
	width: 105px;
	display:block;
	padding: 0 12px 0 12px;
	margin: 0 5px 0 5px;
	float: left;
}
.grad-pack:hover {
	background-position: 0 -23px;
}

.apply-icon {
	background: url(../images/apply-icon.gif) no-repeat top left;
	height: 22px;
	width: 105px;
	display:block;
	padding: 0 12px 0 12px;
	margin: 0 5px 0 5px;
	float: right;
}
.apply-icon-fee {
	background: url(../images/apply-icon.gif) no-repeat top left;
	height: 22px;
	width: 55px;
	display:block;
	padding: 0 12px 0 12px;
	margin: 0 0 0 5px;
	float: left;
}
.apply-icon-fee:hover {
	background-position: 0 -23px;
}

.apply-icon:hover {
	background-position: 0 -23px;
}

.icon-left {
	float: left;
}
/*** =faq ***/
#faq {
	padding: 25px;
	font-size: 85%;
}
ol {
	color: #888;
	padding: 0;
	margin: 0 0 0 8px;
}
#list {
	color: #333;
	line-height: .5em;
}
#faq {
	color: #555;
	padding-top: 15px;
	font-size: 100%;
	line-height: 1.5em;
}
#faq li {
	margin-top: 15px;
}
ol li a {
	color: #ab0c37;
	text-decoration: underline;
	font-size: 75%;

}
.unlist {
	list-style-type: none;
}
.top {
	margin-left: 10px;
}



/* left side width form */
#left {
	width: 500px;
	margin: 0;
	padding: 0 0 0 40px;
}
#left h3 {
	line-height: 35px;
	/*width: 450px;*/
	width: auto;
	height: 35px;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 131%;
	color: #a80431;
}

#left h3 span {
	color: #000;
}
#left form {
	padding: 0 0 40px 0;
	margin: 0;
	width: 480px;
}
#left form fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	width: 580px;
	border: 0;
	font-size: 80%;
	float: left;
}
#left form fieldset div {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7px;
}
#left form fieldset div label {
	width: 100px;
	line-height: 13px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 6px;
	font-size: 100%;
	margin-top: 5px;
}
#left form fieldset div input.no-label {
	float: left;
	margin-left: 141px;
}
* html #left form fieldset div input.no-label {
	margin-left: 144px;
}
#left form fieldset div input, #left form fieldset div select {
	height: 22px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 123%;
	padding: 0;
	margin: 0;
}
#left form fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 123%;
}
#left form fieldset.personal-info input.middle {
	width: 125px;
}
#left form fieldset.personal-info input.little {
	width: 49px;
}
#left form fieldset.personal-info select {
	width: 125px;
	height: 24px;
}
#left form fieldset.personal-info select.dob{
	width:75px;
	height:2.1em;
	line-height:inherit;
}
#left form fieldset.personal-info input.dob{
	width:75px;
	margin: 0 inherit inherit inherit;
	padding: 0 inherit inherit inherit;
	padding-top: 0px;
	margin-top: -28px;
	height: 1.4em;
}
#left form fieldset.degreeconfirm select.dob{
	width:75px;
	/*height:2.1em;
	line-height:inherit;*/
}
#left form fieldset.degreeconfirm input.dob{
	width:75px;
	/*margin: 0 inherit inherit inherit;
	padding: 0 inherit inherit inherit;
	padding-top: 0px;
	margin-top: -29px;
	height: 1.4em;*/
}
#left form fieldset.paymenttypes select.dob{
	width:75px;
	/*height:2.1em;
	line-height:inherit;*/
}
#left form fieldset.paymenttypes input.dob{
	width:75px;
	/*margin: 0 inherit inherit inherit;
	padding: 0 inherit inherit inherit;
	padding-top: 0px;
	margin-top: -29px;
	height: 1.4em;*/
}
#left form fieldset input.no-label {
	float: left;
	margin-left: 141px;
}
#left form fieldset.first-degree label, #left form fieldset.second-degree label, #left form fieldset.certificate label {
	color: #a80431;
}
#left form fieldset.personal-info input.big, #left form fieldset.first-degree input.big, #left form fieldset.second-degree input.big, #left form fieldset.certificate input.big, #left form fieldset.education input.big {
	width: 290px;
}
#left form fieldset.first-degree select, #left form fieldset.second-degree select, #left form fieldset.certificate select {
	width: 225px;
	height: 24px;
}
#left form fieldset.first-degree div span, #left form fieldset.second-degree div span, #left form fieldset.certificate div span {
	display: block;
	width: 300px;
	float: right;
	font-size: 110%;
	margin-bottom: 2px;
}
#left form fieldset.education span {
	margin-bottom: 20px;
	display: block;
}
#left form fieldset.professional-experience span {
	display: block;
}
#left form fieldset.education, #left form fieldset.professional-experience {
	width: 470px;
}
#left form fieldset.education div.inline, #left form fieldset.education div.text-area, #left form fieldset.professional-experience div.text-area, #left form fieldset.professional-experience div.inline {
	clear: both;
}
#left form fieldset.education div.row, #left form fieldset.professional-experience div.row {
	width: 110px;
	float: left;
	margin-right: 3px;
}
#left form fieldset.education div.row input, #left form fieldset.professional-experience div.row input {
	width: 125px;
	margin-bottom: 7px;
}
#left form fieldset.education div.row label, #left form fieldset.professional-experience div.row label {
	width: 115px;
	line-height: 25px;
	text-align: left;
	white-space: nowrap;
}
#left form fieldset.education div.text-area label, #left form fieldset.military-experience div.text-area label, #left form fieldset.professional-experience div.text-area label {
	width: 435px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	margin-bottom: 6px;
	line-height: 15px;
}
#left form fieldset.education textarea, #left form fieldset.military-experience textarea {
	width: 400px;
	height: 124px;
	padding: 0;
	margin: 0;
}
#left form fieldset.professional-experience textarea {
	width: 400px;
	padding: 0;
	margin: 0;
}
#left form fieldset.professional-experience textarea.lit {
	height: 67px;
}
#left form fieldset.professional-experience textarea.big {
	height: 357px;
}
#left form fieldset.submit {
	width: 425px;
}
#left form fieldset.submit div.gray {
	width: 400px;
	padding: 0 15px 15px 15px;
	/*background: #F4F4F4;
	border: 1px solid #CBCBCB;*/
	margin-bottom: 17px;
	float: left;
}
#left form fieldset.submit div.inline {
	float: left;
	width: 435px;
	padding: 0;
}
#left form fieldset.submit div.gray label {
	width: 435px;
	display: block;
	float: left;
	margin-bottom: 6px;
	text-align: left;
	height: 100%;
	padding: 6px 0;
	line-height: 15px;
}
#left form fieldset.submit div.gray textarea {
	width: 390px;
	height: 125px;
	padding: 0;
	margin: 0;
}
#left form fieldset.submit div.gray select {
	width: 99px;
	padding: 0;
	margin: 0;
}
#left form fieldset.submit input.button {
	width: 207px;
	height: 56px;
}
#left form fieldset.submit ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#left form fieldset.submit ul li {
	float: left;
	margin-right: 6px;
}
#left form fieldset.submit input.last {
}
.button {
	width: 150px;
	height: 45px;
	background: url(../images/btn-get-started.gif) no-repeat top left;
	display: block;
	padding: 0;
	margin: 5px 0 10px 35px;
}
.secure-button {
	width: 262px;
	height: 56px;
	background: url(../images/secure-button.gif) no-repeat top left;
	display: block;
	padding: 0;
	text-indent: -9999px;
	margin: 5px 0 10px 0;
}

table.app{
background:#FCFAF4 none repeat scroll 0% 50%;
border: none;
border-collapse: collapse;
}
div.degree-other{
margin: 0 0 0 -34px;
}
div.degree-other span{
margin-right: 40px;
}
#faq input {
	width: 10em;
}
#faq input.submit {
	float: right;
	width: 4em;
	margin: 5px 16px 0 0;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/submit-bg.gif);
	color: #333333;
	font-size: 75%;
	width: 6em;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#left form fieldset .payment-center {
	font-zise:85%;
	float: right;
	line-height:1.5em;
	overflow: hidden;
	padding-bottom: 7px;
	align: right;

}
#left form fieldset div.gpa{
	margin: 0 0 0 7.3em;
}
#left fieldset div.orderConfirm_degrees{
	font-size:150%;
}
#left fieldset div.orderConfirm_options{
	font-size:150%;
	margin-left: 2.5em;
}
#left fieldset h3.orderConfirm_degrees{
	font-size:190%;
}
#left fieldset h3.orderConfirm_options{
	font-size:190%;
}
#left fieldset h3.orderConfirm_shipping{
	font-size:190%;
}
#left h3.billingshipping{
	font-size:140%
}
/*----------Status Messages----------*/
.statusMsg {
	padding: 10px;
	border: 1px solid #999;
	margin: 0 0 15px 0;
	width: 380px;
}
.failure {
	background: MistyRose;
	border-color: FF0000;
	color: black;
}
.success{
background:#90DC90 none repeat scroll 0%;
border:1px solid green;
clear:both;
cursor:pointer;
margin:10px 0pt;
padding:5px 10px;
}
.warning{
	color: black;
	background: #FFFF99;
	border-color: #FFCC00;
}

dl.degrees dd
{
margin-left:0;
padding-left:0;
}