.stripedTab {
border-collapse: separate;
border-spacing: 4px 4px;
z-index: expression(
    runtimeStyle.zIndex = 1,
    cellSpacing = 4
  );
}

table[class="stripedTab"] {
width: 80%;
margin-top: 2em;
}


.stripedTab td {
border: 1px #e0e0e0 solid;

}

.stripedTab td,.stripedTab th {
padding: 6px;
text-align: center;
}

.stripedTab th {
background:#fa6d15;
color: #fff;
font-weight: normal;
text-indent:0;
}

.stripedTab .strong th,.stripedTab tr:first-child th {
text-transform: uppercase;
font-weight: bold;
padding: 8px;
}

.stripedTab tr:nth-child(2n) {
background: #e0e0e0;
}
/**ie8fix**/
.stripedTab .even {
background:#fff;
}

.stripedTab .odd {
background:#e0e0e0;
}

/**ie8fixEnd**/

/************************************************************************************/
.specialBox {
max-width: 800px;
}

.specialBox table {
width: 100%;
}
/*************************************************************************************/
#globalBox .imgBox img {
margin-bottom: 5px;
}

#globalBox .r {
float: right;
margin-left: 6px;
}

#globalBox .l {
float: left;
margin-right: 6px;
}

/************************************************************************************/
#globalBox .specialStrong {
font-size:200%;
color:#f76012;
}

#globalBox .specialStrong a,.specialStrong a:visited {
background:none;
color:#f76012;
padding:0 2px;
}

#globalBox .specialStrong a:hover {
background-image:none;
background-color:#f76012;
color:#fff;
}

