.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
{
    border-radius:2px 2px 2px 2px;
    border: 1px solid #AAAAAA;
    font-family: verdana;
    font-size: 11px;    
    height: 18px;
    width:180px;
    padding:1px;
    margin-bottom:5px;
    
}

select.McWindowInput
{
    height: 22px;
}

select.McWindowNarrow, input.McWindowNarrow[type=text], input.McWindowNarrow[type=button], button.McWindowNarrow
{
    width:80px;
}

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;
    
}

/*

option.McEditorOptionSelected 
{
    font-weight: bold
}



option.McEditorOptionDefault 
{
    background-color: #dbe3ef
} 

button.McWindowButtonSmall, input.McWindowButtonSmall[type=button], button.McWindowButtonNarrow, input.McWindowButtonNarrow[type=button],
input.McWindowButton[type=button], button.McWindowButton
{
    border:1px solid #AED4FF;
    font-family:verdana;
    font-size:10px;
    cursor:pointer;
    background-color: #CEE5FF;
    width:100px;
    height:18px;
} 

button.McWindowButtonSmall:hover, input.McWindowButtonSmall[type=button]:hover, button.McWindowButtonNarrow:hover, input.McWindowButtonNarrow[type=button]:hover,
input.McWindowButton[type=button]:hover, button.McWindowButton:hover
{
    color: #2C619E;
    text-decoration: none;
    background-color: #A5CFFF;
    border: 1px solid #93B9E3;
}

button.McWindowButtonSmall, input.McWindowButtonSmall[type=button]
{
    width:44px;
    display:inline;
}
button.McWindowButtonNarrow, input.McWindowButtonNarrow[type=button]
{
    width:80px;
    display:inline;    
}

input.McWindowButton[type=button], button.McWindowButton
{
    width:80px;
    margin: 1px 5px 1px 5px
}


.McWindowInput 
{
    display:block;
    float:left;
    height:20px;
    border:1px solid #dedede;
    font-family: verdana;
    font-size: 11px;
    border-radius: 3px 3px 3px 3px;
}

input.McWindowInputNarrow, select.McWindowInputNarrow 
{
    width:80px;
    border-radius: 3px 3px 3px 3px;    
}

.McWindowInput 
{
    width: 200px;
}

.McWindowsHeaderOption 
{
    background-color: white;
    border:1px solid #e5e5e5;
    cursor:pointer;
    margin-bottom:2px;
    padding:4px
}

.McWindowsHeaderOption:hover 
{
    border:1px solid #919191
}



.McWindowLineButton 
{
    text-align:center;
    padding-top:10px;
}





.McWindowBarBox 
{
    border:1px solid black; 
    height:3px;
    margin: 0 auto
}

.McWindowLine, .McWindowLineFinished 
{
    background-color: blue;
    height:3px;
}

.McWindowLineFinished 
{
    background-color: green
}

.McWindowAnswer 
{
    color:red; 
    text-align:center
}

.McEditorLib 
{
    font-family:verdana;
    font-size:11px;
    background-color: #f3f3f3;
}

.McEditorLibHolder
{
    background-color: #FAFAFA;
}

.McEditorLibIcon
{
    width: 110px;
    height: 120px;
    float: left;
    padding:5px;
    margin:5px;
    background-color: #f3f3f3;
}



*/