/* -- html document layouts -- */
/* Content */
.content 
{
	padding : auto;
	margin  : auto;
	text-align : center;
	background-image    : url(images/bg_top.jpg);
	background-position : center;
	background-position : top;
	background-repeat   : no-repeat;
}

.content .main {
	width   : 760px;
	padding : auto;
	margin  : auto;
	text-align : left;
	background : #FFE9A5;
}

.content .main .middle {
	/*padding : 35px 16px 0 0;*/
	/*padding : 0 16px 0 0;*/
}

.content .main .middle .index {
	padding-top : 35px;
	padding-right:16px;
	text-align  : left;
	margin      : 0;
}

.content .main .middle .page 
{
    width   : 730px;
    margin  : 0 auto 12px auto;
	text-align  : left;
	padding : 0 10px;
}

.content .main .middle .page .white_page {
	padding-top : 10px;
}

.content .bottom
{
    background-image:url(images/bannerBg.gif);
	background-repeat:repeat-x;
}

.content .main .bottom .flash {
	padding : 0;
	margin  : 0 auto;
	width   : 706px;
	height  : 126px;
}

.content .main .bottom .links {
	padding : 20px 10px 0 10px;
	margin  : 0;
	height  : 34px;
	background-image    : url(images/bottom.jpg);
	background-repeat   : no-repeat;
	background-position : top;
	text-align : center;
}

.baslik
{
    margin:12px auto;
    width:730px;
}

.temp
{
    background-image    :url(images/loading_top.gif);
    background-repeat   :no-repeat;
	background-position :top left;
    background:#000000;
	filter:alpha(opacity=80);
	opacity:0.80;
	position:absolute;
}

.modalProgressGreyBackground 
{
    background:#000000;
	filter:alpha(opacity=80);
	opacity:0.80;
	position:absolute;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup
{
    width:250px;
}
.modalPopup .mpTop
{
    background-image    :url(images/loading_top.gif);
    background-repeat   :no-repeat;
    background-position :top left;
    width       : 250px;
    text-align  : center;
    padding     : 100px 0 20px 0;
    }

.modalPopup .mpBot
{
    background-image    :url(images/loading_bottom.gif);
    background-repeat   :no-repeat;
    background-position :bottom left;
    width   : 250px;
    height  : 14px;
    }
