@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font: 12px  Verdana, Geneva, sans-serif;
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-align:center;
    background: url(/images/home/top_bg.png) repeat-x;
} 
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;

}
a {
    text-decoration: none;
}
#wrapper{
    margin: 0 auto;
    width: 1000px;
    overflow:hidden;
}
#header{
    position:relative;
    height: 110px;
    width: 100%;
    z-index:2001;
    text-align:center;
    float: right;
}
#top{    
}
#top .logo{
    float:left;
    margin-top: 14px;
    height: 90px;
    width: 400px;
    background:url(/images/home/logo.png) no-repeat;
    z-index: inherit;
}
.index_container{
    position:inherit;
    width:100%;    
}
.entry{
    margin: 50px 0 0 0;
    position:relative;
    height: 20px;
    float:right;
    text-align:right;
    z-index: 99;
}
.who_info { 
    float: left;
    margin:0 0 0 10px;
    color:#FFF;
    font-weight:bold;
}
.who_info>a {
    float: left;
    margin:0 0 0 10px;
    color:#FFF;
    font-weight:bold;
}
.who_info a:hover {
    color:#fff;
    text-decoration: none;
}

.user_info {
    font-weight:bold;
    text-align:left;
    float: left;
    margin:0 0 0 10px;
    background: url(/images/home/user_btn.png) no-repeat right -20px;
}
.user_info a {
    float: left;
    margin: 0 7px 0 0px;
    padding: 0 12px 0 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    background: url(/images/home/user_btn.png) no-repeat left 0;
}
.user_info a:hover{
    color:#fff;
    text-decoration: none;
}
.user_info span {
    width:56px;
    float: left;
    text-align:left;
    margin: 0 7px 0 0px;
    padding: 0 12px 0 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    background: url(/images/home/user_btn.png) no-repeat left 0;
}
.user_info span:hover{
    color:#fff;
    text-decoration: none;
}
ul#accountNav {
    width:87px;
    height:60px;
    margin:20px 0px 0 0px;
    list-style-type: none;
    list-style-position: inside;
    position: aboslute;
    background:#666;
}
ul#accountNav li {
}
ul#accountNav li a {
    padding:5px 10px;
    color: #aaa;
    font-weight:bold;
    background:none;
}
ul#accountNav li a:hover {
    color: #fff;
    font-weight:bold;
}

#footer {
    float:left;
    margin-top:20px;
    width: 100%;
    height: 30px;
    background:#ddd;
    padding: 10px 0 0 0;
    position:relative;
    
}
#footer .rd_lt{
    position:absolute;
    background:url(/images/home/rd_ddd.png) no-repeat 0 0;
    height: 4px;
    width: 4px;
    top: 0;
    left: 0;
}
#footer .rd_rt{
    position:absolute;
    background:url(/images/home/rd_ddd.png) no-repeat -4px 0;
    height: 4px;
    width: 4px;
    top: 0;
    right: 0;
}
#footer .rd_lb{
    position:absolute;
    background:url(/images/home/rd_ddd.png) no-repeat 0 -4px;
    height: 4px;
    width: 4px;
    bottom: 0;
    left: 0;
}
#footer .rd_rb{
    position:absolute;
    background:url(/images/home/rd_ddd.png) no-repeat -4px -4px;
    height: 4px;
    width: 4px;
    bottom: 0;
    right: 0;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*******************************************************************************
  Informational Messages
*******************************************************************************/
.info  {
    display: block;
    background: url('/images/messages/informationbar_right.gif') no-repeat right top;
    height: 30px;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom:10px !important;
    padding: 0px !important;
    font-size: 12px !important;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    font-style: italic;
    text-align: center;
    width: 90%;
}
.info .info_inner {
    display: block;
    height: 30px;
    padding: 6px 10px 0px 35px;
}
#notice .info_inner {
    color: #5a801b;
    background: url('/images/messages/icon_success.gif') no-repeat left top;
    border: 0px;
}
#warning .info_inner {
    color: #E89326;
    background: url('/images/messages/icon_warning.gif') no-repeat left top;
    border: 0px;
}
#error .info_inner {
        color: #C00;
        background: url('/images/dashboard/messages/icon_error.gif') no-repeat left top;
        border: 0px;    
}
#message .info_inner {
        color: #4985B2;
        background: url('/images/dashboard/messages/icon_info.gif') no-repeat left top;
        border: 0px;
}