/* Start of CMSMS style sheet 'Extra' */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid black;
font:normal 11px;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
cursor:help;
color: navy;
margin: 3px 8px;
}


div#login {
text-align:left;
!display:block;
background:#cecece;
padding:5px;
font-size:0.9em;
color:#666;
font-weight:bold;
}

div#login a:link, div#login a:visited, div#login a{
color:#999;
}

div#login a:hover{
color:#333;
}

div#login input.signin_button {
font-size:0.9em;
font-weight:bold;
color:#666;
background:#bbb;
}
div#login input.signin_button:hover {
background:#eee;
}
div#login input{
border:1px solid #aaa;
}

#myframe { height: 600px; }
/* End of 'Extra' */

