﻿.WebWindow
{
	overflow:visible;	
}

.WebWindow .WebWindowTitle
{
	padding-top:4px;
	font-weight:bold;
}

.WebWindowTitleBar
{
	font-size:11px;
	font-family:Arial;
}

.WebWindowTitleBar
{
	width:100%;
	height:20px;
	background-repeat:repeat-x;
	background-image:url(../Image/WebWindow/titlebar_center.jpg);
}

.WebWindowTitleBar .TitlePartLeft
{
	width:5px;
	float:left;
	height:20px;
	margin-right:10px;
	background-repeat:no-repeat;
	background-image:url(../Image/WebWindow/titlebar_left.jpg);
}

.WebWindowTitleBar .TitlePartCenter
{
	float:right;
	width:5px;
	height:20px;
	font-size:10px;
	cursor:pointer;
	font-family:Verdana;
	padding:4px 4px 0 4px;
	background-repeat:repeat-x;
	background-image:url(../Image/WebWindow/titlebar_center.jpg);
}

.WebWindowTitleBar .TitlePartRight
{
	width:5px;
	float:right;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(../Image/WebWindow/titlebar_right.jpg);
}

.WebWindowContent
{
	padding:10px;
	border:1x solid #666666;
	background-color:#eeeeee;
}