#wmt_permnav td.selected {
	border-top: 5px solid #EA2D30; /* Second template color */
}

#wmt_permnav a {
	color: #FFF;
}

#wmt_permnav_search #wmt_searchgo {
	background-color: #EA2D30; /* Second template color */
	border: 1px solid #D21A20;

	color: #FFF;
}

#wmt_banner {
	background-image : url(../images/banner.jpg);
}

#wmt_menubar {
	background-color: #0066A5;
	color: #FFF;

	background-image : url(../images/heading-gradient.gif); 

  background-repeat : repeat-x;
}

#wmt_menubar td {
	color: #FFF;
}

#wmt_menubar td.selected {
	border-top: 5px solid #F0D200;
}

#wmt_menubar a {
	color: #FFF;
}

#wmt_vmenubar li.heading div, #wmt_vmenubar li.heading div a {
	color: #EA2D30;
}

#wmt_vmenubar ul ul li {
	background-image: url('images/vmenu-bullet.gif'); 
}

.wmt_featitem {
	background-color: #035392;
	background-image: url('images/featured-background.jpg');
	border: 2px solid #00133B;
}

.wmt_featitem .featitem_heading {
	color: #FFF;
}

.wmt_featitem .featitem_text {
	color: #FFF;
}

.wmt_featitem .featitem_link {
	background-color: #035392;
	background-image: url('images/featured-gradient.jpg');
	color: #FFF; 
}

.wmt_featitem .featitem_link a {
	color: #FFF !IMPORTANT;
	background-image: url('images/featured-link.gif');
}

.wmt_featitem_alt {
	background-color: #EA2D30;
	background-image: url('images/featured-background-alt.jpg');
	border: 2px solid #720000;
}

.wmt_featitem_alt .featitem_heading {
	color: #FFF;
}

.wmt_featitem_alt .featitem_text {
	color: #FFF;
}

.wmt_featitem_alt .featitem_link {
	background-color: #EA2D30;
	background-image: url('images/featured-gradient-alt.jpg');
	color: #FFF; 
}

.wmt_featitem_alt .featitem_link a {
	color: #FFF !IMPORTANT;
	background-image: url('images/featured-link-alt.gif');
}

#wmt_deakin_news {	
	border: 2px solid #035392; 
}

#wmt_deakin_news .news_article .news_heading {
	color: #EA2D30; 
}

.wmt_infodiv, #course_search {
	border: 2px solid #035392; 
}

.wmt_infodiv .list_heading {
	background-image : url(../images/folder.gif);
}

.wmt_infodiv li {
	background-image : url(../images/folder-bullet.gif);
}

.wmt_infodiv ul ul li {
	background-image : url(../images/folder-bullet.gif);
}

.wmt_heading {
	background-image: url('images/wmt-heading-gradient.gif'); 
	background-color: #E8EBEB;
	color: #000;
}

/************************/
/*** Standard classes ***/
/************************/

#usefulLinkHeader {
	background-color: #035392; /* Primary template colour */
	color: #FFF;
}

tr.wmt_tr_heading {
	background-color: #035392;  /* Primary template colour */
	color: #FFF;
	font-weight: bold;
}

tr.wmt_tr_heading a {
	color: #FFF  !IMPORTANT;
	text-decoration: underline;
}

tr.wmt_tr {
	background-color: #EA2D30; /* Second template color */
	color: #FFF;
}

tr.wmt_tr a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

td.wmt_td_heading {
	background-color: #035392;  /* Primary template colour */
	color: #FFF;
	font-weight: bold;
}

td.wmt_td_heading a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

td.wmt_td {
	background-color: #EA2D30; /* Second template color */
	color: #FFF;
}

td.wmt_td a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

th.wmt_th {
	background-color: #035392;  /* Primary template colour */
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

th.wmt_th a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

td.wmt_td_box {
	background-color: #035392;  /* Primary template colour */
	color: #FFF;
	font-weight: bold;
	text-align: center;
	height: 100px;
	width: 100px;
}

td.wmt_td_box a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

td.wmt_td_box_empty {
	background-color: #FFF;
	height: 100px;
	width: 100px;
}

div.wmt_div {
	background-color: #EA2D30; /* Second template color */
	color: #FFF;
}

div.wmt_div a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

div.wmt_div_heading {
	background-color: #035392;  /* Primary template colour */
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

div.wmt_div_heading a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

span.wmt_span {
	background-color: #EA2D30; /* Second template color */
	color: #FFF;
}

span.wmt_span a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

span.wmt_span_heading {
	background-color: #035392;  /* Primary template colour */
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

span.wmt_span_heading a {
	color: #FFF !IMPORTANT;
	text-decoration: underline;
}

fieldset.wmt_fieldset, fieldset.wmt_sub_fieldset
{
	border:1px solid #006699;
}

fieldset.wmt_dotted_fieldset
{
	border:1px dotted #006699;
}

legend.wmt_bg_legend
{
	background-color:#006699;
	color: #FFF;
	padding:2px;
}

legend.wmt_legend
{
	color: #006699;
	background-color:#FFFFFF;
}

legend.wmt_border_legend
{
	border:1px solid #006699;
	color:#006699;
	background-color:#FFFFFF;
}

.wmt_label
{
	border:1px solid #006699;
}

input.wmt_button
{
	color:#006699;
	border:1px outset #006699;
}


