/* customizations to jquery UI with regards to hiding elements */

/* hide the close button */
.ui-dialog .ui-dialog-titlebar-close { display: none; }
/* hide the top bar completely */
.ui-dialog .ui-dialog-titlebar { display: none; }

/* fix for style within jquery ui element */
.ui-widget-content a, a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-widget-content a:hover {
	color: #14b5be;
}

.ui-widget-content a.small_blue_btn,
.ui-widget-content a.small_blue_btn:visited {color: #ffffff} 

.ui-widget-content a.small_blue_btn { 
	margin-left: 10px;
    display: block;
    float: left;
    background-image: url('../images/small_btn_bg.png');
    background-repeat: repeat-x;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #15b8c1;
    color: #ffffff;
    font-weight: normal;
    text-shadow: #057286 0 1px 1px;
    padding: 3px 15px 3px 15px;
    position: relative;
    -moz-box-shadow: 0 2px 4px #d7d9d9;
}

.ui-widget-content a.small_blue_btn:hover { top: 1px; left: 1px; color: #7dfefe; }

.ui-widget-overlay {z-index:10000 !important;}
.ui-dialog {z-index:10001 !important;}
