.caption
     {
     font-family:arial,helvetica;
     font-size:11px;
     color: black;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,
   acting as the default unless later overruled. */

.calendar
     {
     font-family:arial,helvetica;
     font-size:11px;
     color: black;
     background-color: #007DCC;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink
     {
     color: black;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header
     {
     background-color: #EDD3D3;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day
     {
     background-color: #EEEEEE;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday
     {
     background-color: #FD8B3A;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* Scrollbar */
body {
	scrollbar-3dlight-color : #9AB3E7;
	scrollbar-arrow-color : #FD8B3A;
	scrollbar-base-color : #9AB3E7;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #007DCC;
	scrollbar-highlight-color : #9AB3E7;
	scrollbar-shadow-color : #007DCC;
	scrollbar-track-color : #9AB3E7;
}
/* Normál linkek */

A {
                color: #003399;
                text-decoration: none;
                font-style: normal;
}

A:visited {
                color: #003399;
                text-decoration: none;
}

A:hover {
                color: #FF6600;
                text-decoration: underline;
}

/* Light linkek */

A:link.light {
                color: Gray;
                text-decoration: none;
}

A:visited.light {
                color: Gray;
                text-decoration: none;
}

A:hover.light {
                color: #8B0000;
                text-decoration: underline;
}

.Form-Textbox {
        border: 1px #191970 groove;
        background : #EEEEEE no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
}

.Form-Textarea {
        border: 1px groove #191970;
        background : #EEEEEE no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
}

.Form-Combobox {
        border: 1px groove #191970;
        background : #EEEEEE no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
}

.Form-Checkbox {
        border: 1px groove #191970;
        background : #EEEEEE no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
}

.Form-Checkbox-Special {
        border: 1px groove #191970;
        background : #AB897F no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
}

.Form-Checkbox-Warning {
        border: 1px groove #191970;
        background : #AD5338 no-repeat;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
}

.Table-Highlight { ; border: 2px #FD8B3A solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #FFFF99}
.Table-Solid { ; border: 2px #007DCC solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #EDD3D3; text-decoration: none}
.Titlefont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000; text-decoration: none}
.Titlefont-Highlight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #D31403; text-decoration: none }
.Normaltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none}
.Form-Button { border: 1px groove #191970; background : #FD8B3A no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }


