/* Reset Everything */
* { border: none; font-family: sans-serif; margin: 0px; padding: 0px; }
/* Edoceo Favourite Baseline Style */
a { color: inherit; cursor: pointer; text-decoration: none; }
a:hover { color: #ff3030; cursor: pointer; }
address { font-size: 80%; font-weight: 700; }
body { font-size: 12pt; }
code { font-family: monospace; margin: 0px; padding: 0px; }
dd { margin: 4px; }
dt { font-weight: bold; }
/* http://www.maxdesign.com.au/presentation/definition/dl-table-display.htm */
dl.tab { margin: 8px; }
dl.tab dt { border-top: 1px solid #333; clear: both; float:left; margin: 0px; padding: 2px; width: 29%; }
dl.tab dt a { display:block; }
dl.tab dd { border-top: 1px solid #333; float:left; margin: 0px; padding: 2px; width: 69%; }
h1 { font-size: 140%; font-weight: bold; margin: 8px 8px 0px 8px; padding: 2px 8px; }
h2 { font-size: 130%; font-weight: bold; margin: 8px 8px 0px 8px; padding: 2px 6px; }
h3 { font-size: 120%; font-weight: bold; margin: 4px 4px 0px 4px; }
input { padding: 1px; }
input[type=button], input[type=submit] { border: 2px solid #666; cursor: pointer; font-weight: bold; padding: 0px; margin: 0px 5px; min-width: 120px; text-align: center; text-decoration: underline; }
input[type=checkbox] { height: 20px; width: 20px; }
input[type=text], input[type=password], select, textarea { border: 1px solid #666; border-radius: 5px; -moz-border-radius: 5px; margin: 0px; padding: 1px 2px; text-align: inherit; }
li { margin: 1px 1px 1px 20px; }
ol.di { list-style-type: decimal; }
ol.d0 { list-style-type: decimal-leading-zero; }
ol.r { list-style-type: upper-roman; text-align: left; }
ol.l { list-style-type: upper-latin; }
ol.a { list-style-type: upper-alpha; }
ol.lg { list-style-type: lower-greek; }
ol.lr { list-style-type: lower-roman; }
ol.ll { list-style-type: lower-latin; }
ol.la { list-style-type: lower-alpha; }

p { margin: 8px; text-indent: 2em; }
pre { background: #ccc; font-family: monospace; font-size:11pt; margin: 4px; overflow:auto; padding: 1px;  }
td { padding: 1px 2px; text-align: left; vertical-align: top; }
td.l { font-weight: bold; text-align: right; white-space: nowrap; }
th { padding: 1px 2px; text-align: center; }
tr.rero:hover { background-color: #ccc; }
tr.ro { background-color: #ccc; }

/* Primary Menu */
ul.m0 { margin: 0px 0px 8px 0px; padding: 0px; }
ul.m0 li { list-style-type: none; margin: 1px 0px; }
ul.m0 li a { color: #1a6293; display: block; padding: 1px 4px; text-decoration: none; }
ul.m0 li a.hi { background-color: #369; color: #e28139; display: block; text-decoration: none; }
ul.m0 li a:hover { background-color: #369; color: #fff; display: block; text-decoration: none; }
ul.m0 li a span { color: #000; font-size: 80%; font-weight: 400; }
/* Secondary Menu */
ul.m1 { margin: 8px 0px; }
ul.m1 li { list-style-type: none; white-space: nowrap; margin: 0px; padding: 0px; }
ul.m1 li a { display: block; padding: 1px 4px; }
ul.m1 li a:hover { background-color: #1a6293; color: #fff; }

/* Edoceo Standard Classes */
.b { font-weight: bold; }
.c { text-align: center; }
.g { font-size: 110%; }
.l { text-align: left; }
.r { text-align: right; }
.s { font-size: 90%; }

.m8 { margin: 8px 8px 0px 8px; }
.m16 { margin: 16px 16px 0px 16px; }
.m24 { margin: 24px 24px 0px 24px; }
.m32 { margin: 32px 32px 0px 32px; }

.dn { display: none; }
.fb { display: inline; float: left; }
.fb10 { display: inline; float: left; width: 10%; }
.fb20 { display: inline; float: left; width: 20%; }
.fb25 { display: inline; float: left; width: 25%; }
.fb30 { display: inline; float: left; width: 30%; }
.fb40 { display: inline; float: left; width: 40%; }
.fb50 { display: inline; float: left; width: 50%; }
.fb60 { display: inline; float: left; width: 60%; }
.fb70 { display: inline; float: left; width: 70%; }
.fb75 { display: inline; float: left; width: 75%; }
.fb80 { display: inline; float: left; width: 80%; }
.fb90 { display: inline; float: left; width: 90%; }
.fb100 { display: inline; float: left; width: 100%; }
.fc { background: none; border: none; clear: both; display: block; float: none; margin: 0; padding: 0; overflow: hidden; visibility: hidden; }
.fr { float: right; }
.rc { background: #fff; border: 2px solid #1a6293; border-radius: 10px; -moz-border-radius: 10px; padding: 8px; }
.w10 { width: 10%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

.fail { background-color: #f00; border-radius: 5px; -moz-border-radius: 5px; font-size: 110%; font-weight: bold; margin: 12px; padding: 6px; text-align: center; }
.info { background-color: #369; border-radius: 5px; -moz-border-radius: 5px; color: #fff; font-weight: 700; margin: 5px; padding: 5px; text-align: center; }
.warn { border: 2px solid #fc3; border-radius: 5px; -moz-border-radius: 5px; font-size: 110%; font-weight: bold; margin: 12px; padding: 6px; text-align: center; }
/* Zend Uses These */
.error { background-color: #f00; font-size: 110%; font-weight: bold; margin: 12px; padding: 6px; text-align: center; }
