@import url(/styles.css);

.page #content #content-inner #alpha h1 {
    padding: 0;
}

#content #content-inner #alpha h1 img {
    width: 100%;
}

#content #content-inner #alpha .pageback {
    margin-bottom: 30px;
}

#content #content-inner #alpha ul.putiidea {
    margin-bottom: 20px;
}

#content #content-inner #alpha ul.putiidea li {
    margin: 3px 0px;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    padding: 5px;
    background: #FFFBF6;
    background: -moz-linear-gradient(top, #FFFBF6 0%, #FAEEE9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBF6), color-stop(100%,#f9f5f0));
    background: -webkit-linear-gradient(top,  #FFFBF6 0%,#f9f5f0 100%);
    background: -o-linear-gradient(top, #FFFBF6 0%,#f9f5f0 100%);
    background: -ms-linear-gradient(top, #FFFBF6 0%,#f9f5f0 100%);
    background: linear-gradient(to bottom, #FFFBF6 0%,#f9f5f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFBF6', endColorstr='#f9f5f0',GradientType=0 );
}

#content #content-inner #alpha ul.putiidea li a {
    background: url(/design-image/listmark.gif) no-repeat 5px 50% transparent;
    padding-left: 18px;
}

#content #content-inner #alpha ul.putiidea li span {
    background: #c00;
    color: #fff;
    font-size: 85%;
    padding: 0px 3px;
}

#content #content-inner #alpha .pi_description {
    color: #415921;
    border: solid 2px #B9CF98;
    padding: 10px;
    margin-bottom: 20px;
}

#content #content-inner #alpha .pi_description ul {
    margin-bottom: 0;
}

#content #content-inner #alpha .pi_description ul li {
    background: none;
    padding-left: 0;
}

#content #content-inner #alpha .contactbanner {
    padding: 8px;
    margin: 0px 0px 5px;
    border: solid 1px #fff;
    border-radius: 8px;
    background: #bee08e;
    background: -moz-linear-gradient(top,  #bee08e 0%, #9ed55d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bee08e), color-stop(100%,#9ed55d));
    background: -webkit-linear-gradient(top,  #bee08e 0%,#9ed55d 100%);
    background: -o-linear-gradient(top,  #bee08e 0%,#9ed55d 100%);
    background: -ms-linear-gradient(top,  #bee08e 0%,#9ed55d 100%);
    background: linear-gradient(to bottom,  #bee08e 0%,#9ed55d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee08e', endColorstr='#9ed55d',GradientType=0 );
}

#content #content-inner #alpha .contactbanner a {
    color: #000;
}

#content #content-inner #alpha .contactbanner a.more {
    background-position: 100% 50%;
}

#content #content-inner #alpha .pagenate {
    text-align: right;
    margin-bottom: 20px;
}

#content #content-inner #alpha .pagenate span.current_page,
#content #content-inner #alpha .pagenate a.link_page,
#content #content-inner #alpha .pagenate a.link_before,
#content #content-inner #alpha .pagenate a.link_next {
    display: inline-block;
    padding: 8px;
    min-width: 0;
    min-height: 0;
    border: 1px solid #ccc;
    margin: 0px 2px;
    text-align: center;
}

#content #content-inner #alpha .pagenate span.current_page {
    background: #B9CF98;
    font-weight: bold;
}

.page #alpha table,
.page #alpha table th,
.page #alpha table td {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.page #alpha table th {
    width: 4.5em;
}