body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #3f3f3f;
    background: #ffffff;
    min-width: 750px;
}

/******************************* LAYOUT : HEADER ******************************/

#sgl #header {
    background-color: #ffffff;
    color:inherit;
    background-image: url(../images/brit/bg-header.gif); 
    background-repeat:  repeat-x;
    height: 80pt;
}
#sgl #logo {
    float: left;
    margin: 0px 0 0 10px;
    font-size: 2em;
    font-weight: normal;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
    /* Workaround for Opera */
    vertical-align: text-top;
    padding: 0px 0px 3px 0px;
    margin: 0px 0 0 10px;
}
#sgl #login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #eeeeee;
    background-color: #003366;
/*    background-color: transparent; */
    /* Workaround for IE hiding bottom border of logAction. */
 /*   height: 50%;  */
}

#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #eeeeee;
    background-color: #003366;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border-style: solid;
    border-width: 1px;
    border-top-color:   #ffffff;
    border-right-color: #3f3f3f;
    border-bottom-color:   #3f3f3f;
    border-left-color:   #ffffff;
}

#topfill {
    position:absolute;
    top: 40px;
    right:18px;
  /*  width: 600px;  */
    text-align:right;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 135px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl #leftSidebar, #sgl #rightSidebar {
    position: absolute;
    margin-top: 135px;
    top: 0;
    z-index: 1;
}
#sgl #leftSidebar {
    width: 180px;
    left: 0;
}
#sgl #rightSidebar {
    width: 180px;
    right: 0;
}
#sgl .blockContainer {
    margin: 4px 1px 0 1px;
}
#sgl .blockHeader {
    background-color: #003366; 
    color: #ffffff;
    line-height: 1.6em; 
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
}
.blockHeaderLeft {
    background-color: #669933;
    color: #ffffff;
    line-height: 1.6em; 
    font-weight: bold;
    text-align: center;
    border-width: 0px;
/*    border: 0px solid #669933; */
    margin: 0;
    padding-top:7px;
    height: 28px;
    vertical-align: bottom;
}
.blockHeaderRight {
    background-color: #ff6600;
    color: #ffffff;
    line-height: 1.6em; 
    font-weight: bold;
    text-align: center;
    border-width: 0px;
/*    border: 0px solid #669933; */
    padding-top:7px;
    height: 28px;
    vertical-align: bottom;
}
.blockHeaderNone {
 /*
    background-color: #ff6600;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
 */
    visibility: hidden;
}
#sgl .blockContent {
    background-color: #eeeeee;
    color: #184a84;
    font-size: 0.9em;
    padding: 5px;
    border-style: solid;
    border-color: #bcbcbc;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.blockContentLeft {
    background-color: #eeeeee;
    color: #184a84;
    font-size: 0.9em;
    padding: 5px;
    border-style: solid;
    border-color: #669933;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;


}

.blockContentRight {
    background-color: #eeeeee;
    color: #184a84;
    font-size: 0.9em;
    padding: 5px;
    border-style: solid;
    border-color: #ff6600;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;

}
/*
.blockContentSearch {
    background-color: #eeeeee;
    color: #184a84;
    font-size: 0.9em;
    padding: 0 10px 0 10px;
    border: 1px solid #bcbcbc;
}
*/
#sgl .blockContent .current {
/*    background-color: #669933; 
    color: #ffffff; */
    margin: 0px 3px 3px 0px;
    border-style: solid;
    border-color: #bcbcbc;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#contentpad-ie
{
	margin-top: 0  
}

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
    margin: 12px 187px 0 187px; 
    border: 1px solid #003366;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    /*z-index: 2;*/
    padding-top: 0; 
}
#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 180px;
}
#sgl #content-rightcol {
    margin: 0 180px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

.contentpad
{
	padding: 0 5px 5px 5px;
}

/******************************* LAYOUT : FOOTER ******************************/

#sgl #footer {
    position: relative;
/*    float: middle;	*/
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    font-weight: normal;
}

h1.pageTitle {
    background-color: #003366;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 2.1em; 
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-top:0px;
    height: 34px;
    width: 100%; 
}

/*
h1.content {
    font-weight: normal;
    text-align: center;
    color: #184a84;
    
    
}
*/

h2 {
    font-size: 1.5em;
}

h2.homearticle
{
	color: #003366;
    line-height: 1em; 
}

h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

h1.courseTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #003366;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 2.1em; 
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-top:0px;
    height: 34px;
    width: 100%; 
}

h2.course {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    text-align:center;
}
h3.course {
    font-size: 1.15em;
    margin: 0.5em 0 0 0;
    line-height: 1em;
    text-align:center;
}
.coursePager {
    font-size: 1em;
    margin: 0.5em 0 0.2em 0;
    line-height: 1em;
    text-align: center;
}


/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #003366;
    background-color:transparent;
    font-weight: bold;
}
a:visited {
    color: #666666;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
/*    padding: 2px;  */
}

th {
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}


/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
/*    align: left;	*/
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}

.backDark30 {
    background-color: #eeeeee;
    width: 30%;
}

.backDark20 {
    background-color: #eeeeee;
    width: 20%;
}


.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.skinny {
    width: 30%;
}

.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}

.width60
{
	width:60px;
}

.width120
{
	width:120px;
}


.detail {
    color: #666666;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #bcbcbc;
    background-color: #3f3f3f;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
  /*  background-color: #ffffcc; */
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0;
/*    border: 1px dashed #ff9600; */
}
.title {
    color: #3f3f3f;
    font-weight: normal;
    font-size: 1.5em;
}


.advertisedcoursetitle {
    color: #3f3f3f;
    font-weight: normal;
}

.itemtitle {
    color: #3f3f3f;
    font-weight: normal;
    font-size: 1.2em;
}

.newsitemtitle {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 1.2em;
}

.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}
.textCenter {
    text-align:center;
}


/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    background-color: transparent; 
    font-size: 1em;
    font-weight: normal;
}
legend {
    color: #184a84;
    font-size: 1.2em;
    font-weight: bold;
    padding:0 5px 0 5px;
}
.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    color: #184a84;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    font-size: 1em;
    text-align: left;
    width: 65%;
}
.fieldValue90 {
    background-color: #ffffff;
    line-height: 16px;
    font-size: 0.8em;
    text-align: left;
    width: 90%;
}
.fieldValue100 {
    background-color: #ffffff;
    color:inherit;
    line-height: 16px;
    font-size: 1em;
    text-align: left;
    width: 90%;
}
.fieldValue_100 {
    background-color: #ffffff;
    line-height: 16px;
    font-size: 1em;
    text-align: left;
    width: 100px;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}
.searchCourseButton {
    width: 11.5em;
    margin-top: 0;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}

.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #003366;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #ffffff;
    color: #184a84;
    text-align: center;
}
.infoMessage {
    border: 1px solid #ffffff;
}
.errorMessage {
    border: 1px solid #ff9600;
}

/* /////////////// Lists /////////////// */

ul.noindent {
	margin: 0 0 3px 11px;
   padding: 0 0 3px 11px;
}

ul.noindent li {
    list-style-image: url('http://www.britafe.vic.edu.au/themes/default/images/bullet.gif');
    margin-bottom: 4px;
}

ul.bullets {
	margin: 0 0 3px 11px;
   padding: 0 0 3px 11px;
}

ul.bullets li {
	list-style-type: circle;
/*	list-style-position: default;  */
    margin-bottom: 4px;
}

ul.bullets li a {
	font-weight: normal;
	}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #666666;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #184a84;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #666666;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #ffffff;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}

/* /////////////////////////////////////// */
/* /////////////// BRITAFE /////////////// */
/* /////////////////////////////////////// */

/* -- course ------------------------------------------*/

.red {
	font-weight: bold;
	color: red;
	background-color:transparent;
	display: inline;
}

.full td {
    padding: 2px;
    border-width: 1px;
    vertical-align: top;
    line-height: 12pt;
}

.full th {
    vertical-align: top;
    line-height: 11pt;
}

.full p {
    vertical-align: top;
    line-height: 11pt;
}

.full tr.subhead
{
	background-color: #999;
	color: #FFF;
	font-size: 10pt;
}

img.accreditation {
    float: right;
    padding-left: 5px;
}

.eoi {
    text-align: center;
}

#printonly
{
    display:none;
}

/* -- course marketing report --------------------------*/

fieldset.report {
    border: none;
    font-size: 9pt;
    color: #000;
    background-color: inherit;
    width:90%;
    ;


    
}

fieldset.report h3
{
	font-size: 11pt;
}

fieldset.report h4
{
	margin: -5px 0 -10px 0;
}

fieldset.report table
{
	width:100%;
	margin-bottom: 20px;
}


div.eoinote
{
	color: #000;
	background-color:transparent;
}
/* ------------- */
/* start nav css */
/* ------------- */

#nav {
    font-family: Arial;
    height: 20px;
    font-size: 0.7em;
    margin-top: 00px; 
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    z-index: 3;
}
#nav ul li {
    position: relative;
    float: left;
    margin: 0;
    /* IE :hover silly javascript workaround */
    behavior: url(http://www.britafe.vic.edu.au/themes/default/css/listItemHover.htc);
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 0.9em 0.2em 0.9em;
/*    background-color: menuBgDefault;  */
    font-size: 1.3em;
    font-weight: bold;
    color: #003366; 
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 2px solid #ffffff;
}
#nav ul li a:hover {
    color: #ffffff;
    background-color: #669933;
    text-decoration: none;
}
/* This one doesn't affect IE */
#nav ul li:hover > ul {
    display: block;
}
#nav ul ul li {
    width:170px;
}
#nav ul ul li a {
    border: 1px solid #ffffff;
    border-top: none; 
    border-left:none;
    border-right:none;
    padding: 0.2em;
    font-size: 1.1em;
    font-weight: normal;
    color: #000000;
    background-color: #669933;
    width: 100%;
}
#nav ul ul li a:hover {
    background-color: #ff6600;
    color: #ffffff;
    text-decoration: none;
}
#nav ul ul li:first-child > a {
    border-top: 1px solid #ffffff;
}
/*hide all sublevels*/
#nav ul ul {
    display: none;
}
#nav ul ul ul {
    top: 0.6em;
    left: 100%;
}

#nav li.current
{
    background-color: #669933;
    color: #ffffff;
    text-decoration: none;
    
}


/* ------------------- */
/* start block nav css */
/* ------------------- */

.blockNavBlueBoxes
{
	padding: 3px;
/*	border-left: 1px solid #669933;	*/
	border-right: 1px solid #669933;
	border-bottom: 1px solid #669933;
	width: 170px;
	font-weight: lighter;
	background-color: #eeeeee;
	font: 0.7em Arial,verdana,sans-serif;
}

.blockNavBlueBoxes ul
{
 margin-left: -2em;
}

.blockNavBlueBoxes li
{
list-style: none;
padding: 2px;
}
/*
.blockNavBlueBoxes li.current a
{
 border-color: #ff6600;
}

.blockNavBlueBoxes ul ul li.current a
{
 border-color: #ff6600;
}
*/

.blockNavBlueBoxes a
{
color:#000;
text-decoration: none;
display: block;
/* border-left: 1em solid #003366;	*/
border-bottom: 1px solid #003366;
padding: 4px 8px;
}

.blockNavBlueBoxes a:hover { border-color: #ff6600 }

.blockNavBlueBoxes li a
{
/* border-left: 0.8em solid #003366;	*/
padding: 3px 4px;
margin-left: -20px;
}
