/**
* $Id: module.css,v 1.1 2007/06/05 18:28:24 marcan Exp $
* Module: SmartFAQ
* Author: marcan <marcan@notrevie.ca>
* Licence: GNU
*/
.articles_headertable {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%
}
.itemBody

{
min-height:150px;

}
.articles_modulename {
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    padding-right: 0.3em;
    line-height: 18px;
}

.articles_breadcrumb {
    font-size: 0.9em;
    line-height: 18px;
    width: 100%
}




.articles_infotitle {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 250%;
    line-height: 250%;
    font-weight: bold;
    display: block;
}

.articles_infotext {
    margin-bottom: 8px;
    line-height: 130%;
    display: block;
}

.articles_category_index_list {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.articles_categoryname {
    padding-bottom: 5px;
    vertical-align: middle;
    font-size: 120%;
    text-align: left;
    font-weight: bold;
    margin: 0;
    line-height: 120%;
}

.articles_category_image {
    float: left;
    padding-right: 5px;
    display: block;
}

.articles_category_header {
    clear: both;
    padding-top: 10px;
    padding-bottom: 5px;
}

.articles_subcats {
    clear: both;
    padding-top: 5px;
    font-size: 90%;
}

.articles_subcats_info {
    padding-bottom: 5px;
    font-weight: bold;
}

.articles_collaps_title {
    margin-bottom: 2px;
    margin-top: 5px;
    font-size: 130%;
    line-height: 130%;
    font-weight: bold;
    display: block;
}

.articles_collaps_info {
    margin: 3px 0 12px 0;
    display: block;
}

.articles_item_head_cat {
    padding-top: 0px;
    text-align: right;
    font-style: normal;
    vertical-align: middle;
    display: block;
}

.articles_item_head_who {
    padding-top: 5px;
    text-align: right;
    font-style: normal;
    vertical-align: middle;
    display: block;
}

.articles_item_image {
    display: block;
    padding: 5px;
	max-width: 200px;

	padding-left:10px
}
.articles_item_image2 {
    display: block;
    padding: 5px;
	max-width: 260px;

	padding-left:10px
}
.article_full_img_div img{
    display: block;
    padding: 5px;
	max-width: 260px;

	padding-left:10px
}


.articles_items_link {
    width: 50%;
    vertical-align: middle;
}

.articles_items_list {
    padding-top: 10px;
}

.articles_items_list_item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.articles_list {
    padding: 8px;
    font-size: 16px;
}

.articles_category_dsc {
    margin: 3px 0 10px 0;
    font-size: small;
    display: block;
}

.articles_adminlinks {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.articles_indexfooter {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.articles_itemfooter {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.articles_itemFoot {
    text-align: right;
    padding: 3px;
    border: 1px solid #808080;
}

.articles_pre_itemInfo {
    padding-top: 5px;
}

.articles_modfooter {
    text-align: center;
    padding-top: 6px;
    font-size: 9px;
    border-top: 0px solid #ccc;
}

.articles_spotlight_readmore {
    display: block;
    width: 100px;
    height: 20px;
    background-color: #aaa;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.articles_pagenav_top {
    padding-top: 5px;
    font-size: 10px;
    text-align: left;
}

.articles_pagenav_bottom {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    text-align: center;
}

#articles_rarticles_feed {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

#articles_embeded_files {
    text-align: center;
    display: block;
}

/* 	bd tree block hack */
.articles_tree {

}

.articles_tree ul {
    margin: 0;
    padding: 0;
    margin-left: 6px;
}

.articles_tree ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    list-style-type: none;
}

.articles_tree ul li a {
    display: block;
    margin: 0;
    padding: 0;
}

.articles_tree ul li ul {
    padding-left: 6px;
}

.articles_tree ul li ul li ul {
    padding-left: 6px;
}

.articles_tree .articles_tree_category {

}

.articles_tree .articles_tree_item {

}

/* end bd */
/*  styles for the unit rater
---------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */
#articles_container {
    width: 50%;
    border: 1px solid #CCC;
    padding: 20px;
}

.articles_ratingblock {

}

.articles_loading {
    height: 30px;
    background: url(../images/working.gif) 50% 50% no-repeat;
    width: 150px;
}

.articles_unit-rating {
/* the UL */
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 30px;
    position: relative;
    background: url(../images/starrating.gif) top left repeat-x;
}

.articles_unit-rating div {
    text-indent: -90000px;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
}

.articles_unit-rating div a {
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    text-indent: -9000px;
    overflow: hidden;
    z-index: 20;
    position: absolute;
    padding: 0px;
}

.articles_unit-rating div a:hover {
    background: url(../images/starrating.gif) left center;
    z-index: 2;
    left: 0px;
}

.articles_unit-rating a.articles_r1-unit {
    left: 0px;
}

.articles_unit-rating a.articles_r1-unit:hover {
    width: 30px;
}

.articles_unit-rating a.articles_r2-unit {
    left: 30px;
}

.articles_unit-rating a.articles_r2-unit:hover {
    width: 60px;
}

.articles_unit-rating a.articles_r3-unit {
    left: 60px;
}

.articles_unit-rating a.articles_r3-unit:hover {
    width: 90px;
}

.articles_unit-rating a.articles_r4-unit {
    left: 90px;
}

.articles_unit-rating a.articles_r4-unit:hover {
    width: 120px;
}

.articles_unit-rating a.articles_r5-unit {
    left: 120px;
}

.articles_unit-rating a.articles_r5-unit:hover {
    width: 150px;
}

.articles_unit-rating a.articles_r6-unit {
    left: 150px;
}

.articles_unit-rating a.articles_r6-unit:hover {
    width: 180px;
}

.articles_unit-rating a.articles_r7-unit {
    left: 180px;
}

.articles_unit-rating a.articles_r7-unit:hover {
    width: 210px;
}

.articles_unit-rating a.articles_r8-unit {
    left: 210px;
}

.articles_unit-rating a.articles_r8-unit:hover {
    width: 240px;
}

.articles_unit-rating a.articles_r9-unit {
    left: 240px;
}

.articles_unit-rating a.articles_r9-unit:hover {
    width: 270px;
}

.articles_unit-rating a.articles_r10-unit {
    left: 270px;
}

.articles_unit-rating a.articles_r10-unit:hover {
    width: 300px;
}

.articles_unit-rating div.articles_current-rating {
    background: url(../images/starrating.gif) left bottom;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
    overflow: hidden;
}

.articles_voted {

}

.articles_thanks {
    color: #36AA3D;
}

.articles_static {

}

/*****columns block************/
h2.articles-title, h4.articles-title {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 5px;
    font-size: 16px;
     font-weight: bold;
}

h2.articles-title a, h4.articles-title a {
margin: 0;
    padding: 0;
    line-height: 1.1;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.articles-left {
    float: left;
    overflow: hidden;
}
.articles-left a {
     /* Applies to all unvisited links */
  color: #414040;
    text-decoration:  none;
  } 
.articles-left a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-size: 110%;
  color: #414040;
  } 
.articles-left a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-size: 110%;
  color: #414040;
  } 
.articles-left a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: #414040;

}
.articles-box {
    margin: 10px;
    padding: 10px 0;
}

.articles-left .articles-box {
    margin-left: 10px;
}

div.articles-section {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 92%;
}

div.articles-section a {
    background: url(../images/dot-grey.gif) repeat-x left center;
    display: block;
    padding: 0 2px 2px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 1px;
}

div.articles-section a span {
    border-left: 4px solid;
    padding: 0 5px;
    background: url(../images/span-bg.gif);
}

div.articles-section a:hover, div.articles-section a:active, div.articles-section a:focus {
    text-decoration: none;
}

.articles-box:hover div.articles-section a span, .hover div.articles-section a span {

}
.itemTitle

{

background-color: transparent;

background-image: url("../img/line.gif");

background-repeat: repeat-x;

background-attachment: scroll;

background-position: center bottom;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 5px;

padding-left: 0pt;

font-size: 1.4em;

line-height: 1.0em;

font-weight: normal;

}
.articles-more {
    text-transform: uppercase;
    display: block;
    clear: both;
    margin: 0 0 2px;
    font-size: 92%;
    letter-spacing: 1px;
}

ul.articles-links {
    padding: 0;
    margin: 0;
    font-size: 90%;
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom: 10px;
}

ul.articles-links li {
    list-style: none !important;
    padding-left: 10px;
    background: url(../images/bullet.gif) no-repeat 1px 4px;
}
ul.articles-links li a {
    text-decoration:  underline;
}
.articles-links a:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  color: #414040;
  } 
.articles-links a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color: #414040;
  } 
.articles-links a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: #414040;

}
.articles-content img {
    background: #F3F3EB;
    margin: 0px 8px 10px 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

.articles-clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both
}

/* --------------- Latestnews Slider 1  --------------- */

ul.pub_slideshow1 {
    list-style: none !important;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.pub_slideshow1 li {
    position: absolute;
    left: 0;
    right: 0;
    list-style: none !important;
}

ul.pub_slideshow1 li.show {
    z-index: 500;
}

ul.pub_slideshow1 img {
    border: none;
}

#pub_slideshow1-caption {
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #000;
    z-index: 500;
}

#pub_slideshow1-caption .pub_slideshow1-caption-container {
    padding: 5px 10px;
    z-index: 1000;
}

#pub_slideshow1-caption h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#pub_slideshow1-caption p {
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: normal !important;
}

/* --------------- Latestnews Slider 2  --------------- */

.lof-slidecontent {
    position: relative;
    overflow: hidden;
    border: #F4F4F4 solid 1px;
    width: 592px;
    height: 300px;
}

.lof-main-outer {
    position: relative;
    height: 100%;
    width: 400px;
    z-index: 3;
    overflow: hidden;
}

/* main flash */
ul.lof-main-wapper {
/* margin-right:auto; */
    overflow: hidden;
    padding: 0px;
    margin: 0;
    height: 300px;
    width: 400px;
    position: absolute;
    overflow: hidden;
    list-style: none !important;
}

ul.lof-main-wapper li {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 400px;
    float: left;
    list-style: none !important;
}

.lof-opacity  li {
    position: absolute;
    top: 0;
    left: 0;
    float: inherit;
    list-style: none !important;
}

ul.lof-main-wapper li img {
    padding: 0px;
    width: 400px;
}

/* item navigator */
ul.lof-navigator {
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    width: 100%;
}

ul.lof-navigator li {
    cursor: hand;
    cursor: pointer;
    list-style: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.lof-navigator-outer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 300px;
    width: 210px;
    overflow: hidden;
    color: #FFF;
}

.lof-navigator li.active {
    background: url(../images/arrow-bg.png) no-repeat scroll left center;
    color: #FFF;
}

.lof-navigator li:hover {

}

.lof-navigator li h3 {
    color: #FFF;
    font-size: 100%;
    padding: 15px 10px !important;
    margin: 0;

}

.lof-navigator li div {
    background: url(../images/transparent_bg.png);
    color: #FFF;
    height: 100%;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
    border-top: 1px solid #E1E1E1;
}

.lof-navigator li.active div {
    background: #941813 url(../images/grad-bg.png) repeat-x;
    color: #FFF;
}

.lof-navigator li img {
    height: 60px;
    width: 60px;
    margin: 15px 15px 10px 0px;
    float: left;
    padding: 3px;
    border: #C5C5C5 solid 1px;
}

.lof-navigator li.active img {
    border: #6C8E5C solid 1px;
}

.lof-navigator li.active h3 {
    color: #FFF;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
