/********* These are page adjustments for international alone. These page adjustments 
	are necessary for the coloured tables and the random photos. *********/
#header { background-image:url(../international/images/banner_right.jpg)!important;}

#random_photo {
	margin-top: 0px;
	width: 188px;
	/*Picture width can be no more than 188*/
	z-index: -1;
	float: left;
	}
	
/*style the icon/images in table menu on index.html*/
#icon{

position:relative; 
padding-top:10px; 
padding-right: 7px; 
margin-top:0px; 
z-index:1;
}

/*#note{
position:relative; 
padding-top:5px; 
padding-right:70px; 
margin-top:0px; 
font-size:11px; 
text-align:right;

}*/


/*style the title in the table menu on index.html
Academic Checklist, Academic Difficulty...etc*/ 
#title{

width:100px;
padding:0px; 
border-right: 1px solid #BABCB6; 
font-size:11px;
text-align:center;

}


/*style the blurb in the table menu on index.html*/
#info{
text-align:left;
overflow:visible;
clear:both;
vertical-align:text-top; /*This aligns all the text to top of cell*/

}

/*style the "back to top" in all the sublinks; 1st year, 2nd year...etc*/ 
a.submenu {
position: relative;
left: 480px;
}

/*sets the color of hyperlink to be grey. This is used in the blurb in table menu on index.html*/
a.grey { color: #333333; }
a.grey:link, a:active { color: #333333; text-decoration: none; }
a.grey:visited { color: #333333; text-decoration: none; }
a.grey:hover { color: #333333; text-decoration: none; }


/*togglable class style the slide in and out used on new undergrads*/
.togglable {
	margin-bottom: 2em;
}	

.togglable dd {
	margin: 0px;
	margin: 4px 0px 12px 0px;
	padding: 8px 10px;
	background-color: #ebf0f4;
	border: 1px solid #999;
	color: #555;
	line-height: 1.2em;
	}

.togglable dt {
	padding-bottom: .3em;
	}

.togglable ul {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	}

.togglable ol {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
	}
	

/* style the "welcome to SFU" message index.html*/
.welcome {
	padding-left: 416px;
	padding-top: 0px;
    text-decoration:none;
	color:#000;
	background-color: #cccccc;
	font-size:11px;
		
}

/* style the rotating caption under main picture in index.html*/
.caption {
	width:415px;
	padding-left: 0px;
	padding-top: 5px;
    text-decoration:none;
	color:#000;
	background-color: #fff;

}


	
