/*
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;
}

/* general site dialog configuration ----------------------- */

.dialogbase {
    width:100%;
    height:100%;
    z-index:10000;
    overflow:visible;
}

.dialogbase .dialogmask {
    width:100%;
    height:100%;
    z-index:1;
    background-color:black;
    position:absolute;
    left:0px;
    top:0px;
    -moz-opacity:0.20;
    filter:alpha(opacity=20);
}

.dialogbase .dialogwindow {
    z-index:2;
    border-style:outset;
    border-width:2px;
    border-color:#D2CAA2;
    background-color:#A3924D;
    width: 250px;
    height: 90px;
}

.dialogbase .dialogwindow .progressdialogmessage {
    text-align:left;
    height: 30px;
    overflow:auto;
    margin:10px;
    padding:2px;
    border-style:none;
    border-width:1px;
}

.dialogbase .dialogwindow .progressdialogbarcontainer {
    text-align:left;
    margin:10px;
    border-style:none;
    border-width:1px;
    background-color:#A3924D;
    height: 20px;
}

.dialogbase .dialogwindow .progressdialogbarprogress {
    height: 20px;
    background-color:#D2CAA2;
}


.dialogbase .dialogwindow .progressdialogbutton {
    height: 20px;
    background-color:#D2CAA2;
}

.dialogbase .bloopereditdialogwindow {
    height: 120px;
    width: 350px;
}

.dialogbase .cgunsubscribedialogwindow {
    width: 550px;
    height: auto;
}


form {
    margin:0px;
}

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


#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;
    /* filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D2CAA2,endColorStr=#AA9E6A);*/
    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;}
#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;
}

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

.profile_submit  {
    height: 19px;
    background-color: #a3924d;
    border-width: 1px;
    border-color: #3d351d;
    border-top-color: #e3dcc1;
    border-left-color:  #e3dcc1;
    border-right-color:  #786c49;
    border-bottom-color: #786c49;

}
/* -------------------------------------------------------- */

#cg_login_form {
    text-align:right;
    position:absolute;
    left:62px;
    top: 131px;
    z-index: 99;
    padding:0px;
    cursor: hand;
}
.login_out_submit {
    height: 19px;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-style: none;
    color: #fff;
}
#cg_logout_form {
    text-align:right;
    position:absolute;
    left:62px;
    top: 131px;
    z-index: 99;
    cursor: hand;
}
