/* University of Adelaide
 * Working at Adelaide - drl November 2006
 */
 
/* layout elements
------------------------------------------------ */

td.right-column {
	background-image: url('/programs/images/gradient03.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ebf0f7;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #abc;
	}
#UG, #PGCW, #PGR , #RM, #DP,#PD, div.degreeview, table.console {
	background-image: url('/programs/images/gradient01.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 12px 0px;
	border: 1px solid #abc;
	border-top: 4px solid #abc;
	border-bottom: 4px solid #abc;
	}

/* other text classes
------------------------------------------------------ */

.statement {
	color: #036;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	}
a.statement {
	color: #369;
	text-decoration: underline;
	}
a.statement:active, a.statement:hover { 
	color: black;
	text-decoration: underline;
	}
	
/* Jobs Display
------------------------------------------------------ */

table.sortable {
	font-size: 10px;
	line-height: 12px;
	}
table.sortable td {
	border-bottom: 1px solid #abc;
	border-right: 1px solid #ebf0f7;
	background-color: white;
	vertical-align: top;
	}
th.joblist {
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #777766;
	margin: 0px;
	font-size: 145%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: bold;
	padding: 7px 0px 7px 7px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #777766;
	}
th.title {
	color: #456;
	background-color: #ebf0f7;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #abc;
	border-top: 1px solid #abc;
}
/*alteration of the promo widget text so that it isn't so padded*/
div.profile-widget {
padding:0 5px 15px;
}

