@charset "windows-1251";
/* CSS Document */
/*body{
    color: #006699;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}*/

/*help and action window*/
/*div.popUpWindow{
    position:absolute; 
    top:35%;left:35%; 
    min-height:300px;
    min-width:200px; 
    border:1px solid red; 
    z-index:100; 
    background-color:#FFCCFF;
}*/

/*актив и пасив дивы - наши шаги*/
div.action{
    background-color:#FFFFFF;
    border:2px solid #929d9d;
    display:block;
    text-align:left;
    width: 450px;
    /*min-height: 300px;*/
    position: relative;
    padding-top: 40px;
    padding-bottom:10px;
} 

div.passive{
    display: none;
}

/*статус хода шагов сверху от основного контента
    div - просто позицируем елемент
    span and span.action - активный и пасивный шаги
*/
div.action div.status_bar {
    position: absolute;
    top: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	width:100%;    
}

div.action div.status_bar span{
    color: #367B8A;
} 

div.action div.status_bar span.action{
    color: #929d9d;    
}



/*разработка своих клавиш 
    div - позицырование
    type="button" - рисуем кнопук
    [type="button"][dissabled] - рисуем кнопук c параметром disabled
    
*/
div.action div.buttonpanel {
    padding-top:20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

div.action input[type="button"] {
   /* border:1px solid #AACFE4;*/
    color:#000000;
    height:25px;
    text-align:center;
    width:120px;
}

div.action input[type="button"][disabled] {
   /* border:1px solid #AACFE4;
    background-color: #ACACAC;*/
    color: #ccc;
    height: 25px;
    text-align: center;
    width: 120px;
}

div.action input[type="text"], 
div.action input[type="password"], 
div.action input[type="file"] {
    /*border:1px solid #367B8A;*/
    padding:2px;
}


/*6.07.09*/
input.in{border-color:#929d9d;border-style:solid; width:98%; color:#666666; font-size:12px; line-height:1.2; margin-bottom:4px;}

#tab{ width:100%;}
disabled{height: 25px;}
#button_div_step_1_prev, #button_div_step_2_prev, #button_div_step_3_prev, #button_div_step_4_prev,#button_div_step_0_prev,
#button_div_step_1_cancel, #button_div_step_2_cancel, #button_div_step_3_cancel, #button_div_step_4_cancel, #button_div_step_0_cancel, #button_div_step_1_next, #button_div_step_2_next, #button_div_step_3_next, #button_div_step_4_next, #button_div_step_0_next, #button_authUserCheck{
/*border:1px solid #367B8A;*/
padding:2px;
width: 115px;
}
#sh{
/*border:1px solid #367B8A;*/
padding:2px;
width: 155px;
}
.r_type{ color:#FF8080; line-height:1.2;}
.g_type{ color:#367B8A; line-height:1.2;}
.gr_type{color:#929d9d; line-height:1.2;}
/*контент*/

/*основное поле AACFE4*/
div.action fieldset {
    border: 1px solid #367B8A;
    padding: 5px;
    margin: 5px;
}
/*надпись основного поля*/
div.action fieldset legend {
    color: #44797D;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

/*Для отображения ошибок при начале заказа*/
div fieldset.error_fieldsetSR{
    border:1px solid #FF8080;
	color:#FF8080;
    
}
/*80FF80*/
div fieldset.success_fieldsetSR{
    border:1px solid #929d9d;
}

/*подсветка ошибок в полях*/
div.js_errorMsg{
    color: #FF8080;
    font-size:10px;
	line-height:1;
    /*font-family: fantasy;*/
	}



/*позицирование контента
    идет смена одних дивов другими при выборе
*/
div.action div.main {
    border:1px solid #ff0000;
    margin-bottom: 25px;
    position: relative;
}

div.action div.sub_main_name {
    position: absolute;
    top: 2px;
    left: 2px;
    
}

div.action div.sub_main_content {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 200px;
    /*height: 200px;*/
    border: 1px solid #C0C0FF;
    text-align: left;
}
 
