﻿.windowTitle
{
    background-color:#EEEEEE;
    font-size:11px;

}
.windowTitle .windowTitle_Left
{
    background-position: left top;
    float: left;
    width: 10px;
    height: 28px;
    background-image: url('/img/title/title_Left.jpg');
    background-repeat: no-repeat;
}




.windowTitle .windowTitle_Center
{
    float:left;
    background-image: url('/img/title/title_Center.jpg');
    background-repeat: repeat-x;
    height:28px;

}
.windowTitle .windowTitle_Right
{
    float:left;
    width: 10px;
    height: 28px;   
    background-image: url('/img/title/title_Right.jpg');
    background-repeat: no-repeat;
}
