.header-blue {
    font-family: arial;
    font-size: 18pt;
    color: #1a4e94;
}
/*
.hid {
    height: 1px;
}
*/

.warning-header {
    background: url(/images/ux/decor/warning.gif) no-repeat 0 0;
    display: block;
    padding-left: 34px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto 15px auto;
}

.button-bar {
	padding-top: 5px;
    text-align: center;
}

.button-bar table {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.button-bar table td {
    width: 50%;
    text-align: center;
}

.content-area hr {
    height: 1px; 
    margin-right: 12px;
    margin-left: 12px;
    color: #e9e9e9;
}

.message-section {
	padding-bottom: 15px;
}

.logoutPopup button	{border:0; cursor:pointer; padding:0 15px 0 0; background:url(/images/ux/decor/button-blue.gif) 100% -31px no-repeat; color:#fff; font-weight:bold; position:relative; overflow:visible; height:31px}
.logoutPopup button::-moz-focus-inner	{border:none}
.logoutPopup button span	{display:block; padding:0 0 0 18px; height:31px; line-height:31px; background:url(/images/ux/decor/button-blue.gif) 0 0 no-repeat; position:relative; white-space:nowrap} * html button span {height:30px; line-height:30px}
.logoutPopup button:hover	{background-position:100% -93px}
.logoutPopup button:hover span	{background-position:0 -62px}
.logoutPopup button:active	{background-position:100% -155px; /* ms ie8 button shift fix */-ms-background-position-y: -154px;}
.logoutPopup button:active span	{background-position:0 -124px}
@media screen and (-webkit-min-device-pixel-ratio:0) {.logoutPopup button span {margin-top:-1px}}

button.black	{background-image:url(/images/ux/decor/button-black.gif)}
button.black span	{background-image:url(/images/ux/decor/button-black.gif); color:white !important;}

/*styles for reports tab logout popup*/
td.sc-content-cell div.logoutPopup {background:none;background-color:#F0F0F0;padding:0px;}
td.sc-content-cell div.warning-header {
    background: url(/images/ux/decor/warning.gif) no-repeat 0 0;
	display: block;
    padding-left: 34px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto 15px auto;
}
div.message-section hr {margin:0px;}
/*end reports*/

