@charset "UTF-8";

.loadingProgress
{
	float: left;
	width: 50px; /* The animated progress bar is 50 pixels wide */
}
.loadingMessage
{
	margin-left: 50px; /* The animated progress bar is 50 pixels wide */
	padding-left: 1em;
	font-size: 110%;
	/*max-width: 15em;*/
	line-height: 50px;
	vertical-align: middle;
}

/*
These headers are automatically copied to each dialog's header when
a dialog is shown. Therefore it makes sense to hide the original elements.
*/
.yui-panel p.pageHeader,
.yui-panel h1,
.yui-panel h2,
.yui-panel h3,
.yui-panel h4
{
	display: none;
}

#keyboardShortcutMarkers
{
    display: none;
}
.keyboardShortcutMarker
{
    position: absolute;
    z-index: 999999;
    color: #fcfaf0;
    background-color: #9e9c91;
    border: 1px solid #6d6c64;
    border-color: #cccabc #6d6c64 #6d6c64 #cccabc;
    padding: 0.1em 0.2em; 
}
#tableShortcutList td
{
    vertical-align: top;
    border-top: 1px solid #cccabc;
}
#tableShortcutList tr:first-child td
{
    border-top: none;
}
