﻿TD.masterPageContent
{
	background-image: url(Images/BlueBack.gif);
    background-repeat: repeat;
}
TD.windowPanelBorderTopLeft
{
	background-image: url(Images/border_white_tl.gif);
    width: 10px; 
    background-repeat: no-repeat; 
    height: 10px; 
}
TD.windowPanelBorderTop
{
	background-image: url(Images/border_white_t.gif);
    background-repeat: repeat; 
    height: 10px; 
}
TD.windowPanelBorderTopRight
{
	background-image: url(Images/border_white_tr.gif);
    width: 10px; 
    background-repeat: no-repeat; 
    height: 10px; 
}
TD.windowPanelBorderLeft
{
	background-image: url(Images/border_white_l.gif);
    width: 10px; 
    background-repeat: repeat; 
}
TD.windowPanelContent
{
	padding-right: 6px;
	padding-left: 6px; 
	padding-bottom: 6px; 
	padding-top: 6px; 
	background-repeat: repeat;
	background: white;
}

TD.windowPanelBorderRight
{
	background-image: url(Images/border_white_r.gif);
    width: 10px; 
    background-repeat: repeat; 
}
TD.windowPanelBorderBottomLeft
{
	background-image: url(Images/border_white_bl.gif);
    width: 10px; 
    background-repeat: no-repeat; 
    height: 10px; 
}
TD.windowPanelBorderBottom
{
	background-image: url(Images/border_white_b.gif);
    background-repeat: repeat; 
    height: 10px; 
}
TD.windowPanelBorderBottomRight
{
	background-image: url(Images/border_white_br.gif);
    width: 10px; 
    background-repeat: no-repeat; 
    height: 10px; 
}

.Transparent50
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: .75;
}
