﻿@CHARSET "UTF-8";
/*
.developer_info{
	name : Cem Yıldız;
	company : Mingus Design;
	email : cem@mingus-design.com;
}
.notes{
	ie6: Microsoft Internet Explorer 6 !the most stupid web browser of the world;
}
*/
#ab_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
}

#ab_window {
	top: 0px;
	left: 0px;
	/*position: fixed;*/
	position: absolute;
	/*background: #fff;*/
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
}
.ab_overlay_img, .ab_overlay_custom, .ab_overlay_html_wbg, .ab_overlay_html_wbg2{
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ab_overlay_custom, .ab_overlay_img, .ab_overlay_html_wbg2{
	background-color: #000;
}
#ab_window{}
#ab_window{
	padding: 10px;
}
/**/
.ab_box{
	width: 444px;
	background-color: Transparent;
	border: 0;
}
.ab_box_top{
	width:444px;
	height:21px;
	background-image: url("../img/bgABBorderTop.png");
	background-repeat: no-repeat;
}
.ab_box_middle
{
    display: block;
	padding:0px 22px;
	background-image: url("../img/bgABBorderMiddle.png");
	background-repeat: repeat-y;
}
.ab_box_bottom
{
    clear: both;
	width:444px;
	height:21px;
	background-image: url("../img/bgABBorderBottom.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
.ab_box_content{
	padding:0;
}   
.ab_box_content_custom{
	background-image: url("../img/ajaxbox_header.png");
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	padding: 10px;
	background: none;
	background-color: #fff;
}
.ab_box_close_button{
	display: block;
	position: absolute;
	top: 43px;
	right: 42px;
	background-image: url("../img/ajaxbox_close_button.png");
	width: 15px;
	height: 17px;
	overflow: hidden;
	text-decoration: none;
}
.ab_box_close_button span{
	visibility: hidden;
}
.ab_box_close_button_big{
	display: block;
	position: absolute;
	top: 28px;
	right: 28px;
	background-image: url("../img/ajaxbox_close_button_big.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.ab_box_close_button_big span{
	visibility: hidden;
}
.ab_box_close_button:hover{
	text-decoration: none;
}
.ab_box_close_button.close_img{
	top: 18px;
	right: 18px;
}
.ab_wait
{
    background-color:#fff;
    padding:0px;
    text-align:center;
    }
.ab_wait .loadingGif
{
    padding:7px;
    }
.ab_wait .ab_wait_title
{
    color: #fff;
    background-color: #87b8cb;
    font-size: 1.5em;
    padding: 11px 21px;
    height: 21px;
    font-style: italic;
    text-align: left;
    }
.ab_wait_content
{
    padding: 14px;
    }
.ab_popUp
{
    background-color:#fff;
    padding:0px;
    }
.ab_popUp .ab_popUpTitle
{
    color: #fff;
    background-color: #87b8cb;
    font-size: 1.5em;
    padding: 11px 21px;
    font-style: italic;
    text-align: left;
    }
.ab_popUp .ab_popUpContent
{
    padding:7px;
    max-height: 500px;
    overflow: auto;
    }
.popUpContent
{
    display: none;
    }
