/* Basic hyperlink declarations. */
a:link { color : #B22222; text-decoration: none; }
a:visited { color : #B22222; text-decoration : none; }
a:hover { color : #000080; text-decoration : none; }
/* Default paragraph text formatting. */
p {
font-family: Helvetica, "Bitstream Vera Sans", Verdana, arial, sans-serif;
font-size: 100%;
color: #000000;
margin-bottom: 10px;
margin-top:10px;
padding: 0px;
}
/* Eye-Catching title text formatting. */
.title {
font-family: "Bitstream Vera Sans", Verdana, arial, sans-serif;
font-weight: bold;
font-variant: small-caps;
font-size: 120%;
text-align: center;
color: #008000;
}
/* Admin Module text formatting. */
.admin {
font-family: "Bitstream Vera Sans", Verdana, arial, sans-serif;
font-variant: small-caps;
font-size: 80%;
font-weight: bold;
color: #B22222;
}
/* Event Details text formatting. */
.display {
font-family: "Bitstream Vera Sans", Verdana, arial, sans-serif;
font-variant: small-caps;
font-size: 80%;
color: #000000;
}
/* Required text formatting. */
.required {
font-family: "Bitstream Vera Sans", Verdana, arial, sans-serif;
font-variant: small-caps;
font-size: 90%;
color: #008000;
}
/* Calendar Date text formatting. */
.dateformat {
font-family: "Bitstream Vera Sans", Verdana, arial, sans-serif;
font-variant: small-caps;
font-size: 120%;
font-weight: bold;
color: #B22222;
}
/* Month Title position and text formatting. */
.monthyearspace {
position: absolute;
top: 220px;
left: 1%;
right: 90%;
font-family: arial, helvetica, sans-serif;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 100%;
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #D4ECFB;
color: #B22222;
}
/* Months/Year selector text formatting. */
.sm_cal {
font-family: arial, helvetica, sans-serif;
text-align: center;
font-variant: small-caps;
font-size: 60%;
}
/* ODU logo position. */
.crownspace {
position: absolute;
top: 10px;
left: 1%;
right: 90%;
}
/* calendar position. */
.calendarspace {
position: absolute;
top: 10px;
height: auto;
left: 10%;
right: 1%;
}
/* Month/Year Selector position. */
.monthspace {
position: absolute;
top: 250px;
left: 1%;
right: 90%;
}
/* Go To Today position and text formatting. */
.todayspace {
position: absolute;
top: 430px;
left: 1%;
font-family: "Bitstream Vera Sans", arial, helvetica, sans-serif;
text-align: left;
font-variant: small-caps;
font-size: 80%;
}
/* Calendar text formatting. */
.calendar {
font-family: "Bitstream Vera Sans", arial, helvetica, sans-serif;
text-align: center;
font-variant: small-caps;
font-size: 80%;
color: #000000;
}
/* Event text formatting. */
.events {
font-family: "Bitstream Vera Sans", arial, helvetica, sans-serif;
text-align: left;
font-variant: small-caps;
font-size: 80%;
color: #000080;
}
/* Calendar cell border formatting. */
.cell {
border-style: ridge;
border-width: 1px;
border-color: #000000;
}
/* Data Collection cell formatting. */
.dc_cell {
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #BCD2EE;
}
/* Data Collection cell formatting. */
.dc_cell_hlt {
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #6EC6F1;
}
/* Data Collection cell formatting. */
.dc_cell_match {
border-style: ridge;
border-width: 3px;
border-color: #FF0000;
background-color: #8DCB41;
}
/* Data Collection cell formatting. */
.dc_cell_match2 {
border-style: ridge;
border-width: 3px;
border-color: #FF0000;
background-color: #00A8EC;
}
/* Empty Data Collection cell formatting. */
.dc_cell_blank {
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #800080;
}
/* Outcome Summary Data ODR space. */
.osd_odr {
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #E0EDC5;
}
/* Outcome Summary Data ISS space. */
.osd_iss {
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #FEF76E;
}
/* Outcome Summary Data OSS space. */
.osd_oss {
border-style: ridge;
border-width: 1px;
border-color: #000000;
background-color: #F9C8D8;
}
