#header .wrapper { width: 980px; margin: 0 auto; }
.secondary { display: none; }
#transparent div#mainbody {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #172447;
    overflow: auto;
    width: 980px;
    margin: 0 auto;
}
.clear { clear: both; }

#content { width: 700px; }
h1 { color: #fff; font-style: italic; }

#judgePager { list-style: none; margin: 0; padding: 20px 0 0 0; height: 175px; }
#judgePager li { width: 151px; margin-right: 8px; float: left; font-size: 0.8em; }
#judgePager li a {
    display: block;
    background: #424d69;
    border: 5px solid #2d3b58;
    padding: 6px 0;
    color: #fff;
}
.bordered img, #judgePager img { display: block; margin: 0 auto; border: 1px solid #897f39; }
#judgePager .name { color: #fff; display: block; padding-top: 8px; text-align: center;  }

.bordered {
    background: #424d69;
    padding: 5px;
    border: 5px solid #2d3b58;
}
.rsform {
    float: right;
    margin: 0 0 10px 10px;
    background: #424d69;
    padding: 5px;
    border: 5px solid #2d3b58;
}

#searchForm { text-align: center; padding-top: 40px; }
#searchForm input {
    width: 400px;
    border: 0;
    background: #424d69;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-top: 5px;
}

.home h1, .home p { padding-left: 37px; padding-right: 37px; }

#jag-footer { line-height: 2; }

.judgeLg { width: 259px; float: left; }
.jContent { width: 400px; float: left; margin-left: 30px; }
.jContent .status { list-style: none; margin: 0; padding: 0; font-size: 1.2em; line-height: 1.5; }
.jContent .links { list-style: none; margin: 0; padding: 0; }
#transparent .jContent .links a { color: #c0b03a; font-size: 1.2em; font-weight: bold; }
.jContent li { padding-bottom: 1em; }


/* BEGIN Carousel CSS */

.jcarousel-container-horizontal {
    width: 636px;
    padding:  0 37px;
    position: relative;
}

.jcarousel-clip-horizontal {
    width: 636px;
}

.jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 17px;
    height: 32px;
    background: url('img/pager-arrows.gif') no-repeat 0 -32px;
    cursor: pointer;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 17px;
    height: 32px;
    background: url('img/pager-arrows.gif') no-repeat 0 0;
    cursor: pointer;
}

.jcarousel-item { 
    margin: 0px 3px 0px 2px; 
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container .secondary { display: block; }
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* END Carousel */
