﻿.AjaxWindow div.menu
{
	padding-top: 7px;
    background-color:#444;
    height: 23px;
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px solid #555;
    cursor:pointer;
    padding-left: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    margin-bottom: 3px;
}

.AjaxWindow div.menu div
{
	display:inline;
	border-right: 1px solid #555;
	padding: 5px 8px 5px 5px;
	height: 25px;
	color: #ccc;
	margin:0px;
}

.AjaxWindow div.menu div:hover
{
	color:#fff;
	background-color:#008;
}

.AjaxWindow input 
{
	display: inline;
}

.AjaxWindowTopLeft
{
	position:relative;
	background-image: url(/content/images/ajaxwindow/logo.png);
	width: 88px;
	height: 98px;
}

.AjaxWindowTitle 
{
	background-image: url(/content/images/ajaxwindow/top.png);
	height: 98px;
	color: White;
	font-size: large;
	font-weight: bold;
	text-align: center;
	
}

.AjaxWindowTopRight 
{
	background-image: url(/content/images/ajaxwindow/topright.png);
	width: 17px;
	height: 98px;
}

.AjaxWindowLeft 
{
	background-image: url(/content/images/ajaxwindow/left.png);
	background-repeat: repeat-y;
	width: 31px;
}

.AjaxWindowContent 
{
	background-color: #e0eaff;
	overflow: hidden;
}

.AjaxWindowRight 
{
	background-image: url(/content/images/ajaxwindow/right.png);
	background-repeat: repeat-y;
	width: 17px;
}

.AjaxWindowBottomLeft 
{
	background-image: url(/content/images/ajaxwindow/bottomleft.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 30px;
}

.AjaxWindowBottom 
{
	background-image: url(/content/images/ajaxwindow/bottom.png);
	height: 30px;
}

.AjaxWindowBottomRight 
{
	background-image: url(/content/images/ajaxwindow/bottomright.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 30px;
}

#mask {  
    position:fixed;  
    z-index:999;  
	background-image: url(/content/images/ajaxwindow/mask.png);
	display:none;  
	left:0;
	top:0;
}