/*==============================================================================
 Common
==============================================================================*/
body
{
  background: #fff;
  color: #000;
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
  font-size: 13px;
  /*line-height: 14px;*/
  margin: 0;
  padding: 0;
  text-align: center;
}

input,
textarea,
select,
option
{
  font-family: Arial, sans-serif;
  vertical-align: middle;
}

ul
{
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

form
{
  margin: 0;
}

label
{
  cursor: pointer;
  cursor: hand;
}

img
{
  border: 0;
}

a
{
  color: #607C40;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.clear
{
  clear: both;
}

.hide
{
  position: absolute;
  top: -9999px;
}

/*==============================================================================
 Image Replacement
 http://wellstyled.com/css-replace-text-by-image.html
==============================================================================*/
.image-replacement,
.image-replacement-container
{
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.image-replacement span,
.image-replacement-target
{
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

a.image-replacement span,
a .image-replacement-target
{
  /* Make IE7 display the correct cursor */
  cursor: pointer;
  cursor: hand;
}

/* To use:
 * 
 * <div class="myclass image-replacement">
 *   Content
 *   <span></span>
 * </div>
 * 
 * .myclass, .myclass span {
 *   background-image: url(/images/myimage.gif);
 *   height: 100px;
 *   width: 200px;
 * }
 */

/*==============================================================================
 Framework
==============================================================================*/
.framework
{
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 990px;
}

.block_left
{
  margin: 0;
  padding: 0;
  float: left;
  width: 694px;
}

.block_right
{
  margin: 0;
  padding: 0;
  float: right;
  width: 277px;
  font-weight: normal;
}

/*==============================================================================
 Header
==============================================================================*/
.header
{
  height: 172px;
}

/* Logo */
.header-logo
{
  float: left;
  font-size: 21px;
  margin: 0 0 0 3px;
  padding: 0;
}

.header-logo a,
.header-logo a span
{
  background-image: url(images/logo.png);
  height: 137px;
  width: 346px;
}

/* Title / Subtitle */
.header-right
{
  float: right;
  text-align: right;
  width: 621px;
}

.header-title
{
  font-size: 22px;
  font-weight: bold;
  padding-top: 45px;
  text-transform: lowercase;
}

.header-title a
{
  color: #869da8;
}

.header-subtitle
{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 22px;
}

/*==============================================================================
 Main menu
==============================================================================*/
.header-menu
{
  border-top: 3px solid #607C40;
  padding-bottom: 30px;
}

.header-menu ul
{
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu li
{
  float: left;
  padding: 0 2px 0 55px;
}

.header-menu a
{
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

/*==============================================================================
 Results
==============================================================================*/
.result
{
  border-left: 8px solid #e5933f;
  clear: both;
  margin: 5px 0;
  _zoom: 1;
}

.result_top
{
  margin: 0;
}

.result_bottom
{
  margin: 0;
  padding: 5px 10px 5px 10px;
}

.result_title
{
  color: #e5933f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.result_title span
{
  color: #c3c3c3;
  font-weight: normal;
}

.result_logo
{
  float: right;
  text-align: right;
  width: 185px;
}

.result_details_withlogo
{
  margin-right: 195px;
}

/* Metadata */
.result_meta
{
  /*clear: both;*/
  margin: 1em 0;
}

.result_meta th
{
  color: #869da8;
  font-weight: normal;
  padding-right: 5px;
  text-align: left;
}

.result_meta th,
.result_meta th *
{
  white-space: nowrap;
}

.result_meta td
{
  color: #7b7a7a;
  padding-left: 5px;
  padding-bottom: 5px;
}

/* Links */
.result_links ul,
.result_links li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.result_links li
{
  display: inline;
}

.result_links a
{
  font-weight: bold;
}

.result_links li.result_links_details,
.result_links li.result_links_visit
{
  padding-right: 15px;
}

.result_links li.result_links_email
{
  float: right;
  font-size: 13px;
}

.result_links li.result_links_details a
{
  background: url(images/icon_details.gif) left 50% no-repeat;
  padding-left: 14px;
}

.result_links li.result_links_visit a
{
  background: url(images/icon_visit.gif) left 50% no-repeat;
  padding-left: 13px;
}

.result_links li.result_links_tell_friend a
{
  background: url(images/icon_tell_friend.gif) left 50% no-repeat;
  padding-left: 13px;
}

.result_links li.result_links_email a
{
  background: url(images/icon_email.gif) left 50% no-repeat;
  padding-left: 23px;
}

/* Organisations */
.result_0
{
  border-color: #5fb193;
}

.result_0 .result_title
{
  color: #5fb193;
}

/* Projects */
.result_1
{
  border-color: #bb72b4;
}

.result_1 .result_title
{
  color: #bb72b4;
}

/* Showcase Projects */
.result_2
{
  border-color: #4ca5ed;
}

.result_2 .result_title
{
  color: #4ca5ed;
}

/* Admin */
.result_admin
{
  border-top: 1px solid #f0ebdd;
  margin-top: 15px;
  padding-top: 5px;
}

.result_admin ul,
.result_admin li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.result_admin li
{
  display: inline;
  padding-left: 10px;
}

.result_admin li strong
{
  font-size: 15px;
}

.result_admin li.listing_type
{
  color: #7b7a7a;
  font-style: italic;
  padding-left: 20px;
}

/* Browse pages */
.category_jump
{
  color: #869da8;
  margin-top: 1em;
}

/* Details pages */
.details_logo
{
  margin-bottom: 20px;
}

.details_subheading
{
  color: #607C40;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.pdf-icon
{
  background: url(images/pdf.gif) left center no-repeat;
  padding-left: 20px;
}

/*==============================================================================
 Blocks
==============================================================================*/
.block_large_title
{
  background: #b4b4b4;
  clear: both;
  margin: 0;
}

.block_large_title_text
{
  color: #FFF;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  margin: 0 0 5px 0;
  padding: 0 0 0 14px;
  text-align: left;
  text-transform: lowercase;
}

.block_large_content
{
  margin: 0;
  padding: 0 0 4px 0;
}

.block_large_content_text
{
  background: #f8f7f7;
  color: #000;
  margin: 0;
  /* n.b. The 1px at the top is to prevent <p> margins moving the whole block down! */
  padding: 1px 6px 6px 6px;
  text-align: left;
}

.block_left_01
{
  float: left;
  margin: 0;
  padding: 0;
  width: 311px;
}

.block_right_01
{
  float: right;
  margin: 0;
  padding: 0;
  width: 311px;
}

.block_medium_title
{
  background: #b4b4b4;
  margin: 0;
  width: 311px;
}

.block_medium_title_text
{
  color: #FFF;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  text-align: left;
}

.block_medium_content
{
  margin: 1px 0 0 0;
  padding: 4px 0 4px 0;
  width: 311px;
}

.block_medium_content_text
{
  background: #f8f7f7;
  color: #000;
  margin: 0;
  /* n.b. The 1px at the top is to prevent <p> margins moving the whole block down! */
  padding: 1px 6px 6px 6px;
  text-align: left;
}

.block_subtitle
{
  color: #869da8;
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0 0.8em 3px;
}

/*==============================================================================
 Search
==============================================================================*/
.search_field
{
  margin: 0;
  padding: 13px 0 13px 35px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

.search_field label
{
  padding-right: 5px;
}

.search_field #search_keyword
{
  width: 200px;
}

/*==============================================================================
 Popular Tags
==============================================================================*/
.tags_alphabar
{
  font-weight: bold;
  padding: 10px 13px 12px 13px;
}

.tags_alphabar a
{
  margin-right: 8px;
}

.tags_popular
{
  padding: 0 13px 8px 13px;
  /*text-align: justify;*/
}

.tags_popular ul,
.tags_popular li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags_popular li
{
  display: inline;
  line-height: 20px;
  xwhite-space: nowrap;
}

.tags_popular li a
{
  color: #000;
}

.tags_popular .smallest_tag
{
  font-size: 12px;
}

.tags_popular .small_tag
{
  font-size: 13px;
}

.tags_popular .medium_tag
{
  font-size: 15px;
}

.tags_popular .large_tag
{
  font-size: 16px;
}

.tags_popular .largest_tag
{
  font-size: 18px;
}

.tags_popular li span
{
  color: #999999;
  font-size: 10px;
  padding: 0 5px 0 1px;
}

/*==============================================================================
 Forms
==============================================================================*/
.block_form
{
  margin: 0;
  padding-bottom: 1em;
}

.form_intro
{
  padding: 0 10px 1em 10px;
}

.form_intro p
{
  margin: 0.5em 0;
}

.block_form label
{
  clear: both;
  width: 150px;
  font-weight: normal;
  float: left;
  /*padding: 5px 0 0 10px;
  font-size: 11px;*/
  padding: 0 0 0 10px;
}

.block_form .inline label
{
  clear: none;
  float: none;
  padding: 0;
}

.block_form .reqd
{
  border: none;
  color: #f00;
  cursor: text;
  font-weight: normal;
}

.block_form input
{
  margin: 2px 0 0 165px;
  display: block;
}

.block_form textarea
{
  margin: 2px 0 0 165px;
  display: block;
}

.block_form .help,
.block_form .length-message
{
  color: #666;
  clear: both;
  font-size: 12px;
  margin: 0 0 10px 165px;
}

.block_form .length-error
{
  color: #c00;
}

.block_form select
{
  margin: 2px 0 0 165px;
  display: block;
}

.block_form .text
{
  padding: 5px 0 0 165px;
  display: block;
  min-height: 15px;
}

* html .block_form .text
{
  height: 15px;
  padding: 5px 0 0 0;
}

.block_form .capctha
{
  margin: 10px 0 0 165px;
  display: block;
}

.block_form .inline
{
  margin: 2px 0 0 165px;
  display: block;
}

.block_form .inline input, .block_form .inline textarea, .block_form .inline select
{
  margin: 0;
  display: inline;
}

.block_form .inline label
{
  clear: right;
  width: auto;
  padding: 0 2px 2px 0;
  margin: 0;
}

.block_form br
{
  clear: left;
}

.errors
{
  color: #f00;
  font-weight: bold;
  padding: 5px 0 0 10px;
}

.errors ul
{
  font-weight: normal;
  margin-bottom: 1em;
}

/* Small forms, e.g. login page */
.small_form
{
  
}

.form_input_container label,
.form_captcha_container label
{
  color: #869da8;
  display: block;
  font-size: 14px;
}

.form_captcha_container
{
  position: relative;
}

.form_captcha
{
  right: 12px;
  position: absolute;
  bottom: 0;
}

.form_input_container,
.form_captcha_container,
.form_button_container,
.form_checkbox_container
{
  margin-top: 0.5em;
}

.form_forgotten_container
{
  margin-top: 0.5em;
  text-align: right;
}

/*==============================================================================
 Category list
==============================================================================*/
.category_link
{
  font-size: 16px;
}

.category_title
{
  font-size: 17px;
  font-weight: bold;
}

.category_description
{
  color: #7b7a7a;
}

/* Subcategories */
.subcategories .category_link
{
  font-size: 12px;
}

.subcategories .category_title
{
  font-size: 13px;
}

.subcategories p
{
  margin: 4px 0;
}

/*==============================================================================
 Sidebar
==============================================================================*/
.block_small_title
{
  background: #b4b4b4;
  margin: 0;
}

.block_small_title_text
{
  margin: 0;
  padding: 0 6px 0 14px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  height: 28px;
  line-height: 26px;
  text-transform: lowercase;
}

.block_small_content
{
  margin: 1px 0 0 0;
  padding: 4px 0 5px 0;
}

.block_small_content_text
{
  background: #f8f7f7;
  color: #7b7a7a;
  margin: 0;
  padding: 14px 21px 12px 20px;
  text-align: left;
}

.box_sep
{
  border-top: 1px solid #dbdbdb;
  margin: 5px -10px;
}

/*==============================================================================
 Category & Region
==============================================================================*/
.block_small_list
{
  color: #000;
}

.block_small_list a,
.block_small_list .no_link
{
  font-weight: bold;
}

.box_middle_left
{
  float: left;
  text-align: left;
}

.box_middle_right
{
  float: right;
  text-align: right;
}

/*==============================================================================
 Tell A Friend
==============================================================================*/
.tell_friend label
{
  color: #869da8;
  display: block;
}

.tell_friend input
{
  width: 99%;
}

.tell_friend input.button
{
  width: auto;
}

.tell_friend_my_name,
.tell_friend_friend_name,
.tell_friend_captcha
{
  clear: both;
  float: left;
  width: 48%;
}

.tell_friend_my_email,
.tell_friend_friend_email,
.tell_friend_captcha_image
{
  float: right;
  width: 48%;
}

.tell_friend_captcha_image
{
  padding-top: 8px;
  text-align: center;
}

.tell_friend_submit
{
  clear: both;
  padding-top: 5px;
}

/*==============================================================================
 Mailing List
==============================================================================*/
.mailing_list_email,
.mailing_list_submit
{
  padding-top: 5px;
}

.mailing_list_email label
{
  color: #869da8;
  display: block;
}

.mailing_list_email input
{
  width: 200px;
}

.mailing_list_unsubscribe
{
  font-size: 12px;
  text-align: right;
}

/*==============================================================================
 Footer
==============================================================================*/
.block_footer
{
  clear: both;
  font-size: 12px;
  margin: 2em 32px 0 32px;
  padding: 4px 0 7px 0;
  width: 903px;
}

.block_footer_text
{
  color: #808080;
  margin: 0;
  padding: 0 39px 5px 5px;
}

/*==============================================================================
 SEO Links
==============================================================================*/
.seo_links
{
  padding: 10px 5px 7px 5px;
  font-size: 11px;
  line-height: 13px;
}

.seo_links
{
  color: #ccc;
}

.seo_links a
{
  color: #808080;
}

/*==============================================================================
 OLD & UNCHECKED
==============================================================================*/
.block_header
{
  margin: 0;
  padding : 6px 0 3px 0;
  width : 781px;
  float: left;
  background: url(images/bgr_logo_top.gif) no-repeat top center;
}

.block_header_text
{
  margin: 0;
  padding: 0 6px 6px; 6px;
  float: left;
  width: 769px;
  background: #A2BCD5 url(images/bgr_logo_bottom.gif) no-repeat bottom center;
}

.header_left
{
  margin: 0;
  padding: 0;
  float: left;
  width: 300px;
  background: #A2BCD5;
}

.header_right
{
  margin: 0;
  padding: 10px 0 0 0;
  float: right;
  width: 380px;
  background: #A2BCD5;
  font-weight: normal;
}

.clear_both
{
  clear: both;
}

.ln_menu_top
{
  height: 8px;
  margin: 0;
  padding: 0;
  background-image: url(images/ln_menu_top.gif);
  background-repeat: repeat-x;
}

.topnav
{
  font-family: Arial, sans-serif;
  clear: both;
  font-size: 11px;
  height: 34px;
  color: #000;
  margin: 0;
  padding: 0 0 0 0;
  text-align: left;
}

.topnav li
{
  margin: 0;
  padding: 8px 4px 0 10px;
  color: #FFEADC;
  list-style: none;
  float: right;
  background: url(images/bgr_menu_top.gif) no-repeat top left;
  height: 34px;
}

.topnav li.menus a
{
  color: #999999;
  padding: 0 0 0 0;
}

.topnav li.menus a:hover
{
  color: #CB7674;
  padding: 0 0 0 0;
  text-decoration: underline;
}

.topnav li a
{
  color: #999999;
  text-decoration: none;
}

.topnav li a:hover
{
  color: #E0691A;
}

.news_left
{
  margin: 0;
  padding: 0;
  float: left;
  width: 50px;
  height: auto;
  text-align: left;
}
.news_right
{
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
  width: auto;
}

.reguler_list
{
  margin: 0;
  padding: 2px 2px 2px 2px;
  background-color: #ECECEC;
  height: auto;
  text-align: left;
  color: #51697F;
}

.premium_list
{
  margin: 0;
  padding: 2px 2px 2px 2px;
  background-color: #D2D8FF;
  height: auto;
  text-align: left;
  color: #51697F;
}

.sponsored_list
{
  margin: 0;
  padding: 2px 2px 2px 2px;
  background-color: #FEBCC8;
  height: auto;
  text-align: left;
  color: #51697F;
}

.row
{
  width: auto;
  height: auto;
  padding: 0 0 0 15px;
  text-align: left;
  font-weight: normal;
}

* html .row
{
  height: 1%;
}

.row_left
{
  width: 65px;
  float: left;
  height: auto;
  padding: 5px 0 0 5px;
  text-align: left;
  font-weight: normal;
}

.row_right
{
  float: right;
  display: block;
  text-align: left;
  width: 470px;
  font-weight: normal;
  padding: 5px 0 0 5px;
}

* html .row_right
{
  height: 1%;
  padding: 5px 0 0 0;
}

.block_column
{
  margin: 0;
  padding: 0 5px 0 5px;
}

.col_1
{
  width: 10%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_2
{
  width: 15%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_3
{
  width: 20%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_4
{
  width: 25%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.col_5
{
  width: 40%;
  float: left;
  min-height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

a.cp_menu
{
  color: #000000;
  background-color: inherit;
  text-decoration: underline;
}

a.cp_menu:active, a.cp_menu:link, a.cp_menu:visited
{
  color: #000000;
  background-color: inherit;
}

a.cp_menu:hover
{
  color: #000000;
  background-color: inherit;
  text-decoration: underline;
}

.bold-white-text
{
  color: #f3f3f3;
  background-color: inherit;
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.featuredprice
{
  color: #ff6600;
  background-color: inherit;
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.feattxt
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.corner
{
  background-image: url(images/corner1.gif);
  width: 610px;
  height: 21px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left top;
}

.right
{
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;

  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
}

.button
{
  /*
  background: #D4D0C8;
  height: 20px;
  width: auto;
  border: 1px solid #999999;
  */
  cursor: pointer;
  cursor: hand;
}

.btn_image
{
  float: left;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 0;
  border: 1px solid #999999;
  cursor: pointer;
  cursor: hand;
  font-size: 11px;
  color: #000000;
  background: #D4D0C8;
  height: 15px;
  width: 50px;
  text-align: center;
}

.feed_desc img
{
  margin-right: 5px;
  border-right: #cfcfcf 1px solid; 
  border-top: #cfcfcf 1px solid; 
  border-left: #cfcfcf 1px solid; 
  border-bottom: #cfcfcf 1px solid; 
}

.block_category_left
{
  clear: both;
  width: 55px;
  margin: 0;
  padding: 0;
  float: left;
}

.block_category_right {  
  margin: 0;
  padding: 0 0 0 55px;
  display: block;
}

* html .block_category_right
{
  height: 1%;
  padding: 0;
}


