/* =====================================================================
 * $Id: style1-redesign.css 24150 2016-06-04 15:21:13Z tpalanis $
 * SVN Path: /www/branches/responsive/doc/redesign/ui/css/style1-redesign.css
 * ===================================================================== */

.pageheadline {margin:0px; font-family:Verdana; font-size:large; font-weight:bold;}
.pageheadsubline {margin:0px; font-weight:bold;}
.bluebartitle {background-color:#8799cb;  font-family:Verdana; font-size:x-small; display:block; color:#ffffff; font-weight:bold; padding:5px;text-align:center;}
.bluebartitle a {color:#ffffff;}
.bluebartitle a:hover {background-color:#b5fb43; color:#6677aa; font-weight:bold;}
#inner-content {
    background: #fff none repeat scroll 0 0;
    padding: 1px 18px;
}

#inner-content .panel-heading {
    margin: -1px -18px;
}

div.panel table div.panel-heading {
    margin: -1px -18px;
}

/* From style_home.css */
/* Alert Bar */ /* Modified 08/2015 */

.alert-bar {
    position: relative;
    display: block;
    background: #fff url('../images/alert_bar_bg.png') left top no-repeat;
    color:#000;
    height:62px;
    margin-bottom:20px;  
    z-index:100;
    }

.alert-bar a, .alert-bar a:visited {
    color:#0c72b5;
    text-decoration: none;
    }

.alert-bar a:hover {
    color:#2f394c;
    text-decoration: none;
    }

.alert-bar p {
    font: 14px/18px Arial, sans-serif;
    padding-left: 190px;
    padding-right: 115px;
    padding-top: 2px;
    /*padding:13px 60px 15px 190px; */ 
    }

.alert-bar span a, .alert-bar span a:visited {
    padding:0 12px 0 3px;
    color:#0c72b5;
    text-decoration: none;
    }

.alert-bar span a:hover {
    color: #2f394c;
    text-decoration: none;
    }

/* .alert-bar {
    position: relative;
    display: block;
    background: #e98412 url('../images/alert_bar_bg.png') left top no-repeat;
    color:#383838;
    height:62px;
    margin-bottom:6px;  
    z-index:100;
    }

.alert-bar p {
    font: 14px/18px bold Arial, sans-serif;
    padding:13px 60px 15px 190px;  
    }

.alert-bar span a {
    background: url('../images/alert_bar_span_bg.png') right 1px no-repeat;
    padding:0 12px 0 3px;
    color:#fff;
    }

.alert-bar span a:hover {
    color: #fff;
    text-decoration: underline;
    }
        
*/ 

.alert-bar a.closeAlert {
    display: block;
    position: absolute;
    top:6px;
    right:6px;
    text-indent: -9999em;
    background: url('../images/close.gif') no-repeat;
    height:16px;
    width:16px;
    }

.alert-bar a.closeAlert:hover {
    background: url('../images/close_hover.gif') no-repeat;
}

#az-index-list a {
	font-weight: bold;
}