/* This is the css file of the default skin with comments for the individual formats */

body, a, li { font-size: 8pt; font-family: Arial, helvetica, sans-serif; text-decoration:none; }
a:visited { color: #0000FF; }
td { font-size: 8pt; font-family: Arial, helvetica, sans-serif; text-decoration:none; vertical-align:top; }

/* the next styles are meant for forms */
form { margin:0; padding:0;}
input, textarea { background-color: #F5F5F5; font-size: 8pt; border-style: solid; border-width: 1;}
select { font-family: Arial, helvetica, sans-serif; background-color: #F5F5F5; font-size: 8pt; }


/* Main menu settings for selected / not selected tabs */
#notselected { font-size: 8pt; background-color: #006699; color: #cccccc; font-weight: bold; text-align: center; }
#selected { font-size: 8pt; background-color: #cccccc; color: #006699; font-weight: bold; text-align: center; }

/* calendar module */
/* used for the year view in the calendar */
#small {font-size: 8pt;}
/* used to mark the inactive days of the previous and next month in the month box of the calendar */
#vn { color:silver; }
/* Headline of the calendar datepicker */
#cal { background-color: #006699; color: #cccccc; font-weight: bold; text-align: right; }

/* Module related submenu */
/* l = low : not selected */
#ml { background-color: #006699; color: #CCCCCC; font-weight: bold; text-align: center; }
/* h = highlight : selected */
#mh { background-color: #F0F0E0; color: #005588; font-weight: bold; text-align: center; }

/* styles used in several modules */
/* moves content of a table cell to the right = align=right */
#ri { text-align: right; }
/* special style for the default submit icon so it appears transparent */

/* used in the help files */
#normal { font-size: 10pt; }

