/**********************************************************/
/*                                                        */
/* msgbox_style.css   (all browsers)                      */
/*                                                        */
/* Kleuren Huisstijl Supplement zie bedrijfsbrochure(pdf) */
/*                                                        */
/* SCRN: verticaal gradient donkergroen => midgroen       */
/* MAIN: verticaal gradient lichtgroen => wit             */
/*                                                        */
/* lichtgroen (olaf)       = rgb(225,234,238) - #e1eaee   */
/* lichtgroen (grad)       = rgb(207,231,236) - #d5e8ec   */
/*                                                        */
/* midgroen-1 (vlak)       = rgb(199,225,230) - #c7e1e6   */
/* midgroen-2 (vlak)       = rgb(164,210,217) - #cfe7ec   */
/* midgroen (logo)         = rgb(106,186,195) - #6abac3   */
/*                                                        */
/* donkergroen (vlak)      = rgb(  0,146,155) - #00929b   */
/* donkergroen (logo)      = rgb(  0,140,153) - #008c99   */
/* donkergroen -2(logo)    = rgb(  0,144,154) - #00909a   */
/* donkergroen (olaf)      = rgb(  0,129,146) - #008192   */
/*                                                        */
/* rood (logo + bold text) = rgb(237, 21, 85) - #ed1555   */
/* rood2(logo + bold text) = rgb(237, 21, 85) - #c4004a   */
/* donkerrood (vlak)       = rgb(237, 28, 36) - #ed1c24   */
/* donkerrood (olaf)       = rgb(196,  0, 74) - #c4004a   */
/*                                                        */
/* zwart (text)            = rgb( 35, 31, 32) - #231f20   */
/* donkergroen (bold text) = rgb(  0,146,155) - #00929b   */
/* wit (text)              = rgb(255,255,255) - #fff      */
/*                                                        */
/* CRB-Productions 2008 - 2009                            */
/*                                                        */
/**********************************************************/

/* MSGBOX start */
  .msg {background: ActiveBorder;background-color: #e1eaee;color: #404040;width: 360px;padding: 6px;border: thin outset;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 100%;text-align: left;}
  .msgTd {width: 5%;}
  .msgButton {background: ButtonFace;color: ButtonText;padding: 4px;text-decoration: none;border: groove thin;}
  .msgTitle {background: #00909a;color: #ffffff;text-align: left;font-weight: bold;padding: 4px;}
  .msglinks {text-decoration: none;background: ButtonFace;color: ButtonText;}
  .msgIcon {background: ActiveBorder;background-color: #e1eaee;color: #ed1555;font-family: Webdings;font-weight: bolder;font-size: xx-large;}
  .window_msg {margin: 0 auto; text-align: center;padding: 10px;width: 360px;}
/* MSGBOX einde */
