* {
    font-family: arial, helvetica, verdana;
    font-size: 10pt;
  }
  
  body {
   background: #DDDDDD;
 } 

 a { text-decoration: none; }

 legend { color: #666666; }
 legend a { text-decoration: underline; }
 legend a:link {color:#04004D; }
 legend a:visited {color:#04004D; }
 legend a:hover {color:#04004D; }
 legend a:active {color:#04004D; }

  div .visible {
	background: #FFFFFF;
	border-width: 1;
	border-style: solid;
	padding: 5;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  label {
    font-weight: bold;
  }

  .ElementConfigBox {    
    margin: 1px;
    padding: 0px;
  }
  
  .ElementConfigBoxTitle table {
    margin: 0px;
    padding: 0px;    
  }
  
  .ElementConfigBoxTitleText {
    padding-left: 3px;  
    padding-right: 10px; 
  }    

  .ElementConfigBoxTitle {
    border: solid 1px #999999;
  }

  .ElementConfigBoxTitle, .ElementConfigBoxTitle * {    
    background-color: #CCCCCC;
    color: 000000;
    font-weight: bold;
  }

  .ElementConfigBoxSettings {
  	border: solid 1px #999999;
    background-color: #DEDEDE;    
  }

  .ElementConfigBoxBody {
  	border: dotted 1px #999999;
  }
  
  .fieldsetborderh {
  	background-image: url('/images/fieldsetborderh.gif');
  }
  
  .fieldsetborderv {
  	background-image: url('/images/fieldsetborderv.gif');
  }

  .highlightSearchResult {
    background: #FCE100;
  }
   
  button * {
    position: relative;   	
    top: -1;
    left: -1;
  }
  
  button[type="button"] * {
    position: relative;   	
    top: -1;
    left: -3; 
    cursor: pointer; 	
  }

  input, button, select, textarea {  	
    font-size: 10pt;
    font-family: arial, helvetica, verdana;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    color: #000000;
    text-decoration: none;
    margin: 1px 1px 1px 1px;
    padding: 0px;
    background: #FFFFFF;
  }

  button {
    cursor: hand;		
  }

  input[type="submit"], input[type="image"], input[type="reset"], button[type="button"], button[type="button"] * {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: #AAAAAA;
  }

  .error {
    font-family: arial, helvetica, verdana;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #FF0000;
    border-width: 2;
    border-style: solid;
    border-color: #FF0000;
    padding:5px;
    text-align:left;
    background: #FFFFFF;
  }

  .notice {
    font-family: arial, helvetica, verdana;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000000;
    border-width: 2;
    border-style: solid;
    border-color: yellow;
    padding:5px;
    text-align:left;
    background: #FFFFFF;
  }
      
  .date {
 	 font-size: 8pt;
  	 font-family: arial, helvetica, verdana;
  	 color: #999999;
  }  


#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #CCCCCC;
  padding: 10px;
  margin: 0;
  background: #FFFFFF;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 300px;
	vertical-align: top;
	text-align: center;
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

.file a{
   text-decoration: none;
   color: #000000;
}

.fileSelected a{
   background-color: #316AC5; 
   color: #FFFFFF;
}

.folder {
   background-color: #FFFFFF;
}

.folder a{   
   color: #000000;
   background-color: #FFFFFF;
   text-decoration: none;
}

.folderSelected {
    background-color: #316AC5;
}

.folderSelected a{    
    color: #FFFFFF;
	text-decoration: none;
}

.folderHover {

}

.folderHover a{
  text-decoration: underline;
}

.droppableFolderHover {
   background-color: #FFFFFF;   
}

.droppableFolderHover a { 
   background-color: #316AC5; 
   color: #FFFFFF;
}

@media print {  
  .noprint { display: none; }
}