/***********************************************************/
/* international.css - International specific style sheet        
   Copyright (c) 2005, La Trobe University                 */
/***********************************************************/

/*********** #banner styles ***********/

#bannerInternational {
	background-color: #0044A6;
}
	#bannerInternational h1 {
		color: #fff;
		margin: 0;
		font: normal 145% Verdana, Arial, Helvetica, sans-serif;
		padding: 0 0 0 15px;
	}
/*
.bannerHome {
	background-image: url(../images/banners/home_01.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome2 {
	background-image: url(../images/banners/home_02.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome3 {
	background-image: url(../images/banners/home_03.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome4 {
	background-image: url(../images/banners/home_04.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome5 {
	background-image: url(../images/banners/home_05.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome6 {
	background-image: url(../images/banners/home_06.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome7 {
	background-image: url(../images/banners/home_07.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome8 {
	background-image: url(../images/banners/home_08.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome10 {
	background-image: url(../images/banners/home_10.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome11 {
	background-image: url(../images/banners/home_11.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.bannerHome12 {
	background-image: url(../images/banners/home_12.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
*/
/*********** footer styles ***********/

.footerQEC {
	width: 90%;
	white-space: nowrap;
}

/*********** table styles ***********/

.tableInsideInfo {
 border: 1px solid #022C5E;
 background-color: #DAEAF9;
 padding: 15px 15px 15px 15px;
}

/*********** font styles ***********/

.textSmall { 
	font-size: 75%;
	line-height: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.textProfile { 
	font-size: 88%;
}
.text { 
	font-size: 83%;
}

.whitefont {
	color: #FFFFFF;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.title {
	color: #0044A6;
	font-size: 130%;
/*********** tables styles ***********/

table#StudentProfiles {
	width: 100%;
	background-color: #DAEAF9;
}

table#StudentProfiles th {
	color: #333;
	background-color: #0044A6;
	margin: 0;
	text-align: left;
}

table#StudentProfiles td {
	padding: 10px 5px 0 9px;
	width: 50%;
}

table#StudentProfiles td img {
	float: left;
	border: 0;
	padding: 0 10px 0 0;

}
