body,td,th,table,tr {
    font-family: Verdana;
    font-size: 10px;
    color: #0078CC;
    font-weight: normal;
}

td.stat {
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

td.statnr {
    font-family: Verdana;
    font-size: 16px;
    color: #8A0808;
    font-weight: bold;
}


a.ms3:th {
    font-family: Verdana;
    font-size: 10px;
    color: #0078CC;
}

a.ms1:link {
    text-decoration: none;
    color: #836CA0;
}
a.ms1:visited {
    text-decoration: none;
    color: #836CA0;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.style1 {
    font-family: Verdana;
}


a.ms2:link {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
a.ms2:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
a.ms2:hover {
    color: #FFFF00;
    text-decoration: none;
}
a.ms2:active {
    text-decoration: none;
}




a.ms3:link {
    text-decoration: none;
    color: #836CA0;
    font-weight: bold;
}
a.ms3:visited {
    text-decoration: none;
    color: #836CA0;
    font-weight: bold;
}
a.ms3:hover {
    color: #552AFF;
}
a.ms3:active {
    text-decoration: none;
}



/*==============================================*/
/* index.php body                               */
/*==============================================*/

body {
   padding: 0px;
   margin: 5px 0px;
   text-align: left;
/*   background-color: #B3B3B3;*/
   color: #000000;
   font-family: verdana,helvetica;
   font-size: x-small;
   z-index:0;
}

/*==============================================*/
/* ConceptRTE body                              */
/*==============================================*/


body.rte {
   padding: 5px;
   margin: 5px 5px;
   text-align: left;
   background-color: #D2D2FF;
   color: #000000;
   font-family: verdana,helvetica;
   font-size: x-small;
   z-index:0;
}

/*==============================================*/
/* form tags                                    */
/*==============================================*/

input.button  {
   font-family: verdana,helvetica;
   color: #000000;
   font-size: xx-small;
/*   background-color: #4D4D4D; */
/*   border: 1px solid #000000; */
   z-index:0;
   cursor:pointer;
   cursor:hand;
}

input {
   font-family: verdana,helvetica;
   color: #555566;
   font-size: xx-small;
/*   background-color: #ffffff; */
/*   border: 1px solid #000000;*/
   z-index:0;
   cursor:hand;
}

select {
   font-family: verdana,helvetica;
   color: #000000;
   font-size: xx-small;
   background-color: #FEFFDB;
/*   border: 1px solid #000000; */
   z-index:0;
}

/*==============================================*/
/* Links                                        */
/*==============================================*/

/*a:hover {
   color: #ff6666;
   text-decoration: none;
   z-index:1;
}

a {
   color: #555566;
   text-decoration: none;
   font-weight: bold;
   z-index:1;
}*/

/*==============================================*/
/* Applicable to a DIV tag                      */
/*==============================================*/

.rowTitle {
   border: none;
   text-decoration: none;
   positon:relative;
   margin: 10px 10px 10px 10px;
   visibility:visible;
   font-size:small;
   font-weight: bold;
   width: 700px;
   z-index:0;
   clear:both;
}

.row {
   border: none;
   text-decoration: none;
   positon:relative;
   margin: 10px 10px 10px 10px;
   visibility:visible;
   font-size:x-small;
   width: 700px;
   z-index:0;
   text-align: justify;
   clear:both;
}

.rowPopup {
   border: none;
   text-decoration: none;
   text-align: center;
   positon:relative;
   margin: 10px 10px 10px 10px;
   visibility:visible;
   font-size:x-small;
   z-index:0;
   clear:both;
}

/*==============================================*/
/* Applicable to a SPAN tag to be used in a row */
/*==============================================*/

.label {
   position: relative;
   text-align: right;
   vertical-align: baseline;
   padding-right: 15;
   left: 0;
   font-weight: bold;
   width: 50%;
   z-index:0;
   font-size: xx-small;
   float:left;
}

.field {
   vertical-align: baseline;
   position: relative;
   font-size: xx-small;
   z-index:0;
   float:left;
}

.rteColumn {
   position: relative;
   text-align: left;
   vertical-align: top;
   padding-left: 15;
   left: 0;
   width: 570px;
   z-index:0;
   float:left;
}

.downalodColumn {
   position: relative;
   text-align: right;
   vertical-align: top;
   left: 570px;
   width: 230px;
   z-index:0;
   float:left;
}

.labelPopup {
   position: relative;
   vertical-align: baseline;
   font-weight: bold;
   z-index:0;
   font-size: xx-small;
   float:left;
}

.fieldPopup {
   vertical-align: baseline;
   position: relative;
   font-size: xx-small;
   z-index:0;   
   float:left;
}
