﻿.topLeftCorner 
{
	width: 30px;
	height: 23px;
	background: url('/Graphics/window_border/top_left.png') no-repeat;
}

.topRightCorner 
{
	width: 30px;
	height: 23px;
	background: url('/Graphics/window_border/top_right.png') no-repeat;
}

.bottomLeftCorner 
{
	width: 30px;
	height: 24px;
	background: url('/Graphics/window_border/bottom_left.png') no-repeat;
}

.bottomRightCorner 
{
	width: 30px;
	height: 24px;
	background: url('/Graphics/window_border/bottom_right.png') no-repeat;
}

.topSide 
{
	height: 23px;
	background: url('/Graphics/window_border/top.png') repeat-x;
}

.rightSide 
{
	width: 30px;
	background: url('/Graphics/window_border/right.png') repeat-y;
}

.bottomSide 
{
	height: 24px;
	background: url('/Graphics/window_border/bottom.png') repeat-x;
}

.leftSide 
{
	width: 30px;
	background: url('/Graphics/window_border/left.png') repeat-y;
}

.WindowContent 
{
	background: rgb(248, 248, 248);
    width:calc(100% - 64px);
}