/*
page title-specific styles
*/

H1.pageTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.3em;
    PADDING-BOTTOM: 3px;
    BORDER-BOTTOM: #cccccc 3px solid;
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 5px;
}
H1.pageTitle img {vertical-align:middle;margin-right:4px;} /*Style modified in rtol.css*/

SPAN.titleButtons
{
    FLOAT:right; /*Style modified in rtol.css*/
    FONT-SIZE: 0.8em;
    WHITE-SPACE:nowrap;  
}

.titlebar_controls {
	float: right; /*Style modified in rtol.css*/
	font-size: 80%;
	font-weight: normal;
	margin: 6px 0px 0px  0px;
}


/*
This is a Safari-specific hack - Safari actually works too well at placing the 
span above the border. We want to bump up the buttons in other browsers, but 
have Safari ignore this attribute. The ;# is a Safari CSS parser bug, that 
treated like EOF. so this block will be read only by non-Safari browsers.

This HAS to be the last directive in the file, and that's why this is not part 
of blackboard.css 
*/
SPAN.titleButtons
{
     MARGIN-TOP:-1.3em;#      
}
