@charset "UTF-8";
/* (VARIO)CSS Document */

	
body {
	font: .8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	line-height:1.6em;
	background:#4D4E53;
	
}
a {
	text-decoration:underline;
	color:#004b85;
}
a:hover {
	text-decoration:underline;
	color:#be112d;
}
img {
border:0px;
}

div.hr {/*to use this effectivly you need the structure <div class="hr"><hr /></div>*/
  height: 1px;
  background:  url(../images/common/1px-grey.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

.ecuTriCol #container {
	width: 100%;
	background: #fff;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
.ecuTriCol #pageContainer, .ecuTriCol #headerContent, .ecuTriCol #footerContent { /*db: set the margins on all three horizontal boxes*/
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.ecuTriCol #pageContainer { /*db holds the whole middle section in place from top of banner image to top of footer*/
	background: none;
	/*	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0;/* this makes it overlap the top border to get the banner image back butting the ecu logo*/
}
.ecuTriCol #pageContainerImageHeader { /*db only holds the header banner image*/
	width: inherit;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: none !important;
}
.ecuTriCol #mainContentContainer { /*db hold the breadcrumb and main content divs to alow placement of speech BG motif*/
	width: inherit;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #ffffff;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/common/speech_bg.gif);
	background-position:top;
	background-repeat:no-repeat;  /* Speech bubble hidden for faculty site */
	
}

.ecuTriCol #breadcrumbs { /*db breadcrumbs duh*/
	/*width: inherit;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.875em;
	margin-left: 15px;
	margin-right: 10px;
	/*padding-top: 4px;*/
}
/*     MAIN CONTENT    */
.ecuTriCol #mainContent{
	/*min-height: 450px;*/
}

.ecuTriCol #mainContent h1 {
	font-size: 1.6em;
	color:#be112d;
	letter-spacing:.05em;
}
.ecuTriCol #mainContent h2 {
	font-size: 1.2em;
	color:#333;
	margin-top:.3em;
	margin-bottom:.2em;
}
.ecuTriCol #mainContent h3 {
	font-size: 1em;
	color:#333;	
	margin-top:.3em;
	margin-bottom:.2em;
}
.ecuTriCol #mainContent h4 {
	font-size: .9em;
	color:#333;	
	margin-top:.3em;
	margin-bottom:.2em;
	padding-bottom:.2em;
	border-bottom:1px solid #ccc;
	display:block;
	font-weight:bold;
}
.ecuTriCol #mainContent h5 {
	font-size: .8em;
	color:#333;	
	margin-top:.3em;
	margin-bottom:.2em;
}
.ecuTriCol #mainContent blockquote {
	text-indent: 25px;
	background:url(../images/common/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.ecuTriCol #mainContent blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(../images/common/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.ecuTriCol #mainContent input, select, textarea {
	border:#C1DAD7 solid 1px;
	color:#333;
	/*padding:.4em;*/
	font-size:0.9em;
	font-family:inherit;
	display: inline; /*inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right oflabel aligns textarea better in IE */
}

.ecuTriCol #mainContent form label {  /* Added 29-7-08 */
	display: inline-block;  /* block float the labels to left column, set a width */
	/*float: left;*/ /* B G-L */
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

.ecuTriCol #mainContent form label.nostyle {
	width: auto;
	text-align: inherit;
}
.ecuTriCol #mainContent form br {
	clear:left; /* inputs don't clear correctly without this */
}

.ecuTriCol #mainContent fieldset {
	background-color:#f5fafa;
	border:1px solid #c1dad7;
}

.ecuTriCol #mainContent ul  {
	list-style-image:url(../images/common/bullet.gif);
}

.ecuTriCol #mainContent .horzlist ul{
	list-style-type:none;
	float:right;
	margin:10px;
}

/*    Courses Search Box      */

.ecuTriCol #mainContent #searchCourse {
	margin-top:3.5em;
	background-color:#f5fafa;
}

.ecuTriCol #mainContent #searchCourse fieldset {
	border:1px #c1dad7 solid;
	margin-top:0px;
}

.ecuTriCol #mainContent #searchCourse fieldset legend {
}

.ecuTriCol #mainContent #searchCourse fieldset input {
	 margin-top:0; 
	 margin-bottom:0;
}

/* alert boxes / info boxes */

.ecuTriCol #mainContent .infoBox, .ecuTriCol #mainContent .alertBox, .ecuTriCol #mainContent .pageMovedBox {
	padding: 1.5em 1.5em 1.5em 110px; /* T R B L*/
	margin:2em;
	text-align:left;
	min-height:70px;
	min-width:10em;
	border:1px solid #C1DAD7;
}
.ecuTriCol #mainContent .infoBox {
	background:#F5FAFA url(../images/common/information-logo.png) 2em 2em no-repeat;
}
.ecuTriCol #mainContent .alertBox {
	background:#F5FAFA url(../images/common/alert-logo.png) 2em 2em no-repeat;
}
.ecuTriCol #mainContent .pageMovedBox {
	background:#F5FAFA url(../images/common/page-moved-logo.png) 2em 2em no-repeat;
}

/*  HEADER  */


.ecuTriCol #header {
	height:130px; /*Must match the height of the ecu logo*/
	background: #023CCC;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:2px solid #00406F;
	
}
.ecuTriCol #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.ecuTriCol #header #headerContent { /* VWC Specific */
	background: url(../images/banner.jpg) no-repeat;
	height: 130px;
	position: relative;
}

.ecuTriCol #header #headerContent.conference {
	background: url(../images/banner-conference.jpg) no-repeat;

}
/*  Main Menu  */



.ecuTriCol #menuGlobal {
	font:100%;
	float: left;
	font-weight:bold;
	line-height:5em;
	display: none !important;
}
.ecuTriCol #menuGlobal ul {
	float: left;
	margin: 0;
	padding: 0;
}
.ecuTriCol #menuGlobal ul li {
	display: inline;
}
.ecuTriCol #menuGlobal ul li a {
	float: left;
	color: #333333;
	padding: 2px 12px;
	text-decoration: none;
}
.ecuTriCol #menuGlobal .verticalDivider{
	background: transparent url(../images/common/vertical.gif) center right no-repeat;
}
.ecuTriCol #menuGlobal .verticalDividerPortal {
	background: transparent url(../images/common/vertical.gif) center left no-repeat;
}
.ecuTriCol #menuGlobal ul li a:visited {
	color: #333333;
}
.ecuTriCol #menuGlobal ul li a:hover {
	text-decoration:underline;
	color:#be112d;
}




/* Search and Logo */



.ecuTriCol #searchAndLogo {
	/*float: right;*/
	position: absolute;
	bottom: 20px;
	left: 600px;
}
.ecuTriCol #searchAndLogo form, .ecuTriCol #searchAndLogo input {
	/*display: inline;*/
	margin-bottom: 0px;
}
.ecuTriCol #searchbox, .ecuTriCol .searchMagGlass {
	margin-right:20px;
	border:#666 solid 1px;
	color:#666;
	padding:.4em;
	padding-right:20px;/*padding to clear the magnify glass*/
	font-size:.8em;
	background:#fff url(../images/common/magnify.gif) right no-repeat;
}
.ecuTriCol #searchbox {
	width:15em;
}
.ecuTriCol #searchAndLogo .alignLogo { /*Align the ECU logo to ensiure the search box sits vertically in the middle*/
	vertical-align: middle;
}


/*    SIDEBARS    */



/* Menubar Left */


.ecuTriCol div#menuPage {
	float: left;
	width: 160px; /* since this element is floated, a width must be given */
	/*background: #e5edf6;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px; /* top and bottom padding create visual space within this div */
	padding-bottom: 0px;
	padding-left:9px;
	margin-top:25px;
	/*border:1px #666 solid;*/
	background-color:#e5edf3;
	line-height:1.2em;
}

.ecuTriCol div#menuPage h3 {
	display:block;
	background-color:#ced9e1;
	font-size:.9em;
	font-weight:bold;
}

.ecuTriCol div#menuPage ul {
	list-style-type:none;
	padding-left:0px; /*reset default bullet list padding */
	margin-left:5px;
}

.ecuTriCol div#menuPage ul li {/* make sure there is more padding between a's than a's that have simply flowed to a 2nd line ###### chaadded the ul yesterday*/
	padding-top:1em;
	padding:5px;
	
}
.ecuTriCol div#menuPage ul li ul li {
	padding-top:.7em;
	padding-left:5px;
	
	font-size:0.9em;
}
.ecuTriCol div#menuPage a {
	text-decoration:none;
	color:#333;
	display:block;/*prevent shimmering of hover effect on mouseover on multi-line a's*/
}
.ecuTriCol div#menuPage a:hover {
	text-decoration:underline;
	color:#be112d;
	display:block;/*prevent shimmering of hover effect on mouseover on multi-line a's*/
}
.ecuTriCol div#menuPage #active, .ecuTriCol div#menuPage .active{
	/* background:#fffurl(http://www.ecu.edu.au/beta/images/common/arrow_menu_more.gif) right no-repeat*/;
	background:#fff;
	padding:5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin:-5px;
	margin-left:-20px;
	padding-left:20px;
	border-top: 1px solid #c4d5e3;
	border-bottom: 1px solid #c4d5e3;
}


.ecuTriCol div#menuPage #subactive, .ecuTriCol div#menuPage .subactive {
	
	background:#f7fafb;
	padding:5px;
	margin:-5px;
	margin-left:-20px;
	padding-left:20px;
	
}


/* Sidebar Right */


.ecuTriCol div#sidebar {
	float: right;
	width: 142px; /* since this element is floated, a width must be given *//*padding: 0px 0;  top and bottom padding create visual space within this div */
	margin-top: 20px;
}
.ecuTriCol div#sidebar div {
	border:1px solid #e5edf3;
	
	padding-top:0px;
	font-size:1em;
	padding-left: 8px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 8px;
	margin-bottom: 2em;

}
.ecuTriCol div#sidebar div img {
	margin-left: -8px;
	margin-right: -8px;
}

.ecuTriCol div#sidebar div h2 {
	/*reset the normal p tag margins*/
	font-size:.9em;
	text-align:center;
	display:block;
	background-color:#e5edf3;
	margin:0px;
	margin-left: -8px; /* works with padding values at .ecuTriCol div#sidebar div */
	margin-right: -8px;
	padding-bottom:.2em;
}

.ecuTriCol div#sidebar div h3 {
	/*reset the normal p tag margins*/
	font-size:.9em;
	
	display:block;	
	margin-top:5px;
	margin-bottom:0px;
	
}

.ecuTriCol div#sidebar div h4 {
	/*reset the normal p tag margins*/
	font-size:.8em;
	display:block;
	margin-top:5px;
	margin-bottom:0px;
}

.ecuTriCol div#sidebar div p {
	padding: 0;
	font-size:.8em;
	margin-top:3px;
	margin-bottom:0px;
}

.ecuTriCol #sidebar div ul {
	padding-left:20px; /*reset default bullet list padding */
}
.ecuTriCol #sidebar div ul li {/* make sure there is more padding between a's than a's that have simply flowed to a 2nd line*/
	padding-bottom:0em;

}
.ecuTriCol  .pictures {
	margin-bottom:2em;
	border:none;	
	background-color:#e5edf3;
	padding:0px;
}

.ecuTriCol  .pictures p {
	margin:0px; /*reset the normal p tag margins*/
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;	
	font-size:.8em;
}

.ecuTriCol div#sidebar .seeAlso {
}
.ecuTriCol div#sidebar .seeAlso p {
	/*reset the normal p tag margins*/
	padding:.5em;
}


/*   FOOTER  */

.ecuTriCol div#footerContent{
padding-top:15px;
}

.ecuTriCol #footerContent .footerHead {
	color:#be112d;
	margin-top:.8em;
	margin-bottom:.2em;
}
.ecuTriCol #footerContent .footerGeneral {
	margin-top:0;
	margin-bottom:.2em;
	font-size:.9em;
}
.ecuTriCol #footerContent .column4 {/* ## temporary ##  workaround for a quirk in IE that prevents setting whole footerContent top margin using this layout (TO FIX)*/
}
.ecuTriCol #footerContent  li {
	display:block;
}
.ecuTriCol #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*margin-top:2em;*/  /*  Disabled and moved this to slogan which needs to sit flush against footer */
	background:#4D4E53;
	/*border-top:#ccc solid 0px;*/
	/*background: #F6F6F6 url(../images/common/footer_bg.gif) repeat-x top;*/
	color: #CCC;
}
.ecuTriCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.ecuTriCol #footer a {
	/*text-decoration:none;*/
	/*color:#333;	*/
	text-decoration: underline;
	color: #CCC;
}
.ecuTriCol #footer ul  {
	list-style-type:none;
	padding-left:0px; 
	margin-left: 0; 
}
#footerCol1, #footerCol2, #footerCol3, #footerCol4 {
	width:24%;
	
	
}
#footerCol1, #footerCol2, #footerCol3 {
	float:left;
	padding-right:10px;
	/*border-right:1px #eee dashed;*/
}

#footerCol4 {
float:right;
}


#footerColSingle { /* HYBRID */
	text-align: center;
}


/*   MISC  */


/* Miscellaneous classes for reuse */
ol.alpha {/*for alphabetical lists */
	list-style-type:lower-alpha;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.rowRepeat  {	
	margin-bottom:2em;
	padding-top:0px;
	border-bottom:1px dotted #ccc;
	padding-bottom:1em;
}
.rightClear {
	clear:right;
	margin-top:.5em;
}
.rowRepeat img{
	padding-left:1.5em;
}
.redType{
	color:#be112d;
}
.blueType{
	font-style:italic;
}


/* new unfiled stuff*/

/*  tablestyle  */
.ecuTriCol .styledTable {
	padding: 0;
	margin: 0;
}
.ecuTriCol .styledTable caption {
	padding: 0 0 5px 0;
	text-align: right;
}
.ecuTriCol .styledTable th {
	color: #333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	/*letter-spacing: 2px;
		text-transform: uppercase;
*/	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e5edf3 url(images/bg_header.jpg) no-repeat;
}
.ecuTriCol .styledTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.ecuTriCol .styledTable .leftborder {
	border-left: 1px solid #C1DAD7;
}
.ecuTriCol .styledTable .leftborderalt {
	border-left: 1px solid #C1DAD7;
	background: #F5FAFA;
	color: #4f6b72;
}
.ecuTriCol .styledTable th.nobold {
	font-weight:normal;
}

.ecuTriCol .styledTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.ecuTriCol .styledTable td.alt {
	background: #F5FAFA;
	color: #4f6b72;
}
.ecuTriCol .styledTable th.colHead {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	/*font-weight: bold;*/
}
.ecuTriCol .styledTable th.colHeadAlt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	/*font-weight: bold;*/
	
}

/*for natacha for personalities*/ 
#buttons a img {
	border: 1px solid #C1DAD7;
	margin-left:.5em;
	margin-top:1em;
	margin-bottom:1em;
}

#buttons a:hover img {
	border-bottom: 1px solid #BE112D;
}
#feedback {

	text-align:right;
	clear:right;
}

.ecuTriCol #container #varioslogan {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background: #023CCC;
	margin-top: 2em;
	line-height: 40px;
}
.ecuTriCol #container #varioslogan p {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
input.error, select.error, textarea.error {
	border: 1px solid #F00 !important;
}
