/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */


@font-face {
    font-family: 'NovareseBkBT';
    src: url('../fonts/novaren-webfont.eot');
    src: url('../fonts/novaren-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novaren-webfont.woff') format('woff'),
         url('../fonts/novaren-webfont.ttf') format('truetype'),
         url('../fonts/novaren-webfont.svg#NovareseBkBT') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
  background-image: url(../images/page_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}


body
{
color: #333;
font-family: helvetica, arial, sans-serif;
}

#all
{
color: #333;
background-image: url(../images/all_bg.png);
background-position: center top;
background-repeat: repeat-y;
}
a:link,
a:visited
{
color:#282f79;
text-decoration: none;
}

a:hover,
a:active,
a:focus
{
color:#000;
}

input:focus
{
border:solid 2px;
}

.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

fieldset
{
border:solid 0px #ccc
}

.article-info
{
color:#444;
}

.article-info dd span
{
color:#444;
border-right:solid 0px;

}
/* ##########################  logo  ########################### */
#header
{background:#fff}

.header_shaddow {
  height: 7px;
  background:url(../images/headers/shaddow.png) repeat-x left top;
}
.header_padding {
  height: 1px;
  background: #fff;
}

#logo span
{
color:#555 !important;
margin-top:6px;
font-size:0.4em !important;
letter-spacing:1px
}

.logoheader
{
color:#555;
background: #fff;

}

#header-image
{
min-height:20px;
background:#eee
}

h1#logo
{
margin:20px 20px 15px 20px;
font-size:3em;

}


#line
{
text-align:right;
margin-bottom:10px;
padding-right:20px
}

#header #line form,
#header #line #fontsize,
#header #line form .search
#header #line form .finder
{
display:inline !important;
}

/* ##########################  header  ########################### */


#header ul
{
max-width:1030px;
right:15px;
}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{

margin-top:5px !important;
list-style-type:none
}

#header ul.menu li
{
}

#header ul.menu li a:link,
#header ul.menu li a:visited
{
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
}

#header ul.menu li.active a:link,
#header ul.menu li.active a:visited
{
}

#header ul.skiplinks
{
width:100%
}
.skiplinks,
.skiplinks li
{
  border:solid 0px #000;
}

#header ul.skiplinks
{
  width:100%;
  text-align:left;
  background:none;
  z-index:20000;
  top:0;
  display:inline;
  padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
  background:#333 !important;
  color:#fff !important;
  border:solid 1px;
  top:0px !important;
  z-index:1000000000000 !important;
  left:10px !important;
  display:block;
    width:14em;
    display:block
}

/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize
{
  color:#444;
}

#fontsize p a:link,
#fontsize p a:visited
{
  color:#444
}

#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
  background:#555;
  color:#fff
}

#fontsize h3
{
  color:#444;
}


/* ++++++++++++++  search  ++++++++++++++ */

#header form .inputbox
{
  background:#fff !important;
}

#header form .inputbox:focus
{
  border:solid 2px #000;
}

#header form .button
{
  border:solid 1px #999;
  background:#664335 url(../images/searchbutton.png) ;
  color:#fff;
}

/* ##########################  contentarea  ########################### */

#top
{
    background:#eee;
    padding:15px;
    border:solid 1px #ddd
}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
  color:#555;
}

#breadcrumbs span
{
  color:#555;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
  background:#fff;
  color:#7BA428;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
  background:#7BA428;
  color:#fff;
}


/* ##########################  navigation column  ########################### */

.module_content
{
  border:solid 1px #ddd;
  background:#fff
}
.moduletable_js
{
  border:solid 0px #ddd;
}

#right .moduletable_js
{
  border:0
}

#nav h3
{
  border-bottom:solid 1px #ddd;
  color:#444;
}

h3.js_heading
{
  border-bottom:solid 1px #fff !important;
  background:#eee;
}

h3.js_heading span.backh
{
  border:solid 0px #000
}

h3.js_heading span.backh1
{
  color:#444
}

#right h3
{
  color:#377A2E;
  border-bottom:solid 1px #ddd;
}

#right h3 span.backh
{

}

#right h3 span.backh2
{

}

#right h3 span.backh3
{
  color:#664335
}

h3.js_heading a
{
  border:0
}

h3.js_heading a img
{
  border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
  background:none
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3
{
}

#nav h3.js_heading a:focus
{

}

#nav form
{
  color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
  color:#fff;
  background:#669933;
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
  background:#fff;
  border:0;
}

ul.menu
{
  border:0;
  background:#fff /* url(../images/nav_level_1.gif) repeat-x */;
  border:solid 0px #eee;
}

.module_content ul.menu
{
  border:0;
}

ul.menu li
{
  border-bottom:solid 1px #ddd;
}


ul.menu li a:link,
ul.menu li a:visited
{
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
  border:solid 0px #eee;
}

 ul.menu li ul li
{
  border:solid 0px #000;
  background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
  color:#444;
  border:0;
  border-bottom:solid 1px #fff;
  background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
  border:0;
  color:#333;
  border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
  background:#666 !important;
  color:#fff !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
  border:0 !important;
  background:#f5f5f5 !important;
  padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
  background:#f5f5f5 ;
  border-bottom:solid 1px #fff;
  color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
  color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
  border:solid 1px #eee !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:#fff url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 40px;
  font-size:0.9em;
  background:#fff url(../images/arrow_small.png) no-repeat  30px 5px;
  color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
  border:solid 0px #eee !important;
  padding-top:5px !important;
  padding-bottom:10px !important;
  background:#fff url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li a:visited
{
  font-weight:normal;
  padding: 3px 2px 3px 5px;
  font-size:0.9em;
  background:#fff ;
  color:#444;
  margin:0 10px  0 35px;
  border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}


/* ##########################  content - main   ########################### */


#main
{
  min-height:300px;
}

#left_column {
  float: left;
  width: 210px;
  margin-right: 20px;
}
.home #left_column {
  width: 445px;
}

#right_column {
  float: left;
  width: 655px;
}
.home #right_column {
  width: 445px;
}

#right_middle_left {
  width: 215px;
  float: left;
}
#right_middle_right {
  width: 215px;
  float: right;
}

#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{
}

#main th a:hover,
#main th a:active,
#main th a:focus
{
}

.items-row
{

}

.column-1,
.column-2
{
  border: solid 0px;
}

.item-separator
{
  border: solid 0px #333333;
}

#main ul li
{

}

.small
{
  border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
  border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
  border:0;
  padding:0;
  margin:20px 0
}

/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
    padding:2px;
}

.image-right
{
    border:solid 1px #ddd;
    padding:2px
}


/* ++++++++++++++  leading  ++++++++++++++ */

.items-row
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */

#main h1
{
  color:#444;

}

/* h1 on frontpage */
/*
#main .blog-featured h1
{
  border-top:solid 0px #ddd;
  border-bottom:solid 0px #ddd;
}
*/
.items-row h2
{
}
.items-row h2 a:link,
.items-row h2 a:visited,
.items-leading h2 a:link,
.items-leading h2 a:visited
{
}



.items-row h2 a:hover,
.items-row h2 a:active,
.items-row h2 a:focus,
.items-leading h2 a:hover,
.items-leading h2 a:active,
.items-leading h2 a:focus
{color:#fff !important;
text-decoration:none !important
}

.aidanews2 {
  position: relative;
}
.aidanews2_line {
  border: none;
  margin-top: 30px;
}
.aidanews2_bottomlink {
  display: inline-block; 
  position: absolute; 
  right: 0px; 
  bottom: 10px;
}
.aidanews2 img {
  padding: 0 !important;
  border: none !important;
}
.aidanews2_positions {
  padding: 0 !important;
}
.aidanews2_mainC {
  overflow: visible;
}
.aidanews2_text, .aidanews2_text p {
 font-size: 13px;
 line-height: 16px; 
}
.aidanews2_head {
  margin-bottom: 10px;
}
.aidanews2_head img {
  float: none;
}
.aidanews2 .even {
  background: none !important;
}
.aidanews2_botL p {
  margin: 0;
  line-height: normal;
}


.items-leading h2
{
  color:#7BA428;
}
.green_box {
  background-color: #ecf1eb;
  border: solid 1px #e0e6e0;
  border-bottom: solid 1px #a4acaa;
  padding: 15px 15px 10px;
  margin-bottom: 20px;
}

.green_box a.readon, .green_box a.more {
  background:url(../images/more_green.png) no-repeat right top;
  height: 24px;
  line-height: 24px;
  padding: 0 30px 0 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: #000 -1px -1px 0;;
}
.green_box a.readon:hover, .green_box a.more:hover {
  background-color: none;
}

.green_box  h2 .icon {
  width: 40px;
  height: 40px;
  display: none;
  vertical-align: middle;
  margin-left: 10px;
  background-image :url(../images/icons.png);
  background-repeat: no-repeat;
}

.icon_news h2 .icon {
  display: inline-block;
  background-position: 0px top;
}
.icon_how_works h2 .icon {
  display: inline-block;
  background-position: -40px top;
}
.icon_points_system h2 .icon {
  display: inline-block;
  background-position: -80px top;
}



.no_more a.readon, .no_more a.more {
  display: none;
}
.no_more .aidanews2_line {
  display: none;
}

.green_box h1 {
  font-size: 17px !important;
  font-weight: normal !important;
}
.green_box h1, .green_box h1 a:link {
  color: #282f79 !important;
  font-weight: normal !important;
}
.green_box h2, #main h2, .green_box .icon_button
{
  color:#fff;
  line-height: 44px;
  padding: 2px 15px 10px 25px;
  background:url(../images/green_header.png) no-repeat left bottom;
  margin: 10px 0 -10px -25px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  text-shadow: #383838 1px 1px 1px;
  font-family: NovareseBkBT;
}
.home .green_box h2, .home #main h2, .home .green_box .icon_button {
  margin-top: -6px !important;
  margin-bottom: 5px !important;
}
.home .green_box .moduletable h2, .home #main .moduletable h2 {
  margin-top: 5px !important;
}

.green_box_no_border {
  padding-top: 0px;
  margin-top: 12px;
}
.green_box_no_border .icon_button {
  height: 70px;
  padding-right: 0px !important;
}
.green_box_no_border .icon_button .first {
  font-size: 25px !important;
}
#main h2 a
{
  color:#333;
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
  color:#444;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
  background:#555 url(../images/arrow2.gif) no-repeat left 6px !important;
  color:#fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
  background:#555;
  color:#fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
  border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#444;
}

#main .items-more ol
{
  color:#000;
}

#main .items-more ol li a
{
  background:#FFF url(../images/blog_more.gif) no-repeat  !important;
  color: #7BA428 /* #377A2E */
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
  background: #555 url(../images/arrow2.gif) no-repeat 0px center;
  color:#333;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
  border-top:solid 1px #ddd;
}


/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
  border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right
{

}

#right .moduletable
{
  border:solid 0px #eee;
  border-top:0;
    margin-bottom:10px;

}

#right h3
{
  color:#333
}

#right h4
{
  color:#444;
  border:solid 0;
}

#right ul
{
  border:solid 0 #ccc;
  color:#333;
}

.moduletable-custom ul li
{
  color:#333;
  background: url(../images/arrow2_grey.png) no-repeat  2px 7px;
}

#right .moduletable-custom h4
{
color:#444
}

#right .moduletable a img
{border:0}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
  color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
  background: url(../images/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
  background:#555 url(../images/arrow_white_grey.png) 2px 6px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
  border:solid 0px #000;
}

.newsfeed-item
{
  border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
  border:solid 1px #eee;
  background:#f5f5f5 url(../images/box.png) repeat-x;
}

.newsflash-horiz li
{
  border:solid 0px #eee;
  background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
  border-bottom:solid 1px #fff;
}

/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
  border:0
}

.banneritem a
{
  background:none
}

.banneritem a img
{
  background:none;
  border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;
}

fieldset.input
{
  border:0;
}

input.button,
button.button
{
  background:#FFFFFF url(../images/arrow1.gif) no-repeat left top;
  border:1px solid #DDDDDD;
  color:#444444;
}


/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  background:#f5f5f5 url(../images/box.png) repeat-x;
}

ul.tabs li
{
  background:#f5f5f5 url(../images/box.png) repeat-x;
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
  color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
  color:#000
}

.tabcontent
{
  border:solid 1px #ddd;
  background:#fff;
  color:#000;
}

.tabcontent .linkclosed
{
  color:#000;
  border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
  background:#fff;
  color:#333;
  border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
  background:#555;
  color:#fff
}


/* ++++++++++++++  category-module  ++++++++++++++ */

.category-module li
{
  border-bottom:solid 1px #ddd;
}

.category-module li li
{
  border:0
}

/* ##########################  search   ########################### */

.searchintro img
{
  border:0px
}

.inputbox:focus
{
  border:solid 2px #000;
}

.word
{
  background:#fff;
  border:solid 0px #ccc ;
}

.word input
{
  background:#fff;
  border:solid 1px #999;
  color:#444;
}

.only
{
  border:solid 1px #ccc;
}

.phrases
{
  border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
  background:#fff;
  color:#000;
}

.phrases .inputbox option
{
  background:#f5f5f5;
  border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
  background:#C00;
  border-color:#CFD0D6;
  color:#fff;
}

/* ++++++++++++++  search results  ++++++++++++++++++ */

dl.search-results
{
  background:#f5f5f5;
}

dl.search-results dt.result-title
{
  border-top:dotted 1px #ddd
}

dl.search-results dd.result-url
{
  border-bottom:solid 5px #fff;
  color:#115599;
}

dl.search-results dd.result-created
{
  border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */

/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid
{
  border-color:red !important;
}

label.invalid
{
  color:red;
}

/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
  border:solid 1px #ccc;
}

#member-profile fieldset
{
  border:solid 1px #ccc;
}


/* ##########################  tables   ########################### */
table
{
  border:solid 1px #ddd !important
}
table td
{
  padding: 5px 10px;
}

tbody
{

}

tr.odd,
.cat-list-row1
{
  background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
  background:#444;
  color:#fff
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a
{
  color:#fff !important
}

td.table_footer
{
  background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
  border:solid 0px ;
}

/* for opera */
tr, td
{
  border:solid 1px #ddd
}

fieldset.filters
{
  border:0;
}


/* ##########################  contacts   ########################### */

.contact form
{
  background:#fff;
  color:#000;
}

.contact input
{
  background:#fff;
  color:#000;
}

.contact input.invalid,
.contact textarea.invalid
{
  border:solid 2px red;
}

.contact label.invalid
{
  color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error
{
  color:#044b63;
  background:#eee;
  border-top:3px solid #044b63;
  border-bottom:3px solid #044b63;
}

body.contentpane
{
}


/* ##########################  footer   ########################### */

#footer
{
  background:#333333 url(../images/tabs_back.jpg) repeat-x left top;
  color:#fff;
  border-top:solid 0px #ccc;
  height: 47px;
}

#footer-sub {
}

#footer-inner
{
  background:#f5f5f5 url(../images/footer.jpg) repeat-x left bottom;
  border-top:solid 1px #ddd
}

#footer-sub a:link,
#footer-sub a:visited
{color:#fff}



.box1
{
  border-right:solid 1px #ddd
}

.box3
{
  border-left:solid 1px #ddd;
}

.box h3
{
}

#bottom a img
{
  border:0 none;
}



/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
  border:0
}

form.editor fieldset
{
  border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
  border:solid 0px #000
}

.edit form#adminForm fieldset
{
  border:solid 1px #ddd
}

legend
{font-weight:bold}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
  border:solid 1px #333;
  background:#ffffcc;
}
table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

#main .categories-list ul
{list-style-type:none}

/* contact  plain */
#main .contact h3
{
  border-bottom:solid 1px #ddd;
  margin: 20px 0
}

.form-required
{
  font-weight:bold;
  margin:10px 0;
  background:#fff url(../images/req.png) no-repeat;
  padding:10px 40px

}

.contact .inputbox
{
  background:#fff url(../images/content_bg.gif) repeat-x ;
  border:solid 1px #ccc;
  padding:3px
}
/* contact  slider */

.panel
{
  border:solid 1px #ddd;
  margin-top:-1px

}
#main .contact .panel h3
{
  margin:0px 0 0px 0;
  padding: 0;
  background:#eee;
  border:0
}
.panel h3 a
{
  display:block;
  padding:6px;
  text-decoration:none;
  color:#444;
  padding:6px;
}


.panel h3.pane-toggler a
{
  background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
  background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
  border-bottom:solid 1px #ddd;
}

.pane-slider
{
  border:solid 0px;
  padding:0px 10px !important;
  margin:0;
  background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
  padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
  margin:20px 0 0 0
}

.categories-list .category-desc ul li
{list-style-type:square
}
/* tabs */

div.current
{

  background: url(../images/nav_level_1.gif) repeat-x ;
}

#close a
{text-decoration:none}

/*Encyclopedia*/
div.encyclopedia_col1 {
  width:49%;
  float:left;

}
div.encyclopedia_col1 p.img_caption {
  font-size: .6em;
}
div.encyclopedia_col2 {
  width:49%;
  float:right;
  padding-left:3px;
  margin-left: 2px;
}
div.encyclopedia_col2 p {
  padding-left:3px;
  margin-left: 2px;
}

div.encyclopedia_links ul
{
        display:block;
        margin:0px 0px 1px 0px;
        list-style-type:none;
        padding:10px 0px 10px 0px;
        width:100%
}
div.encyclopedia_links ul li
{
        display:inline ;
        padding:2px ;
        margin:2px;
        white-space:nowrap;

}
/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}


#main_menu {
  background: url(../images/menu_bg.jpg) repeat-x ;
  height: 45px;
  padding: 0px 10px;
  margin: 0;
  text-transform: uppercase;
}
#main_menu li {
  list-style-type:none;
  border: none;
  display: inline-block;
  padding: 0 8px 0 14px;
}
#main_menu li.active {
  background: url(../images/menu_bg_active.jpg) repeat-x ;
}
#main_menu li a {
  line-height: 23px;
  height: 23px;
  padding: 1px 26px 0px 0px;
  margin: 11px 0px;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  color: #edffe4;
  text-shadow: #000 0px 1px 1px;
  font-family: helvetica;
  background-image: url(../images/menu_icons.png);
  background-repeat: no-repeat;
}
#main_menu li a:hover {
  color: #fff;
  text-shadow: #fff 0px 0px 1px;
}

.link-home { background-position: right 0px; }
.link-about-us { background-position: right -23px; }
.link-mission { background-position: right -46px; }
.link-rules { background-position: right -69px; }
.link-confidentiality { background-position: right -92px; }
.link-frequent-questions { background-position: right -115px; }
.link-contact { background-position: right -138px; }

.mod-languages {
  position: absolute;
  top: 17px;
  right: 15px;
}

.lang-inline
{
  width: 500px;
}

.customlogin-area {
  position: absolute;
  top: 50px;
  right: 15px;
}
.customlogin-area a {
  display: inline-block;
  margin: 0px 5px;
  font-size: 12px;
  line-height: 22px;
}
.customlogin-area a.login {
  background-image: url(../images/grey_btn_bg.jpg);
  background-repeat: repeat-x;
  color: #000;
  padding: 0px 10px;
  border-left: solid 1px #c6cacb;
  border-right: solid 1px #c6cacb;
}

.icon_button {
  display: block;
  color: #fff !important;
  font-family: 'NovareseBkBT' !important;
  font-weight: bold !important;
  font-size: 25px !important;
  position: relative !important;
  text-shadow: #000 1px 1px 0 !important;
  padding-bottom: 0px !important;
  line-height: normal !important;
}

.icon_button .icon {
  width: 25px; 
  height: 25px; 
  display: block; 
  position: absolute; 
  right: 12px; 
  top: 7px; 
}
.icon_testimonials .icon_button .icon {
  background-image: url(../images/icon_testimonials.png);
}
.testimonials .aidanews2_text p {
  font-style: italic;
  margin: 0;
}
.testimonials .aidanews2_botR,.testimonials .aidanews2_botR a{
  float: left !important;
}
.testimonials .aidanews2_text h6 {
  font-weight: bold;
  color: #282f79;
  font-size: 13px;
  margin: 0 0 20px;
}

.icon_surverys .icon_button .icon {
  background-image: url(../images/icon_surveys.png);
}
.icon_button .first {
  display: block !important;
  position: absolute !important;
  font-size: 30px !important;
  left: 15px !important;
  top: 5px !important;
  width: 150px !important;
}
.icon_button .second {
  display: block !important;
  float: right !important;
  padding-right: 25px !important;
  padding-top: 30px !important;
  width: 150px !important;
  text-align: right !important;
}

.blue_icon_button {
  background-image: url(../images/blue_gradient.jpg);
  background-color: #002c67;
  background-repeat: repeat-x;
  background-position: top left;
  padding-bottom: 2px !important;
}
.blue_icon_button .first {
  color: #e3f9fc !important;
}
.green_icon_button {
  background-image: url(../images/blue_gradient.jpg);
  background-color: #002c67;
  background-repeat: repeat-x;
  background-position: top left;
}
.green_icon_button .first {
  color: #e3fceb !important;
}

.green_simple_box {
  background-color: #3a8d44;
  padding: 10px;
  color: #fff;
}
.green_simple_box a {
  color: #fff;
}

.green_simple_box .readon {
  display: block;
}

.green_simple_box h2 {
  margin: 0 0 10px 0 !important;
  padding: 0px !important;
  background: none !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-family: 'NovareseBkBT' !important;
  font-weight: normal !important;
}
.green_simple_box img {
  border: solid 1px #fff !important;
}
.green_simple_box h1 {
  margin: 0 !important;
  padding: 0 !important;
}
.green_simple_box h1 a, .green_simple_box h1, .green_simple_box h3 {
  margin: 10px 0px 0px 0px !important;
  color: #f4f7d3 !important;
  font-size: 13px !important;
  line-height: 13px !important;
}
.winners_home h2 {
  margin-bottom: 0px !important;
}
.green_simple_box p {
  margin: 0px;
}
  
.green_simple_box a {
  font-size: 13px !important;
}
.green_simple_box .aidanews2_art {
  margin-bottom: 10px;
}
.green_simple_box .aidanews2_line {
  display: none;
}


.green_simple_box .aidanews2_bot a.readon, .green_simple_box .aidanews2_bot a.more {
  background:url(../images/more_grey_green.png) no-repeat right top;
  height: 19px;
  line-height: 19px;
  padding: 0 30px 0 10px;
  display: inline-block;
  color: #216400;
  font-size: 11px !important;
  font-weight: bold;
}
.green_simple_box .aidanews2_bot a.readon:hover, .green_simple_box .aidanews2_bot a.more:hover {
  background-color: none;
}
.green_simple_box hr {
  height: 2px;
  background-color: #87ae6d;
  border: none;
  border-bottom: solid 1px #315f1c;
  margin: 10px 0;
}

.esomar, .esomar p {
  font-size: 11px;
  font-style: italic;
  line-height: 15px !important;
}
.esomar .icon {
  display: block;
  float: right;
  width: 99px;
  height: 102px;
  background:url(../images/esomar.jpg) no-repeat left top;
}

.daedalus-group {
  display: block;
  float: right !important;
  margin-right: 30px;
  background:url(../images/esomarnew.png) no-repeat left top;
  height: 56px;
width:179px;
}
.copyright {
  margin-top: 10px;
}
.copyright p {
  text-align: left;
  color: #24509c;
  font-size: 13px !important;
  line-height: 15px;
}


.item-page p img, .blog p img  {
  margin: 0px 10px 5px 0px;
}

.quick_menu {
  padding: 0px;
}
.quick_menu h2 {
  margin-left: -10px !important;
  margin-top: 10px !important;
  font-size: 22px !important;
  color: #efffe4 !important;
}
.quick_menu .menu {
  background: none !important;
  margin-top: 0px !important;
  padding: 0 !important;
}
.quick_menu .menu li:hover {
  background-color: #fff;
}
.quick_menu .menu li {
  background-color: #f6f8f5;
  margin: 2px 0 !important;
  border: 0 !important;
}
.quick_menu .menu li a {
  color: #4a7137 !important;
  font-size: 15px;
  font-weight: normal !important;
}

.winners_list {
  margin-bottom: 10px;
  margin-top: -10px;
}
.winners_list h3 {
  color: #F4F7D3 !important;
  font-size: 13px !important;
  line-height: 13px !important;
  margin: 5px 0 0 0 !important;
  font-weight: bold;
}
.winners_list p {
  font-size: 13px !important;
  color: #FFFFFF;
  margin: 0 !important;
  line-height: 16px;
}

.actions {
  height: 15px;
  padding-top: 10px !important;
}

.testimonials .aidanews2_readmore {
  white-space: nowrap;
}






#slideshow {
    position:relative;
    height:285px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.hotspot {
  display: block; 
  position: absolute; 
  width: 340px; 
  height: 38px; 
  left: 20px; 
  top: 166px; 
  z-index:1000; 
  background-image: url(../images/spacer.png);
}

#left_column .green_box .moduletable, #left_column .green_box .moduletable .menu {
  padding-bottom: 2px !important;
  margin-bottom: 0px !important;
} 


#breadcrumbs {
  display: none;
}

.item-page table, .items-leading table, .items-row table {
  background-color: #fff;
}
.item-page table th, .items-leading table th, .items-row table th {
  background-color: #ccd9c7;
  padding: 10px;
  line-height: 15px;
  border: solid 1px #fff;
}
.aidanews2_art {
  overflow:hidden;
}