/* usercss */

/* id:[16280]
   lm:[2008-06-27 02:21:44]
   cm:escaping="no"
*/
BODY {
 font-family:Verdana, Arial, Helvetica, sans-serif;

color: #DDDDDD;
}


a:link {
 color:#DDDDDD;
 }


a:visited {
 color:#DDDDDD;
 }


a:active {
 color:#DDDDDD;
 }

P.p_footer {
  font-size:smaller;
}

.copyright {
    font-family: Arial; 
	font-size: x-small;
	color: #777777;
	}

.FtrTbl  {
		font-family: arial, helvetica;
		font-size: x-small;
		color: #dddddd;
		}
		
.FtrTblHdr  {
		font-family: arial, helvetica;
		font-size: 6pt;
		font-style: italic;
		font-weight: lighter;
		color: #dddddd;
		}
		
.optional  {
		font-family: arial, helvetica;
		font-size: 10pt;
		font-weight: lighter;
		color: #dddddd;
		}
		
.required  {
		font-family: arial, helvetica;
		font-size: 10pt;
		font-weight: bold;
		color: #dddddd;
		}

.ProfileName {
    font-family: "Lucida Handwriting", Arial, Helvetica, "sans serif" ; 
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #eeeeee;
	}

.SeminarName {
    font-family: Arial, Helvetica, "sans serif" ; 
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #eeeeee;
	}

.SeminarDate {
    font-family: Arial, Helvetica, "sans serif" ; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #aaaaaa;
	}

.SeminarPlace {
    font-family: Arial, Helvetica, "sans serif" ; 
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	}

.SeminarDetail td {
    font-family: Arial, Helvetica, "sans serif" ; 
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	vertical-align: top;
	}

.subhdr0 {
    font-family: Arial; 
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #eeeeee;
	}

.subhdr1 {
    font-family: Arial; 
	font-size: 16px;
	font-style: italic;
	color: #dddddd;
	}

.title1a {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 28px;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	}

.title1b {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	}

.title2 {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
	}

TD {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
  color: #DDDDDD;
 }

.UL_Pubs {
	line-height: 2;
	list-style-type: none;
	}


/*  this stuff is for the showhide script content  */
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 20 30px;		/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;		/* Removes the bullet point that usually goes next to each item in a list. */
  cursor: help;
  
}

#containerul .clicker{			/* Various styles to position the clickable symbols next to the items in the menu. */
  display:block;
  padding-left:12px;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#containerul .symbols{			/* Various styles to position the non-clickable symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

