﻿@charset "UTF-8";
/* CSS Document for AIFS Study Abroad Student Portals */
/* 
   Created: 01/14/2011 by Rhian Thomas
   Modified: 01/18/2011 by Rhian Thomas - Modified image links, added tabbed navigation active rollovers, removed navGlobalHeader width.
   Modified: 02/03/2011 by Rhian Thomas - Added final temperature bar styles
   Modified: 02/18/2011 by Rhian Thomas - Added styles for manage programs
   Modified: 02/22/2001 by Rhian Thomas - Added styles for profile my applications
   Modified: 02/23/2011 by Rhian Thomas - Added contact alumni styles
   Modified: 02/23/2011 by Rhian Thomas - Added manage my program styles 
   Modified: 03/02/2011 by Rhian Thomas - Added billing styles
   Modified: 03/03/2011 by Rhian Thomas - Added catalog styles, education styles
   Modified: 03/11/2011 by Rhian Thomas - Added right nav styles
   Modified: 07/19/2011 by Jose A Magana - Removed table borders, Added sprite to table, corrected coordinates & size for secondary nav sprite
   Modified: 05/08/2015 by Jose A Magana - RD Portal incident additions
   Modified  11/07/2018 by Winston Sevilla Added .height-two-half-em
   Modified  12/14/2021 by Sienna Fernandez Updated body and main container width
*/
.requiredfield
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
}
span.requiredfield 
{
    font-weight:bold;
}
.errmessage
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:Red;
}
.normalmessage
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.validsummary
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:Red;
	border:1;
	border-color:Red;
}
    .smallcomment
{
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;	 
}   
.alumniContacts table 
{ 
    width:100%; 
}

.alumniContacts table td 
{ 
    border:1px solid #999999; 
    width:50%; 
}

.modalPopup
{
	background-color: #F1FEF1;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.close 
{	
    DISPLAY: block;	
    BACKGROUND: url(../Images/icons/close24.png) no-repeat 0px 0px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
    right: -5px;
}      
        
.modalBackground
{
	background: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*Rhian's css down below */



body {
	background: url("../images/backgrounds/body.png") repeat-y center center #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
    background-size: 1400px;
}
.clearer {
	clear:both;
}
.blueBold {
	color:#0000FF;
	font-weight:bold;
}
.redBold {
    color: #FA0505;
    font-weight: bold;
}
.greenBold {
    color: #88c21a;
    font-weight: bold;
}
#mainContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 1344px;
}
#header {
	background: url("../images/backgrounds/gradient.gif") repeat-x;
	height: 90px;
}
#branding {
	float: left;
	width: 160px;
}
#branding img {
	border:none;
}
#header ul#navGlobalHeader {
	float: right;
	margin: 5px 0 0;
	padding: 0;
}
#header ul li {
	display: inline;
	padding: 5px 10px;
}
#header ul li a {
	color: #333333;
	text-decoration: underline;
}
#navGlobalTop {
	clear: both;
	display: block;
	margin-left: 170px;
	text-transform: uppercase;
	top: -28px;
	width: 810px;
}
ul.navTabsTop {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.navTabsTop li {
	display: inline;
}
#navGlobalTop li a {
	background: none repeat scroll 0 0 #3B3B3B;
	color: #666666;
	font-weight: bold;
	margin-right: 5px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}
li#navGlobalTopStudents a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll 0 -40px transparent;
	width: 113px;
}
li#navGlobalTopStudents[class="active"] a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll 0 0 transparent;
	color: "#FFFFFF";
}
li#navGlobalTopAdvisors a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll -113px -40px transparent;
	width: 181px;
}
li#navGlobalTopAdvisors[class="active"] a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll -113px 0 transparent;
	color: "#FFFFFF";
}
li#navGlobalTopAlumni a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll -294px -40px transparent;
	width: 95px;
}
li#navGlobalTopAlumni[class="active"] a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll -294px 0 transparent;
	color: "#FFFFFF";
}
li#navGlobalTopMyAccount a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll 0 -40px transparent;
	width:113px;
}
li#navGlobalTopMyAccount[class="active"] a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
}
ul.navTabsTop li a {
	display: inline;
	float: left;
}
ul.navTabsSubtabs, div.navTabsSubtabs {
    position: relative;
    clear: both;
    display: block;
    background: url("../images/backgrounds/navTabbedSubnavBar.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #669933;
    border-right: 1px solid #669933;
    height: 25px;
    width: 1344px;
    list-style: none;
    top: -28px;
    margin: 0;
    padding: 0;
}
ul.navTabsSubtabs li {
	display:inline;
	text-transform:uppercase;
}
ul.navTabsSubtabs li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:5px 6px;
	font-size:11px;
	border-left:1px solid #669933;
}
ul.navTabsSubtabs li a:hover, ul.navTabsSubtabs li[class="active"] {
	color:#333333;
}
#container {
	clear: both;
	position: relative;
	top: -28px;
}
body#programPortal #container 
{
    background:url(../images/backgrounds/contentSecondary/franceParis.jpg) no-repeat top right transparent;
    min-height:540px;
}
body#programPortal #container[class="Australia Sydney"] 
{
    background:url(../images/backgrounds/contentSecondary/australiaSydney.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Austria] 
{
    background:url(../images/backgrounds/contentSecondary/austriaSalzburg.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Brazil] 
{
    background:url(../images/backgrounds/contentSecondary/brazilSaoPaolo.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=China] 
{
    background:url(../images/backgrounds/contentSecondary/china.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=CostaRica]
{
    background:url(../images/backgrounds/contentSecondary/costaRicaSanJose.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=CzechRepublic] 
{
    background:url(../images/backgrounds/contentSecondary/czechRepublicPrague.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=England] 
{
    background:url(../images/backgrounds/contentSecondary/englandLondon.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="France Cannes"] 
{
    background:url(../images/backgrounds/contentSecondary/franceCannes.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="France Grenoble"] 
{
    background:url(../images/backgrounds/contentSecondary/franceGrenoble.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="France Paris"] 
{
    background:url(../images/backgrounds/contentSecondary/franceParis.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Germany] 
{
    background:url(../images/backgrounds/contentSecondary/germanyBerlin.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=India] 
{
    background:url(../images/backgrounds/contentSecondary/indiaHyderabad.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Ireland] 
{
    background:url(../images/backgrounds/contentSecondary/irelandLimerick.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="Italy Florence"] 
{
    background:url(../images/backgrounds/contentSecondary/italyFlorence.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="Italy Rome"] 
{
    background:url(../images/backgrounds/contentSecondary/italyRome.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=NewZealand] 
{
    background:url(../images/backgrounds/contentSecondary/newZealandWellington.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Peru] 
{
    background:url(../images/backgrounds/contentSecondary/peruCusco.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Russia] 
{
    background:url(../images/backgrounds/contentSecondary/russiaStPetersburg.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=SouthAfrica] 
{
    background:url(../images/backgrounds/contentSecondary/southAfricaStellenbosch.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="Spain Barcelona"] 
{
    background:url(../images/backgrounds/contentSecondary/spainBarcelona.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="Spain Granada"] 
{
    background:url(../images/backgrounds/contentSecondary/spainGranada.jpg) no-repeat top right transparent;
}
body#programPortal #container[class="Spain Salamanca"] 
{
    background:url(../images/backgrounds/contentSecondary/spainSalamanca.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Egypt] 
{
    background:url(../images/backgrounds/contentSecondary/egypt.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=Turkey] 
{
    background:url(../images/backgrounds/contentSecondary/turkeyIstanbul.jpg) no-repeat top right transparent;
}
body#programPortal #container[class~=MultiCountry] 
{
    background:url(../images/backgrounds/contentSecondary/englandLondon.jpg) no-repeat top right transparent;
}
#contentMain {
	float: left;
	width: 1005px;
}
#mainBody {
	clear: both;
	line-height: 1.6;
	padding: 5px 10px;
}
#mainBody h1:first-of-type {
    margin-bottom: 25px;
}
#breadcrumb {
	color: #333333;
	font-size: 11px;
	left: 5px;
	top: 230px;
}
#breadcrumb a {
	color: #333333;
	text-decoration: none;
}
#mainBody h1 {
	color: #003366;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	position: relative;
    z-index: -1;
}
#mainBody table 
{
    background:url(../Images/backgrounds/bg_gradient_290_2.png) 0px -120px repeat-x;
    border-spacing: 0 2px;
}
#mainBody table td, 
#mainBody table th
{
    border:0;
    vertical-align:top;
}
#mainBody table table,
#mainBody span table
{
    background:none;
}
#contentSecondary {
	float: left;
	width: 240px;
}
#secondaryBanner {
}
span.ui-tabs-nav {
	top:0;
	list-style:none;
	padding:0;
	margin:0;
	width:340px;
}
span.ui-tabs-nav span.ui-tabs-nav-item {
    display:block;
    padding-top:3px;
    padding-left:13px;
}
span.ui-tabs-nav span.ui-tabs-nav-item img {
	float:left;
	margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #ECECEC;
}
span.ui-tabs-nav span span.ui-tabs-title {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	padding-top:10px;
}
span.ui-tabs-nav span span.ui-tabs-subtitle {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:1px 0;
}
span.ui-tabs-nav-item a {
	display:block;
	height:60px;
	color:#333;
	line-height:20px;
	text-decoration:none;
	background:none;
}
span.ui-tabs-nav-item a:hover {
	background:#efefef;
}
#secondaryBody {
	padding: 5px 0;
}
#secondaryBody .lpPoweredBy, #secondaryBody .lpEmtStarRating {
	display: none;
}
#secondaryBody #socialLinks img {
	border: none;
	margin-left: 10px;
}
#footer {
	background: #FFFFFF;
	clear: both;
	border-top: 4px solid #333333;
	padding: 10px;
}
#footer .copyright {
	font-size: 10px;
}
#footer a {
	color:#333333;
}
#footerBadges img {
	padding:5px 10px;
}
h2 {
	padding:0;
	margin:5px 0;
	font-size:16px;
	color:#003366;
}
div.formboxsm {
	width:290px;
	float:left;
	padding:5px 20px 5px 0px;
}

.formboxsm .body
{
	border: 1px solid #E8E8E8;
	width: 290px;
	margin: 0px 0px 0px 1px;
	padding: 8px;
	height: 250px; 
	overflow: auto;
}

div.formboxlg {
	clear:both;
	width:620px;
}
div.formboxlg p {
	margin:5px 0;
}
div.title {
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
span.requiredfield {
	color:#900;
}
input[type="text"], select, textarea, input[type="password"] {
	border:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type="button"], input.submit {
	padding:5px 10px;
	font-weight:bold;
	background:#7ab642;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	outline:1px solid #98BF21;
	border:1px solid #EEEEEE;
	border-bottom:1px solid #467f3b;
	border-right:1px solid #467f3b;
	text-transform:uppercase;
	cursor:pointer;
}
input[type="button"]:hover, input.submit:hover {
	background:#7ab642;
	color:#333333;
	outline:1px solid #98BF21;
	border:1px solid #EEEEEE;
	border-top:1px solid #467f3b;
	border-left:1px solid #467f3b;
}
input.btn180 
{
    background:url(../images/backgrounds/sprite.png) no-repeat -792px -40px;
    border:none;
    outline:none;
    width:183px;
    height:22px;
    padding:2px 0 2px 7px;
    margin:0;
    text-align:left;
    text-transform:none;
}
#temperatureBar 
{
    margin-bottom:80px; 
    margin-top:5px;
}
#temperatureBar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#temperatureBar ul li {
	display:inline;
	float:left;
	width:88px;
	height:60px;
	margin:0;
	padding:0;
}
#temperatureBar ul li input {
	height:60px;
	width:88px;
	margin:0;
	padding:0;
	background-image:url(../images/backgrounds/tempBar.png);
	background-repeat:no-repeat;
	background-position:0px -67px;
	border-width:0;
}
#temperatureBar ul li input[disabled="disabled"].personalInfo {
	background-position:0 -2px;
}
#temperatureBar ul li input[disabled="disabled"].educationInfo {
	background-position:-88px -2px;
}
#temperatureBar ul li input.educationInfo {
	background-position:-88px -67px;
}
#temperatureBar ul li input[disabled="disabled"].programSelect {
	background-position:-177px -2px;
}
#temperatureBar ul li input.programSelect {
	background-position:-177px -67px;
}
#temperatureBar ul li input[disabled="disabled"].agreeRules {
	background-position:-265px -2px;
}
#temperatureBar ul li input.agreeRules {
	background-position:-265px -67px;
}
#temperatureBar ul li input[disabled="disabled"].appFee {
	background-position:-354px -2px;
}
#temperatureBar ul li input.appFee {
	background-position:-354px -67px;
}
#temperatureBar ul li input[disabled="disabled"].flightInfo {
	background-position:-442px -2px;
}
#temperatureBar ul li input.flightInfo {
	background-position:-442px -67px;
}
#temperatureBar ul li input[disabled="disabled"].confirm {
	background-position:-531px -2px;
}
#temperatureBar ul li input.confirm {
	background-position:-531px -67px;
}
.applicationSecondaryBody 
{
    margin-top:80px;
}
.applicationRightNavNote 
{
    margin:10px; 
    padding:10px; 
    line-height:1.6; 
    border:1px solid #DFDFDF; 
    background:#FFFDEF;
}
.requiredfield {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
}
.errmessage {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:Red;
}
.normalmessage {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.validsummary {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:Red;
	border:1;
	border-color:Red;
}
.smallcomment {
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
}
.alumniContacts table {
	width:100%;
}
.alumniContacts table td {
	border:1px solid #999999;
	width:50%;
}
.modalPopup {
	background-color: #F1FEF1;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.close {
	DISPLAY: block;
	BACKGROUND: url(../Images/icons/close24.png) no-repeat 0px 0px;
	WIDTH: 26px;
	TEXT-INDENT: -1000em;
	POSITION: absolute;
	TOP: -7px;
	HEIGHT: 26px;
	right: -5px;
}
.modalBackground {
	background: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#programInterest, #profile, #profileQuote, #manageProgramApplicationStatus, .programInterest {
	position:relative;
	clear:both;
	width:660px;
	padding:5px;
	margin-bottom:10px;
}
#profile, #manageProgramApplicationStatus, .programInterest, .leadEducation {
	background:url(../Images/backgrounds/bg_gradient_290_2.png) 0px -120px repeat-x;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
    top: -269px;
    left: -1px;
    height: 260px;
}
.programInterestGrid th
{
    line-height:2;
    padding:2px;
}
.leadEducation .title 
{
    padding:5px 10px;
}
.leadEducation .body 
{
    padding:0 10px;
}
.leadEducation input[type=submit] 
{
    margin-right:120px; 
    margin-top:10px; 
    margin-bottom:10px;
}
#programInterest h2, #profile h2, .programInterest h2 {
	font-size:14px;
}
a.linkActionEdit {
	background: url(../Images/icons/pencil.png) no-repeat left transparent;
	font-weight:normal;
	color:#333333;
	padding:3px;
	padding-left:18px;
}
a.linkActionPhoto {
	background: url(../Images/icons/picture_add.png) no-repeat left transparent;
	font-weight:normal;
	color:#333333;
	padding:3px;
	padding-left:18px;
}
a.linkActionPassword {
	background: url(../Images/icons/key.png) no-repeat left transparent;
	font-weight:normal;
	color:#333333;
	padding:3px;
	padding-left:18px;
}
a.linkActionEdit:hover, a.linkActionPhoto:hover, a.linkActionPassword:hover {
	text-decoration:none;
}
#formStudentLogin {
background:url(../Images/backgrounds/bg_gradient_290_2.png) 0px -130px repeat-x;
border:1px solid #CCCCCC;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
float: left;
    padding: 5px 10px;
    width: 250px;
margin-right:20px;
margin-bottom:20px;
	
}
#formStudentLogin #formEmail, #formStudentLogin #formPassword {margin-bottom:5px;}
#formStudentLogin #formEmail input {margin-right:5px; float:right; width:165px;}
#formStudentLogin #formPassword input {margin-right:5px; float:right; width:165px;}
#formStudentLogin #formSubmit input {float:right; margin-right:5px;}
#formStudentLogin #formForgot a {font-size:11px;}
#programInterest h2 a, #profile h2 a {
	float:right;
	font-size:11px;
}
#programInterest img, #manageProgramApplicationStatus img {
	padding:2px;
	margin-right:10px;
	border:solid 1px #ccc;
}
#programInterest .program, #manageProgramApplicationStatus .program {
	background: url(../Images/program/default.jpg) no-repeat scroll 0px 5px transparent;
	padding-left: 95px;
	min-height:60px;
}
#programInterest .AustraliaSydney, #manageProgramApplicationStatus .AustraliaSydney{
	background: url(../Images/program/australia_sydney.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .AustriaSalzburg, #manageProgramApplicationStatus .AustriaSalzburg{
	background: url(../Images/program/austria_salzburg.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .BotswanaGaborone, #manageProgramApplicationStatus .BotswanaGaborone{
	background: url(../Images/program/botswana_garborone.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .BrazilSaoPaulo, #manageProgramApplicationStatus .BrazilSaoPaulo{
	background: url(../Images/program/brazil_saopaulo.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .ChinaBeijing, #manageProgramApplicationStatus .ChinaBeijing{
	background: url(../Images/program/china.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .CostaRicaSanJose, #manageProgramApplicationStatus .CostaRicaSanJose{
	background: url(../Images/program/costarica_sanjuan.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .CzechRepublicPrague, #manageProgramApplicationStatus .CzechRepublicPrague{
	background: url(../Images/program/czechrepublic_prague.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .EgyptLandofPharaohs, #manageProgramApplicationStatus .EgyptLandofPharaohs {
	background: url(../Images/program/egypt_cairo.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .EnglandLondon, #manageProgramApplicationStatus .EnglandLondon, #programInterest .EnglandLondonInternship, #manageProgramApplicationStatus .EnglandLondonInternship {
	background: url(../Images/program/england_london.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .FranceCannes, #manageProgramApplicationStatus .FranceCannes {
	background: url(../Images/program/france_cannes.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .FranceGrenoble, #manageProgramApplicationStatus .FranceGrenoble, #programInterest .FranceGrenobleManagement, #manageProgramApplicationStatus .FranceGrenobleManagement {
	background: url(../Images/program/france_grenoble.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .FranceParis, #manageProgramApplicationStatus .FranceParis {
	background: url(../Images/program/france_paris.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .GermanyBerlin, #manageProgramApplicationStatus .GermanyBerlin {
	background: url(../Images/program/germany_berlin.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .IndiaHyderabad, #manageProgramApplicationStatus .IndiaHyderabad {
	background: url(../Images/program/india_hyderabad.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .IrelandLimerick, #manageProgramApplicationStatus .IrelandLimerick {
	background: url(../Images/program/ireland_limerick.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .ItalyFlorence, #manageProgramApplicationStatus .ItalyFlorence, #programInterest .ItalyFlorenceInternship, #manageProgramApplicationStatus .ItalyFlorenceInternships {
	background: url(../Images/program/italy_florence.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .ItalyRome, #manageProgramApplicationStatus .ItalyRome {
	background: url(../Images/program/italy_rome.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .NewZealandWellington, #manageProgramApplicationStatus .NewZealandWellington {
	background: url(../Images/program/newzealand_wellington.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .PeruCusco, #manageProgramApplicationStatus .PeruCusco {
	background: url(../Images/program/peru_cusco.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .RussiaStPetersburg, #manageProgramApplicationStatus .RussiaStPetersburg {
	background: url(../Images/program/russia_stpetersburg.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .SouthAfricaStellenbosch, #manageProgramApplicationStatus .SouthAfricaStellenbosch {
	background: url(../Images/program/southafrica_stellenbosch.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .SpainBarcelona, #manageProgramApplicationStatus .SpainBarcelona {
	background: url(../Images/program/spain_barcelona.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .SpainGranada, #manageProgramApplicationStatus .SpainGranada {
	background: url(../Images/program/spain_granada.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .SpainSalamanca, #manageProgramApplicationStatus .SpainSalamanca {
	background: url(../Images/program/spain_salamanca.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest .TurkeyIstanbul, #manageProgramApplicationStatus .TurkeyIstanbul {
	background: url(../Images/program/turkey_istanbul.jpg) no-repeat scroll 0px 5px transparent;
}
#programInterest h3 {
	display:inline;
	font-size:14px;
	line-height:2;
}
#manageProgramApplicationStatus h3 {
	display:inline;
	font-size:14px;
	line-height:1.6;
}
#programInterest a.btn130, #profile a.btn130 {
	display:inline-block;
	width:120px;
	height:20px;
	padding:2px 0 2px 7px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:url(../Images/backgrounds/sprite.png) no-repeat -850px 0px;
}
#programInterest a.btn180, #profile a.btn180 {
	display:inline-block;
	width:178px;
	height:20px;
	padding:2px 0 2px 7px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:url(../Images/backgrounds/sprite.png) no-repeat -792px -40px;
}
#manageProgramApplicationStatus ul {
	padding:0;
	margin:0;
}
#manageProgramApplicationStatus ul li {
	display:inline;
}
#manageProgramApplicationStatus ul li:first-child {
	margin-right:20px;
}
#profile #profilePic {
	width:120px;
	height:150px;
	margin-right:10px;
	float:left;
}
#profile #profilePic img.imgPhoto {
	border:1px solid #ccc;
	padding:3px;
	background:#FFFFFF;
	max-width:80px;
	max-height:100px;
}
#profile #profilePic a {
	font-size:11px;
}
#profile #nameEmail, #profile #streetAddress {
	float:left;
	width:238px;
	vertical-align:top;
}
#profile .profileName {
	display:block;
	font-weight:bold;
}
#profile .profileEmail {
	display:block;
}
#profile #nameEmail p, #profile #streetAddress p {
	margin-top:0;
}
#profile #streetAddress {
	text-align:right;
}
#profile #profileSchool {
	float:left;
	position:relative;
	width:480px;
}
#profile #profileSchool .profileSchoolName {
	font-weight:bold;
}
#profile #profileSchool .profileSchoolName a {
	font-weight:bold;
}
#profile #profileSchool .profileSchoolNone {
	position:relative;
	clear:both;
	border:1px solid #999999;
	padding:2px 2px 2px 15px;
	background:#fbfccf url(../Images/icons/error.png) no-repeat 3px 3px;
	padding-left:24px;
}
#profileQuote blockquote {
	padding:0;
	margin:0;
	font-style:italic;
}
#profileQuote blockquote:before {
	content: open-quote;
}
#profileQuote blockquote:after {
	content: close-quote;
}
#profileQuote p {
	margin:0;
	padding:0;
	font-weight:bold;
}
ul#manageProgramActions {
	margin:0;
	padding:0;
	margin-top:10px;
	list-style:none;
}
ul#manageProgramActions li {
	display:inline-block;
	width:295px;
	border:none;
	padding:0;
	margin:0px 5px;
	margin-bottom:10px;
    border:1px solid #FFFFFF;
    min-height:70px; 
    vertical-align:top;
}
ul#manageProgramActions li a {
	color:#333333;
	text-decoration: none;
}
ul#manageProgramActions li a:hover {
	text-decoration: underline;
}
ul#manageProgramActions li a h4 {
	margin:0;
	margin-top:5px;
	color:#003366;
	margin-left:85px;
}
ul#manageProgramActions li a p {
	margin-left:85px;
	margin-top:0;
}
ul#manageProgramActions li.programToDo {
	background:url(../images/backgrounds/program_todo.png) no-repeat left top;
}
ul#manageProgramActions li.programFlights {
	background:url(../images/backgrounds/program_flights.png) no-repeat left top;
}
ul#manageProgramActions li.programBilling {
	background:url(../images/backgrounds/program_billing.png) no-repeat left top;
}
ul#manageProgramActions li.programPreDeparture {
	background:url(../images/backgrounds/program_predeparture.png) no-repeat left top;
}
ul#manageProgramActions li.programDocumentLibrary {
	background:url(../images/backgrounds/program_documents.png) no-repeat left top;
}
ul#manageProgramActions li.programInsurance {
	background:url(../images/backgrounds/program_insurance.png) no-repeat left top;
}
ul#manageProgramActions li:hover 
{
    background-color:#F3f3f3; 
    border:1px solid #D8D8D8;
}
#formFilterCountry, #formFilterProgram 
{
    display:inline; 
    float:left; 
    margin:0 10px 10px 0;
}
#formFilterCountry label, #formFilterProgram label 
{
    margin-right:3px;
}
#upStudents, .student-table {
    overflow: auto;
}
#alumniVCardTabs 
{
    font-size:0;
    list-style:none; 
    margin:10px 0 1px 0; 
    padding:0; 
    border-bottom:1px solid #CCCCCC;
}
#alumniVCardTabs li 
{
    display:inline;
}
#alumniVCardTabs li a {
	color: #666666;
	font-weight: bold;
	margin-right: 0;
	padding: 7px 0;
	font-size:11px;
	text-align: center;
	text-decoration: none;
    text-transform:uppercase;
    display:inline-block;
    /*background: url("../images/backgrounds/sprite.png") no-repeat scroll -113px -40px transparent;*/
    background: url(../images/backgrounds/sprite.png) no-repeat -294px -40px;
	width: 95px;
}
#alumniVCardTabs li a.active, #alumniVCardTabs li a:hover {
	/*background: url("../images/backgrounds/sprite.png") no-repeat scroll -113px 0 transparent;*/
	background:url(../images/backgrounds/sprite.png) no-repeat -294px 0px;
	color: #FFFFFF;
}
.alumniVCard 
{
    width:270px; 
    float:left;
    list-style:none;
    margin:0;
    padding:10px 20px 0 20px;
    background:url(../images/backgrounds/sprite.png) no-repeat -695px -305px;
    height:140px;
}
.alumniVCard li 
{
    padding:2px;
    margin-right:20px;
    line-height:1.4;
} 
.alumniVCard .alumniVCardName 
{
    font-weight:bold;
}
#billingHeader 
{
    width:100%; 
    position:relative; 
    margin:10px 0;
}
#billingHeader .billingBalance 
{
    background: lightyellow;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-right: 30px;
    padding: 5px;
}
.btnPayment, .btnRegister, .btnPrint, .btnLogin, .btnSchool, .btnExcel
{
    padding:2px 5px; 
    padding-left:25px; 
    border:1px solid #CCCCCC; 
    border-bottom:1px solid #999999; 
    border-right:1px solid #999999; 
    color:#000066; 
    font-weight:bold; 
    text-decoration:none; 
    -moz-border-radius: 2px;
    border-radius: 2px; 
    -moz-box-shadow: 1px 1px 1px #CCCCCC; 
    -webkit-box-shadow: 1px 1px 1px #CCCCCC; 
    box-shadow: 1px 1px 1px #CCCCCC;
    display:inline-block;
    margin-bottom:5px;
    cursor:pointer;
}
.btnPayment 
{
    background:url(../images/icons/money.png) no-repeat 3px; 
    background-color:#EFEFEF; 
}
.btnRegister 
{
    background:url(../images/icons/user_add.png) no-repeat 3px; 
    background-color:#EFEFEF;  
}
.btnDownload {
    background: url(../images/icons/icons_web_ready_4.jpg) no-repeat 3px;
    background-color: #EFEFEF;
    background-size: 14px;
    font-size: 11px;
    height: 18px;
    border-radius: 5px;
}
.btnPrint
{
    background:url(../images/icons/printer.png) no-repeat 3px; 
    background-color:#EFEFEF; 
}
.btnExcel
{
    background:url(../images/icons/page_excel.png) no-repeat 3px; 
    background-color:#EFEFEF; 
}
.btnLogin
{
    background:url(../images/icons/tick.png) no-repeat 3px; 
    background-color:#EFEFEF;
    font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.btnSchool
{
    background:url(../images/icons/group.png) no-repeat 3px; 
    background-color:#EFEFEF; 
}
.btnPayment:hover, .btnRegister:hover, .btnPrint:hover, .btnLogin:hover, .btnSchool:hover, .btnExcel:hover
{
    background-color:#E6E6E6; 
    border:1px solid #CCCCCC; 
    border-top:1px solid #999999; 
    border-left:1px solid #999999; 
    -moz-box-shadow: 1px 1px 1px #CCCCCC inset; 
    -webkit-box-shadow: 1px 1px 1px #CCCCCC inset; 
    box-shadow: 1px 1px 1px #CCCCCC inset;
}
#billingHeader .btnPayment 
{
    position:absolute; 
    right:143px; 
}

#billingHeader .btnPrint 
{
    position:absolute; 
    right:0; 
}
.contentSecondaryVCard 
{
    height:130px;
    width:275px;
    margin-top:30px; 
    line-height:1.6;
    background:url(../images/backgrounds/sprite.png) no-repeat -695px -305px;
    padding:10px;
    margin-left:0px;
    opacity:0.9;
}
.contentSecondaryVCard img 
{
    padding:5px; 
    margin-right:5px;
    border:1px solid #CCCCCC; 
    float:left;
    filter:alpha(opacity=90);
}
.contentSecondaryVCard table
{
    max-width:270px;
}
.contentSecondaryVCard table td:first-child 
{
    width:97px;
}
.contentSecondaryVCard h3 
{
    margin:0 0 5px 0; 
    font-size:14px;
}

.leadCatalogsTabs 
{
    border-bottom:1px solid #CCCCCC;
    width:100%;
}
.leadCatalogs table.MenuItem {
	color: #666666;
	font-weight: bold;
	margin-right: 5px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
    background: url("../images/backgrounds/sprite.png") no-repeat scroll -113px -40px transparent;
	width: 181px;
}
.leadCatalogs table.MenuItemSelected, .leadCatalogs table.MenuItem:hover 
{
    background: url("../images/backgrounds/sprite.png") no-repeat scroll -113px 0 transparent;
	width: 181px;
}
.leadCatalogs table.MenuItem a 
{
    width:181px; 
    display:block; 
    color:#333333; 
    text-transform:uppercase;
}
.leadCatalogs .btnEmail, .leadCatalogsTop .btnEmail 
{
    background: url("../images/icons/email.png") no-repeat scroll 1px 0 transparent;
    color: #333333;
    padding: 0 3px 0 20px;
    text-decoration:none;
}
.leadCatalogs .btnEmail:hover, .leadCatalogsTop .btnEmail:hover
{
    text-decoration:underline;
}
.leadCatalogsTop .btnDownload 
{
    font-weight:bold;
}
p.landingContentSecondary 
{
    font-weight: bold;
    margin-left: 20px;
}
li.landingContentSecondary 
{
    margin:0 20px;
    width:160px; 
    height:40px; 
    padding:10px 10px 10px 60px;
}
#landingContentSecondaryPortal 
{
    list-style:none; margin:0; 
    padding:0; 
    font-size:11px;
}
#landingContentSecondaryPortal h4 
{
    margin:0; 
    font-size:12px;
}
#landingContentSecondaryPortal p 
{
    margin:0; 
    font-weight:normal;
}
#landingContentSecondaryPortal li#landingContentSecondaryDownload 
{
    background: url(../Images/icons/icons_web_ready_1.jpg) no-repeat top left;
}
#landingContentSecondaryPortal li#landingContentSecondaryAlumni 
{
    background: url(../Images/icons/icons_web_ready_2.jpg) no-repeat top left;
}
#landingContentSecondaryPortal li#landingContentSecondaryScholarships 
{
    background: url(../Images/icons/icons_web_ready_5.jpg) no-repeat top left;
}
#landingContentSecondaryPortal li#landingContentSecondaryApply 
{
    background: url(../Images/icons/icons_web_ready_3.jpg) no-repeat top left;
    height:auto;
}
.todoCompleted 
{
    background:url(../images/icons/todoComplete.png); 
    display:block; 
    width:25px; 
    height:25px; 
    margin-left:5px;
}
.todoOpen 
{
    background:url(../images/icons/todoOpen.png); 
    display:block; 
    width:25px; 
    height:25px; 
    margin-left:5px;
}

.gridview
{     
    border: 1px Solid black;
    color:Black;
    z-index: -1;
}
    .gridview th, .gridview td{
        padding:4px 8px;
    }
    .gridview th {
        white-space: nowrap;
    }

.gridviewAlternating
{
    background-color:#EFEFEF;
    font-size:9pt;
    font-family:Arial, Helvetica, sans-serif; 
}

.gridviewRow
{
    font-size: 9pt;
    font-family:Arial, Helvetica, sans-serif;
}

.gridviewHeader
{     
    /*font-weight: bold;*/
    color: black;
    font-size: 9pt;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

.gridviewHeader th 
{
    text-align:left;
}

.gridviewHeader a
{
   color: black;    
}
 
ul.StudentTabs {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.StudentTabs li {
	display: inline;
}
ul.StudentTabs li a {
	display: inline;
	float: left;
}

#navStudentTabs {
	clear: both;
	display: block;	 
	text-transform: uppercase;
}
 
#navStudentTabs li a {
	background: none repeat scroll 0 0 #3B3B3B;
	color: #666666;
	font-weight: bold;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
}
li#navStudentTabsli a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll 0 -40px transparent;
	width: 100px;
}
li#navStudentTabsli[class="active"] a {
	background: url("../images/backgrounds/sprite.png") no-repeat scroll 0 0 transparent;
	color: "#FFFFFF";
}

a.ReportLink:link, a.ReportLink:visited
{
    color: #034af3;
    font-weight:bold;
}

a.ReportLink:hover
{
    color: #1d60ff;
    text-decoration: none;
    font-weight:bold;
}

a.ReportLink:active
{
    color: #034af3;
    font-weight:bold;
}
.reportTable 
{
    width:auto;
}
.reportTable td:first-child 
{
    padding:2px 20px;
}
.reportTable td
{
    padding:2px 10px;
}

.big-text-box {
    display: block;
    width: 95%;
    min-height: 200px;
}
.summary-box {
    line-height: 1.75;
    border: none;
}
.block-link {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}
.block-submit {
    display: block;
    margin: 25px 0 30px;
}
.inline-filter {
    margin-left:15px;
}
.add-plus {
    text-decoration: none;
}
.add-plus::before {
    display: inline-block;
    content: "\002b";
    margin-right: 4px;
    font-size: 18px;
    font-weight: 600;
}
ul.info-list-table, ul.document-upload {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.info-list-table::after {
    content:" ";
    display: block;
    clear: both;
}
ul.info-list-table li {
    float: left;
    min-width: 130px;
    min-height: 45px;
    margin: 0 30px 30px 0;
}
ul.info-list-table li strong {
    display: block;
    margin: 0 0 3px 0;
}
ul.info-list-table li:last-child {
    margin: 0;
}
ul.info-list-table li select {
    display: inline-block;
    margin-right: 6px;
}
ul.document-upload li {
    margin: 0 0 40px;
}
ul.document-upload li strong {
    display: block;
    margin: 0 0 4px;
}
.toggle-students {
    text-decoration: none;
    font-size: smaller;
    margin-left: 12px;
}
.toggle-documents {
    display: inline-block;
    margin-left: 8px;
    font-size: smaller;
    text-decoration: none;
}
.task-documents {
    display: none;
}
.list-head {
    padding-bottom: 5px;
    text-indent: 12px;
    color: #333;
    border-bottom: 1px solid #545454;
}
.list-message {
    display: block;
    padding: 6px 0;
}
.list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
}
    .list li {
        margin: 0;
        padding: 10px;
    }
    .list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        .list ul::after {
            display: block;
            content: " ";
            clear: both;
        }
        .list ul li {
            float: left;
            padding: 10px 1%;
            width: 20%;
            text-align: center;
        }
        .list ul li img {
            display: block;
            margin: auto;
        }

.details, .details-add {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}
.details {
    margin-right: 50px;
}
#mainBody .details table {
    background: none;
    border: none;
}
.details table th {
    font-size: 14px;
}
.details-add h3 {
    margin-top: 0;
}
.note-details {
    display: none;
}
.toggle-note {
    text-decoration: none;
    color: blue;
}
.task-details {
    display: none;
}
.toogle-students {
    text-decoration: none;
    color: blue;
}
.expand-view::before {
    content: "\002b";
    font-size: 15px;
    font-weight: 500;
    color: blue;
    cursor: pointer;
}
.contract-view::before {
    content: "\2212";
    font-size: 15px;
    font-weight: 500;
    color: blue;
    cursor: pointer;
}


/*Modal profile */
div#modalProfile {
	width:400px; border:1px solid #CCCCCC; padding:5px; margin-top:10px; height:auto;
}

div#modalProfileImage {
	float:right; width:80px; padding-right:30px;
}

div#modalProfileName {
	float:left; padding-top:10px; padding-left:30px; width:200px;font-size:14px;
}

div#modalProfileContact {
	float:left;padding-top:10px;width:200px;padding-left:30px;
}

div#modalBio {
	float:left;padding-top:20px;width:385px;padding-left:10px;line-height:1.4;
}

div#modalProfile h3 {
	margin:0; padding:0; font-size:12px; float:left; width:100px;
}

.height-two-half-em {
    height: 2.5em;
}

.pre-wrap {
    white-space: pre-wrap;
}

.checkboxList {
    border: 1px solid #a4a4a4;
    padding: 5px;
    background: none !important;
}

.disabilityReportLink::after {
    content: "\a";
    white-space: pre;
}
.m-right-10 {
    margin-right: 10px;
}

.field-required::after {
    content: ' *' !important;
    color: red !important;
}

h-25px {
    min-height: 25px;
}

.h-50px {
    min-height: 50px;
}

.h-75px {
    min-height: 100px;
}

.h-100px {
    min-height: 100px;
}

.has-draft-value {
    font-weight: bold;
    white-space: pre-wrap;
    border-radius: 5px 5px 5px;
    border: 2px solid orange;
    display: block;
    padding: 2px;
}

    .has-draft-value:before {
        content: "Draft Value: ";
        font-weight: normal;
        font-style: italic;
    }

.existing-value,
.existing-syllabi {
    font-style: italic;
    display: block;
    font-weight: bold;
    color: blue;
    white-space: pre-wrap;
}

    .existing-value:before {
        content: "Existing Value: ";
        font-weight: normal;
    }

	.existing-syllabi:before {
        content: "Existing Syllabi: ";
        font-weight: normal;
	}

.existing-syllabi {
	display: flex !important;
}

.reject-note {
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: Red;
    border-radius: 5px 5px 5px;
    border: 2px solid red;
    display: table;
    padding: 5px;
    white-space: pre-wrap;
    margin: 5px 0px;
    width: 98%;
}
.ml-10 {
	margin-left: 10px;
}

.indent-15 {
	text-indent: 15px;
}

.text-italic {
	font-style: italic;
}

.gridAddPrograms td.tdProgramName {
	max-width: 250px !important;
}

.gridAddPrograms td.tdTerm,
.gridAddPrograms td.tdCity {
	max-width: 50px !important;
}

.gridAddPrograms td.tdCredits {
	max-width: 100px !important;
}

	.gridAddPrograms td.tdCredits input[type="text"] {
		width: 90% !important;
	}

.gridAddPrograms td.tdStatus {
	max-width: 220px !important;
}

.gridAddPrograms td.tdCourseCode {
	max-width: 120px !important;
}

	.gridAddPrograms td.tdCourseCode input[type="text"] {
		width: 90% !important;
	}
}


/* participant experiences */
.gvwParticipantExperiences th:not(.hidden-col),
.gvwParticipantExperiences td:not(.hidden-col) {
	padding: 10px;
}

.gvwParticipantExperiences .file-upload {
	text-wrap: initial;
}

.gvwParticipantExperiences .file-name {
	display: block;
	margin-bottom: 10px;
}

/* payment info */
#divPaymentInfoStatusFilter {
	margin: 10px 5px;
}

/* program details */
.grdAddOns {
	max-height: 500px;
	overflow-y: scroll;
}

/* utilities */
.p-10 {
	padding: 10px;
}

.pr-5 {
	padding-right: 5px;
}

.ml-2 {
	margin-left: 0.5rem;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.w-100 {
	width: 100%
}

.d-block {
	display: block;
}

.text-red {
	color: red;
}