object { outline:none; }
body {
   background-color: #828282;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 81.25%
}
body.page #body-content {
    background-color: white;
}
#wrapper {
   width: 1000px;
   position: relative;
   left: 50%;
   margin-left: -500px;
   background-color: #E3E3E3;
   margin-top: 5px;
}
#header {
   background-image: url(../images/header_100.jpg);
   height: 100px;
}
#main-menu {
   height: 17px;
   text-align: right;
   padding-top: 10px;
}
#main-menu a {
   color: black;
}
#footer {
   height: 30px;
}
#header #logo-container {
   text-indent: -1000px;
    width: 215px;
    height: 95px;
}
#header #logo-container a {
    display: block;
    width: 100%;
    height: 100%;    
}
#footer a {
   color: black;
}
#top-body-content-border {
    height: 8px;
    background-image: url(../images/grey-gradient-line.gif);
    background-repeat: repeat-x;
}
#bottom-body-content-border {
    height: 8px;
    background-image: url(../images/grey-gradient-line-mirrored.gif);
    background-repeat: repeat-x;
    
}
/* start news */
.news-story {
    border: 1px red solid;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
}
.current-news-story {
    border: 3px #c00000 solid;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
}
.news-story .hititle, .current-news-story .hititle {
    font-weight: bold;
    color: red;
}
.news-story .title a, .current-news-story .title a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
.news-story .subtitle, .current-news-story .subtitle {
}
/* end news */
/* start processes-modules menu */
ul#processes-modules-menu {
    padding: 0;
    width: 100%;
    list-style: none;
    border: 1px red solid;
    margin-top: 5px;
}
ul#processes-modules-menu li {
    margin: 0;
    text-indent: 10px;
    width: 100%;
    vertical-align: middle;
}
ul#processes-modules-menu li a {
    display: block;
    height: 100%;
    width: 100%;
}
ul#processes-modules-menu li.red {
    height: 26px;
    background-color: red;
    font-weight: bold;
}
ul#processes-modules-menu li.red a {
    color: white;
}
ul#processes-modules-menu li.white {
    height: 22px;
    background-color: white;
    display: table;
    border-collapse: collapse;
    border-color: red;
    border-style: solid;
    border-width: 1px 0;
}
ul#processes-modules-menu li.white a {
    color: black;
}
/* end processes-modules menu */
/* start dropdown menu */
#dropdown-menu {
    float: right;
    margin: 0;
    padding: 0;
}
#dropdown-menu li {
    float: left;
    list-style: none;
/*    font: 12px Tahoma, Arial;*/
    padding: 0 3px;
}
#dropdown-menu li a {
    display: block;
/*	background: #20548E;*/
/*	padding: 5px 12px;*/
/*	text-decoration: none;*/
/*	border-right: 1px solid white;*/
/*	width: 70px;*/
/*	color: #EAFFED;*/
	white-space: nowrap;
}
.menu a {
    text-decoration: none;
}
.menu a:hover {
/*    background: #1A4473;*/
    text-decoration: underline;
}
#dropdown-menu li ul {	
    z-index: 2;
    margin: 0;
	padding: 0;
    margin-left: -12px;
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
    background-color: #E3E3E3;
}
#dropdown-menu li ul li {	
    float: none;
    display: block;
    width: auto;
    text-align: left;
}
#dropdown-menu li ul li.even {	
    background-color: #d9d9d9;
}
#dropdown-menu li ul li a {	
    width: auto;
/*    background: #9F1B1B;*/
}		
#dropdown-menu li ul li a:hover {
    background-color: #ececec;
}
/* end dropdown menu */

/* start wiki */
.wikileftcol a:hover {
    background-color: yellow;
}
#wiki-body-content .left-wrapper {
    position: fixed;
}
/* end wiki */

/* start regular page content */
#body-content-center h1.title {
    text-align: center;
    font-size: 1.7em;
    margin-top: 8px;
}
#body-content-center ul ul{
	list-style-type: circle; 
	padding: 0;
}
/* end regular page content */
.highlight {
    background-color: #f1c9d1;/*#a0cbf6;*/
}
div.highlights-teaser {
    margin-top: -10px;
}
.register-odd {
    background-color: #e3e3e3;
}
.register-even {
    background-color: white;
}
p.error_text {
    font-weight: bold;
}
