html,
body {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   margin:0;
   padding:0;
   height:100%;
   margin-bottom: 1px;
}

input {
   margin: 0px;
}

#main {   
   background-image: url("images/background.png");
   color: #666666;
   font-size: 12px;
   line-height: 130%;
   margin: 0 auto;
   /*text-align: center;*/
   width: 1024px;
   min-height:100%;
   position:relative;
}

#header_wrapper {
   height: 100px;
   position: relative;
   background-color: #F4F4F4;
}

#header .logo {
   background-image: url("images/logo.png");
   width: 240px;
   height: 105px;
   float: left;
}

#header .header_image{
   background-image: url("images/header_image.png");
   width: 554px;
   height: 156px;
   float: left;
}

#header .header_left {
   background-image: url("images/header_left.png");
   width: 214px;
   height: 145px;
   float: left;
}

#header .login {
   margin-left: 8px;
}

#header .login div.field{
   display: inline-block;
   margin: 2px;
}

#header .login label {
   width: 58px;
   display: inline-block;
   text-align: right;
}

#header .login input#fb {
   float: right;
   margin-bottom: 2px;
   margin-right: 18px;
   margin-top: 2px;
}

#header .login .account_options {
   text-align: center;
}

#header .login .account_options a {
   color: #666666;
}

#header h1 {
    color: #2A56D6;
    font-size: 22px;
    height: 115px;
    line-height: 2em;
    margin: 0 15px;
    padding: 0;
}
#hLbr {
    float: left;
    height: 99%;
    width: 20px;
}
#hL {
    cursor: pointer;
    float: left;
    height: 99%;
    width: 100px;
}

#content_wrapper{
   padding-bottom:86px;   /* Height of the footer */   
   overflow: hidden;   
}

#content_left {    
    float: left;
    font-size: 12px;    
    line-height: 135%;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 210px;
   margin-top: 42px;
   margin-left: 5px;
}

#content_left .left_top {
   background-image: url("images/menu_top.png");
   width: 209px;
   height: 83px;
   position: absolute;
   top: 115px;
}

#content_left .left_bottom {
   background-image: url("images/menu_bottom.png");
   width: 209px;
   height: 61px;
}

#content_left .menu {
   background-image:url("images/menu_bg.png");
   background-repeat:repeat-y;
   margin-top: -10px;
}

#content_left p {
    margin: 0;
    padding: 0;
}
#content_left ul {
    margin: 8px 0 0 18px;
    padding: 0;
    text-align: left;
}
#content_left li {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#content_left li.sub {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 0;
    width: 100%;
}
#content_left a, #content_left a:visited {    
    color: #4680B1;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
#content_left a:hover, #content_left a:visited:hover {    
    color: #4680B1;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    width: 100%;
}
#content {
    line-height: 140%;
    margin-left: 240px;
    margin-right: 15px;
    padding: 0;
    text-align: left;
    overflow: hidden;
}

#content.ads {
    text-align: center;
}
#content p {
    margin: 8px 0 0 2px;
    padding: 0;
}
#content_l {
    display: inline;
    float: left;
    margin: 0 auto;
    padding: 5px;
    width: 48%;
}
#content_r {
    display: inline;
    float: right;
    margin: 0 auto;
    padding: 5px;
    width: 48%;
}
h1 {
    color: #2A56D6;
    display: block;
    font-size: 18px;
    width: 100%;
}
h2 {    
    color: #ACACAC;
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 7px 0;
    text-decoration: none;
    margin-left: 6px;
}
h3 {
    color: #557EF5;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
}

a:link    {color:#000;}  /* unvisited link  */
a:visited {color:#000;}  /* visited link    */
a:hover   {color:#000;}  /* mouse over link */
a:active  {color:#000;}  /* selected link   */ 

a {
   text-decoration: none;
}

a:hover, a:visited:hover {    
    text-decoration: underline;
}

#footer_wrapper {
   position: relative;
   margin: -86px auto 0 auto;
   height: 86px;
   background-image: url("images/footer_bg.png");
   width:1024px;
}

.language_switcher {
   margin-left: 10px;
   margin-right: 5px;
   text-align: right;
   margin-top: 3px;
   border-bottom: 1px solid;
   border-bottom-style: dashed;
   padding-bottom: 5px;
   margin-bottom: 5px;
}

.language_switcher a:hover{
   text-decoration: none;
}

.language_switcher a.active{
   color: #000;
   background-image: url("images/lang_act_bg.png");
   display: inline-block;
   height: 27px;
   width: 27px;
   text-align: center;
   line-height: 26px;
   background-repeat: no-repeat;
}

.language_switcher a{
   color: #365187;
   background-image: url("images/lang_bg.png");
   display: inline-block;
   height: 27px;
   width: 27px;
   text-align: center;
   line-height: 26px;
   background-repeat: no-repeat;
}

#footer {
   clear: both;
   line-height: 190%;
   margin: 0;
   padding-right: 5px;
   text-align: right;
   vertical-align: middle;
   margin-top: 44px;
   color: #FFF;
   font-size: 12px;
}
.tb1 {
    border: 0 none;
    border-collapse: collapse;
}
.tb1 .th1 {
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    font-size: 11px;
}
.tb1 .tr1 .td1 {
    background-color: #F2F2F2;
    border: 1px solid #FFFFFF;
    font-size: 11px;
}
.tb1 .tr2 .td1 {
    background-color: #EAEAEA;
    border: 1px solid #FFFFFF;
    font-size: 11px;
}
.ntb1 {
    border: 0 none;
}
.ntb1 .ntr1 .td1 {
    background: url("images/n/gr1.gif") repeat-x scroll 0 0 #CCDDE7;
    border: 1px outset #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.ntb1 .ntr1 .td1 input {
    border: 0 none;
}
.deleted {
    text-decoration: line-through;
}
.tb_msg {
    border: 1px solid #000000;
    font-size: 11px;
}
.tb_msg td {
    border: 4px none;
}
form {
    margin: 0;
}
input, textarea {
    border: 1px solid #999999;
    font-size: 12px;
}
#fb {
    background: none repeat scroll 0 0 #EEEEEE;
}
#error {
    color: #FF0000;
}
#warning {
    color: #FF0000;
}
#info {
    color: #00BB00;
}
img {
    border: 0 none;
}
.msg_s {
    cursor: pointer;
}
.unread {
    font-weight: bold;
}
#smbreak {
    font-size: 10px;
    line-height: 100%;
}
.small_pic {
    float: left;
    height: 115px;
    margin: 5px;
    width: 115px;
}
.small_pic img {
    border: 1px solid #999999;
}
.upic_small {
    border: 1px solid;
    cursor: pointer;
    float: left;
    height: 150px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 120px;
}
.upic_small img {
    border: 1px solid #999999;
}
.apic_small {
    border: 1px solid;
    cursor: pointer;
    float: left;
    height: 148px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 120px;
}
.apic_small img {
    border: 1px solid #999999;
}
.apic_big {
    margin: 8px;
    text-align: center;
}
.apic_small img {
    border: 1px solid #999999;
}
#forum_topic {
    font-weight: bold;
    padding-left: 15px;
    text-align: left;
}
#forum_date {
    font-weight: bold;
    text-align: left;
}
.nb {
    border: 0 none;
}
.sm_field {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #000000;
}
.sm_field td {
    text-align: center;
}
.sm_field img {
    border: 0 none;
    cursor: pointer;
    margin: 5px;
}
#empopup {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}
.fress {
    border: 1px solid;
    float: left;
    margin: 8px;
    text-align: center;
    width: 120px;
}
.cal_active {
    background-color: #EEEEEE;
    cursor: pointer;
}
.cal_sv {
    color: #FF0000;
}
.td3 {
    background-color: #BBBBBB;
}
.td4 {
    border: 2px solid #0000AA;
}
.td5 {
    background-color: #BBBBBB;
    border: 2px solid #0000AA;
}
.upic_small_st {
    border: 1px solid;
    cursor: pointer;
    float: left;
    height: 170px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    width: 120px;
}
.upic_small_st img {
    border: 1px solid #999999;
}
#dc {
    border: 1px solid #FF0000;
    margin: auto;
    width: 580px;
}
.tbd {
    border-collapse: collapse;
    text-align: center;
}
.tbd .tdb {
    border: 1px solid #555555;
}
.tbd2 {
    border-collapse: collapse;
    text-align: center;
}
.tbd2 .tdb {
    border: 1px solid #555555;
    font-size: 12px;
}
.tbd2 .tdb2 {
    border: 1px solid #555555;
    font-size: 12px;
    line-height: 100%;
    width: 27px;
}
.tbd2 .bbn {
    border-bottom: 0 none;
}
.tbd2 .btn {
    border-top: 0 none;
}
.tbd2 .r a {
    color: #FF0000;
}
.tbd2 .g a {
    color: #00FF00;
}
.tbd2 .b a {
    color: #0000FF;
}
.tbd2 .y a {
    color: #FF9900;
}
.tbd2 .n a {
    color: #000000;
}
.ptopmenu {
    background: none repeat scroll 0 0 #F1F5F8;
    border: 1px solid #A9BFCD;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
.aa .t {
    color: #656565;
    padding-top: 2px;
    text-decoration: underline;
}
.aa img {
    float: left;
    padding-right: 5px;
}
.aa {
    margin: 5px 20px 5px 5px;
    text-decoration: underline;
}
.aa a {
    color: #656565;
    line-height: 200%;
    text-decoration: underline;
}
.aa a:hover {
    color: #656565;
    text-decoration: underline;
}
.ppageb {    
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 2px;
    padding: 5px;
}
#clearer {
    clear: both;
}
.prItem {
    border: 1px solid #EBFAFD;
    float: left;
    margin: 10px 5px 0 0;
    padding: 0;
}
.prItem .ti {
    background: url("images/n/gr1.gif") repeat-x scroll 0 0 #CCDDE7;
    border: 1px outset #FFFFFF;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
}
.prItem .f {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 150px;
}
.prItem .f2 {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: left;
}
.prItem .upic img {
    padding-bottom: 15px;
    padding-top: 15px;
}
.prItem a {
    line-height: 100%;
}
.prItem .t {
    color: #656565;
    padding-top: 4px;
    text-decoration: underline;
}
.prItem .iimg {
    float: left;
    padding: 0 5px 0 15px;
}
#p_i {
    color: #477DAB;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 155px;
}
#p_v {
    clear: right;
    color: #010101;
    font-size: 12px;
    font-weight: normal;
}
.msgs_menu {
    float: left;
    padding-top: 25px;
    width: 150px;
}
.msgs_menu a {
    clear: both;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 150px;
}
.msgs_menu .a1 {
    background: none repeat scroll 0 0 #F1F4F9;
    border: 1px solid #A8BFD1;
    font-weight: bold;
}
.msgs_menu .a2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-weight: normal;
}
.msgs_menu .field {
    background: none repeat scroll 0 0 #F1F4F9;
    border: 1px solid #A8BFD1;
    font-weight: normal;
    line-height: 120%;
    margin-top: 0;
    padding: 0;
    text-align: center;
    width: 150px;
}
.m_g {
    background: none repeat scroll 0 0 #00AA00;
    border: 1px solid #000000;
    float: left;
    font-size: 1px;
    height: 5px;
    margin-left: 3px;
}
.m_w {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    float: left;
    font-size: 1px;
    height: 5px;
}
.msgs_f {
    background: none repeat scroll 0 0 #F1F5F8;
    float: right;
    width: 400px;
}
.msgs_t {
    background: url("images/n/bright.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 5px;
    width: 375px;
}
#ic_msg {
    background: url("images/n/nmsg.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 1px;
    width: 27px;
}
#ic_nt {
    background: url("images/n/nt.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 1px;
    width: 27px;
}
#ic_ed {
    background: url("images/n/ed.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 1px;
    width: 27px;
}
#ic_skype {
    background: url("images/n/skype.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 1px;
    width: 27px;
}
#ic_del {
    background: url("images/n/del.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 1px;
    width: 27px;
}
.fav_menu {
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
}
.fav_menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.fav_menu li {
    background: url("images/n/fc.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.fav_menu li.open {
    background: url("images/n/fo.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.fav_menu a, .fav_menu a:visited {
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
    display: block;
    line-height: 21px;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: none;
    width: 120px;
}
.fav_menu a:hover, .fav_menu a:visited:hover {
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
    display: block;
    line-height: 21px;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: underline;
    width: 120px;
}
#fav_t {
    background: url("images/n/favtop.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    padding: 0;
    width: 425px;
}
#fav_t p.title {
    font-size: 17px;
    font-weight: normal;
    margin: 17px 0 0 30px;
}
#tfavmenu {
    font-weight: normal;
    margin: 0 20px 0 0;
    text-align: right;
}
#tfavmenu a {
    padding-right: 5px;
}
#fav_users p.title {
    background: url("images/n/bright.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 4px 0 0 15px;
}
#fav_users .users {
    background: none repeat scroll 0 0 #F1F5F8;
}
#fav_users .upic_small {
    border: 1px solid;
    cursor: pointer;
    float: left;
    height: 180px;
    margin: 2px;
    overflow: hidden;
    text-align: center;
    width: 120px;
}
#fav_users .upic_small img {
    border: 1px solid #999999;
}
#notes p.title {
    background: url("images/n/bright.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 4px 0 0 15px;
}
#notes_main {
    float: left;
    width: 400px;
}
#notes_right {
    float: left;
    width: 164px;
}
#notes_right a {
    display: block;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
}
#notes_right a:hover {
    display: block;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
}
#cal_l {
    background: url("images/n/bleft.gif") no-repeat scroll center center #F1F6F9;
    float: left;
    height: 18px;
    margin: 2px 0 0;
    width: 25px;
}
#cal_m {
    background: none repeat scroll 0 0 #F1F6F9;
    float: left;
    font-weight: bold;
    height: 18px;
    margin: 2px 0 0 2px;
    text-align: center;
    width: 110px;
}
#cal_r {
    background: url("images/n/bright.gif") no-repeat scroll center center #F1F6F9;
    float: right;
    height: 18px;
    margin: 2px 0 0 2px;
    width: 25px;
}
.note_td {
    border: 1px solid #EEEEEE;
    height: 19px;
    line-height: 19px;
    width: 19px;
}
#n_h {
    border-right: 1px solid #EEEEEE;
    float: left;
    height: 45px;
    text-align: center;
    width: 132px;
}
#n_h a {
    display: block;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
#n_ht {
    background: none repeat scroll 0 0 #F1F5F8;
    float: left;
    height: 45px;
    width: 400px;
}
#n_ht p {
    color: #333333;
    margin: 1px 1px 1px 10px;
    padding: 1px;
}
#nt_item {
    clear: both;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
#nt_item div.top {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    padding-left: 5px;
}
#nt_item div.field {
    background: none repeat scroll 0 0 #F8F8F8;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}
#click {
    background: url("images/n/click.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    cursor: pointer;
    float: right;
    height: 18px;
    margin: 5px 15px 5px 0;
    width: 40px;
}
p#title22 {
    background: url("images/n/bright.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 4px 0 5px 15px;
}
.ccc {
    cursor: pointer;
}
#ptopmenu99 {
    background: none repeat scroll 0 0 #F1F5F8;
    border: 1px solid #A9BFCD;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
#ptopmenu99 .aa .t {
    color: #656565;
    padding-top: 0;
    text-decoration: underline;
}
#ptopmenu99 .aa {
    float: left;
    font-weight: bold;
    margin: 2px 20px 2px 2px;
    text-decoration: underline;
}
#ptopmenu99 .aa a {
    color: #656565;
    line-height: 150%;
    text-decoration: underline;
}
#ptopmenu99 .aa a:hover {
    color: #656565;
    text-decoration: underline;
}
.info, .success, .warning, .error, .validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}
.info {
    background-color: #BDE5F8;
    background-image: url("images/info.png");
    color: #00529B;
}
.success {
    background-color: #DFF2BF;
    background-image: url("images/success.png");
    color: #4F8A10;
}
.warning {
    background-color: #FEEFB3;
    background-image: url("images/warning.png");
    color: #9F6000;
}
.error {
    background-color: #FFBABA;
    background-image: url("images/error.png");
    color: #D8000C;
}

/*
#content_left {
   width: 250px;
   float: left;
   position: relative;
}

#content {
   margin-left: 260px;   
}
*/

