/*
  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: 09 August 2011 16:42:22
*/


/*    
    1. html,body & hide
    2. Wrapper
    3. Header
    4. Visual
    5. Sidebar Left
    6. Content
    7. Sidebar 
    8. Footer
    
    Level 2 pages

    9. Header

    Control Panel
    10.  Control Panel
*/

/* Test login area div*/
.login {  
    width:290px;
    padding: 10px 0 0 10px;
    margin:0;
    float:right;
    clear: both;
}

html { font-size:110%; }

/**  1. html,body & hide **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%; 
    font-family: inherit;
   /* vertical-align: baseline;*/
}

body{
    color:#474646;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:100%;
    margin:0;
    padding:0;
}
:focus {
    outline: 0;
}
ul {
    list-style: none;
}

ol{
margin: 0 30px;
}
/*   ----------------Table styles ----------------------- */
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; }
th {padding: 2px 2px; border: 1px solid #EEE;font-weight:bold; font-size: 1.1em;color: #666;text-align: left;}
td  {font-size: 1.0em; padding: 2px 2px; border: 1px solid #e7e7e7; color: #505050;background-color: #FFFFFF;}
td + td {border: 1px solid #e7e7e7; color: #505050;}
td a {color: #444; text-decoration: none; text-align: left;}
td a, th a { width: 100%;}
td a:hover {background: #FFF; color: #FFF;}
tfoot th {text-align: left;}
th + th {text-align: left;}
th a {color: #FF0000; text-decoration: none; font-size: 1.1em;}
th a:visited {color: #666666;}

/* ------------------- Gradient  Table  -------------------------- */

.table-gradient th  {background:url(http://www.utas.edu.au/__data/assets/image/0014/9122/tbl_rowHeader.png) repeat-x #F2ECE7; color: #666;text-align: left; font-weight:bold;}
.table-gradient tr,.table-gradient td  { background:url(http://www.utas.edu.au/__data/assets/image/0010/5599/tbl_row.png) repeat-x #F8F8F8; color: #666;}
/*.table-gradient td  {background-color: #FFFFFF;}*//*control panel IE fix DJ*/
.table-gradient th tr:hover {background: #FFF;}
.table-gradient tr:hover {background: #FFF;}


/* ------------------- Menu Gradient  Table  -------------------------- */
.table-menu td:hover {background: #F6F6F6;}
.table-menu  tr, .table-menu tr:hover  { background:url(http://www.utas.edu.au/__data/assets/image/0010/5599/tbl_row.png) repeat-x #F8F8F8; color: #666;}
.table-menu h3 a:hover {background-color:#F6F6F6;}

/* --------------------- Layout Table ----------------- */

.layout-table tr, .layout-table td, .layout-table th, .layout-table tr:hover {
border:none;
background-color:transparent;
background:none;
}
/*  -------------- End table styles ------------------------------ */


blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
    margin:0 0 0 25px;
}
p { 
    padding: 0 0 10px 0;
}

.hide{
    visibility:hidden;
    width:0!important;
    height:0!important;
    line-height:0!important;
    padding:0!important;
    margin:0!important;
}

.noprint{font-size:0.9em;}

.center{
    text-align: center;
}

/**  2. Wrapper **/
body.home{
    //background:url(http://www.utas.edu.au/__data/assets/image/0018/57600/newserver-watermark.gif);
   background:url(http://www.utas.edu.au/__data/assets/image/0013/4621/bg-graphic-exp.gif) repeat-x 0 75px;
}

.main{
    clear:both;
    width:980px;
    margin:0 auto;
}

/**  3. Header    **/

.header{
    width:980px;
    margin:0 auto;
    padding:25px 0 0 0;
    overflow:hidden;
    position:relative;
    height:54px;
}
.header a.logo{
    width:114px;
    height:42px;
    overflow:hidden;
    background:url(http://www.utas.edu.au/__data/assets/image/0016/4633/Utas_Horiz.gif) no-repeat 0 0;
    display:block;
    text-indent:-9999px;
    position:absolute;
    top:23px;
    left:5px;
}
.header form {
    clear:right;
    float:right;
    width:300px;
    margin:-15px 0 0 0;
    background-color:transparent;
}
.header form label{
    color:#363636;
    float:left;
    display:inline;
    padding:4px 0 0;
    margin:0 0 0 0;
    font-size:1em;
}
.header form input{
    float:left;
    display:inline;
    width:131px;
    height:17px;
    border: 1px solid #505050/*#E7E7E7*/;
    margin:0px 2px 0px 2px;
    padding:3px 2px 0px 17px;
    font-size:1.1em;
    color:#363636;
    background-color: #FFFFFF/*#F2F2F2*/;
    background: url(http://www.utas.edu.au/__data/assets/image/0015/4632/search-icon-grey.gif) left no-repeat; 
}

.header form input.formbutton{
    float:left;
    display:inline;
    width:32px;
    height:25px;
    border: none;
    margin:-2px 2px 0px 2px;
    padding:0;
    font-size:1.1em;
    color:#363636;
    background-color: #FFFFFF/*#F2F2F2*/;
    background: none; 
}
#go-button { 
    float:left;
    display:inline;
    width:32px;
    height:22px;
    padding:0px;
    margin:0 0 0 0;
     background:#0000FF;
    background-color:#f2f2f2;
    /*background:url(http://www.utas.edu.au/__data/assets/image/0012/4620/btn-go.gif) repeat-x 22px ;*/
}
.print{ display:none;} /* hide print elements from view in screen mode*/

.toprow  {
display:inline-block;
padding-top:0px;
padding-left:150px;
}

.toprow a{
padding-bottom:5px;
margin-bottom:0px;
color:#363636;
text-decoration:none;
}

/*    4. Visual */
div.visual-carrier{
    width:980px;
    margin:0 auto;
}
div.visual{
    width:980px;
    margin:0 auto;
    position: relative;
}
body.home .visual h1 { 
   color:#FFF;
   position: absolute;
   margin-left:10px;
   top:116px;
   font-weight:normal;
   font: normal 2.2em "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
body.level2 .visual h1 {
 position:relative;
 left: 0;
 padding-top: 25px;
 color: white;
 z-index: 50;
 font-weight: normal;
 font-size: 2em;
 margin-top:15px;
}
div.photo{
    float:left;
    display:inline;
    width:980px;
    height:158px;
    margin:0;
    position:relative;
    padding-top: 1px;
}
div.photo #imgcaption {
    color:white;
    margin-right:3px;
    padding:5px;
    position:absolute;
    right:0;
    text-align:right;
    top:122px;
}
.level2 div.photo{
    margin-top:-13px;
    width:980px;
    height:75px;
    background:url(http://www.utas.edu.au/__data/assets/image/0019/4618/bg-photo-level2.jpg) no-repeat 0 0;
}
.level2 .main {padding-top: 10px}
/***********************************************************************************************************/

/*    5. SIDEBAR Left    */
.sidebar-left{ /* 210 pixels wide for level 2 page menu links graphics text*/
    width:210px;
    float:left;
    display:inline;
    padding: 7px 0 0;
    margin:0 25px 0 0;
}
body.home .sidebar-left{ /* use for left menu on home page*/
   padding: 33px 0 0;
  }
/***********************************************************************************************************/
/*    6. CONTENT    */

.content{
    float:left;
}
body.home h2.page_title {display: none;}

ul.featurelist  {
    margin: 0 0 10px 0;
    padding: 0;
}
ul.featurelist li {
    display: block;
    text-decoration:none;
    color: #505050;
    padding: 0.1em 0.1em 0.1em 1.5em;
    margin: 0 0 0 0;
    line-height: 1.2em;
    background: url(http://www.utas.edu.au/__data/assets/image/0020/4619/arrowred.gif) 0 0.1em no-repeat;
}
.divider-gradient {
background: url(http://www.utas.edu.au/__data/assets/image/0017/4634/content-feature-top.gif) no-repeat 0 10px;
    clear:both;
    position: relative;
}
.nav-staff-3col {
    padding:0 10px 0 0;
    width:200px;
}
.nav-staff-3col strong {
    font-weight:bold;
    font-family:Arial,Helvetica,sans-serif;
}
#news, .col2 {position: relative;}

body.home .col1, body.home .col2 { 
    float: left; 
    width: 330px; 
    padding-top:10px;
}

body.home .col2 {
    padding-left: 15px;
}
body.home .home_content {
    margin-right: 300px;
    padding-top: 10px;
    clear: left;
    width: 675px;
}
body.home .home_content_right {
    padding-top: 30px;
    width: 740px;
}
body.home .home_content_center {
    width: 445px;
    margin-right: 300px;
    padding-top:30px;
}
body.home .home_content_center_small {
    width: 360px;
    margin-right: 360px;
    padding-top:30px;
    padding-right: 10px;
}
body.home .alert, body.level2 .alert {
    margin-right: 300px;
    margin-top: 30px;
    padding: 5px 0px;
    clear: left;
    width: 675px;
    border-top:1px solid orange;
    border-bottom:1px solid orange;
}

body.home .home_content_border {
      width:445px;
      margin-right: 300px;
      padding-top:10px;
      padding-left:10px;
      background: #FFFFFF;
      border: 1px solid #D3D3D3;
      margin: 10px 0 0 0;
  }

body.home .col1 a:visited, .level2 .content a:visited, .content .home_content_right a:visited {
    /*color: #62277F;*/
    border-bottom: 1px solid #62277F;
}
 .col1 a:hover, .col2 a:hover, .level2 .content a:hover, .content .home_content_right a:hover {
    /*color: #b10404;*/
    border-bottom: 1px solid #b10404;
}
 .content img a:visited, .content img a:active, .content img a:hover
{
    border-bottom:0px none !important;
}
body.home #navigation{
width: 675px;
margin-right: 300px;
}

/*  ----------class to remove border from linked images-----------  */

.content .imagelink, .level2 .imagelink{
text-decoration:none;
border:none; 
 }

.content  a.imagelink,.content  a.imagelink:visited,.content  a.imagelink:hover {
 text-decoration:none;
 border:none;
 }


/**
body.home .col2 a {
    color: #62277F;
    border-bottom: 1px solid #62277F;
}

body.home .col2 a:visited {
    color: #62277F;
    border-bottom: 1px solid #62277F;
}
body.home .col2 a:hover {
    color: #b10404;
    border-bottom: 1px solid #b10404;
}**/




body.home #vice_chancellor a, body.home #vice_chancellor a:visited { border-bottom: medium none; }
#vice_chancellor a {color: black;}
/* staff home fix */
#tab-menu.divider-gradient {
    margin-right: 300px;
    padding-top: 27px;
    clear: left;
    width: 675px;
}

.content a{
    /*color:#003377;*/
    text-decoration:none;
}
#breadcrumb a{
    color:#333;
    text-decoration:none;
}
.content p a{
    border-bottom:1px solid #003377;
}
.content a:hover, .level2 a:hover {
    /*color: #b10404;*/ 
    text-decoration:none;
}

.level2 .content{
    width:740px;
    float: left;
}

/*  ## HEADING STYLES ## changed 14-8-09 */
H1, H2, H3, H4 ,H5, H6{
 font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;/* added Lucida to all headings*/
 font-weight:normal;
 display:block;
 margin:0 auto;
 text-decoration:none;
}

H2, H3, H4 ,H5, H6{
 color:#2F2F2F;
}

.content h1, .level2 .content H1{ 
    font-size:2.2em;
    padding:10px 0 12px;
    color:#1f1f1f;
}

.content H2{
    font-size:1.8em;
    padding:0 0 5px 0; 
}

.level2 .content H2 {
    font-size:1.8em;
    padding:5px 0 ; 
}

.content H3, .level2 .content H3{
    font-size:1.6em;
    padding:10px 0 ;
 }

.content H4, .level2 .content H4{
    font-size:1.4em;
    padding:10px 0 ;
}
.content H5, .level2 .content H5{
    font-size:1.3em;
    padding:10px 0 ;
}
.content H6, .level2 .content H6{
    font-size:1.2em;
    padding:10px 0 ;
}

.content H2 a{
    text-decoration:none;
  
}
.content H3 a, .content H3 a:visited{
 text-decoration:none;
 border-bottom:none;

}
/*  ## end headings ##  */

.smallfont {font-size:0.8em;font-weight:normal;}

.level2 .content ul {
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0;
}

.col1 ol a, .col2 ol a,.level2 .content ul a, .level2 .content ol a{ /*edited 17/2*/
    border-bottom:1px solid #003377;
}

.level2 ol{
    color:#474646;
    font-size:1em;
    line-height:1.6em;
    padding:0 0 10px 0;
}

.content .news-list h3 {
    clear:right;
    color:#333333!important;
    font-size:110%!important;
    margin:0!important;
    padding:0 0 3px!important;
    font-weight: normal!important;
}
.content .news-list h3 a {
    border-bottom:1px solid #003377;
    color:#003377;
}
.content .events-list-item h3 {
    clear:right;
    color:#333333!important;
    font-size:110%!important;
    margin:0!important;
    padding:0 0 3px!important;
    font-weight: normal!important;
}
.content .events-list-item h3 a {
    border-bottom:1px solid #003377;
    color:#003377;
}
.content ul.navigation{
    list-style:none;
    margin:0;
    padding:16px 0 17px;
    overflow:hidden;
    width:675px;
}
ul.navigation li{
    float:left;
    display:inline;
    width:230px;
    height:57px;
    position:relative;
    padding:16px 0 0 75px;
    margin:0;
    overflow:hidden;
}
ul.navigation li a{
    text-decoration:none;
}

ul.navigation li img{
    position:absolute;
    top:0;
    left:0;
    border:none;
    float:left;
    display:inline;
    margin:0 15px 0 0;
}
ul.navigation li a{
    color:#1f1f1f;
    font-size:14px;
    font-weight:normal;
}
ul.navigation li span{
    display:block;
    color:#9d0404;
    font-size:12px;
}

ul  {
    list-style-type:none;
    margin:0;
    padding:0;
}

.level2 .content ul li {
    font-size:1em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    list-style:square;
    margin:0 0 0 2em;
    padding:0.6em 0.4em 0.5em 0.5em;
    text-decoration:none;
}

.content ul.navigation-feature{
    list-style:none;
    margin:0;
    padding:16px 0 17px;
    overflow:hidden;
    width:675px;
   }
ul.navigation-feature li{
    float:left;
    display:inline;
    width:330px;
    height:115px;
    position:relative;
   }
ul.navigation-feature .description{
    float:left;
    width:200px;
    padding:0 0 0 105px;
   }
ul.navigation-feature li a{
    text-decoration:none;
    border-bottom: none!important;
    color: #474646;
    padding:0 0 0 105px;
   }
ul.navigation-feature li img{
    position:absolute;
    top:0;
    left:0;
    border:none;
    float:left;
    display:inline;
    margin:5px 15px 0 0;
   }
ul.navigation-feature li a.page-link {
   font-weight: bold;
   font-size: 1.2em;
   display: block;
   padding-top: 0px;
   }
.content ul.navigation-feature-image{
    list-style:none;
    margin:0;
    padding:16px 0 17px;
    overflow:hidden;
    width:6705x;
   }
ul.navigation-feature-image li{
    float:left;
    display:inline;
    width:271px;
    height:140px;
    position:relative;
    padding:0 50px 0 0
   }
ul.navigation-feature-image .description{
    float:left;
    width:200px;
    padding:0 0 0 105px;
   }
ul.navigation-feature-image li a{
    text-decoration:none;
    border-bottom: none!important;
    color: #474646;
    padding:0 0 0 0px;
   }
ul.navigation-feature-image li img{
    position:absolute;
    top:0;
    left:0;
    border:none;
    float:left;
    display:inline;
    margin:5px 15px 0 0;
   }
ul.navigation-feature-image li a.page-link {
   font-weight: bold;
   font-size: 1.3em;
   display: block;
   padding-top: 120px;
   color:white;
   position:relative;
   text-align:center;
   }

.level2 .content ul ul{
margin:0 0 0 0;
}

.level2 .content ul  li li { /*NEW test*/
margin:0 0 0 3.5em;
}
.level2 .content ul  li li li { /*NEW test*/
margin:0 0 0 4.5em;
}

/*
.content p, .level2 p{
    margin:0;
    padding:0 0 10px;
    color:#474646;
    font-size:1.2em;
    line-height:1.6em;
}*/

/*    7. SIDEBAR     * /*280 pixels wide for main page links graphics text*/



.sidebar{  
    width:290px;
    padding: 10px 0 0 10px!important;
    margin:0;
    float:right;
    clear: both;
}
.sidebar-news{  
    width:350px;
    padding: 10px 0 0 10px!important;
    margin:0;
    float:right;
    clear: both;
}
.sidebar-nopadding{  
    width:290px;
    padding: 0 0 10px 0!important;
    margin:0;
    float:right;
    clear: both;
}
.sidebar h3, .sidebar-nopadding h3{
    margin:0;
    font-size: 1.3em;
}
.sidebar h2, .sidebar-nopadding h2{
    font-size: 1.4em;
    margin-bottom:5px;
    padding:0 0 5px 0;
    color:#474646;
    border-bottom: 1px solid #474646;
}
.sidebar h2 a, .sidebar-nopadding h2 a{
    text-decoration:none;
    color:#B90000;
}
.sidebar ul, .sidebar-nopadding ul  {
    margin: 0 0 10px 0;
    padding: 0;
}
.content .sidebar ul li, .sidebar-nopadding ul li {
    border:none;/* NEW  stops underlining inheritance*/
    display: block;
    text-decoration:none;
    color: #333333;
    padding: 0.4em 0.4em 0.4em 1.5em;
    margin: 0 0 0 0;
    background: url(http://www.utas.edu.au/__data/assets/image/0020/4619/arrowred.gif) 0.5em 0.3em no-repeat;
}
.content .sidebar ol, .sidebar-nopadding ol {
   padding-top: 0.6em;
}
.content .sidebar ol li, .sidebar-nopadding ol li {
   background: none;
   display: list-item;
   padding: 0.1em;
}
.sidebar p, .sidebar-nopadding p{
    margin:0;
}
.sidebar .gray, .gray {
    background: #F5F5F5;
    padding: 10px 10px;
}
/**  sidebar search  **/
.sidebar-search a, .staff-search a{
text-decoration: none;
color: #333;
}
.sidebar-search a:hover, .sidebar a:hover, .staff-search a:hover, .staff-search a:hover{
text-decoration: none;
color: #b10404;
}
.sidebar-search p, .staff-search p{
clear: both;
}
.sidebar-search h2, .staff-search h2 {
font-size: 1.3em;
border-bottom: 1px solid #CFCFCF;
margin-bottom: 10px;
padding: 6px 0;
color: #575757;
font-weight: normal;
}
.sidebar-search h3, .staff-search h3 {
font-size: 90%!important;
color: #333;
padding: 6px 0;
font-weight: normal;
clear: both;
}
.ui-accordion .ui-accordion-header a {font-size: 100%}
    ul.ui-accordion-content li a {font-size: 0.9em!important;}
#accordion h3 {
    clear:both;
    color:#333333;
    font-size:90% !important;
    font-weight:normal;
    padding:4px 0;
}
#accordion h3 a{
    border-bottom:0;
}
.sidebar-search label, .staff-search label {
   width: 70px;
   clear: both;
   float: left;
   margin-bottom: 5px;
}
.sidebar-search input {
   float: left;
   margin-bottom: 5px;
}
.sidebar-search input.formbutton, .staff-search input.formbutton {
   float: left;
   padding-left: 0;
   margin-left: 3px;
}
.sidebar_feature {
    width:288px;
    float:right;
    background: #FFFFFF;
    clear: both;
    border: 1px solid #D3D3D3;
    margin: 10px 0 0 0;
}
.sidebar_feature h2 {
    padding: 5px;
    color: black;
    font-size: 1.2em;
}
.sidebar_feature p {
    padding: 5px;
    color: black;
}

/** Staff Search **/

.staff-search a, .sidebar a{
    text-decoration: none;
    color: #333;
}
.staff-search a:hover, .sidebar a:hover{
    text-decoration: none;
    color: #b10404;
}
.staff-search p{
    clear: both;
}


.staff-search label {
   width: 70px;
   clear: both;
   float: left;  
   margin-bottom: 5px;
}
.staff-search input {
   float: left;
   margin-bottom: 5px;
}
.staff-search input.formbutton {
   float: left;
   padding-left: 0;
   margin-left: 3px;
}

/******* News *********/

#news {width: 330px; overflow:hidden;}
.news-list {
   clear: both;
   border-bottom:1px dotted #C0C0C0;
   padding: 10px 0px 0px 0px;
   margin:0px;
}
.news-list img{
    float: left;
    margin: 4px 8px 4px 0;
    padding: 2px;
    border: 1px solid #C0C0C0;
}
.news-list p {
    clear: right;
    padding: 0 0 10px 0;
    margin: 0 0px 0 0px;
}
.level2 .news-list {
    clear: both;
    border-bottom:1px dotted #C0C0C0;
    padding: 10px 0px 8px 0px;
    margin:0px;
}
.content .news-list H3 {
    clear: right;
    padding: 0 0 3px 0;
    margin: 0;
    font-size: 110%;
color: #333;
    font-family:Arial,Helvetica,sans-serif;
}
.newsPub {
    clear: both;
    font-size: 90%;
    text-align: right;
}
.newsPubLeft {
    font-size: 90%;
    float: left
}
.level2 .news-list img{
    float: left;
    margin: 4px 8px -4px 0;
    padding: 2px;
    border: 1px solid #C0C0C0;
}
.news-article-full img{float: left}
#content_menu p{
    padding-left: 5px;
}
#content_menu p a{
    padding-left: 0;
}
#hot_topics #headinglineunder {
    border-bottom: none;
}
.form-col-1{width: 160px; clear: both; float: left;}
.form-col-2{width: 400px; float: left;}
.form-col-2 ul{list-style: none;}
.form-col-2 li{display: inline;}
/*    -------------------- 8. FOOTER ------------    */
.footer{
    width:980px;
    text-align: center;
    margin:0 auto;
    position:relative;
    clear:both;
    overflow:hidden;
    background:url(http://www.utas.edu.au/__data/assets/image/0014/4622/devider-footer.gif) repeat-x 0 22px;
    padding:29px 0 15px;
    font-size:0.9em;
}
.footer .university{
    width:255px;
    height:47px;
    background:url(http://www.utas.edu.au/__data/assets/image/0017/4625/bg-university.gif) no-repeat 0 5px;
    position:absolute;
    top:25px;
    right:0; 
}
.footer ul{
    list-style:none;
    margin:0;
    padding:2px 0;
    overflow:hidden;
    display:block;
}
.footer ul li{
    display:inline;
}
.footer ul li a, .footer ul li a:visited, .footer ul li a:active{
    /*font-size:1.1em;*/
    color:#333333;
    text-decoration:underline;
}
.footer ul li a:hover{
    color: #b10404;
    text-decoration:underline;
}
.footer p{
    margin:0;
    padding:0;
    color:#505050;
}
.footer p a{
    color:#333333;
    text-decoration:none;
    font-size: 1em;
}
.footer p a:hover{
    color: #b10404;
}
.level2 .footer p{
    font-size: 1em;
}
/* -------------------LEVEL 2 PAGES--------------------------*/

/*    9. header    */

     
body.level2{
    background:url(http://www.utas.edu.au/__data/assets/image/0011/4700/bg-graphic-exp-level2.gif) repeat-x 0 75px !important;
}
div.all{ /*#############this whole div ALL is no longer needed /??############***/
/* ########## The main page content is inheriting the  Arial  style from this div #######**  */
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    /*background:url(http://www.utas.edu.au/__data/assets/image/0010/4699/bg-graphic-level2.jpg) no-repeat center 85px !important;*/
}

.level2 .header{
    width:980px;
    margin:0 auto;
    padding:25px 0 0 0;
    overflow:hidden;
    position:relative;
    height:63px;
}
.level2 .header a.logo{
    width:120px;
    height:42px;
    overflow:hidden;
    display:block;
    text-indent:-9999px;
    position:absolute;
    /*top:5px;*/
    left:5px;
    padding: 0 0 0 0 ;
    background-image: url(http://www.utas.edu.au/__data/assets/image/0016/4633/Utas_Horiz.gif);
}

/*  ------END header------ */
/*  ------------INSIDE LEFT MENU------------  */

.sidebar-left ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebar-left ul li a:hover, #nav-local ul li a:focus {
    color:#B90000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*border-bottom-color: #C90000;*/
    background-color: #F1F1F1;
    border-bottom-color: #cccccc;
    background: #F1F1F1 url(http://www.utas.edu.au/__data/assets/image/0009/4698/arrowblue.gif) 1.0em 0.4em no-repeat;
}
.sidebar-left ul li a.current { font-weight: bold; }
.sidebar-left ul li a {
    text-decoration: none;
    display: block;
    color: #333333;
    height: 1%;
    font-size:1.1em;
    padding: 0.45em 0.5em 0.45em 2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    margin: 0 0 0 0;
    background: #FAFAFA url(http://www.utas.edu.au/__data/assets/image/0020/4619/arrowred.gif) 0.7em 0.4em no-repeat;
}

.sidebar-left ul li.sitehome a {
    font-size: 1.2em;
    background: #B90000 url(http://www.utas.edu.au/__data/assets/image/0018/4617/home-icon.png) no-repeat scroll 0.7em 0.4em;
    padding-top: 0.4em;
    padding-right: 0.5em;
    padding-bottom: 0.4em;
    padding-left: 2.0em;
    font-weight: bold;
    color: #ffffff;
    background-color: #B90000;
}

.sidebar-left ul li.sitehome a:hover {
    color: #ffffff;
    background-color: #930303;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}
.sidebar-right {
    /*left:38em;*/
    margin-left: 5px;
    position:inherit;
    top:-2em;
    float:right;
    width:245px;
    background-color:#F5F5F5;
    }
.sidebar-right h3 {
    background: url(http://www.utas.edu.au/__data/assets/image/0005/39065/ui-bg_glass_65_97000_1x400.png) repeat-x scroll 50% 40% #970000;
    color: #FFF;
    font-size: 95%!important;
    font-weight: bold;
    padding: 0.6em 0.5em 0.6em 0.8em!important;
    }
.sidebar-right p, .sidebar-right ul {
    padding: 5px;
    }
/*.sidebar-right ul  {
    margin: 0 0 10px 0;
}
.sidebar-right ul li {
    display: block;
    text-decoration:none;
    color: #505050;
    padding: 0.1em 0.1em 0.1em 0.5em;
    margin: 0 0 0 0;
    background: url(http://www.utas.edu.au/__data/assets/image/0020/4619/arrowred.gif) 0 0.1em no-repeat;
}*/
/*********************************************************************************************************


/**** Control panel ****/
/*     Control Panel    */

#dashboard-banner {
background: black;
width: 100%;
}
#dashboard-banner a{
color: white;
}

#dashboard {
float: right;
width: 400px;
text-align: right;
padding-top: 5px;
clear: both;
}

#dashboard a{
color:#505050;
text-decoration:none;
}

.staff-edit .label {
width: 100px;
clear: both;
float: left;
}

/****** New Hierarhy  Menu ******/

.hier {padding-left:20px;}
.hier a {background:#FFFFFF url(http://www.utas.edu.au/__data/assets/image/0020/4619/arrowred.gif) no-repeat scroll 0.7em 0.4em !important;}
.selected {padding-left:20px;}
.selected a {font-weight:bold; background:#FFFFFF url(http://www.utas.edu.au/__data/assets/image/0009/4698/arrowblue.gif) no-repeat scroll 0.7em 0.4em !important;}
.selected ul li a {font-weight:normal; background:#FFFFFF url(http://www.utas.edu.au/__data/assets/image/0020/4619/arrowred.gif) no-repeat scroll 0.7em 0.4em !important;}
.selected ul li {padding-left:20px;}
.top_level {padding:0px !important;}
#sub1 li {padding-left:20px;}

/***********Additional  Custom styles **************/
.headinglineunder { 
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    padding: 3px 0px ;
    margin-top: 5px;
    text-indent: 0px;
   font-weight:bold;    
/*font:bold 1.1em ; Lucida, Arial, Helvetica, sans-serif;*/
}

.content .headinglineunder a {
    font:500 1.1em;
    text-decoration:none;
    border:none; 
   }
.headinglineunder a:hover {
       text-decoration:none;
    }
.alert-text{
color: #B90000;
font-weight: bold;
}
.level2 .content ul.ui-tabs-nav li {
list-style:none;
margin:0;
padding:0.4em;
text-decoration:none;
}
.level2 .content ul.ui-tabs-nav li a{
border-bottom: none;
}
.level2 .content ul.ui-tabs-nav li a:hover{
color: #000;
}
/***********End Additional Custom styles **************/


@media  only screen and (max-width:768px)
{
    .all
    {
        overflow: hidden !important;
    }
    .home_content_right, .main
    {
        width:auto !important;
    }
}