/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.workFrame
{
 width:80%;
 min-width:350px;
 min-height:50px;
 background-color:#ffffff;
 border: solid 1px #999; 
 margin: 2% auto 2%;
 padding:0;
 
 -moz-border-radius: 14px 14px 14px 14px; 
 -webkit-border-radius: 14px 14px 14px 14px;
 
 -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  overflow:hidden;

 }
 
 
 .worktype
 {
  display:block;
  width:30%;
  float: left;
  margin:10px;
   
 }
 
 .workname
 {
 display:block;
 width:100%;
 line-height:200%;
 font-size:15px;
 font-weight:bold;
color: #ffffff;
text-align:center; 
border-bottom:1px solid #777777;
 background-color:#1d136c;
  }
 
 
 .workheading
 {
   display:block;
   font-size:13px;
   font-weight:bold;
   line-height:200%;
   width:100%;
   text-align:right;
   color: #aaaaaa;
   border-bottom: 1px solid #555555; 
   
 
  }
  
  .worktype ul
  {
  -webkit-padding-start: 10px;
  
   }
  
  .worktype li
  {
    display:block;
    cursor:pointer;
    margin:3px auto 3px;
    margin-left:10px;  
    text-align:left;
    color: #444444;
    padding: 3px;
    
  
   }
  
.worktype li a
{
 text-decoration:none;
 color:#444444;


 }

 
.worktype li a:visited {
     color: #444444;
}

.worktype li:hover a{
    text-align:left;
    color: #ffffff;
    background-color:#1d136c;
    
}
 
.worktype li:hover 
  {
    display:block;
    cursor:pointer;
    margin-top: 0px;  
    text-align:left;
    color: #ffffff;
    background-color:#1d136c;
    border:1px solid #666666;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -moz-border-radius: 4px 4px 4px 4px; 
 -webkit-border-radius: 4px 4px 4px 4px;
 border-radius: 4px 4px 4px 4px;
  
   }
   .ajax
   {
    text-decoration:none;
       
   
    }
    