/*
    Document   : main
    Created on : 13.01.2010, 12:10:56
    Author     : alexandr
    Description:
        Main CSS for project.
sasha_the_best
*/

.ajax_form {
	background		: #f0f4fd;
    padding			: 0;
	border-left		: 1px solid #7394c0;
	border-bottom	: 1px solid #7394c0;
	border-right	: 1px solid #7394c0;
    position        : relative;
}
.ajax_form .handle {
	cursor              : move;
    font-family			: Tahoma,Verdana,Arial, sans-serif;
    height				: 22px;
    font-size			: 12px;
    background          : #103580 url(../img/be_images/default/uiCaptionBkInActive.gif);
    line-height         : 22px;
    color               : #C0E0F5;
    font-weight         : bold;
    padding             : 0 45px 0 7px;
}

.ajax_form a.close {
    background          : url(../img/be_images/default/buttonCloseIA.png) no-repeat right;
    width               : 19px;
    height              : 19px;
    display             : block;
    position            : absolute;
    top			        : 1px;
    right		        : 1px;
    cursor              : pointer;
}

.ajax_form a.close:hover
{
    background-image    : url(../img/be_images/default/buttonCloseA.png);
}

.ajax_form .shaped {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgb(244, 244, 244);
    border: 1px solid rgb(231, 231, 231);
    padding: 10px 10px 0;
    margin: 10px;
    overflow-y: auto;
}

.ajax_form .error {
    background: url(../img/fe_images/warn.png) 12px center no-repeat rgb(255, 231, 225);
    padding: 10px 10px 10px 32px;
    border: 1px solid rgb(248, 211, 203);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: rgb(198, 85, 62);
    margin: 10px;
}
.ajax_form .errors {
    background-color: rgb(255, 231, 225);
    padding: 0px 0px 0px 0px;
    border: 1px solid rgb(248, 211, 203);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: rgb(198, 85, 62);
    margin-bottom: 10px;
}

.notice_block, .confirm_block {
    margin: 10px 0 0 10px;
    min-width: 300px;
}

.notice_message, .notice_buttons, .confirm_message, .confirm_buttons {
    margin: 0 10px 10px 0;
}

.notice_buttons, .confirm_buttons {
    text-align: center;
}

.confirm_buttons input, .notice_buttons input {
    margin: 0 5px 0 0;
    padding: 1px 6px;
}

.notice_message {
    background: url(../img/warning.png) no-repeat;
    padding: 0 0 0 60px;
    min-height: 50px;
}

.confirm_message {
    background: url(../img/question.png) no-repeat;
    padding: 0 0 0 60px;
    min-height: 50px;
}

#al_area_div { width: 32px; height: 32px; background: url(../img/fe_images/ajax-loader.gif) no-repeat; margin: 0 10px 10px 0; }
