﻿.deleteImage
{
    cursor:pointer;
    background-image:url([root]/img/16_delete.gif);
    width:16px;
    height:16px;
}
.editImage 
{
    cursor:pointer;
    background-image:url([root]/img/16_edit.png);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
}
.okImage
{
    cursor:pointer;
    background-image:url([root]/img/14_save.jpg);
    background-repeat:no-repeat;
    width:16px;
    height:16px;
}
.markerImage
{
    width:20px;
    height:37px;
    padding-right:5px;
    padding-bottom:6px;
    cursor:pointer;
}
.titleInput
{
     width:140px;
}
.titleSpan
{
    width:140px;
    font-family:Verdana;
    font-size:12px;
}
.titleSpanPreview
{
	 font-family:Verdana;
	 font-weight:bold;
	  font-size:14px;
	  width:300px;
}
.editCell
{
    width:16px; 
    vertical-align:middle;  
    height:24px; 
}
.deleteCell
{
    width:16px; 
    vertical-align:middle; 
    height:24px;   
}
.titleCell
{
    width:150px;  
    vertical-align:middle;  
    height:24px; 
}
.markerCell
{
    width:16px; 
    height:24px;
    vertical-align:middle; 
}

.markerTR
{
    height:30px;
    vertical-align:middle;
    padding:2px;    
}
.marker
{
	width:20px;	
}
