﻿DIV.container
{
	background-color: #d8e6d7;  
  margin-bottom: 15px; 	
}
         
DIV.container DIV.containerHeader 
{
	background-color: #dcdcdc;    
  position: relative;
  height: 20px;     	
  overflow: hidden;         	
}    
         
DIV.container DIV.containerHeader DIV.date
{
	float: right;
  margin-right: 9px;     	
}       
         
DIV.container DIV.containerHeader DIV.title
{
	float: left;
  margin-left: 9px;
  font-size: 16px;
  font-weight: bold;
}         
         
DIV.container DIV.containerContent
{
	margin-left: 9px;
 	width: 100%;  
 	margin-right: 9px; 
 	margin-top: 9px;        	      	
}  
         
containerbottom div  { background: url(images/boxes/bottom_left.gif) no-repeat bottom left; }
.containerbottom      { background: url(images/boxes/bottom_right.gif) no-repeat bottom right; }
        
.containerbottom div, .containerbottom {
	width: 100%;
	height: 14px;
	font-size: 1px;
}   
	        
.label
{
	font-weight: bold;
}
		
#ContentFrame{
	position:fixed;
	top:29px;
	left:0;
	bottom:0px;
	right:0;
	overflow:auto;
	padding:5px 15px 15px 15px;
}


#TopFrame
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 29px;
	overflow: hidden;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;						
}
		
		

.modal-window
{
	position: fixed;		
	margin: 0;
	padding: 0;	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-color: white;
}   

.close-window   
{   
    position:absolute;   
    width:16px;   
    height:16px;   
    right:2px;   
    top:0px;
    margin: 0px;
}

.Manager
{
	color: #008000;	
}





