* { 
  margin: 0;
  padding: 0;
}

#wrapper {
  min-width: 1160px;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
}

td {
  vertical-align: top;
}


 /* HEADER */
 
#header {
  background: url(head_bg.gif) repeat-x;
  height: 120px;
  position: relative;
}

#logo {
  display: block;
  background: url(logo.gif) no-repeat;
  width: 242px;
  height: 40px;
  position: absolute;
  top: 44px;
  left: 30px;
}

#login_box {
  position: absolute;
  background: url(login_box_bg.gif) repeat-x;
  padding-top: 7px;
  padding-left: 6px;
  padding-right: 4px;
  height: 103px;
  width: 237px;
  right: 16px;
  top: 10px;
}
#login_box_left {
  position: absolute;
  background: url(login_box_left.jpg) no-repeat;
  width: 11px;
  height: 110px;
  top: 0;
  left: -11px;
}
#login_box_right {
  position: absolute;
  background: url(login_box_right.jpg) no-repeat;
  width: 13px;
  height: 110px;
  top: 0;
  right: -13px;
}
#login_box .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #225788;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 5px;
}

#login_box .inp_text{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #9c9d9d;
  border: solid 1px #a5acb2;
        background: #FFF;
  width: 165px;
  height: 14px;
  padding: 3px 5px;
  float: left;
  margin-bottom: 4px;
}

#login_form input.inp_text_error{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: solid 1px #F00;
        background: #FDD;
  width: 165px;
  height: 14px;
  padding: 3px 5px;
  margin-bottom: 4px;
  float: left;
}

#search_box .inp_text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
/*  color: #9c9d9d;*/ 
  color: #000;
  border: solid 1px #a5acb2;
  width: 165px;
  height: 14px;
  padding: 3px 5px;
  margin-bottom: 4px;
  float: left;
}

#forgot_password {
  display: block;
  float: left;
  background: url(forgot_password.gif) no-repeat left top;
  padding-left: 20px;
  padding-top: 4px;
  margin-top: 2px;
  width: 115px;
  color: #225788;
  font-size: 11px;
  font-family: Tahoma;
}

#edit_profile {
  display: block;
  float: left;
  background: url(post_question.gif) no-repeat left bottom;
  padding-left: 20px;
  padding-top: 4px;
  margin-top: 6px;
  width: 115px;
  color: #225788;
  font-size: 11px;
  font-family: Tahoma;
}

#logout {         
  display: block;
  float: left;
  background: url(logout.gif) no-repeat left bottom;
  padding-left: 20px;
  padding-top: 4px;
  margin-top: 6px;
  width: 152px;
  color: #225788;
  font-size: 11px;
  font-family: Tahoma;
}

#registration {
  background: url(registration.gif) no-repeat left top;
  margin-top: 6px;
  padding-top: 1px;
  display: block;
  position: absolute;
  top: 79px;
  left: 160px;
  color: #225788;
  font-size: 11px;
  font-family: Tahoma;
  padding-left: 20px;
}
#login_box a {
  text-decoration: underline;
}
#login_box a:hover {
  text-decoration: none;
}

/* NAVIGATION */

#navigation {
  background: url(nav_bg.gif) repeat-x;
  height: 65px;
  padding: 0 2px;
  position: relative;
  z-index: 20;
}
#nav_left {
  position: absolute;
  top: 0;
  left: 0;
  background: url(nav_left.gif) no-repeat;
  width: 2px;
  height: 65px;
}
#nav_right {
  position: absolute;
  top: 0;
  right: 0;
  background: url(nav_right.gif) no-repeat;
  width: 2px;
  height: 65px;
}
#navigation li {
  list-style: none;
  position: relative;
  margin-left: 25px;
  float: left;
  height: 40px;
  padding-top: 25px;
}
#navigation li a {
  color: #bfd5e8;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#navigation li:hover h1 a,
#navigation li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#navigation li .sub_menu, #navigation li .sub_menu li .sub_menu {
  background: url(sub_menu_bg.jpg) repeat-x #1f517f top;
  border: solid 1px #225788;
  position: absolute;
  left: -10px;
  top: 65px;
/*  padding-top: 7px;
  padding-bottom: 4px;*/
  width: 230px;
  display: none;
  z-index: 20;
}
#navigation li .sub_menu li .sub_menu {
  left: 230px;
  top: 0;
}

#navigation li:hover .sub_menu, #navigation li:hover .sub_menu li:hover .sub_menu {
  display: block;
}
#navigation li:hover .sub_menu li:hover .sub_menu {
  top: 10px;
  left: 100px;
}

#navigation li:hover .sub_menu li:hover a, #navigation li:hover .sub_menu li:hover a:hover, #navigation li:hover .sub_menu li:hover, #navigation li:hover .sub_menu li:hover .sub_menu li:hover a, #navigation li:hover .sub_menu li:hover .sub_menu li:hover {
  cursor: pointer;
  background: #c0d0dd;
  color: #225788;
}

#navigation li:hover .sub_menu li:hover .sub_menu li a, #navigation li:hover .sub_menu li:hover .sub_menu li {
  background: none;
  color: #bfd5e8;
  width: 230px;
}

#navigation li .sub_menu li, #navigation li .sub_menu li .sub_menu li {
  padding: 5px 10px;
  height: auto;
  margin-left: 0;
  float: none;
/*  margin-bottom: 4px;*/
}
#navigation li .sub_menu a, #navigation li .sub_menu li .sub_menu a {
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#search_box {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 240px;
  color: #91afca;
  font-family: Tahoma;
  font-size: 11px;
}
#search_box a {
  color: #bfd5e8;
}
#search_box select option{
  padding: 5px;
  border: solid #F3F3F3 1px;
}
#search_box select {
  color: #000000;
  width: 100px;
  height: 20px;
  font-family: Tahoma;
  font-size: 11px;
  margin: 0px 13px 0px 0px;
  padding: 0px;
}

.inp_radio {
  margin-left: 6px;
}
#search_box .inp_text,
#search {
  float: left;
  margin-top: 6px;
}


 /* CONTENT */
 
#content {
  background: url(right_column_bg.gif) repeat-y right;
  position: relative;
  z-index: 10;
  font-family: Tahoma;
  font-size: 12px;
  color: #225788;
}
#right_column_bott {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(right_column_bottom.jpg) no-repeat;
  width: 269px;
  height: 9px;
}

/* left column */
#content_left {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #225788;
  position: relative;
  z-index: 20;
/*RK        float: left; */
}

#content_left h3,
#content_left h3 a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #225788;
  position: relative;
  z-index: 20;
  text-decoration: none;
}

#content_left h3 a:hover{
  text-decoration: underline;
}

#content_left a {
  color: #225788;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}
#content_left a:hover {
  text-decoration: none;
}
#content .title {
  border-bottom: solid 2px #c0d0dd;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #225788;
  padding-left: 30px;
  padding-top: 29px;
  padding-bottom: 3px;
/*RK */ padding-right: 30px;
}
#content_left .title a {
  display: block;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #225788;
  text-decoration: underline;
  margin-right: 20px;
  margin-top: 6px;
  padding-right: 20px;
}
#content_left .title a:hover {
  color: #225788;
  text-decoration: none;
}
#content_left .title #all_catagory {
  background: url(all_categories.gif) no-repeat right top;
  padding-bottom: 2px;
  padding-top: 1px;
}
#content_left .title #post_question {
  background: url(post_question.gif) no-repeat right top;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 7px;
  padding-right: 22px;
}
#content_left .title #all_articles {
  background: url(all_articles.gif) no-repeat right top;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-top: 6px;
}

.class2_box {
  background-color: #EDF2F4;
  padding: 10px 21px 12px 30px;
        margin-top: 3px;
}

.class3_box {
  background-color: #FFF;
  padding: 10px 21px 12px 30px;
        margin-top: 3px;
}

.blue_box {
  background-color: #edf2f4;
}

.blue_title {
background-color: #edf2f4;
padding: 11px 21px 10px 30px;
}

.white_box {
  background-color: #FFF;
/*RK  padding: 11px 21px 10px 30px;*/
}

.blue_box table td {
  width: 220px
}

.blue_box table td.last {
  width: auto;
}

/*RK
.blue_box .inner {
padding: 11px 21px 10px 30px;
}
*/

/* CATEGORIES LISTING */
.category_ul {
  width: 200px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;

}

.category_ul li {
/*  background: url(list.gif) left top no-repeat;*/
/*RK*/  background: url(list.gif) left no-repeat;
  list-style: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
/*  margin-bottom: 16px;*/
  padding-left: 20px;
/*RK*/ margin-left: 10px;
}

.category_ul li.last {
  margin-bottom: 0;
}


#content_left .category_ul li {
  color: #225788;
  text-decoration: none;
}

#content_left .category_ul li a:link,
#content_left .category_ul li a:visited {
  text-decoration: none;
  color: #225788;
}

#content_left .category_ul li a:hover {
  color: #5f85a8;
  text-decoration: underline;
}

#content_left a.big_text {
  font-weight: bold;
  font-size: 14px;
  color: #225788;
  text-decoration: underline;
}

#content_left .category_ul li .sub_category{
        padding: 5px 10px 0 10px;
        font-size: 10px;
        font-weight: normal;
  color: #225788;
}

#content_left .category_ul li .sub_category a:link,
#content_left .category_ul li .sub_category a:visited,
#content_left .category_ul li .sub_category a:active {
        font-size: 10px;
        font-weight: normal;
  text-decoration: none;
}

#content_left .category_ul li .sub_category a:hover {
  color: #5f85a8;
  text-decoration: none;
}


#content_left a.big_text:hover,
#content_left a.person:hover {
  text-decoration: none;
}

#content_left a.person {
  padding-left: 13px;
  margin-left: 10px;
  background: url(person.gif) no-repeat left center;
  color: #225788;
  text-decoration: underline;
  font-weight: normal;
}

.re {
  background: url(re.gif) no-repeat left center;
  color: #5f85a8;
  padding-left: 15px;
  padding-top: 5px;
  margin-left: 10px;
}

.re span {
  color: #878787;
}

#content_left .re a {
  color: #5f85a8;
  text-decoration: underline;
  font-weight: normal;
}

#content_left .re a:hover {
  text-decoration: none;
}

#content_left .re a.person {
  color: #225788;
}

.articles {
  font-size: 11px;
  margin-bottom: 40px;
}

#content_left .articles a.big_text {
  font-weight: normal;

}

.articles p,
.top_downloads p {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  padding: 3px 0;
}

 /* right column */
#content_right {
  width: 269px;
  background: url(right_column_top.jpg) no-repeat top;
  position: relative;
/*RK was z-index: 10; */
    z-index: 21;
}

#content_right .title {
  border-bottom: solid 2px #aec9d1;
  padding-left: 17px;
}

#content_right ul {
  margin-bottom: 20px;
}

#content_right li {
  list-style: none;
  padding: 6px 9px 6px 17px;
  line-height: 14px;
}

#content_right .blue_li {
  background: url(right_blue_bg.gif) repeat-y;
}

#content_right li a {
  font-family: Tahoma;
  font-size: 12px;
  color: #225788;
}

#content_right li a:hover {
  text-decoration: underline;
}

a#submit_news_form,
a#past_news {
  background: url(submit_form.gif) no-repeat left center;
  padding-left: 23px;
  color: #225788;
  font-weight: bold;
  display: block;
  margin-left: 17px;
  margin-bottom: 5px;
  font-size: 11px;
  padding-top: 2px;
  height: 15px;
  text-decoration: underline;
}

a#past_news {
  background: url(past_news.gif) no-repeat left center;
  padding-top: 3px;
  height: 14px;
}

#content_right a:hover {
  text-decoration: none;
}

 /*  FOOTER */
 
#footer {
}

#nav_footer {
  background: url(footer_nav_bg.gif) repeat-x;
  height: 45px;
  position: relative;
  padding: 0 2px;
}

#nav_foot_left {
  position: absolute;
  top: 0;
  left: 0;
  background: url(footer_nav_left.gif) no-repeat;
  width: 2px;
  height: 45px;
}

#nav_foot_right {
  position: absolute;
  top: 0;
  right: 0;
  background: url(footer_nav_right.gif) no-repeat;
  width: 2px;
  height: 45px;
}

#nav_footer ul {
  margin-left: 30px;
}

#nav_footer li {
  list-style: none;
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}

#nav_footer li a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #bfd5e8;
  text-decoration: none;
}

#nav_footer li a:hover {
  text-decoration: underline;
  color: #bfd5e8;
}

#copyright {
  background: url(footer_bg_54.gif) repeat-x;
  height: 34px;
  overflow: hidden;
  font-family: Tahoma;
  font-size: 11px;
  color:  #8fa5b8;
  text-align: right;
}

#copyright p {
  padding: 5px 10px 0 10px;
}

#copyright a:link,
#copyright a:hover,
#copyright a:visited {
  color:  #8fa5b8;
  text-decoration: none;
}


 /* DETAILS PAGE TOP 20 */
 
.categories_list {
  background: url(right_blue_bg.gif) repeat-y;
  padding-top: 8px;
  padding-bottom: 8px;
}

.categories_list li {
  background: url(list.gif) left no-repeat;
  list-style: none;
  padding-left: 20px;
  margin-left: 17px;
  font-weight: bold;
}

#content_right .categories_list li a:hover {
  color: #5f85a8;
  text-decoration: none;
}

a.edit {
  background: url(edit.gif) no-repeat right center;
  margin-left: 7px;
  padding: 3px 20px 2px 2px;
}

a.delete {
  background: url(delete.gif) no-repeat right center;
  margin-left: 7px;
  padding: 3px 20px 2px 2px;
}

a.add {
  background: url(add.gif) no-repeat right center;
  padding: 3px 20px 2px 2px;
}

.top_downloads {
  padding-bottom: 25px;
  clear: both;
/*RK*/ padding: 11px 21px 10px 30px;
/*  float: left;
  width: 100%;*/
}

/*RK added*/
.wrapper {
  float: left;
  width: 100%;
}

.wrapper.padded{
  padding-bottom: 20px;
}

.show_downloads {
  float: left;
}

.show_downloads div {
  border: solid 1px #a5acb2;
  background-color: #FFF;
  color: #000000;
  float: left;
  padding: 3px 10px;
  margin-right: 10px;
}

.show_downloads a {
  margin-top: 3px;
  display: block;
  float: left;
}

.pages {
  padding: 5px 0;
  font-size: 11px;
  color: #000000;
}

.pages_list {
  float: right;
/*SL width: 180px*/
  font-size:12px;
}

.pages_list li {
  list-style: none;
  float: left;
  margin-right: 3px;
}
#content_left .pages_list a:hover {
  text-decoration: underline;
}
.aling_right {
  text-align: right;
}
#content_left .pages_list a{
  text-decoration: none;
  font-size:12px;
  padding: 0;
  margin: 0;
}

.next_page {
  background: url(next.gif) no-repeat;
  width: 14px;
  height: 10px;
  display: block;
  float: left;
  margin: 0 8px;
  margin-left: 2px;
  margin-top: 3px;
}

.back_page {
  background: url(back.gif) no-repeat;
  width: 14px;
  height: 10px;
  display: block;
  float: left;
  margin: 0 5px;
  margin-top: 3px;
}

#content_left .pages .active a {
  text-decoration: none;
  color: #010101;
  font-weight: normal;
}

.files_box{
  border: solid 1px #c0d0dd;
  float: right;
  position: relative;
  width: 192px;
  padding: 8px 13px 0 0;
  font-weight: bold;
  color: #010101;
  font-size: 11px;
  margin: -10px 0px 7px 15px;
}

.files_box .top_left,
.files_box .top_right,
.files_box .bott_left,
.files_box .bott_right,
.details_files_box .top_left,
.details_files_box .top_right,
.details_files_box .bott_left,
.details_files_box .bott_right {
  background: url(top_left_files.gif) no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
}

.files_box .top_left,
.details_files_box .top_left {
  top: -1px;
  left: -1px;
}

.files_box .top_right,
.details_files_box .top_right {
  background: url(top_right_files.gif) no-repeat;
  top: -1px;
  right: -1px;
}

.files_box .bott_left,
.details_files_box .bott_left {
  bottom: -1px;
  left: -1px;
  background: url(bott_left_files.gif) no-repeat;
}

.files_box .bott_right,
.details_files_box .bott_right {
  bottom: -1px;
  right: -1px;
  background: url(bott_right_files.gif) no-repeat;
}

.transp .top_left {
  background: url(top_left_files_2.gif) no-repeat;
}

.transp .top_right {
  background: url(top_right_files_2.gif) no-repeat;
}

.transp .bott_left {
  background: url(bott_left_files_2.gif) no-repeat;
}

.transp .bott_right {
  background: url(bott_right_files_2.gif) no-repeat;
}

.blue_box .files_box li {
  margin-bottom: 5px;
}

.files_list {
  padding-top: 5px;
  padding-bottom: 23px;
  margin-left: 10px;
}

.files_list li {
  list-style: none;
/*
  background: url(list_2.gif) no-repeat left center;
  padding-left: 10px;
*/
  margin-bottom: 5px;
}

#content_left .files_list li a {
  font-weight: normal;
}

.files_list div {
  float: right;
  font-family: Tahoma;
  font-size: 11px;
  color: #010101;
  font-weight: normal;
}

.files_descript li,
.supports li {
  list-style: none;
  margin-bottom: 1px;
}

.files_descript {
  margin-bottom: 8px;
  margin-left: 10px;
}

.files_descript div {
  float: right;
  color: #010101;
  font-weight: normal;
}

.files_descript li {
  margin-bottom: 5px;
}

.files_descript div span {
  color: #225788;
  font-weight: bold;
}

#content_left .files_descript div a {
  font-weight: normal;
}

.top_downloads p {
  margin-bottom: 15px;
}

h2 {
  color: #878787;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 18px;
  padding-top: 15px;
}

#content_left h2 a {
  font-size: 18px;
  font-weight: normal;
}

.supports {
  font-size: 11px;
  color: #c0d0dd;
  font-weight: bold;
  margin-bottom: 18px;
}

.supports div {
  float: left;
  color: #010101;
  width: 90px;
}

.supports span {
  color: #225788;
}

.prod_link {
  padding-top: 10px;
  line-height: 20px;
}

.prod_link div {
  float: left;
}

.prod_link a {
  display: block;
  padding-left: 20px;
  width: auto;
}

.rate_component a {
  background: url(rate_component.gif) left center no-repeat;
}

.view_rating a {
  background: url(current_rating.gif) no-repeat left center;
}

.homepage a {
  background: url(homepage.gif) no-repeat left center;
        padding-left: 18px;
}

.prod_link .buy_now a {
  background: url(buy_now.gif) no-repeat left center;
  padding-left: 18px;
}

.prod_link .detail_view a {
  background: url(detail_view.gif) no-repeat left center;
  padding-left: 20px;
}

.prod_link .download a {
  background: url(download.gif) no-repeat;
  padding-left: 20px;
}

.buy_now,
.rate_component,
.homepage,
.view_rating,
.detail_view {
  width: 185px;
}

#content_left .show_authors a {
  clear: both;
  display: block;
  background:url(authors_components.gif) no-repeat left center;
  padding-left: 17px;
  float: right;
  font-weight: normal;

}

.end {
  border-top: solid 2px #c0d0dd;
}

.blue_bg {
  background-color: #edf2f4;
}



 /* DETAILS PAGE */

.details_page .supports {
  margin-bottom: 0;
}

.img_right {
  float: right;
  margin: 0 10px 10px 20px;
  clear: both;
  border: 1px #EEE solid;
}

.details_page .prod_link {
  height: 20px;
}

.details_page .homepage {
  width: 120px;
}

.details_page .download {
  margin-left: 30px;
}

.details_page .files_descript {
  margin-right: 20px;
}

.details_files_box {
  border: solid 1px #c0d0dd;
  float: right;
  position: relative;
  display: block;
/*  width: 100%;*/
  font-weight:   border
  color: #010101;
  font-size: 11px;
}

.details_prod {
  float: left;
/*AP  width: 340px;*/
  width: auto;
}
h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.details_prod .current_ratings {
/*SL margin-left: -30px;*/
  width: 370px;
  color: #010101;
  border-bottom: solid 2px #c0d0dd;
  border-left: solid 1px #c0d0dd;
  border-right: solid 1px #c0d0dd;
  border-top: solid 2px #c0d0dd;
}
.details_prod .current_ratings td {
  padding: 8px 10px 8px 30px;
  border-right: solid 1px #FFFFFF;
}
.details_prod .current_ratings td img {
/*SL margin-left: -15px;*/  
}
.bor_top td {
  border-top: solid 2px #c0d0dd;
}
.wight_100 {
  width: 110px;
}
.details_prod .files_descript {
  font-size: 11px;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #000000;
}
.details_prod .files_descript span {
  color: #225788;
  font-weight: bold;
}
.details_prod .files_descript div {
  float: left;
  width: 120px;
  margin-left: -120px;
  font-weight: bold;
}
.details_prod .files_descript li {
  padding-left: 120px;
}
#content_left .details_prod .files_descript a {
  font-weight: normal;
}
.details_prod .files_descript li.marg_bott {
  margin-bottom: 15px;
}
.details_files_box h5 {
  font-size: 14px;
  font-weight: bold;
  color: #225788;
  padding: 0 13px;
}
.details_page .files_list {
  padding-bottom: 5px;
}

.details_files_box li {
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  background: none;
  padding: 5px 13px 5px 23px;
  margin-bottom: 0;
  line-height: 15px;
}
.details_files_box li span {
  color: #878787;
}
.details_files_box .files_list li a {
  display: block;
/*
  background: url(list_2.gif) no-repeat 0 2px;
  margin-left: -12px;
  padding-left: 12px;
*/
  font-weight: bold;
}
.details_files_box li.blue_bg {
  background-color: #edf2f4;
}

/* ERROR */

.error {
  font-family: Tahoma;
  font-size: 14px;
  color: #225788;
  font-weight: normal;
  text-align: center;
}

.error a:link,
.error a:visited,
.error a:active{
  color: #023768;
  text-decoration: none;
}

.error a:hover{
  color: #4277A8;
  text-decoration: underline;
}

.error p{
  margin-bottom: 3px;
}

.error h3 {
  padding: 5px 0 5px 0;
  font-size: 16px;
  color: #023768;
}

.error h2 {
  padding: 5px 0 5px 0;
  font-size: 18px;
  color: #022758;
}

/* Links listing */

#content_left .links_listing {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #225788;
  background: #023768;
  font-weight: normal;
  margin: 10px 0 10px 0;
}

#content_left table tr td{
  padding: 5px;
}

#content_left .links_listing th {
  font-size: 14px;
  font-weight: bold;
}

#content_left .links_listing td a:link,
#content_left .links_listing td a:visited,
#content_left .links_listing td a:active{
  color: #225788;
  text-decoration: none;
}

#content_left .links_listing td a:hover{
  color: #4277A8;
  text-decoration: underline;
}


/* PAGER */

#content_left .pager{
  display     : block;
  float       : none;
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  color       : #225788;
  background  : #FFF;
  margin      : 10px 30px 0 10px 30px;
  padding     : 5px 20px;
}

#content_left .pager a,
#content_left .pager a:link,
#content_left .pager a:visited,
#content_left .pager a:active{
  display     : inline;
  float       : none;
  text-decoration: none;
  font-weight : normal;
}

#content_left .pager a:hover{
  text-decoration: underline;
  font-weight : normal;
}


/* REGISTER NEW USER */
#register_box {
  clear: both;
  display: block;
  position: relative;
  background: url(register_box_bg.gif);
  padding: 10px 20px 10px 20px;
/*  height: 350px;*/
  width: 600px;
  right: -100px;
}

#register_box_left {
  position: absolute;
  background: url(register_box_left.gif) no-repeat;
  width: 11px;
  height: 110px;
  top: 0;
  left: -11px;
}

#register_box_right {
  position: absolute;
  background: url(register_box_right.gif) no-repeat;
  width: 13px;
  height: 110px;
  top: 0;
  right: -13px;
}

#register_box .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #225788;
  font-weight: bold;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 5px 0px;
}

#register_box .inp_text{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0C3C6C;
  border: solid 1px #a5acb2;
  width: 165px;
  height: 14px;
  padding: 3px 5px;
  margin-bottom: 4px;
  float: left;
}

#register_box a {
  text-decoration: underline;
}

#register_box a:hover {
  text-decoration: none;
}

#register_box .value_header{
  width: 150px;
  padding: 3px 10px 0px 15px;
}

#register_box .required{
  position: relative;
  left: -10px;
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 10px;
}

#register_box .submit_button,
#register_box .cancel_button{
  font-weight  : bold;
  background   : #F5F5FF;
  color        : #225788;
  width        : 100px;
}

#register_box div.error_panel { 
  margin: 10px 10px 10px 10px; 
  padding: 10px 5px 10px 5px; 
  border: #FC6 1px solid; 
  background-color: #FFC; 
}

#register_box div.error_panel p { 
  margin: 0px;
}

#register_box div.error_panel p em { 
  color: #C00; 
  font-style: normal; 
  font-weight: bold; 
}

#register_box ul{ 
  margin: 3px 0px 0px 20px;
  color: #C00; 
  font-style: normal; 
  font-weight: normal; 
}

/* SUBMIT FORMS */

#content_left .submit_form{
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12px;
  color       : #225788;
  font-weight : normal;
  width       : 1%;
}

#content_left .submit_form table,
#content_left .submit_form table tr{
  padding     : 0;
  margin      : 0;
  background  : #FFF;
}

#content_left .submit_form table tr td{
  padding     : 3px;
  margin      : 0;
}

#content_left .submit_form .error_panel { 
  margin: 10px 10px 10px 10px; 
  padding: 10px 5px 10px 5px; 
  border: #FC6 1px solid; 
  background-color: #FFC; 
  width: 400px;
}

#content_left .submit_form .error_panel p { 
  padding: 0px;
  margin: 0px;
}

#content_left .submit_form .error_panel p em{
  color: #C00; 
  font-style: normal; 
  font-weight: bold; 
}

#content_left .submit_form .error_panel ul{
  color: #C00; 
  padding-left: 20px;
}


/* ERROR BLOCK */
.error_block {
  border: 1px dotted red;
  padding: 6px;
  margin: 5px auto;
  background: #fff3bd;
  width: 400px;
}

span.error {
  color: red;
}

.required{
  border: 1px solid orange;
}

.required_label{
  position: relative;
  left: -12px;
  background-image: url(required.gif);
  background-repeat: no-repeat;
  background-position: left 0.45ex;
  padding-left: 12px;
}

/* FORM ELEMENTS */
.form_element{
  display: block;
  margin: 5px auto;
  width: 800px;
  border: 2px solid rgb(225, 235, 240);
}

.form_element .header{
  padding: 2px;
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #225788;
  background: rgb(235, 245, 250);
}

.form_element .collapsable{
  cursor: pointer;
  background: url(header_expand.gif) no-repeat right rgb(235, 245, 250);
}

.form_element .hidden{
  display: none;
}

.form_element .content{
  padding: 2px;
  margin: 5px auto;
  background-color: red;
  font-size: 12px;
  font-weight: normal;
  color: #225788;
  background: rgb(252, 253, 255);
}

.form_element input{
  padding: 1px 5px;
/*  background: rgb(252, 253, 255);*/
}

/* USER PROFILE ITEMS */
#content_left .user_profile_items{
  display: block;
  color: #225788;
  margin: 5px auto;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

#content_left .user_profile_items table{
  margin: 5px auto;
  border-top: 1px solid;
  border-left: 1px solid;
}

#content_left .user_profile_items table tr td{
/*  padding-right: 14px;*/
  border-bottom: 1px solid;
  border-right: 1px solid;
}

#content_left .user_profile_items a:link,
#content_left .user_profile_items a:visited,
#content_left .user_profile_items a:active{
  font-weight: normal;
  text-decoration: none;
}

#content_left .user_profile_items a:hover{
  font-weight: normal;
  text-decoration: underline;
}

pre{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
/*  color: #225788;*/
  color: #666;
  font-weight: normal;
  padding-left: 20px;
}


/* PRIVACY POLICY */
.privacy_policy {
  margin: 0;
  color:#000;
}

.privacy_policy p {
  text-align:justify;
}

.privacy_policy ul{
  text-align:justify;
  padding:0 50px 10px 50px;
}

.privacy_policy ul li{
  padding: 0px 0 7px 0;
}

.privacy_policy a:link,
.privacy_policy a:visited{
  text-decoration: none;
}

.privacy_policy a:hover{
  text-decoration: underline;
}

.owner {
  font-weight: normal; 
}

.entry_text {
  font-size: 14px; 
}

#content_left div.ads_line {
  border-bottom: 2px solid #C0D0DD;
  padding: 29px 30px 3px;
}

#content_left div.ads {
  padding: 29px 30px 3px;
}

#content_left div.ad_title {
  padding-bottom: 5px;
}

