body {
  font-family: Verdana, sans;
}
   
a {
  color:#7b963a;
}

/*
---------------------------------------
  Menu Elements
---------------------------------------
*/

/* a single menu row */
tr.lmenu {
            font-family: verdana, tahoma, sans;
	    font-size: 8px;
	    border-style:none;
	    border-top-width:1px;
	    border-top-style:solid;
	    border-top-color:#f9f9f9;					  
	    background-color:#f9f9f9;
	    padding:0px;	
	    border-colapse:colapse;		
}

a.rootline_link {
  color:#C0C0FF;
  padding:2px;
  text-decoration:none;
  font-weight:normal;
  font-size:10px;	  
}

/* All Entries */
td.mlink a ,td.mlink1 a,td.mlink2 a, 
td.mlinkf a, td.mlinkf2 a, td.mlinkf3 a {
  width:100%;
  display:block;
  color:#ffffff;
  background-color:#a0a0a0;
  padding:2px;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#f9f9f9;
	    border-top-width:1px;
	    border-top-style:solid;
	    border-top-color:#f9f9f9;					    
background-image: url("menugradient.jpg");	
}

/* All unfocused hover */
td.mlink a:hover, td.mlink2 a:hover, td.mlink3 a:hover { 
  padding:2px;
/*   background-color:#7b963a; */
  background-color:#505050;
  color:#ffffff;
  background-image:none;
}

/* All focused */
td.mlinkf a, td.mlinkf2 a, td.mlinkf3 a {
  width:100%;
  display:block;
  color:505050;
  background-color:f9f9f9;
  background-image:none;
}


div.ptitle {
  background-color:#D0D0D0;
 color:#000000;
  border-width:2px;
  border-style:solid;
  border-color:black;
}

.headline {
  border-width:0px;
  border-style:none;
  border-color:FFFFFF;
  background-color:#ffffff;
  padding:0px;
}

.lefthead {
  border-width:1px;
  border-style:solid;
  border-color:#b0b0b0;
  color:#FFFFFF;
  font-style:Arial,Verdana;
  font-size:20px;
  font-weight:bold;
  padding:4px;
  background-color:#b0b0b0;
}

.righthead {
  border-width:1px;
  border-style:solid;
  border-color:#b0b0b0;
  background-color:#FFFFFF;
  color:#b0b0b0;
  font-style:Arial,Verdana;
  font-size:20px;
  font-weight:bold;
  padding:4px;

}

.bodytext, .contenttable {
  font-family:Verdana,verdana,arial,Arial;
  color:#505050;
  font-size:12px;
  width="100%";
}

.rcol .bodytext {
  color:#ffffff;
}

 .lefttext {
  font-family:Verdana,verdana,arial,Arial;
  color:#505050;
  font-size:9px;
}
  
.bodytext h4 {
 color:#909090;
 font-family:Arial,Verdana;
 font-size:14px;
 padding:0px;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:#e0e0e0;
}


     .rcol {
      font-family: verdana, sans;
      font-size: 12px;
      border-style:none;
      color:#ffffff;
      padding:4px;
      }

      .hhmts {

      font-family: verdana, sans;
      font-size: 8px;
      border-style:none;
      color:#ffffff;
      padding:4px;

      }

      .ltable {
            background-color:#909090;
      }

   
						      
      .path {
            font-weight: bold;
            font-family: verdana, sans;
  font-size: 10px;
	    border-style:none;
	    border-bottom-width:0px;
	    border-bottom-style:solid;
	    border-bottom-color:#ffffff;
            color:#ffffff;					  
	    background-color:#000000;
	    padding:4px;				
	    border-top-width:1px;
	    border-top-color:#ffffff;
	    border-top-style:solid;
            border-bottom-width:2px;
	    border-bottom-color:#000000;
	    border-bottom-style:solid;
            background-image: url("mgraddark.jpg");

	}

      .selected {
            font-weight: bold;
            font-family: verdana, sans;
	    font-size: 12px;
            color:#FFFFFF;
	    padding:4px;				
	}

/*
###########################
CSC Elements               
###########################
*/

.csc-firstHeader {
 color:#909090;
 font-family:Arial,Verdana;
 font-size:14px;
 padding:0px;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:#e0e0e0;
}

.csc-header h4, .csc-header h3 {
 color:#909090;
 font-family:Arial,Verdana;
 font-size:14px;
 padding:0px;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:#e0e0e0;
}

.csc-frame {

}

.csc-frame-frame1 {
}

/*
FORMS outdated 3.x style
*/

.csc-mailform {
  margin: auto;
  border-style:dashed;
  border-width:1px;
  padding:16px;
  border-color:#d0d0d0;
  background-color:#f0f0f0;
}

.csc-mailform-field, .csc-mailform-field label {
  font-family:arial,verdana;
  font-size:12px;
}

.csc-mailform-field {
  padding-top:8px;
}

.csc-mailform-field label {
  width:80px;
  /* border:1px solid blue; */
  display:block;
  float:left;
}


/*
 IMG Align hack
*/

/* this centers images in Gecko/Opera */
div[class="imageorient-0"] table[class="imgtext-table"],
div[class="imageorient-8"] table[class="imgtext-table"] {
  margin: 0 auto;
}

/* this right-aligns images above the text in Gecko/Opera */
div[class="imageorient-1"] table[class="imgtext-table"] {
  float: right;
  width: auto;
}
/* careful, sometimes other tags may follwow the table */
div[class="imageorient-1"] p {
  clear: right;
}


/* this right-aligns images below the text in Gecko/Opera */
div[class="imageorient-9"] table[class="imgtext-table"] {
  float: right;
  width: auto;
}
// this avoids following content to float besides the images
div[class="imageorient-9"] div[class="break"] {
  clear: right;
}



/*
###########################
 special
###########################
*/

/* Right column frames */
.rcol .csc-frame-frame1 {
  background-color:#ffffff;
  margin: 8px 0px 8px 0px;
  border-style:inset;
  border-color:#f0f0f0;
  border-width:2px;
  padding: 8px;
  color:#000000;
}

/* Right column frames */
.rcol .csc-frame-frame1 .bodytext {
  color:#000000;
}



.rcol .csc-caption {
      font-family: verdana, sans;
      font-size: 12px;
      border-style:none;
      color:#ffffff;
      padding:4px;

}