@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
url-prefix("https://portal.utoronto.ca/webapps/portal/top_frame.jsp") {

/*---BEGIN!!---*/

body  {height: 10px       !important; overflow:hidden !important;}
body, html   {border:none !important;}
table {
  height:     1px !important;
  margin-top: 2px !important; /*---ADJUST DISTANCE FROM TOP--*/
}


/*--Link Colors!---*/
/*----LINK COLORS---*/
a:link    { color: #586c87 !important; }
a:visited { color: #68bed8 !important; }
a:hover   { color: #b8b8b8 !important; }

td, tr, tbody {
   width:0px  !important; 
   height:20px !important; /**/
}


/*------IMAGE REPLACE TECHNIQUE - HOME ----*/
img[src*="images/console/icons/home_0.gif"] {
        width:      0px  !important;
        height:     1px  !important;
        padding:    16px !important;
        margin-top: 2px  !important;
background-image: url(http://i43.photobucket.com/albums/e374/frank11a/blue-home.png) !important;
background-position: center !important;
}

/*------IMAGE REPLACE - HELP ----*/
img[src*="images/console/icons/help_0.gif"] {
        width:      0px  !important;
        height:     1px  !important;
        padding:    15px !important;
        margin-top: 2px  !important;
background-image: url(http://i43.photobucket.com/albums/e374/frank11a/blue-help.png) !important;
background-position: center !important;
}

/*------IMAGE REPLACE - LOGOUT ----*/
img[src*="images/console/icons/login_0.gif"],
img[src*="images/console/icons/logout_0.gif"] {
        width:      0px  !important;
        height:     1px  !important;
        padding:    16px !important;
        margin-top: 2px !important;
background-image: url(http://i43.photobucket.com/albums/e374/frank11a/blue-logout.png) !important;
background-position: center !important;
}

/*------IMAGE REPLACE - INVISIBLE SPACER ----*/
img[src*="branding/_1_1/invisible-spacer.gif"]{
        width:      700px !important;
        height:     0px  !important;
        padding:    1px !important;
        margin-top: 2px !important;
background-image: none !important;
background-position: center !important;
}


/*----University Of Toronto Logo----*/
body{	

   margin-left: auto !important;
   margin-right: auto  !important;
   
   background: #000 url("http://vendomatic.awardspace.com/bb/kh/rotator.php") !important;
   background-repeat:     no-repeat   !important;
   background-attachment: fixed       !important;
/*   background-position:   center 10px !important;*/
}

/*--CONTROLS MY PAGE, COMMUNITY, CONTENT TABS---*/
/*---ACTIVE TAB---*/
.activeTabName{
   color: #ddd !important;
   padding: 5px         !important;
   font-size: 8pt       !important;
   font-weight: bold    !important;
   font-family: verdana !important;
   background: none !important;

}

/*---INACTIVE TAB--*/
.TabName{
   color: #b8b8b8       !important;
   padding: 5px         !important;
   font-size: 8pt       !important;
   font-weight: bold    !important;
   font-family: verdana !important;
   background: none;
}

/*--Controls A LOT!!!---*/
td{
   color: #000                 !important;
   font-weight: normal         !important;
   font-family: century gothic !important;
   background: none            !important;
}



a[href="https://portal.utoronto.ca/webapps/portal/frameset.jsp?tab_id=_3_1"],
a[href="https://portal.utoronto.ca/webapps/portal/frameset.jsp?tab_id=_13_1"],
a[href="https://portal.utoronto.ca/webapps/login?action=relogin"],
a[href="https://portal.utoronto.ca/webapps/login?action=logout"],
a[href="http://www.portalinfo.utoronto.ca/"],
a[href="https://portal.utoronto.ca/"]

{display:none !important}
/*a[href="https://portal.utoronto.ca/webapps/portal/frameset.jsp?tab_id=_1_1"]*/

/*----END---*/
}