body {
    background-color: #F0F0F0;
    margin: 0px;
}

#header_bg {
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0px;
    background-image: url('../images/skinnybg.png');
    overflow: visible;
    z-index: 4;
    top: 0px;
}

#root {
    width: 1000px;
    top: 0px;
    padding-bottom: 20px;
    position: relative;
    margin: auto;
    margin-top: -5px;
}

#left {
    margin-left: 20px;
    width: 230px;
    float: left;
    position: relative;
    z-index: 5;
}

.block {
    background-image: url('../images/bg70.png');
    background-repeat: repeat;
    position: absolute;
    z-index: -5;
    margin-bottom: 10px;
    width: 230px;
    border-bottom: 3px solid #DDDDDD;
}

.block h1 {
    font-size: 18px;
    color: #000;
    margin: 5px 5px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.block h2 {
    font-size: 14px;
    color: #666;
    margin: 0px 0px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#title {
    position: relative;
    right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: #222;
    top: 92px;
}

#center {
    position: absolute;
    top: 125px;
}

#center h1 {
    font-size: 24px;
    font-weight: normal;
    color: #222;
    margin: 0px 0px 5px 0px;
    font-family: Trebuchet MS, Arial;
}

#center h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    margin: 0px;
}

#right {
    left: 750px;
    margin-right: 20px;
    position: absolute;
    width: 230px;
    z-index: 0;
}

#signin {
    position: relative;
    top: 125px;
    left: 5px;
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#signin a {
    color: #000;
    text-decoration: none;
}

#signin a:hover {
    color: #08B;
}

.rblock {
    background-image: url('../images/bg70.png');
    background-repeat: repeat;
    position: relative;
    margin-bottom: 10px;
    top: 5px;
}

.rblock h1 {
    font-size: 18px;
    color: #000;
    margin: 5px 5px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.rblock h2 {
    font-size: 14px;
    color: #666;
    margin: 0px 0px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#twitter a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    left: 5px;
    position: relative;
    width: 220px;
    border-bottom: 1px #999 solid;
}

#twitter a:hover {
    color: #08B;
}

#twitter_img {
    top: 3px;
    position: relative;
}

.image {
    border: 0px;
}

#menu_toggle {
    position: absolute;
    font-size: 12px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    top: 125px;
    opacity: 0;
    margin-left: 7px;
    z-index: 5;
    opacity: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #08B;
}

#menu {
    height: 120px;
    text-align: right;
    position: absolute;
    overflow: hidden;
    z-index: 4;
}

#menu_options {
    opacity: 0;
    position: relative;
    top: 85px;
    line-height: 27px;
    font-size: 14px;
    margin: 10px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

#menu_options a {
    padding: 7px 0 7px 30px;
}

.menu_item {
}

#window_alert {
    width: 300px;
    margin: auto;
    position: relative;
    height: 20px;
    top: 50px;
    font-family: times New Roman;
    font-size: 20px;
    color: #EE2222;
    text-align: center;
}

#window_login {
    background-image: url('../images/bg50.png');
    background-repeat: repeat;
    width: 300px;
    margin: auto;
    position: relative;
    height: 100px;
    top: 100px;
    font-family: times New Roman;
    font-size: 20px;
    text-align: center;
}

.window_login_input {
    background-color: transparent;
    width: 280;
    height: 35px;
    font-family: "Times New Roman", Times, serif;
    border: 1px solid;
    border-color: #AAA;
    font-size: 20px;
    padding: 5px;
    margin: 10px 10px 0 10px;
}

#window_login_submitbg {
    width: 80px;
    height: 25px;
    background-image: url('../images/bg70.png');
    background-repeat: repeat;
    position: relative;
    left: 230px;
}

#window_login_submit {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    width: inherit;
    text-align: center;
    border: none;
    height: inherit;
    position: relative;
}

#radialshadow {
    width: 1000px;
    height: 550px;
    position: fixed;
    bottom: 0px;
    background-image: url('../images/radialfade.jpg');
    z-index: -1;
}

#mmenu {
    position: relative;
    top: 100px;
    height: auto;
    margin-bottom: 110px;
    padding-top: 20px;
    overflow: hidden;
    display: block;
}

#mmenu_options {
    line-height: 32px;
    margin: 10px;
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#mmenu a {
    padding: 7px 10px 7px 0px;
}

.mmenu_item_last {
    border-bottom: 1px solid;
    border-color: #999;
}

#mmenu_toggle {
    right: 5px;
    float: right;
    position: relative;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    top: -10px;
    opacity: 0;
}

.option {
    font-size: 12px;
    background: #EEE;
    height: 16px;
    margin: 3px;
    padding: 5px;
}

.button {
    background-color: #EEE;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #999;
    margin: 5px;
}

.manage_add {
    background-image: url('../images/bg70.png');
    background-repeat: repeat;
    position: relative;
    float: left;
    padding: 15px 15px 0px 15px;
    margin: 20px;
}

.manage_add_input {
    margin: 5px;
    position: relative;
}

#breadcrums {
    position: absolute;
    top: 145px;
    left: 110px;
    font-family: "Times New Roman", Times, serif;
    color: #666;
    text-transform: lowercase;
    font-size: 12px;
}

#center_left {
    position: absolute;
    left: 20px;
    width: 200px;
    line-height: 32px;
}

#center_left h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#center_left a {
    font-family: "Times New Roman", Times, serif;
    margin-left: 10px;
    font-size: 14px;
}

#twitter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 5px;
    position: absolute;
}

#watchlist {
    width: 100%;
    bottom: -100px;
    height: 100px;
    position: fixed;
    z-index: 20;
    left: 0px;
    overflow: hidden;
}

.watch {
    background-image: url('../images/bg50.png');
    width: 180px;
    padding: 10px 20px 0 20px;
    margin: -5px;
    position: absolute;
    float: left;
    height: 100px;
}

.watch_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.watch_subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}

.watch_content {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

.cat_header {
    height: 30px;
    font-size: 16px;
}

.mmenu_cat {
    border: 1px solid #DDD;
    padding: 10px;
    overflow: hidden;
    margin: 5px;
}

#watchlistbar {
    width: 100%;
    bottom: 0px;
    height: 15px;
    position: fixed;
    z-index: 21;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    overflow: hidden;
    left: 0px;
    background-image: url('../images/bg50.png');
}

#watchlistbar_close {
    width: 100%;
    bottom: -15px;
    height: 15px;
    position: fixed;
    z-index: 21;
    left: 0px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    overflow: hidden;
}
