.window {  
  background-image: url("/common/images/window_background.png");  
  background-position: top left;  
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;  
  padding: 10px;  
  font-family: "Lucida Grande",Verdana;  
  font-size: 13px;  
  font-weight: bold;  
  color: #fff;  
  /* text-align: center; */
  min-width: 150px;  
  min-height: 100px;  
}
 
.window .window_contents {  
    margin-top: 10px;  
    width: 100%;
    height: 100%;      
} 
 
.window .window_header {  
    text-align: center;  
} 
 
.window .window_title {  
    margin-top: -7px;  
    margin-bottom: 7px;  
    font-size: 11px;  
    cursor: move;  
} 
 
.window .window_close {  
    display: block;  
    position: absolute;  
    top: 4px;  
    right: 5px;  
    height: 13px;  
    width: 13px;  
    background-image: url("/common/images/window_close.gif");  
    cursor: pointer;  
}  

#control_overlay {  
  background-color: #000;  
} 

ul.subsection_tabs {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  clear: both;
  border-bottom: 1px solid #ccc;
  height: 30px;
  clear: both
}

ul.subsection_tabs li.tab {
  float: left;
  margin-right: 7px;
  text-align: center
}

ul.subsection_tabs li.tab a {
  display: block;
  height: 30px;
  padding: 0 6px 0 6px;
  background-color: #F0E8E8; /* #F4F4EC; */
  color: #666;
  width: 120px
}

ul.subsection_tabs li.tab a:hover {
  color: #666
}

ul.subsection_tabs li.tab a.active {
  background-color: #D0B8B8
}

ul.subsection_tabs li.tab.complete a {
  background-color: #E8F0E8;
}

ul.subsection_tabs li.tab.complete a.active {
  background-color: #B8D0B8
}

ul.subsection_tabs li.source_code {
  float: right
}


