.WindowWrapper
{
	background-color: #2d9200;	
   height: 100%;
   left: 0px; 
   position: absolute; 
   top: 0px; 
   width: 100%; 
   z-index: -1; 
}


.WindowBody
{
   background-color: #e19468;
   height: 100%; 
   left: 0px; 
   position: absolute; 
   top: 0px; 
   width: 100%; 
   z-index: 0; 

   border-left-color:#f4667c;
	border-right-color:#b40a05;
	border-top-color:#f4667c;
	border-bottom-color:#b40a05;
	border-style:solid;
	border-width:1px;
}

.WindowTitle
{
   color: #FFFFFF;
   cursor: default;
   display: inline;
   font-size: 12px;
   font-weight: bold;
   left: 3px;
   position: absolute;
   top: 0px;
}

.WindowContent
{
   color: #FFFFFF;
   font-size: 11px;
   text-align: left;
   width: 100%;
} 

.WindowHeader
{
   background-color: #336600;
   border-color: #000000;
   border-style: solid;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   height: 16px;
   position: relative;
   top: 0px;
   width: 100%;
}

.windowclose
{
	float:right;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right: 3px;
}

.windowclose a
{
   color: #FFFFFF;
   text-decoration: none;
}

.windowclose a:hover
{
   color: #99CC33;
}

.ControlGroup
{
   border-style: hidden;
   border-collapse: collapse;
   empty-cells: show;
   margin: 5px;
	float:left;
	font-size:11px;
}

.Button, .Button66, .Button33
{
   background-color: #339900;
   border-color: #339900;
   color: #FFFFFF;
   cursor: pointer;
   font-size: 11px;
}

.Control
{
   font-size: 11px;
   margin: 5px;
   vertical-align: middle;
}

.Button
{
   width: 100px;
}

.Button66
{
   width: 66px;
}

.Button33
{
   width: 33px;
}

