/*************************/
/* two column containers */
/*************************/


div#twocolleft {
  float: left; 
  width: 40em;
  padding-left: 0px;
  margin-left: 0px;
  clear: both;
  margin-top: 0;
}


div#oneplustwo {
  clear: both;
  margin-top: 0;
}

div#twocolright {
  padding: 0.6em;
  margin-top: 2em;
  margin-bottom: 2em;
  float: right;
  width: 12em;

  text-align: left;
}


/**********/

/***************/
/* bread crumb */
/***************/
/*
div#breadcrumbtrail {
    margin-bottom: 0.5em; 
}

div#breadcrumbtrail a.breadcrumb:visited, div#breadcrumbtrail a.breadcrumb:link { 
  color:#336633;
  font-weight: normal;  
}

div#breadcrumbtrail a.breadcrumb:hover{
  color: #000000;
  background-color:#F3F7DB;
}

.breadcrumbmarker {
  font-size: 90%;
}
*/
/*Fat Erik's Breadcrumbs*/
/*
#crumblist
{
list-style: none;
padding: 0;
margin: 0;
}

#crumblist li
{
display: inline;
padding: 0;
margin: 0;
}

#crumblist li:before { content: "> "; }
#crumblist li:first-child:before { content: ""; }

*/

/*************************/
/* Descendant navigation */
/*************************/

div#descendantsnavcontainer ul {
    margin: 0 0 0 0.9em;
    padding-left: 1.5em;
    font-family:Verdana,Helvetica,sans-serif;
}

div#descendantsnavcontainer li {
    padding-top: 0.4em
}

div#childrennavcontainer ul {
    margin: 0 0 0 0.9em;
    padding-left: 1.5em;
    font-family:  Arial, Helvetica, sans-serif;
}

/*************************/
/* Site map navigation */
/*************************/

div#siteMapContainer ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding-left:11px;
}

div#siteMapContainer li {
  list-style-type:disc;
  margin:0;
  padding-top:4px;
}

div#siteMapContainer li.nav0 {
  list-style-image: url(images/folderopen.png);
  margin-left: 20px;
  padding-left: 3px;
}

div#siteMapContainer li.nav1 {
  /*list-style-image: url(images/menu-iconside.gif);*/
  list-style-image: url('images/arrowsub2.gif');
}

div#siteMapContainer li.nav0 a:hover, 
div#siteMapContainer li.nav0 a:link, 
div#siteMapContainer li.nav0 a:visited {
  border-bottom-style: none;
  /*font-size: 80%;
  color: red;*/
}


/******************/
/* Downloadmodule */
/* layout         */
/******************/

div.dlcontainer {
  border: 1px solid #ddd; 
  float: left;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 100%;
}

ul.dlcontainer {
  border: 1px solid #ddd; 
  float: left;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

div.dlrow {
  clear: both;
  float: left;
  width: 95%;
  padding: 0.5em;
  margin-bottom: 0.4em;
  }

li.dlrow {
  clear: both;
  padding: 0.5em;
  }  

div.dlicon  {
  float: left;
  width: 5%;  
  }

div.dltext {
  float: left;
  text-align: left;
  margin: 0px;
  padding: 0px;
  width: 95%;
  }


/*****************************/
/** custom faqmodule styles **/
/*****************************/

h3.question_list_category_title {

}

ul.question_list{

}

h3.category_title {       
       border-top: 1px solid #DDD;
}


dl.faqmodule{

}

dt.faqmodule {
       font-weight: bold;
       margin-left: 0.6em;
}

dd.faqmodule {
       margin-left: 1.2em;
       padding-bottom: 1em;
}

div.faqmodule_questionlist {
}

div.faqmodule_answerlist {
}

div.faqmodule_answer_category_block {
}

div.faqmodule_question_category_block {
}

/** expandable faq module **/

ul.faq_ex_catlist {
  
}

ul.faq_ex_qlist {

}

li.faq_ex_category_title {
   list-style-image: url(images/folder.png); 
   padding-left: 0.3em;     
   margin-top: 0.25em;
}

li.faq_ex_category_title_open {
   list-style-image: url(images/folderopen.png); 
}

li.faq_ex_qlist {
   list-style-image: url(images/qmark_12.gif); 
   padding-left: 0.3em;
   margin-top: 0.25em;
   margin-left: 2em;
}

div.faq_ex_ans {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

a:link.faq_ex_q, a:visited.faq_ex_q {
  font-weight: normal;
} 

/*****************************/
/** Feed list               **/
/*****************************/

dl.feedlist dt {
   font-weight: bold;       
   margin: 0px;
}

dl.feedlist dt a {
     background-image: url("images/rss-feed.gif");
     background-repeat: no-repeat;
     background-position: 0 50%; 
     padding: 0 0 0 2em;
}

dl.feedlist dd {
       margin: 0px;
       padding: 0 0 1em 2em;              
}

/*
h2.feedlist_moduletitle {
  font-size: 110%;
}
*/
table.feedlist td {
  border-bottom: 0.2em dashed #ddd;
  vertical-align: middle;
  padding: 0.5em 0.2em 0.5em 0.2em;
  text-align: left;
}

/*
table.feedlist td.feedname {
  padding-right: 0.2em;
}

table.feedlist a img {
  border: 0.2em solid #fff;  
}

table.feedlist a img:hover {
  border-top: 0.2em solid #ddd;  
  border-left: 0.2em solid #ddd;
}
*/

/**********************/
/* Weblog styles      */
/**********************/
div.weblog_comment {
    margin: 3px;
    margin-bottom: 1em;
    border: 1px dashed #DDD;
}

div.weblog_comment_title {
    /*font-size: 10px;*/
    font-weight: bold;
    background-color: #DDD;
    padding: 2px;
}

div.weblog_comment_attribution {
    /*font-size: 10px;*/
    font-style: italic;
    padding: 5px;
}

div.weblog_comment_body {
    /*font-size: 10px;*/
    padding: 5px;
}

div.blogsummary div.weblog_itemtitle {
    padding-bottom: 10px;
    border-top: 2px solid #ddd;
}

div.blogsummary div.weblog_attribution {
    font-weight: normal;
}

div.weblog_itemdate {
  font-weight: normal;
  font-size: 70%;
}

h2.weblog_itemtitle {
    margin-top: 10px;
}
/**********************/
/* News module	      */
/**********************/
div.newssummary div.news_itemtitle {
    padding-bottom: 10px;
    border-top: 2px solid #ddd;
}

div.news_itemtitle {
  margin-bottom: 10px;
  font-weight: normal;
}
div.news_itemdate {
  font-weight: normal;
  font-size: 70%;
}

h2.news_itemtitle {
    margin-top: 10px;
}


/**********************/
/* RSS module	      */
/**********************/

div.rssfeedcontainer {
  
}

div.feeditem {
  /*border-bottom: 1px solid #999999;*/
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.feeditemdate {
  font-weight: normal;
  font-size: 0.7em;
}
/*
div#col2 div.feeditem {
    padding-bottom: 10px;
    border-top: 2px solid #ddd;
}

div#col2 div.feeditemdate {
  font-weight: normal;
  font-size: 0.7em;
}


div#col2 div.feedtitle img {
  width: 12em;
}
*/
/*****************************/
/* Link List Module          */
/*****************************/

div.linklist li {
  padding-top: 0.4em
}

/*****************************/
/* Find Nearest Module       */
/*****************************/

#fmnresults td, #fmnresults th {
  padding: 0.5em 0.5em 0.5em 0.5em;
  vertical-align: top;
}

#fmnresults td {
  border-top: 2px solid #ddd;
}  

#fmnresults th {
  background-color: #ddd;
}  

#fmnresults table {
  border-collapse: collapse;
}

#fmnresults .notice {
  /*text-align: left;*/
  padding: 0.8em;
}

#fmndetail table {
  border-collapse: collapse;
}

#fmndetail th {
  padding: 0.5em 1.5em 0.5em 0.0em;
  vertical-align: top;
}

#fmndetail td {
  padding: 0.5em 0.0em 0.5em 0.0em;
  vertical-align: top;
}

#fmnsearchbox {
  border: 1px solid #60742A;
  padding: 1em;
}

img.fmnaccredit {
  float: left; 
  margin: 0.5em 2em 2em 0;
}

#left div.qtra_listings h3 {
  background-image: none;
	padding: 7px 0px 0px 0px;
	height: auto;
	margin: 10px 0px 0px 0px;  
  font-style: normal;
}
/*
div.qtra_listings h2 {
	font-size: 16px;
	color: #785530;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
div.qtra_listings {

}

div.qtra_listings_rss {
  text-align: right;
  padding: 1em 0;
}

/****************/
/* Bookings etc */
/****************/
#qtralicence h2 {
  margin-top: 8px;
  text-align: center;
}

#qtralicence dd {
  margin-bottom: 8px;
}

#qtralicence .lic_lev2 {
  margin-left: 25px;
}

#qtralicence .lic_lev3 {
  margin-left: 50px;
}

#qtralicence p.nb {
  font-weight: bold;
}

/* QTRA Directory */
table.qtradirectory {
  width: 680px;
  margin-top: 10px;
}

table.qtradirectory td.header, table.qtradirectory td.header a {
/*    color: #444;
    font-weight: normal;
    font-size: 1.06em;
    padding: 7px 12px 10px 5px;   
    height: 25px;
*/	
    vertical-align: top; 
	background-color: #CED3BF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

table.qtradirectory a.ascend {
  background-image: url("images/arrow_up.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

table.qtradirectory a.descend {
  background-image: url("images/arrow_down.gif");
  background-repeat: no-repeat;
  background-position: 100% 50%; 
}

.weblog_subheader, .calendardate, .news_subheader {
  font-weight: bold;
  color: #666666;
  margin-bottom: 0.5em;
}