/* Add local css to this file */
/* Try to keep the css classes to the minimum. Use classes from DNN skin css and global.css when you can. */

h2 {
    margin-bottom: .1em;
}

hr.smallMargin {
    margin: .1em 0 .5em 0;
}

input[type="submit"]{
    padding:1em 2em;
}

#content-main a.anchor {
    display:inline;
}

.divAgenda td {
    border:none;
    vertical-align:top;
}

.divAgenda    {font-size:80%}

li.static {
    padding-right:1em;
}

#content-main .error {
    font-size: 1em; color:black;
}

div#floater { position:fixed; z-index: 3000; top: 40%; left:20%; border: solid black 2px; background-color: #f7f7f7; display:inline-block; padding:3px; overflow:visible;}

div#floaterBody { padding:1em;  }
