.McWindowBody 
{
    background-color: #f3f3f3;
    padding: 5px;
    border: 1px solid #AAAAAA;
    -moz-box-shadow: 3px 3px 10px #a6a6a6;
    -webkit-box-shadow: 3px 3px 10px #a6a6a6;
    box-shadow: 3px 3px 10px #a6a6a6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#a6a6a6')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#a6a6a6');
    font-family:verdana;
    font-size:11px;
}


.McWindowCloseButton 
{
    background: url(/grafika/edytor/close.png) no-repeat top left transparent;
}

.McWindowCloseButton:hover 
{
    background-color: #CEE5FF;
} 


.McWindowTitle 
{
    text-align: left;
    font-weight: bold;
    height:20px;
    border-bottom:1px solid #DDDDDD;
    clear: both;
    margin-bottom:2px;
}

.McWindowColLeft 
{
    height: 18px;
    text-align: right;
    width:48%;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    padding-top:3px;
}


.McWindowRow, .McWindowHolder   
{
    width: 100%;
    text-align: left;
    height:15px;
    padding-top:5px;
    padding-bottom:2px;
    clear:both;
}

.McWindowHolder
{
    height:auto;
}

.McWindowRowDouble
{
    height:55px;
}

.McWindowRowBorder, .McWindowHolder
{
    border-bottom:1px solid #DDDDDD;
}

.McWindowInfo   
{
    text-align: center; 
    clear: both
} 

.McEditorMenuBlindButton 
{
    border:0px;
    background-color: transparent;
}

.McEditorMenuButton 
{
    padding:2px 1px; 
    margin:1px;
    background:transparent;
    cursor:pointer;
    background-color:transparent;
    border:0px;
    width:22px
}

.McEditorMenuButton:hover 
{
    background-color: #dbe3ef
}


input.McWindowInput[type=text], select.McWindowInput, input.McWindowInput[type=file]
{
    border-radius:2px;
    border: 1px solid #AAAAAA;
    font-family: verdana;
    font-size: 11px;    
    height: 22px;
    width: 98%;
    padding:1px;
    margin: 0px 5px 5px 0px;
    
}


select.McWindowInput
{
    height: 22px;
}

select.McWindowNarrow, input.McWindowNarrow[type=text], input.McWindowNarrow[type=button], button.McWindowNarrow
{
    width:40%;
}

input.McWindowSmall[type=button], button.McWindowSmall
{
    width:45px;
    height:18px;
    font-size:10px;
    border-radius: 1px;
}

.McWindowOkButton, .McWindowLineButton
{
    float:left;
    width:100%;
    
    
}
.McWindowOkButton 
{
    text-align:right;
    padding-top: 5px;
}

.McWindowThumbBox 
{
    padding:5px 0px;
    margin: 0 auto
}

.McWindowInfo 
{
    font-size:9px; 
    color: #6a6a6a
}

.McWindowAnswer
{
    color:red; 
    text-align:center
}


.McWindowBarBox 
{
    border:1px solid black; 
    height:3px;
    margin: 0 auto
}

.McWindowLine, .McWindowLineFinished 
{
    background-color: blue;
    height:3px;
}

.McWindowLineFinished 
{
    background-color: green
}


.McEditorLib 
{
    font-family:verdana;
    font-size:11px;
    background-color: #f3f3f3;
    border-left:1px solid #AAAAAA;
    border-bottom:1px solid #AAAAAA;
}

.McEditorLibHolder
{
    background-color: #FAFAFA;
}

.McEditorLibIcon
{
    width: 110px;
    height: 120px;
    float: left;
    padding:5px;
    margin:5px;
    background-color: #f3f3f3;
}

.McEdytorThumbBox
{
    margin:0 auto;
    text-align: center;
    
}
