@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------
/* Custom CSS stylesheet for the College of Science, Engineering and Health 
/*                                                                          
/*		Created by: Kieran Wilson, e73056
/*		Created on: 29/04/2009
/*		Last modified by: Kieran Wilson, e73056
/*		Last modified: 27/09/2010
/*																			
/* ------------------------------------------------------------------------ 

/* ------ Imports ------ */

@import "http://web.set.rmit.edu.au/js/jflickrfeed/colorbox/colorbox.css";

/* ------ Tables ------ */
.layoutTable table td {
	border: 1px solid black;
	padding: 5px;
}



/* ------ Dividers ------ */
#redDivider {
	border-top: 1px dashed red;
	margin-top: 20px;
	margin-bottom: 10px;	
	width: 95%;
}

#greyDivider {
	border-top: 1px dashed #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 95%;	
}

#shortGreyDivider {
	border-top: 1px dashed #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 30%;	
}

#spacer30 {
	height: 30px;	
}



/* ------ Navigation ------ */
#navlist {
	list-style-image: url(http://mams.rmit.edu.au/chnrvinvj21uz.gif);
}
#navpagelist {
	list-style-image: url(http://mams.rmit.edu.au/n7kv2njnnp6g1.gif);
}

/* #nobullets to be phased out... To be phased out... */ 

#nobullets ul li,
#nobullets ul li li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 8px;
}

.publicationList ul,
.publicationList ul li,
.publicationList ul li li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.publicationList ul {
	margin-bottom: 20px;		
}

.noBulletList ul,
.noBulletList ul li,
.noBulletList ul li li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.noBulletList ul {
	margin-bottom: 20px;	
}

/* ------ Flash box ------ */
.flashbox {
	padding-left: 10px;
	padding-bottom: 10px;
}



/* ------ School homepage design styles ------- */

#newsQuery img {
	margin-right: 10px;
}

.promoMain,
.promo_extended {
	background-color:#C00000; 
	margin-bottom: 15px;	
}

.promoMain p,
.promo_extended p {
	margin: 0px;
	padding: 0px;
}

.promoMain p small,
.promo_extended p small  {
	color:#FFFFFF;
	display:block;
	font-size:85%;
	line-height:1.2em;
	margin:0;
	padding:10px;
}

.promoMain a:link,
.promoMain a:visited,
.promoMain a:hover,
.promoMain a:active,
.promo_extended a:link,
.promo_extended a:visited,
.promo_extended a:hover,
.promo_extended a:active {
	color: #FFFFFF;
}

#promo_extended_red {
	background-color: #C00000;	
}

#promo_extended_grey {
	background-color: #88A0A1;	
}

.disciplineList ul li {
	margin-bottom: 3px;
}

#highlights_list {
	list-style-image: url(http://mams.rmit.edu.au/chnrvinvj21uz.gif);
	margin: 0 0 0 -17px;
}

#highlights_list ul li {
	margin-bottom: 5px;
}

#event_item {
/*	height: 52px;*/
	margin-bottom: 5px;
	padding: 3px;
}

#event_item a img {
	float: left;
	margin-right: 7px;
	border: 1px solid black;
}

#homepageCentreBox {
	float: left; 
	width: 100%; 
	border-top: 1px solid #DDDDDD;
}

#homepageCentreBoxLeft {
	width:48%; 
	float:left; 
}

#homepageCentreBoxRight {
	width:48%; 
	float:left; 
	border-left: 1px solid #DDDDDD;
	padding-left: 15px;
}

/* ---- Custom News item CSS --- */

#newstable table {
	margin-left: 10px;
}

#newstable table td p {
	margin: 0px;
}

#newstable td {
	padding-left: 20px;
}

#newstable h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

#newsBlock {
 border: 1px solid #cccccc;
 padding: 10px;
 width: 90%
}

#newsBlock td {
 vertical-align: top;
}

#newsBlock img {
 margin-top: 3px;
 margin-right: 10px;
}

#newsEvents ul li {
 	list-style-image: url(http://mams.rmit.edu.au/chnrvinvj21uz.gif);
	padding-bottom: 5px;
}

.newsfeature img {
	border: 1px solid;	
}

/* Flickr widget                                                   */
/* Courtesy of Dave Holinger, College of Business, RMIT University */

#img_list ul {
	width:100%;
	margin:20px 0 5px 0;
	padding:0;
	list-style: none;			
	overflow:hidden;	
}

#img_list ul li {
	float: left;
	padding: 0;
	margin:0 15px 15px 0;
}

#img_list ul li a {
	float: left;
	border:1px solid #333399;
}

#img_list ul li a {
	border:1px solid #333399;
}

#img_list ul li img {
	border:none;
}

/*--- New Flickr widget styles ---*/

.thumbs { 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}

.thumbs li { 
	list-style: none; 
	float: left; 
	margin: 5px; 
	padding: 3px; 
	background: #eee; 
	-moz-box-shadow: 0 0 4px #444; 
	-webkit-box-shadow: 0 0 2px #000; 
}

.thumbs li a { }

.thumbs li img { 
	display: block; 
}

.thumbs li a img { 
	border: none;
}


/*--- JQuery slideshow style ----*/

.slideshow {
 display: none;
}

.slideshow img {
	border: 0px none;	
}

#centreSlideshow { 
	height:137px; 
	width:180px; 
	margin: auto;
}

#centreSlideshow img { 
	margin: 0px;
}

#disciplineSlideshow { 
	height:137px; 
	width:180px; 
	margin: auto;
}

#disciplineSlideshow img { 
	margin: 0px;
}

#homepageSlideshow { 
	height:168px; 
	width:220px; 
	margin: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#homepageSlideshow img { 
	margin: 0px;
}

#noJSimage img {
	float: right;	
}

#subhomepageRightcontent #noJSimage img {
	float: none;	
}



/*  RMIT form styles  */

#formTable {
	width: 650px;
	margin-bottom: 20px;
}

#formTableContent {
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

#removeRequired span {
	display: none;
}

#customRequired {
	color: #FF0000 !important;
	display: inline !important;
}

/* begin styles for RSS Feed */

/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
   
.rss-box ul {
	font-size: 12px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
 }
 
.rss-title, rss-title a, .rss-item a:link {
	font-size: 12px !important;
	color: #333399 !important;
}
 
.rss-items {
	font-size: 12px !important;
	margin-bottom: 12px !important;
}

.rss-item a:active, .rss-item a:hover {
	font-size: 12px !important;
	color: #0000FF !important;
}

.rss-item a:visited {
	font-size: 12px !important;
	color: #993333 !important;
}
	
.rss-date {
	font-size: 11px !important;
	font-weight : normal !important;
	color: #9A9A9A !important;
	line-height: 180% !important;
}

#newsFeed {
	font-size: 12px !important;
	border: 1px solid #cccccc !important;
	padding: 10px !important;	
}


/* ---- Student profiles quote: from College of Business ---- */

.blockquote {
    background: url("http://www.dlsweb.rmit.edu.au/bts/quote_open.gif") no-repeat scroll left top transparent;
    display: block;
    margin: 0px;
    padding: 0;
}
.blockquote .innerblockquote {
    background: url("http://www.dlsweb.rmit.edu.au/bts/quote_closed.gif") no-repeat scroll right bottom transparent;
    display: block;
    overflow: visible;
    padding: 20px 20px 20px 40px;
}

/* ---- Student profiles box styling ---- */

#profiles td a {
	display: block;
	margin-bottom: -5px;s
}

#profiles td {
	vertical-align: top;
	font-size: 85%;
	padding-bottom: 20px;
}

#profiles img {
	margin-right: 10px;
}

/* --- Custom promo area styles/fixes --- */

.promowrap .stripebreakout {
	margin-left: 0px;	
}

#promo1, .promo1 {
	background-color: #FFFFFF;	
}

.promo1 p.promotext {
	background-color: #C00000;	
}

#promo1 p, .promo1 p {
	background-color: #C00000;	
}


.promo3 p {
	background-color: #869E9F;	
}

.promobuttonred p {
	background-color: #800000;	
}

/* --- Misc. --- */

#vodcast_item {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* -------------- JQuery tabs styles ---------------------- */

/* SEARCH TABS  */	
/* classic sliding doors example css as seen on http://www.alistapart.com/articles/slidingdoors/*/

.tabs {
    width: 99%;
    line-height: normal;  
	margin-top: 1em;
    }

.tabs ul.tabs-list {
    padding-left: 0;
    list-style: none;
    float: left;
    margin: 0;
    }

.tabs ul.tabs-list li {
    float: left;
    background: url("http://mams.rmit.edu.au/bzixj7din49xz.gif") no-repeat left top;  /* left */
    font-weight: bold;
    font-size: 1.1em;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    padding: 0 0 0 4px;
    }
.tabs ul.tabs-list a {
    display: block;
    background: url("http://mams.rmit.edu.au/0y3hmhn2f6owz.gif") no-repeat right top;
    text-decoration: none; 
    color: #555;
    padding: 6px 10px 6px 6px;
    }
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.tabs ul.tabs-list a {float:none;}
/* End IE5-Mac hack */
.tabs ul.tabs-list a:hover, .tabs ul.tabs-list a:active, .tabs ul.tabs-list a:focus {
    color: #00f;
    }
.tabs ul.tabs-list .current {
    background-image: url("http://mams.rmit.edu.au/1knf2f8c0rcez.gif");/* left current */
    border-width: 0;
    }
.tabs ul.tabs-list .current a {
    background-image: url("http://mams.rmit.edu.au/swx9gcsmxoeez.gif");
    color: #B22025;
    }
.tabbody {
   border: 1px solid #9F9F9F; 
   margin: 0;
   padding: 0;

}
.tabbody p {
   padding: 0.4em 0;
   margin: 0.3em 0 0;
} 
.tabbody h4 {
   font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
   color: #555;
}
.tabbody ul {
    margin: 0.5em 0;
    padding-left: 2.5em; 
}
/*.tabbody li {
    list-style: disc outside url("http://mams.rmit.edu.au/ir65b4jhy6521.gif");
}*/
.js .tabs .current-info, .js .tabs .accessibletabsanchor, .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
     position: absolute;
     left: -999em;
    }
.content {
    padding: 2.2em 0 0.5em 0;
    }
.js .tabs { 
     width:100%; 
}
.search {
   border-bottom: 1px dotted #ccc; 
   padding: 1em 1em 1.2em;
}
.search li {
   list-style: disc outside url("http://mams.rmit.edu.au/166lft4oufu81.gif");
}
	
.searchicon {
background-image: url("http://mams.rmit.edu.au/93tl9sfm4lgxz.gif"); background-repeat: no-repeat; background-position: 0 2px; padding: 0 0 0.2em 1.6em;
}

.options {
   width: 100%; 
   background: #efefef; 
   font-size: 85%;
   padding: 0.4em 0; 
   margin:0; 
}


/* custom RMIT styling */

.tabs li {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.tabbody {
 margin-bottom: 10px;
 border-color: #9f9f9f;
}
#tabbodyContent {
 padding: 1em 1em 1.2em;
}
.tabs {
 width: 700px;
}
.js .tabs {
 width: 100%;
}
.content {
 z-index: 1;
}
.tabs ul {
 z-index: 1000;
 position: relative;
 top: 1px;
}
.tabs ul li {
 z-index: 2000;
}
#tabbodyContent ul {
list-style-image: url('http://mams.rmit.edu.au/chnrvinvj21uz.gif');
}
#tabbodyContent ul li {
line-height: 140%;
}
