@CHARSET "ISO-8859-1";

.mod {
   border:1px solid #A0A0A0;
   background-color:#fff;
   position:relative;
   z-index:0;
   /*background:url('../img/bg_grad.gif') repeat-x bottom center;*/
   
}
.mod2 {
   border:1px solid #eeb727;
   background-color:#fff;
   position:relative;
   z-index:0;
}


.mod .mod-content, .mod2 .mod-content {
   position:relative;
   top:-10px;
   z-index:2;
   margin-left:10px;
   margin-right:10px;
}


.mod-content a:hover{
 color:#EFA207;
 text-decoration:none;
}

.mod-content a{
 color:#013B63;
}

/* x1 = top-right, x1a = top-left, x2 = bottom-right, x2a = bottom-left */
.mod .x1,
.mod .x1a, 
.mod .x2,
.mod .x2a {
   display:block;
   clear:both;
   font-size:0; /* for IE6 */
   height:18px;  /* set height to the size of the corner */
   position:relative;
   /*background:url(../img/cr_big.gif) no-repeat;*/
}

/* x1 = top-right, x1a = top-left, x2 = bottom-right, x2a = bottom-left */
.mod2 .x1,
.mod2 .x1a, 
.mod2 .x2,
.mod2 .x2a {
   display:block;
   clear:both;
   font-size:0; /* for IE6 */
   height:18px;  /* set height to the size of the corner */
   position:relative;
   /*background:url(../img/cr_big_y.gif) no-repeat;*/
}

.mod .x1,
.mod .x2,
.mod2 .x1,
.mod2 .x2 {
   width:100%; /* scales with the module */
   right:-1px; /* overlap borders */
}
.mod .x1a,
.mod .x2a,
.mod2 .x1a,
.mod2 .x2a { /* left corners */
   width:30px;
   left:-2px;
}
.mod .x1,
.mod2 .x1 {
   background-position:100% 0;
   top:-1px;
}
.mod .x1a,
.mod2 .x1a {
   background-position:0 -36px;
}
.mod .x2,
.mod2 .x2 { /* bottom corners get moved */
   position:absolute;
   background-position:100% -18px;
   bottom:-1px; /* overlap bottom border */
}
.mod .x2a,
.mod2 .x2a {
   background-position:0 -54px;
}
