/*----------------------------------------------------
    Change here for main background style for PLUGIN
----------------------------------------------------*/
body {
    margin: 0px 0px 0px 0px;
    padding:0px;
    background: #E4ECEF;
    font: normal 11px/15px  verdana, arial;
    color: #000000;
    }

table.getword {
    margin-top:0;
    width: 100%;
}
td.getword {
    padding:5;
    color: #5F83B5;
}
font.getwordinfo {
    color: #FFFFFF;
    font-weight: bold;
}
font.getworderror {
    color: #FF6262;
    font-weight: bold;
}

select.language {
    font-family:verdana, arial;
    font-size:7pt;
    margin-left:10;
    color: #444444;
}

/*-----------------------------------------
    Linkstyle of the Mainmenu
-----------------------------------------*/
a.m:link    {    color: #FFFFFF; font-weight: bold; text-decoration: none;    }
a.m:visited {    color: #FFFFFF; font-weight: bold; text-decoration: none;    }
a.m:hover   {    color: #A8E1FF; font-weight: bold; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle of the Premenu
-----------------------------------------*/
a.l:link    {    color: #FFFFFF; font-weight: normal; font-size:8pt; text-decoration: none;    }
a.l:visited {    color: #FFFFFF; font-weight: normal; font-size:8pt; text-decoration: none;    }
a.l:hover   {    color: #A8E1FF; font-weight: normal; font-size:8pt; text-decoration: underline;    }

/*-----------------------------------------
    Linkstyle / Linkstyle highlighted of the Submenu (gridpages)
-----------------------------------------*/
a.pages:link    {    color: #5F83B5; font-weight: bold; text-decoration: none; padding:0 7;   }
a.pages:visited {    color: #5F83B5; font-weight: bold; text-decoration: none; padding:0 7;    }
a.pages:hover   {    color: #000000; font-weight: bold; text-decoration: underline; padding:0 7;    }

a.pages_highlight:link    {    color: #000000; font-weight: bold; text-decoration: underline; padding:0 7;   }
a.pages_highlight:visited {    color: #000000; font-weight: bold; text-decoration: underline; padding:0 7;    }
a.pages_highlight:hover   {    color: #5F83B5; font-weight: bold; text-decoration: none; padding:0 7;    }

/*-----------------------------------------
    Linkstyle of the Footermenu
-----------------------------------------*/
a.f:link    {    color: #6F8491; font-weight: bold; text-decoration: none;    }
a.f:visited {    color: #6F8491; font-weight: bold; text-decoration: none;    }
a.f:hover   {    color: #000000; font-weight: bold; text-decoration: underline;    }

/*-----------------------------------------
    Change here for footer tables
-----------------------------------------*/
table.footer {
    margin-left:6;
}

td.footer {
}

/*-----------------------------------------
    Change here for Headlines style
------------------------------------------*/
h3,h4,h5 {
    margin: 0px 0px 5px 0px;
    }
h1 {
    font-size:13pt;
    margin: 0px 0px 10px 0px;
   }
h2 {
    font-size:10pt;
    margin: 0px 0px 5px 0px;
   }

/*-----------------------------------------
    Other general
------------------------------------------*/
table {  border-collapse: collapse;  }
td {
    padding:0;
    font: normal 11px/15px   verdana, arial;
   }
img { border: 0 }
input,select,textarea {
    font-family:verdana, arial;
    font-size:8pt;
    color: #666666;
}

/*-----------------------------------------
    Linkstyles general
-----------------------------------------*/
a:link    {    color: #5672B0; font-weight: bold; text-decoration: underline;    }
a:visited {    color: #5672B0; font-weight: bold; text-decoration: underline;    }
a:hover   {    color: #0000FF; font-weight: bold; text-decoration: none;    }

a.black:link    {    color: #000000; font-weight: bold; font-size:8pt; text-decoration: underline;    }
a.black:visited {    color: #000000; font-weight: bold; font-size:8pt; text-decoration: underline;    }
a.black:hover   {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: none;    }

/*-----------------------------------------
    Get Word - Logo images
------------------------------------------*/
td.logos {
    color: #FF6262;
    background-color: #415383;
}
td.logos_highlighted {
    color: #FF6262;
    background-color: #778ABB;
}

a.logos:link    {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:visited {    color: #FFFFFF; font-weight: bold; font-size:8pt; text-decoration: none;    }
a.logos:hover   {    color: #5F83B5; font-weight: bold; font-size:8pt; text-decoration: underline;    }

/*-----------------------------------------
    Get Word Process / Edit Word
------------------------------------------*/
.linkword_button {
    height:25;
    width:150;
    margin-left:25;
    color:#000000;
    margin-right:60;
}
.saveword_fileupload {
    width:420;
    height:19;
    margin-left:5
}

.saveword_fileupload_button {
    width:140;
    margin-left:3;
    height:25;
    color:#000000
}
.saveword_http {
    color:#000000;
    width:70;
}
.saveword_url {
    width:240;
    height:19;
    color:#000000;

}
.saveword_inputs {
    width:310;
    height:19;
    color:#000000;

}
.saveword_password {
    width:160;
    height:19;
    color:#000000;

}
.saveword_submitbutton {
    width:160;
    height:25;
    color:#000000
}
.linkword_nopicbutton {
    height:25;
    color:#000000;
}
.saveword_color {
    width:70;
    color:#000000;
}
.saveword_form td {
    padding:3;
}
.saveword_error td {
    padding:10;
    background-color: #FFFFF9;
    border: dashed 1px red;
    color: red;
}


/*-----------------------------------------
    Global Search Button
------------------------------------------*/
.globalsearch_input {
    width:150;
    color:#000000;
}
.globalsearch_submit {

}