/* Greybox Styles for Afrikaans Romance */

#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 1px solid #FFFFFF;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}

.GB_header {
    top: 0;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 0;
    border-top: 0;
}

.GB_header .inner {
    background-color: #fff;
    font-family: Arial, Verdana, sans-serif;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .close {
    text-align: left;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_Window .content {
    background-color: #fff;
    border: 3px solid #fff;
		border-right: 1px;
    border-top: none;
}

.GB_Window .header {
    border: 0;
    margin: 0;
    height: 0;
    font-size: 11px;
    color: #666;
}

.GB_Window .caption {
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
}

.GB_Window .close { 
	text-align: right; 
	padding-right: 26px;
	padding-top: 5px;
}
.GB_Window .close span { 
    font-size: 11px;
    cursor: pointer; 
		padding-bottom: 5px;
		padding-left: 5px;
		display: none;
}
.GB_Window .close img {
		cursor: pointer;
		width: 16px;
		height: 15px;
}



