/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 November 2009 02:57:17
*/


/*
    SCREEN.CSS
    Shared styles only. For page specific styles refer to  the "css/screens" folder
    
    w3c Validation
    http://jigsaw.w3.org/css-validator/validator
    Pass, 8 warnings (warnings reviewed)

*/
/*
     The imports below may be brought inline to reduce the hits to the server or 
    you may keep them as imports to abstract out code and ease the maintenance
 */
 
						@import url(http://www.gippstafe.vic.edu.au/__data/assets/file/0010/262/reset.css);
								@import url(http://www.gippstafe.vic.edu.au/_designs/gippstafe_design/css/src/type.css);
								@import url(http://www.gippstafe.vic.edu.au/_designs/gippstafe_design/css/src/layout.css);
								@import url(http://www.gippstafe.vic.edu.au/_designs/gippstafe_design/css/src/menu.css);
								
 


/****************************/
body {
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0004/202/main-bg.jpg) repeat-y center;
    background-color:white;
}

/****************************/
#skip {
    position:absolute;
    left:-9000px;
    width:100px;
    overflow:hidden;
    
}

/****************************/
#header {
    background:black;
}
#header .twoColumnLayout {
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0002/200/leaf.gif) center no-repeat;
}
#header .last {
    text-align:right;
}

/****************************/
#gippslandTafe {
    margin: 20px 0 0 0;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0006/240/gippslandTafeIcon.gif) no-repeat left top;
    text-indent:-5000px;
    height:46px;
    width:246px;
}

/****************************/
#tools {
    margin:3px 0 14px 0;
    text-align:right;
}
#tools ul {
    float:right;
    margin:0 1em 0 0;
    padding:0px;
}
#tools ul.last {
    margin:0;
}
#tools ul li {
    display:block;
    float:left;
    border-right:1px solid #5B4848;
    padding:0 0.7em 0 0.5em;
}
#tools ul li a {
    display:block;
}
#tools ul li.last {
    padding:0 0 0 0.5em;
    border:none;
}
#tools a {
    color:white;
}
#tools a.print {
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0009/252/print.gif) no-repeat left top;
    /*text-indent:-5000px;*/
    width:17px;
    height:12px;
}
#tools a.increseSize {
    display:block;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0018/4752/increaseTextSize2.gif) no-repeat center;
    padding:2px 0;
    height:9px;
    width:13px;
    margin-right:1.5em;
}
#tools a.decreaseSize {
    display:block;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0019/4753/decreaseTextSize2.gif) no-repeat center;
    padding:2px 0;
    /*margin-right:1.5em;*/
    height:9px;
    width:13px;
}
#tools a.print span, #tools a.increseSize span, #tools a.decreaseSize span {
    position: absolute;
    left:-5000px;
    text-align:left;
}

/****************************/
#search {
    text-align:left;
    float:right;
    color:white;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0009/243/magnifyingGlass.gif) top left no-repeat;
    padding-left:28px;
}
#search label {
    white-space:nowrap;
    font-size:0.9em;
    margin-right:0.5em;
    margin-left:-3px;
}
#search .searchInput{
    float:left;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0007/205/searchTop_bg.gif) no-repeat top left;
    padding:0px;
    width:158px;
}
#search .searchInput div{
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0006/204/searchBottom_bg.gif) no-repeat bottom left;
    padding:0px;
    width:158px;
}
#searchTextField, #searchTextField1 {
    padding:0px;
    margin:3px 3px 3px 3px;
    border:none;
    width:152px;
    height:1.5em;
}
#searchButton, #searchButton1 {
    float:left;
    border:none;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0005/230/searchGo.gif) no-repeat;
    width:27px;
    height:25px;
    margin-left:2px;
    font-size: 0px;
    line-height: 0px; 
    display: block;
    text-indent: -9999px;
}
#searchButton:active, #searchButton1:active {
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0006/231/searchGo_active.gif) no-repeat;
}
#searchButton span, #searchButton1 span  {
    margin-left:-5000px;
}

#search-course {
   display: none;
}

/****************************/
#bar {
    background:white;
    border-top:0.4em solid white;
    margin-bottom:0px;
    /*border-bottom:1px solid #E8EDF1;*/
}

/****************************/
#footer p{
    float:left;
    clear:both;
    font-size:0.9em;
    margin:0.1em 2.2em;
    color:#6F6F6F;
}

#footer ul {
    margin-top:3.2em;
    float:left;
    margin-bottom:0;
}
#footer ul li, #footer ul li.last{
    display:block;
    float:left;
    list-style:none;
    border-right:1px solid #9AE7F1;
    padding: 0 0.7em 0 0.7em;
    font-size:0.9em;
}
#footer ul li.last, #footer ul li.first {
    border:none;
    width:auto !important;
    padding: 0 0.7em !important;
}
#footer ul li a {
    color:#005B94;
    text-decoration:none;
}
#footer ul li a:hover {
    text-decoration:underline;
}
#footer .home {
    display:block;
    border:none;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0007/241/gipssTafe.gif) no-repeat top left;
    width:64px;
    height: 67px; /*57px;*/
    text-indent:-9000px;
    float:left;
    margin-right:20px;
}
#footer #victoria {
    display:block;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0010/253/victoria.gif) no-repeat top left;
    width:52px;
    height:37px;
    text-indent:-9000px;
    margin-top:1.4em;
    float:left;
}

/****************************/
#leftNav ul {
    list-style:none;
    margin:0;
    padding:0px 0 15px 0;
    background:#727171 url(http://www.gippstafe.vic.edu.au/__data/assets/image/0003/201/leftNav_background.gif) no-repeat bottom left;
}
#leftNav ul ul{
    padding:0px;
    background:none;
}
#leftNav  ul li a {
    display:block;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0010/217/redBulletOnGrey.gif) repeat-y left;
    padding-left:25px;
    padding:0.35em 0.5em 0.25em 25px;
    color: white;
    text-decoration:none;
    font-weight:bold;
    border-bottom:1px solid white;
}


#leftNav  ul li.blue a{
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0009/216/redBulletOnBlue.gif) repeat-y left;
}

#leftNav  ul li.blue a:hover{
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0009/1008/redBulletOnBlue_Hover.gif) repeat-y left;  
    color:#000;  
}



#leftNav  ul li a:hover{
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0010/1009/redBulletOnGrey_Hover.gif) repeat-y left;
    text-decoration:underline;
}



#leftNav  ul li.current a{
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0016/3148/current_button.gif) repeat-y left;
}

#leftNav  ul li.current .current a{
    background:#000 url(http://www.gippstafe.vic.edu.au/__data/assets/image/0016/3148/current_button.gif) repeat-y 35px;
}


#leftNav  ul li.current .current a:hover{
    background:#141514 url(http://www.gippstafe.vic.edu.au/__data/assets/image/0016/3148/current_button.gif) repeat-y 35px;
    text-decoration:underline;
    padding-left:55px;
}

#leftNav  ul li.current a:hover{
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0016/3148/current_button.gif) repeat-y left;    
}



#leftNav ul li.current li a
{
text-align:right;
background:#4F4F4F;
}

#leftNav ul li.current li a:hover
{

background:#181816;
}

#leftNav ul li ul li a{
    padding-left:40px;
    background:#756F6E url('') 14px center;
}


#leftNav ul li ul li a:hover{
    padding-left:40px;
    background:#000;
}

#leftNav ul li ul li.current a, #leftNav ul li ul li.current a:hover{
    padding-left:40px;
    background-position:14px center;
    background-color:#000;
}

#leftNav ul li ul li.current li a{
    background-color:#4F4F4F ;
}
/****************************/
#breadCrumbs {
    padding-top: 10px;
    color: #005b94;
}
#breadCrumbs ul {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}
#breadCrumbs ul  li {
    display: inline;
}
#breadCrumbs ul  li a{
    color: #005b94;
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0007/214/breadcrumbs.gif) right no-repeat;
    padding-right: 20px;
}

/****************************/
.box {
    border:1px solid #E9E1D8;
    padding:0px 4px 4px 4px;
    margin-bottom:1em;
    width:175px;
}
.box .heading {
    background: #F5ECE4;
    border-bottom:1px solid #E9E1D8;
    margin: 0 -4px;
    padding:2px 4px 0 4px;
}
.box p {
    margin-bottom:0;
}
.box ul{
    margin:0 0 0 0;
}
.box li {
    list-style:none;
    background:url(http://www.gippstafe.vic.edu.au/__data/assets/image/0008/215/redBullet.gif) no-repeat 0 0.5em;
    margin:0;
    padding:0 0 0 13px;
}    

/********STUDY TYPE ICONS********/
.onCampus_lrg, .offCampus_lrg, .atWork_lrg, .online_lrg, .fullTime_lrg, .partTime_lrg, .atNight_lrg, .flexible_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0013/247/onCampus_lrg.gif) no-repeat;
    /*display: inline-block;*/
    display:block;
    float:left;
    width: 35px;
    height: 33px;
    text-indent:-9000px;
    margin-left:4px;
}


.offCampus_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0010/1117/offCampus_lrg.gif) no-repeat;
}
.atWork_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0009/1116/atWork_lrg.gif) no-repeat;
}
.online_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0015/249/online_lrg.gif) no-repeat;
}
.fullTime_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0013/238/fullTime_lrg.gif) no-repeat;
}
.partTime_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0011/1118/partTime_lrg.gif) no-repeat;
}
.atNight_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0009/234/atNight_lrg.gif) no-repeat;
}
.flexible_lrg {
    background: transparent url(http://www.gippstafe.vic.edu.au/__data/assets/image/0019/2728/flexible_lrg.gif) no-repeat;
}

/****************************/
dl.pdf {
    margin:0;
    margin-top:1em;
}
dl.pdf dt {
    background: url(http://www.gippstafe.vic.edu.au/__data/assets/image/0008/233/adobePdf.gif) no-repeat top left;
    font-weight:normal;
    padding-left:3.1em;
    padding-top:1.05em;
}
dl.pdf dd {
    padding-left:0px;
    margin:0px;
}

/**************/
.clearrow{
clear:left;
}

/*************/
/*Styles for News page*/

#News span.news-thumb{
float:left;
width:30%;
padding:0;
}

#News span.news-thumb img
{
border:5px solid #DFDFDF;
}

#News div span{
float:left;
padding-left:5px;
width:65%;
}

#News div.news-link{
border-color: #8F8F8F;
border-width:1px;
text-align:right;
border-style:dotted none solid none;
padding: 5px 0 5px 0;
margin:0;
}

#News div{
margin:5px 0 5px 0px;
}

#News p.date{
padding:0;
margin:0;
color:#B02A2A;
font-weight:bold;
}

.home #mainContent,
#content .middle{
    font-size: 1.1em;
}

.campus-course-btn{
    background: url('http://www.gippstafe.vic.edu.au/__data/assets/image/0020/3269/Course_campus_offered.png') no-repeat top left;
    display:block;
    height:30px;
    margin-left:0px;
    margin-top:5px;
    width:237px;
}

.campus-course-btn span{
    margin-left:-9999px;
}

.current-news-link {
   margin: 3em 20em;
}

/****************************/
#pdf{
list-style-image:url('http://www.gippstafe.vic.edu.au/__data/assets/image/0008/233/adobePdf.gif');
list-style-position: inside;
}
