/*--- Blackboard Login Page ---*/
/*         Version 4.1         */
/*---       By f20k         ---*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("weblogin.utoronto.ca") {

a:link    { color: #aaa !important; }
a:visited { color: #555 !important; }
a:hover   { color: #ddd !important; }

body{   background: #000!important; }

strong{color: #aaa !important;}
h2{color: #fff !important; background: none !important}
p{color: #fff !important;}
em{color: #ddd !important;}
.notice{color: #bbb !important;}

/*--- Header Image ---*/
#header{background:none !important;}
h1[title^="University of Toronto"]{
background: url("http://i43.photobucket.com/albums/e374/frank11a/UofTFacSEng.png") !important;
width:507px !important;
height:59px !important;
margin-top:10% !important;
}

/*--- Re-adjust Weblogin Box ---*/
#webloginbox{width: 65% !important}

/*--- Weblogin Font ---*/
div.authenboxhead h2{
background: #222 !important; 
font-weight: bold !important;
}

/*--- Weblogin Header Box ---*/
div.authenboxhead{
border-color: #000 !important;
border-width:2px !important;
border-style:solid !important;
border-bottom-width:1px !important;
}

/*--- Weblogin Body ---*/
.authenboxbody{
border-color: #000 !important; 
border-width:2px !important;
border-top-width:1px !important;
background: #444 url("http://vendomatic.awardspace.com/bb/login/rotator.php") !important;
}

/*--- Re-adjust Text ---*/
.custom-login, .warning{width: 50% !important;}
form#login_form{width: 50% !important;}
table.password-dialog tbody tr td{padding:6px !important;}

/*--- Weblogin Password Form ---*/
.password-dialog{ background: none !important; border: #000 !important; }
.password-dialog strong{ color:#fff !important;}
a.btn span {color: #000 !important;}


/*--- REMOVE STUFF ---*/
#tools{display:none !important}    /*--- Top Menu ---*/
#docs{display:none !important}  /*--- Center Crap ---*/
#header h2 {display:none !important} /*--- Weblogin text in blue bg ---*/
.right-nav{display:none !important} /*--- Right Navigation ---*/
#footer{display:none !important} /*--- Footer ---*/


/*--- END OF CODE ---*/
}
