/* ****************** The Dublin Core Metadata Initiative  ****************** */
/* ****************** http://dublincore.org/  ****************** */

/* ****************** Style for links  ****************** */
a {
background: transparent;
cursor: pointer;
}

a:link {
color: #333333;
text-decoration: underline;
}

/*
a:navlink {
color: #333333;
text-decoration: none;
}
*/

a:visited {
color: #666666;
text-decoration: underline;
}

a:active {
color: #FF6600;
text-decoration: underline;
}

a:hover {
color: #FF6600;
text-decoration: underline;
}

a.more {
color: #FF3300;
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}

/* ****************** Style for misc body elements  ****************** */
address {
font-style: italic;
}

body {
background-color: #FFFFFF;
}

big, legend {
font-weight: bold;
}

div.intro {
font-weight: bold;
padding: 0% 0% 0% 0%;
color: #333333;
}

div.rss-title {
font-weight: bold;
padding: 0% 0% 3% 0%;
color: #666666;
}

div.rss-description {
font-style: normal;
}

cite {
font-style: italic;
}

code, kbd, samp, tt {
font-family: monospace;
}

dt {
font-weight: bold;
margin-top: 10px;
}

pre {
/* border: solid thin; */
/* margin-left : 0; */
/* white-space: pre; */
padding: 1% 1% 1% 1%;
font-family: courier;
}

/* ****************** Style for form elements  ****************** */
button {
cursor: auto;
}

input {
color: #333333;
cursor: auto;
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
}

textarea {
cursor: text;
}

/* ****************** Style for paragraphs  ****************** */
p.copyright {
font-size: 12px;
}

/* ****************** Style for headings  ****************** */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
font-weight: bold;
}

h1 {
color: #000000;
}

h2 {
color: #333333;
}

h3 {
color: #666666;
}

h4 {
color: #999999;
}

h5 {
color: #999999;
}

h6 {
color: #999999;
}

/* ****************** Style for smaller text and sans serif text  ****************** */
.crumb, .cvstag, .footer, .note, .metadata {
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}

.sans {
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
}

small, sub, sup {
font-size: 14px;
}

.small {
font-size: 13px;
}

.smallsans {
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

dt.navlist {
line-height: 1.2;
font-weight: normal;
}

/* ****************** Style for table elements  ****************** */
table.milestone {
background: #EEEEEE;
}

td {
margin-left: 0;
}

td.metadata {
background: #EEEEEE;
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}

th {
font-weight: bold;
margin-left: 0;
text-align: center;
}

/* ****************** Style for list elements  ****************** */
dir, menu, ul {
list-style: disc;
}

ol {
list-style: decimal;
}

ol.none {
list-style: none;
}

ol.loweralpha {
list-style: lower-alpha;
}

ol.lowerroman {
list-style: lower-roman;
}

ol.upperalpha {
list-style: upper-alpha;
}

ol.upperroman {
list-style: upper-roman;
}

ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {
list-style: lower-alpha;
}

ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {
list-style: lower-roman;
}

ol ol ol ol {
list-style: decimal;
}

ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {
list-style: circle;
}

ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {
list-style: square;
}

ul ul ul ul {
list-style: disc;
}

ul.toc {
list-style: disc;		/* Mac NS has problem with 'none' */
list-style: none;
list-style-type: none;
}