/*General settings*/
body
{
  font-family: Verdana;
  font-size:12;
  background-color:#FFFFFF;
  background-position : center;
}
body.white
{
  font-family: Verdana;
  font-size:12;
  background-color:#FFFFFF;
}
body.message_header
{
  font-family: Verdana;
  font-size:12;
  background-color:#D2D2D2;
}
p.big,FONT.big
{
  font-family: Verdana;
  font-size:14;
}
p.small
{
  font-family: Verdana;
  font-size:10;
  margin-top: 0.0;
  margin-bottom: 0.0;
}
p.very_small
{
  font-family: Verdana;
  font-size:9;
  margin-top: 0.0;
  margin-bottom: 0.0;
}
font.very_small
{
  font-family: Verdana;
  font-size:9;
}
TD.big
{
  font-family: Verdana;
  font-size:14;
}
TD.small
{
  font-family: Verdana;
  font-size:10;
}
TD.very_small
{
  font-family: Verdana;
  font-size:9;
}

A.small:link
{
  font-family: Verdana;
  font-size:10;
}
A.small:hover
{
  font-family: Verdana;
  font-size:10;
}
A.small:visited
{
  font-family: Verdana;
  font-size:10;
}

p.success
{
  font-family: Verdana;
  font-size:12;
  color:#006699;
  font-weight:bold;
}
p.error
{
  font-family: Verdana;
  font-size:12;
  color:#FF0066;
  font-weight:bold;

}
/*Left menu settings*/
A.menu:link
{
    cursor : normal;
    background: transparent ;
    text-decoration:underline;
    color: #0099CC;
    font-family:Verdana;
    font-size:12;
   }

 A.menu:visited
  {
 cursor : normal;
 background:transparent;
 text-decoration: underline;
 color: #0099CC;
 font-family:Verdana;
 font-size:12;
 }

A.menu:active
 {
 background-color : #0099CC;
 color: White;
 font-family:Verdana;
 font-size:12;
}

A.menu:hover
  {
 cursor : normal;
 background:transparent;
 text-decoration:none ;
 color: darkblue;
 font-family:Verdana;
 font-size:12;
 }

A.submenu:link
{
    cursor : normal;
    background: transparent ;
    color: #0099CC;
    font-family:Verdana;
    font-size:11;
}

 A.submenu:visited
  {
 cursor : normal;
 background:transparent;
 color: #0099CC;
 font-family:Verdana;
 font-size:11;
 }

A.submenu:active
 {
 background-color : #0099CC;
 color: White;
 font-family:Verdana;
 font-size:11;
}

A.submenu:hover
  {
 cursor : normal;
 background:transparent;
 text-decoration:none ;
 color: darkblue;
 font-family:Verdana;
 font-size:11;
 }

A.error:link
{
    cursor : normal;
    background: transparent ;
    color: #FF0066;
    font-family:Verdana;
    font-size:11;
}

 A.error:visited
  {
 cursor : normal;
 background:transparent;
 color: #FF0066;
 font-family:Verdana;
 font-size:11;
 }

A.error:active
 {
 color: #FF0066;
 font-family:Verdana;
 font-size:11;
}

A.error:hover
  {
 cursor : normal;
 background:transparent;
 text-decoration:none ;
 color: #FF0066;
 font-family:Verdana;
 font-size:11;
 }

A.directory:link
{
    cursor : normal;
    color: #0099CC;
    font-family:Verdana;
    font-size:12;
   }

A.directory:visited
  {
 cursor : normal;
 font-family:Verdana;
 font-size:12;
 }
A.file:link
{
    cursor : normal;
    color: #0099CC;
    font-family:Verdana;
    font-size:11;
}

A.file:visited
{
 cursor : normal;
 font-family:Verdana;
 font-size:11;
}
/* buttons settings */
input.command
{
 background:#0099CC;
 color: #FFFFFF;
 font-family:Verdana;
 font-size:11;
 font-weight:bold;
}
input.command_error
{
 background:#0099CC;
 color: #FF0066;
 font-family:Verdana;
 font-size:11;
 font-weight:bold;
}
TD.message_header
{
 background:#0099CC;
 color: #FFFFFF;
 font-size:9pt;
 font-family:Verdana;
 font-weight:bold;
}
TD.message_header_error
{
 background:#0099CC;
 color: #FF0066;
 font-size:9pt;
 font-family:Verdana;
 font-weight:bold;
}
/* Table list settings */
TH.inbox
{
  background-color=#0099CC;
  color:000000;
  font-size:13
  font-family:Verdana;
  font-weight:bold;
}
TH.calendar
{
  background-color=#0099CC;
  color:000000;
  font-size:13;
  font-family:Verdana;
  font-weight:bold;
}
TH.abook
{
  background-color=#0099CC;
  color:000000;
  font-size:13;
  font-family:Verdana;
  font-weight:bold;
}
TD.inbox
{
  color:000000;
  font-size:12;
  font-family:Verdana;
  font-weight:bold;
}
TD.abook
{
  color:000000;
  font-size:12;
  font-family:Verdana;
  font-weight:bold;
}
TD.inbox_seen
{
  color:000000;
  font-size:12;
  font-family:Verdana;
}
TD.calendar
{
  color:000000;
  font-size:12;
  font-family:Verdana;
}
TD.appointment
{
  color:000000;
  font-size:12;
  font-family:Verdana;
}
TD.message
{
  color:000000;
  font-size:12;
  font-family:Verdana;
}
TD.appointment_red
{
  color:FF0066;
  font-size:12;
  font-family:Verdana;
}
TD.message_red
{
  color:FF0066;
  font-size:12;
  font-family:Verdana;
}
TD.profile_red
{
  color:FF0066;
  font-size:12;
  font-family:Verdana;
}
TD.abook_red
{
  color:FF0066;
  font-size:12;
  font-family:Verdana;
}
TD.error_message
{
  color:FF0066;
  font-size:10px;
}
/* settings for calendar - show month*/
A.calendar:link
{
  font-size=10;
}
A.calendar:visited
{
  font-size=10;

}
A.calendar:hover
{
  font-size=10;
  color:#0011FF
}
A.calendar:active
{
  font-size=10;

}
A.calendar_bold:link
{
  font-weight:bold;
  font-size=10;
}
A.calendar_bold:visited
{
  font-weight:bold;
  font-size=10;
}
A.calendar_bold:hover
{
  font-weight:bold;
  font-size=10;
  color:#0011FF
}
A.calendar_bold:active
{
  font-size=10;
  font-weight:bold;
}
A.holiday:link
{
  font-size=10;
  color=#FF0022;
}
A.holiday:visited
{
  font-size=10;
  color=#FF0022;
}
A.holiday:hover
{
  font-size=10;
  color=#FF00FF;
}
A.holiday:active
{
  font-size=10;
  color=#FF0022;
}
A.holiday_bold:link
{
  font-size=10;
  font-weight:bold;
  color=#FF0022;
}
A.holiday_bold:visited
{
  font-size=10;
  font-weight:bold;
  color=#FF0022;
}
A.holiday_bold:hover
{
  font-size=10;
  font-weight:bold;
  color=#FF00FF;
}
A.holiday_bold:active
{
  font-size=10;
  font-weight:bold;
  color=#FF0022;
}

A.abook:link
{
  color=#006699;
  font-size=13;
  font-family:Verdana;
  font-decoration:none;
  font-weight:bold;
}
A.abook:visited
{
  color=#006699;
  font-size=13;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}
A.abook:hover
{
  color=#006699;
  font-size=13;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}
A.abook:active
{
  color=#006699;
  font-size=13;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group:link
{
  color=darkblue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group:visited
{
  color=darkblue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group:hover
{
  color=darkblue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group:active
{
  color=darkblue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group_light:link
{
  color=blue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group_light:visited
{
  color=blue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group_light:hover
{
  color=blue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

A.abook_group_light:active
{
  color=blue;
  font-size=12;
  font-decoration:none;
  font-family:Verdana;
  font-weight:bold;
}

TD.calendar_selected
{
  background-color=#928292;
  font-size:12;
  color=#FFFFFF;
}
TD.abook_selected
{
  background-color=#928292;
  font-size:12;
  color=#FFFFFF;
}

/* General links settings */

A:link
{
  text-decoration:none ;
  cursor : normal;
  color: #0099CC;
  font-family:Verdana;
  font-size:12;
}

A:visited
{
  text-decoration:none ;
  cursor : normal;
  color: #0099CC;
  font-family:Verdana;
  font-size:12;
}

A:active
{
 text-decoration:none ;
 color: #0099CC;
 font-family:Verdana;
 font-size:12;
}

A:hover
{
 text-decoration:none ;
 color: #0099CC;
 cursor : normal;
 font-family:Verdana;
 font-size:12;
}

/*   Help text  Settings  */
.help{
 color :#0099CC;
 font-size : 10;
 font-family : Verdana;
}
TD.index_header
{
  color:#000000;
  font-size:16;
  font-weight:bold;
  background-color:#0099CC;
  font-family : Verdana;
}
TD.login_form
{
  color:#000000;
  font-size:12;
  background-color:#D4D4D4;
  font-family : Verdana;
}
TABLE.login_table
{
   border-style: solid;
   border-color: #0099CC;
}
HR.blue
{
  color:0099CC;
}
TD.blue
{
  color:0099CC;
  font-size:12;
  font-family : Verdana;
}

TD.cal_day_app
{
  font-family : Verdana;
  font-size:11;
  color:#090909;
  background-color:#FFFFFF;
  border:1;
  border-style: solid;
  border-color: #0099CC;
}
TD.cal_day_empty_sec
{
  font-family : Verdana;
  font-size:11;
  color:#090909;
  background-color:#9CA143;
  border:1;
  border-style: solid;
  border-color: #000000;
}
TD.cal_day_empty
{
  font-family : Verdana;
  font-size:11;
  color:#090909;
  background-color:#FFFF80;
  border:1;
  border-style: solid;
  border-color: #000000;
}
TD.cal_day_allday
{
  font-family : Verdana;
  font-size:11;
  border:1;
  border-style: solid;
  border-color: #0099CC;

}
frame
{
  border:1;
  bolder-color:#0099CC;
}
textarea.note
{
  background:##;
}

/* settings for pages*/
A.page:link
{
  font-size=10;
  text-decoration:underline;
}
A.page:visited
{
  font-size=10;
  text-decoration:underline;
}
A.page:hover
{
  font-size=10;
  color:#0011FF;
  text-decoration:none;
}
A.page:active
{
  font-size=10;
  text-decoration:underline;
}

A.page_active:link
{
  font-size=10;
  color=#FF0022;
  text-decoration:underline;
}
A.page_active:visited
{
  font-size=10;
  color=#FF0022;
  text-decoration:underline;
}
A.page_active:hover
{
  font-size=10;
  color=#FF00FF;
  text-decoration:none;
}
A.page_active:active
{
  font-size=10;
  color=#FF0022;
  text-decoration:underline;
}