* {
    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; }
}

			#sitemap .expanded, #sitemap .image, #sitemap .tPiece, #sitemap .iPiece, #sitemap .lPiece, #sitemap .ePiece, #sitemap .nPiece {
				width: 15px;
				padding: 0px;
				margin: 0px;
				float: left;
			}

			#sitemap .expanded {
				background: url('/Sitemap/expanded!gif/download') center center no-repeat;
			}

			#sitemap .tPiece {
				background: url('/Sitemap/treeline1!gif/download') center center no-repeat;
			}

			#sitemap .iPiece {
				background: url('/Sitemap/treeline3!gif/download') center center no-repeat;
			}

			#sitemap .lPiece {
				background: url('/Sitemap/treeline2!gif/download') center center no-repeat;
			}

			#sitemap .ePiece {
				background: url('/Sitemap/treeline4!gif/download') center center no-repeat;
			}

			#sitemap .image {
				display: none;
			}

			#sitemap .sitemapLevel1, #sitemap .sitemapLevel2, #sitemap .sitemapLevel3, #sitemap .sitemapLevel4 {
				clear: both;
			}

			#sitemap {
				float: left;
			}

			#sitemap .sitemapColumn {
				float: left;
				width: 240px;
				background: #FFFFFF;
			}

			#sitemap .sitemapMenu {
				margin-bottom: 10px;
				margin-right: 10px;
			}

			#sitemap a {
				display: block;
				padding: 0px 10px;
				text-decoration: none;
				white-space: nowrap;
			}

.configBoxHeader,
.configBoxHeadSection .configBoxBody .configBoxHeader,
.configBoxBodySection .configBoxBody .configBoxHeader,
.configBoxBodySection .configBoxBody .configBoxSection .configBoxBody .configBoxHeader,
.configBoxBodySection .configBoxBody .configBoxStaticSection .configBoxBody .configBoxHeader {
  float: left;
  clear: both;
  width: 100%;
  background: #E2E2E2;
  border: 1px solid #D4D4D4;
  padding: 0px;
  margin-bottom: 2px;
}

.configBoxHeadSection .configBoxHeader,
.configBoxBodySection .configBoxHeader,
.configBoxBodySection .configBoxBody .configBoxSection .configBoxHeader,
.configBoxBodySection .configBoxBody .configBoxStaticSection .configBoxHeader {
  background: #C6C6C6;
  border: 1px solid #ABABAB;
}

.configBoxTitle,
.configBoxHeadSection .configBoxBody .configBoxTitle,
.configBoxBodySection .configBoxBody .configBoxTitle,
.configBoxBodySection .configBoxBody .configBoxSection .configBoxBody .configBoxTitle,
.configBoxBodySection .configBoxBody .configBoxStaticSection .configBoxBody .configBoxTitle {
  float: left;
  font-weight: bold;
  padding: 4px 5px 4px 5px;
  margin: 2px 0px 0px 0px;
  font-size: 10px;
  color: #000000;
}

.configBoxHeadSection .configBoxTitle,
.configBoxBodySection .configBoxTitle,
.configBoxBodySection .configBoxBody .configBoxSection .configBoxTitle,
.configBoxBodySection .configBoxBody .configBoxStaticSection .configBoxTitle {
  color: #FFFFFF;
}

.configBoxButtons {
  padding: 0px;
  margin: 2px 0px 0px 2px;
  float: left;
}

.configBoxButtons form {
  float: left;
  margin: 0px;
  padding: 0px;
}

.configBoxButtons input,
.configBoxHeadSection .configBoxBody .configBoxButtons input,
.configBoxBodySection .configBoxBody .configBoxButtons input,
.configBoxBodySection .configBoxBody .configBoxSection .configBoxBody .configBoxButtons input,
.configBoxBodySection .configBoxBody .configBoxStaticSection .configBoxBody .configBoxButtons input {
  border: 1px solid #D4D4D4;
  background: #F1F1F1;
  margin: 1px 0px 0px 1px;
  padding: 0px;
}

.configBoxHeadSection .configBoxButtons input,
.configBoxBodySection .configBoxButtons input,
.configBoxBodySection .configBoxBody .configBoxSection .configBoxButtons input,
.configBoxBodySection .configBoxBody .configBoxStaticSection .configBoxButtons input {
  border: 1px solid #ABABAB;
  background: #E2E2E2;
}

.configBoxSettings {
  clear: both;
  padding: 2px;
  margin: 0px 0px 2px 0px;
  border: solid 1px #C6C6C6;
  background-color: #F8F1A3; 
}

.configBoxBody {
  clear: both;
  padding: 0px;  
  margin: 0px 0px 2px 0px;
}