/*----------------------- h --------------------------------------------------------*/
html * { font-family: verdana, tahoma, serif, sans-serif; }

h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 .25em 0; font-family: verdana, tahoma, serif, sans-serif;}
  h1 { font-size: 130% ; margin-top: 25px;}                        /* 24px */
  h2 { font-size: 116.67% }                     /* 20px */
  h3 { font-size: 116.67% }                        /* 18px */
  h4 { font-size: 100% ; margin-top: 25px;}                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic; } /* 14px */

#col3_content p {
	font-size: 110%;
	font-family: verdana, tahoma, serif, sans-serif;
}

#col1_content a, #col3_content a {
    color: #C0C0C0;
    font-family: verdana, tahoma, serif, sans-serif;
	text-decoration: underline;
}

#col3_content a {
	color: #4E4E4E;
}

/*----------------------- dl --------------------------------------------------------*/
dt label {
	float: left;
	width: 10em;
	font-family: verdana, tahoma, serif, sans-serif;
    font-size: 100%;
    font-weight: bold;
}

dd {
    margin-left: 0px;
}

#register_form dt label {
	width: 20em;
}

.characteristics {
	text-align: left;
	line-height: 1.2em;
}

/*####################### basemod.css ########################################################*/

/*----------------------- #header --------------------------------------------------------*/
#header {
	line-height: 77px;
	text-align: left;
	vertical-align: middle;
}

#header .border {
	text-align: left;
}

/*----------------------- #login --------------------------------------------------------*/
#login {
	text-align: left;
}

#login table tr td {
	line-height: 1px;
}

/*----------------------- #footer --------------------------------------------------------*/
#footer {
	text-align: center;
	vertical-align: middle;
}

#footer .border {
	line-height: 21px;
	vertical-align: middle;
}

/*----------------------- #col1 --------------------------------------------------------*/
#col1 h1,
#col1 h2,
#col1 h3,
#col1 h4,
#col1 h5 {
	margin: 0.25em 0 0.25em;
}

/*----------------------- #col3 --------------------------------------------------------*/
#col3 {
	text-align: left;
}

#col3 div {
	text-align: left;
}

#col3 .characteristic_description {
	line-height: 15px;
	font-size: 0.9em;
	font-style: italic;
}

#col3 .characteristic_field_name {
	font-weight: bold;
}

/*####################### nav_shinybuttons.css ########################################################*/

/*----------------------- #nav_undermenu --------------------------------------------------------*/
#nav_undermenu {
	line-height: 0px;
}

#nav_undermenu ul li {
	font-size: 1.0em;
}

#nav_undermenu ul li a,
#nav_undermenu ul li strong {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

