/*
NOTE: Content Overlays (the frame), hold z-index 100. that should give plenty of room above and below.
*/
html {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    height:100%;
}
div {
    position: relative;
    z-index: 0;
    scrollbar-arrow-color: #000000;
    scrollbar-face-color: #A89B66;
    scrollbar-highlight-color: #D8CEAA;
    scrollbar-shadow-color: #95865B;
    scrollbar-track-color: #D8CEAA;
}
span {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
select {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
}
input {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
}
button {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
}
textarea {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
}
body {
    background-color: #948859;
    height:100%;
}
img {
    border-style: none;
}
form {
    margin:0px;
}

a.redlink {
    text-decoration: none; color: rgb(255,255,255)
}

/* -------------------------------------------------------- */


#main_body {
    overflow:visible;
    text-align:left;
    width:800px;
    height:auto;
}
#main_container {
    overflow:visible;
    text-align:left;
    width:780px;
    left:10px;
    background-color:#D2CAA2;
    height:auto;
}
/* -------------------------------------------------------- */

#main_header {
    overflow:visible;
    text-align:left;
    width:780px;
    height:153px;
}
#main_header div {
    position:absolute;
}

#country_selectors {
    top:  10px;
    left: 147px;
    z-index: 101;
}

#navTop	 {top:  0px; left: 441px; z-index: 101;}
#navA	 {top:  9px; left: 441px; z-index: 101;}
#navI	 {top:  9px; left: 480px; z-index: 101;}
#navB	 {top:  9px; left: 519px; z-index: 101;}
#navC	 {top:  9px; left: 558px; z-index: 101;}
#navD	 {top:  9px; left: 597px; z-index: 101;}
#navE	 {top:  9px; left: 636px; z-index: 101;}
#navF	 {top:  9px; left: 675px; z-index: 101;}
#navG	 {top:  9px; left: 715px; z-index: 101;}
#navAt	 {top:  0px; left: 441px; z-index: 102; visibility: hidden;}
#navIt	 {top:  0px; left: 480px; z-index: 102; visibility: hidden;}
#navBt	 {top:  0px; left: 519px; z-index: 102; visibility: hidden;}
#navCt	 {top:  0px; left: 558px; z-index: 102; visibility: hidden;}
#navDt	 {top:  0px; left: 597px; z-index: 102; visibility: hidden;}
#navEt	 {top:  0px; left: 636px; z-index: 102; visibility: hidden;}
#navFt	 {top:  0px; left: 598px; z-index: 102; visibility: hidden;}
#navGt	 {top:  0px; left: 637px; z-index: 102; visibility: hidden;}

#main_header_logo {
    position:absolute;
    left:0px;
    top:0px;
    z-index: 101;
}
#main_header_background {
    position:absolute;
    left:19px;
    top:48px;
    z-index: 97;
}
.header_title_container {
    text-align:center;
    left:548px;
    top:47px;
    z-index:99;
    width:214px;
    height:26px;
}
#main_header_title_box_script {
    position:relative;
    left:5px;
    top:2px;
}
#main_header_button_bar_background {
    position:absolute;
    left:19px;
    top:112px;
    z-index: 98;
}
#main_header_button_bar_icon {
    position:absolute;
    left:23px;
    top:120px;
    z-index: 99;
}
#main_header_button_bar {
    text-align:right;
    position:absolute;
    right:19px;
    top:128px;
    z-index: 99;
    height:24px;
    width:700px;
}
#main_header_button_bar a {
    margin:-3px;
    padding:0px;
}

/* -------------------------------------------------------- */

#main_content_container {
    width:780px;
    height:auto;
}
#main_content {
    overflow:hidden;
    height: auto;
    left:19px;
    width:742px;
}

/* -------------------------------------------------------- */

#main_footer {
    overflow:visible;
    width:780px;
    height:42px;
}
#main_footer div {
    position:absolute;
    z-index:101;
}
/*
#footerPrivacy   {top:20px; left:25px;}
#footerTerms     {top:20px; left:101px;}
#footerCode      {top:20px; left:176px;}
#footerCredits   {top:20px; left:271px;}
*/
#footerTerms     {top:20px; left:25px;}
#footerCredits   {top:20px; left:111px;}
#footerCopyright {top:20px; left:500px;}




/* -------------------------------------------------------- */

.content_overlay {
  position:absolute;
  z-index:100;
}
#content_overlay_top {
    left:-10px;
    top:0px;
}
#content_overlay_left_upper {
    width:56px;
    left:-10px;
    top:60px;
}
#content_overlay_right_upper {
    width:56px;
    top:60px;
    right:-10px;
}
#content_overlay_left_lower {
    width:56px;
    height:100%;
    height:expression(cg&&cg.el('main_content')?(cg.el('main_content').offsetHeight-10)+'px':'100%');
    left:-10px;
    top:0px;
}
#content_overlay_right_lower {
    width:56px;
    height:100%;
    height:expression(cg&&cg.el('main_content')?(cg.el('main_content').offsetHeight-10)+'px':'100%');
    top:0px;
    right:-10px;
}
#content_overlay_bottom {
    left:-10px;
    top:-10px;
}

/* -------------------------------------------------------- */
.maincontentleft {
    float:left;
    width: 550px;
    height:auto;
    overflow:hidden;
}
.maincontentright {
    text-align:center;
    float:left;
    width: 190px;
    height:auto;
    overflow:hidden;
    background-color: rgb(186,175,129);
    border-style:outset;
    border-width:1px;
    border-left-color:#A89B66;
    border-top-color:#A89B66;
    border-right-color:black;
    border-bottom-color:black;
    padding-bottom:2px;
}
.standardleftcontentwide {
    height:auto;
    margin-left:20px;
    margin-top:10px;
    margin-right:20px;
    margin-bottom:10px;
}
.standardleftcontentskinny {
    height:auto;
    margin-left:20px;
    margin-top:10px;
    margin-right:20px;
    margin-bottom:10px;
}
.sidebarseparator {
    margin-top:2px;
    margin-bottom:2px;
}
/* widgets -------------------------------------------------------- */
select.volumeselector {
    width: 140px;
    height: 19px;
    background-color: #e3dcc1;
    border-width: 1px;
    border-color: #3d351d;
    border-top-color: #e3dcc1;
    border-left-color:  #e3dcc1;
    border-right-color:  #786c49;
    border-bottom-color: #786c49;
}
select.issueselector {
    margin-top: 0px;
    width: 140px;
    height: 19px;
    background-color: #e3dcc1;
    border-width: 3px;
    border-color: #3d351d;
    border-top-color: #e3dcc1;
    border-left-color:  #e3dcc1;
    border-right-color:  #786c49;
    border-bottom-color: #786c49;

}
div.volumeselector {
    width: 140px;
    background-color: #e3dcc1;
    border-width: 1px;
    border-color: #3d351d;
    border-top-color: #e3dcc1;
    border-left-color:  #e3dcc1;
    border-right-color:  #786c49;
    border-bottom-color: #786c49;;

}
div.issueselector {
    width: 190px;
    margin-top: 0px;
    border-width: 3px;
    border-color: #3d351d;
    border-top-color: #e3dcc1;
    border-left-color:  #e3dcc1;
    border-right-color:  #786c49;
    border-bottom-color: #786c49;

}
span.selector_text {
    font-family: tresbuchet,arial,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    line-height: 14pt;
}
.bloopers_gallery_block {
    display:block;
    margin-left:  1px;
    margin-top:   2px;
    margin-bottom:1px;

}
div.leaderboard, table.leaderboard {
    background-color: #948859;
    border-style:outset;
    border-width:1px;
    border-color:  #938f52;
}
table.leaderboard tr {

}
table.leaderboard td {
    padding:2px;
}
table.leaderboard img {
    width:20px;
    height:20px;
}