.mod_container {
   overflow: hidden;
   width: 100%;
   /*font-family: arial, "lucida console", sans-serif;*/
}

.mod_mymod_actions {
   margin-top:10px;
   text-align: center;
}

.mod_mymod_actions ul {
   list-style-type:none;
   display: inline;
}

.mod_mymod_actions ul li {
   margin-left: 0;
   padding: 5px 5px;
   border-left: 1px solid #000;
   list-style: none;
   display: inline;
}

.mod_mymod_actions ul li.first {
   margin-left: 0;
   padding: 5px 5px;
   border-left: none;
   list-style: none;
   display: inline;
}

#mod_header {
   text-align: center;
   margin-bottom:10px;
}

#mod_text {
   border: 2px solid #000000;
   background: white;
   margin-right:10px;
   margin-left:10px;
   overflow: hidden;
   padding: 6px;
}

#mod_pic_caption {
   font-size: 150%;
   text-align: center;
   margin-bottom:10px;
}

.mod_gentable {
   font-size: 10pt;
}

.mod_gentitle {
   color: #ffffff;
   font-size: 150%;
   text-align: center;
}

.mod_gentitle A:link {text-decoration: underline; color: white}
.mod_gentitle A:visited {text-decoration: underline; color: white}
.mod_gentitle A:active {text-decoration: underline overline; color: white}
.mod_gentitle A:hover {text-decoration: underline overline; color: white}

#mod_title {
   clear:both;
   font-size: 150%;
   margin-top:10px;
   margin-bottom:10px;
   text-align: center;
}

#mod_pagelinks {
   margin-top:10px;
   text-align: center;
}

div.mod_warning_note {
   color: red;
   font-size: 150%;
   text-align: center;
}
div.mod_error_note {
   color: red;
   font-size: 150%;
   text-align: center;
}

div.mod_info_note {
   color: blue;
   font-size: 150%;
   text-align: center;
}

/* tooltip */
a.info {
   font-family: Tahoma, Arial, Sans-Serif;
   text-decoration:none; 
   position: relative;
}

a.info span {
   position: relative;
   display:none;
}

a.info:hover {
   position: relative;
   cursor:default;
}

a.info:hover .infobox {
   font-weight: normal; 
   display:block; 
   position:absolute; 
   top:20px;;
   left:25px;
   width:205px; 
   height:70px; 
   border: 1px solid #ccc; 
   background:#f4f4f4 url(../buttons/question.gif) no-repeat bottom right; 
   color:#000; 
   text-align:left; 
   font-size:10pt; 
   padding-left:10px; 
   padding-top:10px;
}

