/* ***************************

   Easy CMS CMS styles
   Maintained by Kim Steinhaug
   Web : www.easycms.no
   Last updated : 16 juni 2004

   *************************** */

/*

Some CSS to check out 
p:first-line
p:first-letter

Order of elements : 
a{}
a:link {}
a:visited {}
a:hover {}
a:active {}

font-variant can take the value of normal or small-caps.
text-transform: uppercase, lowercase

background-attachment: fixed;
background-repeat: repeat, repeat-x, repeat-y, no-repeat
background-position: x,y or x%,y% or direction(From topleft corner)
COMBO
background: url(http://www.westciv.com/gifs/bg1.gif) fixed no-repeat top center

*/   
body, textarea, select, input, td, a {
  /* font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size:12px; */
}
a {
  color: #00c;
  text-decoration: none;
/*  background: url(images/easycms_3xdott.gif) bottom left repeat-x; */
}
a:visited {
  color: #66c;
}
a:hover {
  color: #00c;
  text-decoration: underline;
  background: none;
}
a:active {
  color: red;
}
a img {
  text-decoration: none;
  border: 0 solid black;
  background: none;
}

.del-center-hack {
  display:inline-block; text-decoration:none;text-align:center;
}
.cb {
  clear: both;
}

td {
  text-align: left;
  vertical-align: top;
}

table.td-center thead tr td,
table.td-center tbody tr td,
table.td-center tfoot tr td,
tr.td-center td {
  text-align: center;
}
table.td-middle thead tr td,
table.td-middle tbody tr td,
table.td-middle tfoot tr td,
tr.td-middle td {
  vertical-align: middle;
}

div.hr {
  height: 1px;
  background-color: #ccc;
  clear: both;
  margin: 0.5em 0;
}
div.hr hr {
  display: none;
}

/* -------------------- */
/* CMS Content settings */
/* -------------------- */
#content, #content td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
#content img {
 /* border: 1px solid #fff; */
}
/* For the insert file, this will define the links */
#insertfile {
}
#insertfile a {
}
#insertfile a:visited {
}
#insertfile a:link {
}
#insertfile a:hover {
}
#insertfile a:active {
}
  
/* -------------------------- */
/* CMS News template settings */
/* -------------------------- */

#CMSnews {
}
#CMSnews td {
  font-size: 12px;
}
/* Link to read complete article */
a.CMSnews {
}
a.CMSnews:visited {
}
a.CMSnews:hover {
}
a.CMSnews:active {
}

/* -------------------- */
/* CMS Gallery settings */
/* -------------------- */

#CMSgallery {
}
#CMSgallery h1 {
}
#CMSgallery h2 {
}
#CMSgallery tr.title td,
#CMSgallery td.title, #CMSgallery .title {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px 0 0;
}
#CMSgallery tr.description td,
#CMSgallery td.description, #CMSgallery .description {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10px;
}
#CMSgallery div.next-prev {
  margin-right: 20px;
  text-align: right;
}
#CMSgallery a.prev_next { 
  font-size: 12px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#CMSgallery a.prev_next:hover {	
  text-decoration: underline;
  color: #fa4;
}
#CMSgallery div.categories {
  width: 450px;
 /* margin: auto; */
}
#CMSgallery div.categories a {
  text-decoration: underline;
  color: #333;
}
#CMSgallery div.categories a:hover {
  text-decoration: none;
}
#CMSgallery div.categories h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
#CMSgallery div.categories h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 0 0;
  color: #063;
}
#CMSgallery div.categories h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0 0;
  color: #486;
}
#CMSgallery div.categories .subs {
  margin-left: 15px; 
  color: #333;
}
#CMSgalleryCrumbs {
  margin-top: 5px;
}
#CMSgalleryCrumbs a {
  color: #aaa;
  font-weight: bold;
  text-decoration: none;
}
#CMSgalleryCrumbs a:hover {
  color: #c82;
  text-decoration: underline;
}

.wrap1, .wrap2, .wrap3 {
  display: inline-table;
  /* \*/display: block;/**/
}
.wrap1 {
  float: left;
  background: url(/images/easycms_shadow.gif) right bottom no-repeat;
}
.wrap2 {
  background: url(/images/easycms_corner_bl.gif) left bottom no-repeat;
}
.wrap3 {
  padding: 0 10px 10px 0;
  background: url(/images/easycms_corner_tr.gif) right top no-repeat;
}
.wrap3 img {
  /* display: block; */
  border: 1px solid #ccc;
  border-color: #ccc #888 #888 #ccc;
}


div.BasicNextPrev div {
  display: inline;
}
div.BasicNextPrev a {
  color: #000;
  margin: 0 1px;
}
div.BasicNextPrev a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #08f;
}
div.BasicNextPrev a.active {
  color: #08f;
  border-bottom: 2px solid #08f;
}

/* Template 3 */

#swGallerySlideshow-button-container {
  padding: 0 5px;
}
#swGallerySlideshow-button-container a {
  font-family: verdana;
  font-size: 10px;
  color: #fff;
  border: 3px double #ccc;
  background-color: #888;
  width: auto;
  padding: 3px;
}
#swGallerySlideshow-button-container a:hover {
  background-color: #000;
  border: 3px double #aaa;
}
#swGallerySlideshow-button-container a:visited {
}

#pagination-alfa{
  border:0; margin:0; padding:0;
  width: auto;
  display: inline-block;
  line-height: 1em;
}
#pagination-alfa li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
float:left;
}
#pagination-alfa a{
border:solid 1px #9aafe5;
margin-right:2px;
background-color: #fff;
}
#pagination-alfa .previous-off,
#pagination-alfa .next-off {
background-color: #fff;
border:solid 1px #DEDEDE;
color:#888888;
display:block;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination-alfa .next a,
#pagination-alfa .previous a {
font-weight:bold;
} 
#pagination-alfa .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
padding:4px 6px;
margin-top: 0px;
}
#pagination-alfa a:link,
#pagination-alfa a:visited {
color:#0e509e;
display:block;
padding:3px 6px;
text-decoration:none;
}
#pagination-alfa a:hover{
border:solid 1px #0e509e
}
/* -------------------- */
/* CMS response settings */
/* -------------------- */

#easycmsForm {
  margin: 15px 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  color : black; */
  position: relative;
  height: auto;
  width: 310px;
  text-align: left;
  border: 0 solid black;
  line-height: 22px;
}
#easycmsFormRight {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  position: absolute;
  top: 0;
  left: 320px;
  height: auto;
  width: 190px;
  text-align: left;
  line-height: 14px;
}
#easycmsForm span {
  position: absolute;
  float: left; 
  left: 90px;
  text-align: left;
}
#easycmsForm .items {
  margin-left: 90px;
  text-align: left;
}
#easycmsForm input {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 200px;
  height: 18px;
  border: #004E87 1px solid;
  padding: 0;
}
#easycmsForm input.button {
  font-size: 8px;
  width: 14px;
  height: 14px;
  border: #004E87 1px solid;
  cursor: pointer;
  background-color: white;
}
#easycmsForm input.check {
  width: 20px;
  border: none;
}
#easycmsForm input.send {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 140px;
  border: #004E87 1px solid;
  cursor: pointer;
  margin-top: 20px;
}
#easycmsForm textarea {
  font-size: 12px;
  width: 200px;
  border: #004E87 1px solid;
}

.easycms-search-page-top {
}
.easycms-search-page-top form {
  padding-left: 10px;
}
.easycms-search-page-top div {
  width: 280px;
  display: block;
  float: right;
}
.easycms-search-page-top p.results {
  clear: both;
  padding: 2px 0 5px 10px;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}

#easycms-search-page-results {
  color: #080;
}
#easycms-search-page-results div {
  color: #000;
}
#easycms-search-page-results a {
  font-size: 1.2em;
  font-weight: normal;
  color: #00a;
  text-decoration:underline;
}
#easycms-search-page-results a:hover {
  font-size: 1.2em;
  font-weight: normal;
  color: #00a;
  text-decoration:underline;
}
form.easycms-search-box {
  margin-left: 10px;
}
form.easycms-search-box input.search {
  width: 120px;
  border: 1px solid black;
  height: 15px;
}
form.easycms-search-box input.submit {
  /* width: 30px; Made Safari crop the button to sol */
  padding: 0;
  border: 1px solid black;
}
.llegend {
  position: relative;
  background-color: #bdb;
  border: 2px solid #0c3;
  padding: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  clear: left;
  text-align: left;
}
.llegend h2 {
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
  color: #000;
  font-size: 115%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #0c3;
}
.llegend_error {
  position: relative;
  background-color: #fcc;
  border: 2px solid #f00;
  padding: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  clear: left;
  text-align: left;
}
.llegend_error h2 {
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
  color: #000;
  font-size: 115%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #f00;
}
.llegend_queries {
  position: relative;
  background-color: #fec;
  border: 2px solid #fa0;
  padding: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  clear: left;
  text-align: left;
}
.llegend_queries h2 {
  position: absolute;
  margin-top: -25px;
  background-color: #fff;
  color: #000;
  font-size: 115%;
  font-family: sans-serif;
  font-weight: bold;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #fa0;
}

/* -------------------------------------------------------- */
/*                    /EASY CMS MENY                        */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/*                       swThreads                          */
/*                                                          */
/*  CSS kode for bruk av default menyoppsett.               */
/*  Om du ønsker å bestemme utseende 100% selv for hvordan  */
/*  publiseringsfunksjonen skal se ut redigerer du alt fra  */
/*  filen : index.CMS.menu.tpl                              */
/*  ------------------------------------------------------- */

/*
  <div id="threads">
    <div class="threads-single"><a href="?id=8&amp;nid=2&amp;threads=new"> + Legg til kommentar</a></div>
    Det finnes ingen kommentarer på denne artikkel.
  </div>
*/

#threads {
}
#threads h1 {
  font-size: 16px;
}
form.threads {
  /*
  border: 2px dotted red;
  width: 480px;
  padding: 10px;
  background-color: #fee;
  */
}
#threads #t490 {
  width: 465px;
}
#threads #t490 tr td.c110 {
  width: 110px;
}
#threads #t490 tr td.c380 {
  width: 355px;
}

form.threads input {
  width: 345px;
  font-size: 12px;
  margin-bottom: 2px;
}
form.threads input.check {
  border: none;
  background-color: transparent;
  width: 20px;
  font-size: 10px;
  height: 15px;
}
form.threads textarea.body {
  border: 1px solid #000;
  width: 450px;
  font-size: 12px;
  height: 150px;
}

#threads table.threads-table {
  width: 475px; /* 500 */
}
#threads table.threads-table th.w375 {
  width: 375px;
}
#threads table.threads-table th.w60 {
  width: 60px;
}
#threads table.threads-table th.w65 {
  width: 40px; /* 65 */
}

#threads table.threads-table th {
  border-bottom: 1px solid #aaa;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 13px;
}
#threads table.threads-table td {
  border-bottom: 1px solid #aaa;
  padding-top: 2px;
  padding-bottom: 2px;
}
#threads table.threads-table td.add {
  border-bottom: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

#threads table.threads-table span.postername {
  color: #888;
  font-size: 10px;
}
#threads table.threads-table a {
  text-decoration: none;
  color: #06a;
}
#threads table.threads-table a:hover {
  text-decoration: none;
  color: #fa0;
}
#threads div.threads-single-error {
  border-top:  2px solid #fee;
  border-right: 2px solid #faa;
  border-bottom: 2px solid #faa;
  border-left: 2px solid #fee;
  padding: 5px;
  width: 465px;
  background-color: #fcc;
  margin-top: 10px;
}
#threads div.threads-single {
  border-top:  2px solid #eee;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #eee;
  padding: 5px;
  width: 465px;
  background-color: #ddd;
  margin-top: 10px;
}
#threads div.threads-single .title {
  font-weight: bold;
  font-size: 12px;
}
#threads div.threads-single .name {
}
#threads div.threads-single .date {
  font-style: italic;
  margin-bottom: 5px;
}
#threads div.threads-single .body {
  background-color: #fff;
  padding: 5px;
}
#threads div.threads-single .respond {
  text-align: right;
  padding-top: 5px;
}
#threads div.threads-single .save {
  text-align: center;
  padding-top: 5px;
}
#threads div.threads-single a {
  text-decoration: none;
  color: #06a;
}
#threads div.threads-single a:hover {
  text-decoration: none;
  color: #fa0;
}
#threads div.threads-single a.admin {
  text-decoration: none;
  color: #a00;
}
#threads div.threads-single a.admin:hover {
  text-decoration: none;
  color: #fa0;
}
#threads td.b {
  font-weight: bold;
  font-size: 11px;
}
#threads td.b-line {
  font-weight: bold;
  font-size: 11px;
  border-top: 1px solid #888;
  padding-top: 3px;
}
/* -------------------------------------------------------- */
/*                      /swThreads                          */
/* -------------------------------------------------------- */


font {
 /* DO NOT SET FONT-SIZE, THIS WILL DESTROY <font size="x">tekst</font> */
}
font.size-1 {
  font-size: 10px;
}
font.size-2 {
  font-size: 14px;
}
font.size-3 {
  font-size: 18px;
}
font.size-4 {
  font-size: 22px;
}
font.size-5 {
  font-size: 26px;
}
font.size-6 {
  font-size: 30px;
}
font.size-7 {
  font-size: 34px;
}

/* LiveSearch */

#LSResult {
  position: relative;
}
#LSShadow {
  left: 10px;
  top: 2px;
  width: 300px;
  position: absolute;
  border: 1px dotted #aaa;
  background-color: #fff;
  padding: 5px;
}
#LSShadow a {
  font-weight: normal;
  color: #333;
}
#LSShadow a:hover {
  font-weight: normal;
  text-decoration: underline;
}

#logged-in-panel {
  text-align: right;
  border-bottom: 1px dotted #888;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#logged-in-panel a {
}
#logged-in-panel a:hover {
}
.greenbox {
  text-align: center;
  margin: 10px 0;
  padding: 5px 0;
  border: 2px solid #080;
  color: #000;
  background-color: #afa;
}
.redbox {
  text-align: center;
  margin: 10px 0;
  padding: 5px 0;
  border: 2px solid #800;
  color: #000;
  background-color: #faa;
}
div.paging_default {
  text-align: center;
  color: #a00;
}
div.paging_default a {
  text-decoration: underline;
  color: #000;
}
div.paging_default a:visited {
  color: #606;
}
div.paging_default a:active {
  color: #a00;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/* Guestbook CSS */
table.guestbook-form-table {
  margin: 0 auto;
}
table.guestbook-form-table form.guestbook-form {
}
table.guestbook-form-table form.guestbook-form fieldset.guestbook-form-fieldset {
  border:#666666 1px solid; 
  width: 450px;
}
table.guestbook-form-table form.guestbook-form fieldset.guestbook-form-fieldset table.inner-fields {
}
table.guestbook-form-table form.guestbook-form fieldset.guestbook-form-fieldset table.inner-fields input.inp {
  border: gray 1px solid; width:253px
}
table.guestbook-form-table form.guestbook-form fieldset.guestbook-form-fieldset table.inner-fields textarea.inp {
  border: gray 1px solid; width:253px
}
table.guestbook-form-table form.guestbook-form fieldset.guestbook-form-fieldset table.inner-fields input.captcha {
  border: gray 1px solid; width:100px
}
table.guestbook-form-table form.guestbook-form fieldset.guestbook-form-fieldset table.inner-fields input.submit {
  border: gray 1px solid;
}

.box.info, .box.success, .box.warning, .box.error {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.box.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/images/info.png');
}
.box.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('/images/check.png');
}
.box.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/images/attention.png');
}
.box.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/images/cancel.png');
}

/* * * * */

table.ecms-response {
  width: 100%;
}
table.ecms-response thead tr th { /* overtekst */
  text-align: left;
  padding-bottom: 10px;
}
table.ecms-response tbody tr td.left-col {
  width: 320px;
  vertical-align: top;
}
table.ecms-response tbody tr td.right-col {
  vertical-align: top;
}
table.ecms-response tbody table.form td {
  padding-bottom: 5px;
}
table.ecms-response tbody table.form td.left {
  padding-right: 10px;
}
table.ecms-response tbody table.form td.option-header {
  font-weight: bold;
}
table.ecms-response tbody table.form td.option {}

table.ecms-response tbody table.form td.captcha div.captcha {
  border: 1px solid #666;
  background-color: #eee;
  padding: 10px;
}
table.ecms-response tbody table.form input.inp {
  font-size: 12px;
  width: 190px;
  height: 18px;
  border: #004E87 1px solid;
}
table.ecms-response tbody table.form textarea.inp {
  border: #004E87 1px solid;
  width: 190px;
  font-size: 12px;
}
table.ecms-response tbody table.form input.button {
  font-size: 8px;
  width: 14px;
  height: 14px;
  border: #004E87 1px solid;
  cursor: pointer;
  background-color: white;
  margin: 0;
  padding: 0;
}
table.ecms-response tfoot tr td {}
/* undertekst */




.pagination {
  padding: 2px;
}
.pagination ul {
  margin: 0;
  padding: 0;
  text-align: center; /*Set to "right" to right align pagination interface*/
  font-size: 16px;
  font-family: arial;
}
.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}
.pagination a, .pagination a:visited {
  padding: 0 5px;
  border: 1px solid #9aafe5;
  text-decoration: none; 
  color: #2e6ab1;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #2b66a5;
  color: #000;
  background-color: #FFFF80;
}
.pagination a.currentpage {
  background-color: #2e6ab1;
  color: #FFF !important;
  border-color: #2b66a5;
  font-weight: bold;
  cursor: default;
}
.pagination a.disablelink,.pagination a.disablelink:visited, .pagination a.disablelink:hover {
  background-color: white;
  cursor: default;
  color: #929292;
  border-color: #929292;
  font-weight: normal !important;
}
.pagination a.prevnext{
  font-weight: bold;
}


div.cart-items {
  border: 1px dotted #888;
  padding: 5px;
  margin-bottom: 1em;
}
div.cart-items div.cart-buttons {
  float: right;
}



/* Easy Webshop mini */
#view-cart-table {
  border: 0;
  margin: 0 auto;
}
#view-cart-table a,
#view-cart-table a:visited {
  color: #444;
  text-decoration: none;
}
#view-cart-table a:hover {
  text-decoration: underline;
}
#view-cart-table h2 {
  margin: 10px 0 0 0;
  padding: 0;
}
#view-cart-table th.left {
  text-align: left;
}
#view-cart-table th {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #888;
  height: 25px;
}
#view-cart-table td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#view-cart-table td.total, #view-cart-table td.total-red {
  padding-right: 10px;
  text-align: right;
}
#view-cart-table td.total-red, #view-cart-table td.red {
  color: #FA4848;
}
#view-cart-table tr.tax td {
  font-weight: bold;
  border-top: 1px solid #ccc;
}
#view-cart-table tr.cart-total td {
  border-top: 1px solid #ccc;
  border-bottom: 3px double #ccc;
  color: #000;
  font-weight: bold;
}



table.files_prmonth {
  border: 1px dotted #333;
  margin-bottom: 1em;
}
table.files_prmonth caption {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
}
table.files_prmonth tr.headers td {
  font-weight: bold;
  padding: 2px 0 3px 0;
  border-bottom: 1px dotted #333;
  color: #333;
  background-color: #333;
  color: #eee;
}
table.files_prmonth tr.headers td.divider {
  background-color: #fff;
}

table.files_prmonth tr.links  {
  min-height: 210px;
  height: auto !important;
  height: 210px;
}
fieldset.files-container {}
fieldset.files-container legend {}
fieldset.files-container p.filestatus { color: #444; margin-top: 0; }
fieldset.files-container div.files-item { margin-bottom: 1em; }
fieldset.files-container div.files-item h2 { margin-bottom: 0; }


    div.swOContainer {
      padding-left: 0px;
      padding-right: 10px;
    }
    div.swOTitle {
      margin-top: 10px;
      font-weight: bold;
      background-color:#e8e8e8;
      border-bottom: 1px solid #888;
      border-right: 1px solid #888;
    }
    div.swOTitle a {
      color: #000;
      display: block;
      padding: 3px 0 3px 20px;
      margin-left: 5px;
      text-decoration: none;
    }
    div.swOTitle a span {
      float: right;
      padding-right: 10px;
      font-weight: bold;
    }
    div.swOTitle a.folders { background: transparent url(/admin/images/icon-folders.gif) no-repeat left; }
    div.swOTitle a.arkiv { background: transparent url(/admin/images/icon-arkiv.gif) no-repeat left; }
    div.swOOpen {
      /*
      border-left: 1px dotted #888;
      border-bottom: 1px dotted #888;
      border-right: 1px dotted #888;
      padding: 5px;
      */
      padding: 5px 0 0 27px;
      border-left: 1px dotted #888;
      border-right: 1px dotted #888;
      border-bottom: 1px dotted #888;
    }
    div.swOClose {
      display: none;
    }

div.files_monthly {
  margin-bottom: 1em;
  width: 550px;
}
div.files_monthly div.header { 
  background-color: #012;
  color: #eee;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
}
div.files_monthly div.months {
}
div.files_monthly div.months div.month {
  width: 170px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0.5em;
}
div.files_monthly div.months div.first {
  clear: left;
}
div.files_monthly div.months div.third {
  margin-right: 0;
}
div.files_monthly div.months div.month h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 20px;
  background-color:#05a;
  color: #eee;
  margin-bottom: 5px;
}

a.ecmsfile {}
a.ecmsfileimage {
  padding-left: 20px;
  background: transparent url(/images/files/types/file-000.gif) left center no-repeat;
}
a.ecmsfileimage._000 { background-image: url(/images/files/types/file-000.gif); }
a.ecmsfileimage._001 { background-image: url(/images/files/types/file-001.gif); }
a.ecmsfileimage._002 { background-image: url(/images/files/types/file-002.gif); }
a.ecmsfileimage._003 { background-image: url(/images/files/types/file-003.gif); }
a.ecmsfileimage._004 { background-image: url(/images/files/types/file-004.gif); }
a.ecmsfileimage._005 { background-image: url(/images/files/types/file-005.gif); }
a.ecmsfileimage._006 { background-image: url(/images/files/types/file-006.gif); }
a.ecmsfileimage._007 { background-image: url(/images/files/types/file-007.gif); }
a.ecmsfileimage._008 { background-image: url(/images/files/types/file-008.gif); }
a.ecmsfileimage._009 { background-image: url(/images/files/types/file-009.gif); }
a.ecmsfileimage._010 { background-image: url(/images/files/types/file-010.gif); }
a.ecmsfileimage._011 { background-image: url(/images/files/types/file-011.gif); }
a.ecmsfileimage._012 { background-image: url(/images/files/types/file-012.gif); }
a.ecmsfileimage._013 { background-image: url(/images/files/types/file-013.gif); }
a.ecmsfileimage._014 { background-image: url(/images/files/types/file-014.gif); }
a.ecmsfileimage._015 { background-image: url(/images/files/types/file-015.gif); }
a.ecmsfileimage._7z { background-image: url(/images/files/types/file-7z.gif); }
a.ecmsfileimage.adp { background-image: url(/images/files/types/file-adp.gif); }
a.ecmsfileimage.ai  { background-image: url(/images/files/types/file-ai.gif); }
a.ecmsfileimage.asf { background-image: url(/images/files/types/file-asf.gif); }
a.ecmsfileimage.asp { background-image: url(/images/files/types/file-asp.gif); }
a.ecmsfileimage.au  { background-image: url(/images/files/types/file-au.gif); }
a.ecmsfileimage.avi { background-image: url(/images/files/types/file-avi.gif); }
a.ecmsfileimage.bat { background-image: url(/images/files/types/file-bat.gif); }
a.ecmsfileimage.bmp { background-image: url(/images/files/types/file-bmp.gif); }
a.ecmsfileimage.bz2 { background-image: url(/images/files/types/file-bz2.gif); }
a.ecmsfileimage.cgi { background-image: url(/images/files/types/file-cgi.gif); }
a.ecmsfileimage.chm { background-image: url(/images/files/types/file-chm.gif); }
a.ecmsfileimage.css { background-image: url(/images/files/types/file-css.gif); }
a.ecmsfileimage.divx{ background-image: url(/images/files/types/file-divx.gif); }
a.ecmsfileimage.diz { background-image: url(/images/files/types/file-diz.gif); }
a.ecmsfileimage.dll { background-image: url(/images/files/types/file-dll.gif); }
a.ecmsfileimage.doc { background-image: url(/images/files/types/file-doc.gif); }
a.ecmsfileimage.dot { background-image: url(/images/files/types/file-dot.gif); }
a.ecmsfileimage.eps { background-image: url(/images/files/types/file-eps.gif); }
a.ecmsfileimage.exe { background-image: url(/images/files/types/file-exe.gif); }
a.ecmsfileimage.gif { background-image: url(/images/files/types/file-gif.gif); }
a.ecmsfileimage.gz  { background-image: url(/images/files/types/file-gz.gif); }
a.ecmsfileimage.hlp { background-image: url(/images/files/types/file-hlp.gif); }
a.ecmsfileimage.htm { background-image: url(/images/files/types/file-htm.gif); }
a.ecmsfileimage.html{ background-image: url(/images/files/types/file-html.gif); }
a.ecmsfileimage.indd{ background-image: url(/images/files/types/file-indd.gif); }
a.ecmsfileimage.ini { background-image: url(/images/files/types/file-ini.gif); }
a.ecmsfileimage.jpeg{ background-image: url(/images/files/types/file-jpeg.gif); }
a.ecmsfileimage.jpg { background-image: url(/images/files/types/file-jpg.gif); }
a.ecmsfileimage.js  { background-image: url(/images/files/types/file-js.gif); }
a.ecmsfileimage.mdb { background-image: url(/images/files/types/file-mdb.gif); }
a.ecmsfileimage.mht { background-image: url(/images/files/types/file-mht.gif); }
a.ecmsfileimage.mid { background-image: url(/images/files/types/file-mid.gif); }
a.ecmsfileimage.midi{ background-image: url(/images/files/types/file-midi.gif); }
a.ecmsfileimage.mov { background-image: url(/images/files/types/file-mov.gif); }
a.ecmsfileimage.mp3 { background-image: url(/images/files/types/file-mp3.gif); }
a.ecmsfileimage.mpeg{ background-image: url(/images/files/types/file-mpeg.gif); }
a.ecmsfileimage.mpg { background-image: url(/images/files/types/file-mpg.gif); }
a.ecmsfileimage.nfo { background-image: url(/images/files/types/file-nfo.gif); }
a.ecmsfileimage.ocx { background-image: url(/images/files/types/file-ocx.gif); }
a.ecmsfileimage.pdf { background-image: url(/images/files/types/file-pdf.gif); }
a.ecmsfileimage.pfb { background-image: url(/images/files/types/file-pfb.gif); }
a.ecmsfileimage.pfm { background-image: url(/images/files/types/file-pfm.gif); }
a.ecmsfileimage.php { background-image: url(/images/files/types/file-php.gif); }
a.ecmsfileimage.pl  { background-image: url(/images/files/types/file-pl.gif); }
a.ecmsfileimage.png { background-image: url(/images/files/types/file-png.gif); }
a.ecmsfileimage.ppt { background-image: url(/images/files/types/file-ppt.gif); }
a.ecmsfileimage.ps  { background-image: url(/images/files/types/file-ps.gif); }
a.ecmsfileimage.psd { background-image: url(/images/files/types/file-psd.gif); }
a.ecmsfileimage.r00 { background-image: url(/images/files/types/file-r00.gif); }
a.ecmsfileimage.r01 { background-image: url(/images/files/types/file-r01.gif); }
a.ecmsfileimage.r02 { background-image: url(/images/files/types/file-r02.gif); }
a.ecmsfileimage.r03 { background-image: url(/images/files/types/file-r03.gif); }
a.ecmsfileimage.r04 { background-image: url(/images/files/types/file-r04.gif); }
a.ecmsfileimage.r05 { background-image: url(/images/files/types/file-r05.gif); }
a.ecmsfileimage.r06 { background-image: url(/images/files/types/file-r06.gif); }
a.ecmsfileimage.r07 { background-image: url(/images/files/types/file-r07.gif); }
a.ecmsfileimage.r08 { background-image: url(/images/files/types/file-r08.gif); }
a.ecmsfileimage.r09 { background-image: url(/images/files/types/file-r09.gif); }
a.ecmsfileimage.r10 { background-image: url(/images/files/types/file-r10.gif); }
a.ecmsfileimage.r11 { background-image: url(/images/files/types/file-r11.gif); }
a.ecmsfileimage.r12 { background-image: url(/images/files/types/file-r12.gif); }
a.ecmsfileimage.r13 { background-image: url(/images/files/types/file-r13.gif); }
a.ecmsfileimage.r14 { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.rar { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.rtf { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.sdr { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.shtml{ background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.sql { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.swf { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.tar { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.tif { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.tiff{ background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.ttf { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.txt { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.wav { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.wmv { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.wri { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.xls { background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.xlsx{ background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.xltx{ background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.xvid{ background-image: url(/images/files/types/file-r14.gif); }
a.ecmsfileimage.zip { background-image: url(/images/files/types/file-r14.gif); }




