/* ***************************

   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, 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;
}
/* -------------------------- */
/* CMS Menu template settings */
/* -------------------------- */

#CMSmenu {
}
#CMSmenu ul {
  margin: 0;
  padding: 0;
}
#CMSmenu li {
/*
  background: transparent url(grafikk/sub-ball.gif?2);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 8px;
*/
  height: auto;
  list-style-type: none;
}
#CMSmenu li.sub, #CMSmenu li.spacer-sub, #CMSmenu li.header-sub {
/*
  background: transparent url(grafikk/sub-ball.gif?2);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 8px;
*/
  height: auto;
  list-style-type: none;
}
#CMSmenu li.spacer,
#CMSmenu li.spacer-sub {
  background: none;
}
#CMSmenu li a, 
#CMSmenu li.header div, 
#CMSmenu li.header-sub div {
}
#CMSmenu li.sub a, 
#CMSmenu li.header div, 
#CMSmenu li.header-sub div {
}
#CMSmenu li a:hover {
} 
#CMSmenu li.header,
#CMSmenu li.header-sub {
/*
  background: transparent url(grafikk/sub-header.gif?1);
  background-position: left;
  background-repeat: no-repeat;
*/
}
#CMSmenu li.spacer-sub, #CMSmenu li.header-sub {
}
#CMSmenu a:visited {
}
#CMSmenu a:hover {
}
#CMSmenu a:active {
}
#CMSmenu li.category {
}

/* -------------------- */
/* 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 td.title, #CMSgallery .title {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px 0 0;
}
#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;
}


.ecms-thumbs-container {
  clear:both; 
  text-decoration:none;
  }
.ecms-thumbs {
  margin: 0 auto;
  margin-bottom: 10px;
  display:table;
  }
.ecms-thumbs a {
  background: #888 none no-repeat fixed top;
  }
.ecms-thumbs a, .ecms-thumbs div.prev, .ecms-thumbs div.next {
  display:table-cell;
  float: left;
  width: 18px;
  border: 3px double #ccc;
  background-color: #888;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  margin-left: 2px;
  padding-top: 3px 0;
  color: #fff;
  }
.ecms-thumbs a, .ecms-thumbs a:visited, .ecms-thumbs div.prev, .ecms-thumbs div.next {
  color: #fff;
  text-decoration: none;
  }
.ecms-thumbs a:visited {
  }
.ecms-thumbs a.active {
  background-color: #000;
  border: 3px double #aaa;
  }
.ecms-thumbs a:hover {
  border: 3px double #aaa;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  }
.ecms-thumbs a:visited {
  }
.ecms-thumbs a.prev, .ecms-thumbs a.next, .ecms-thumbs div.prev, .ecms-thumbs div.next {
/*  width: 80px; */
  }
.ecms-thumbs div.prev, .ecms-thumbs div.next {
  border: 3px double #eee;
  background-color: #ccc;
  color: #eee;
  }
.ecms-thumbs a.prev, .ecms-thumbs div.prev {
  margin-right: 10px;
  }
.ecms-thumbs a.next, .ecms-thumbs div.next {
  margin-left: 12px;
  }
/* This CSS hack should be rewritten to conditional statement */
* html .ecms-thumbs-container {display:inline-block;}


/* -------------------- */
/* 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: hand;
  background-color: white;
}
#easycmsForm input.send {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 140px;
  border: #004E87 1px solid;
  cursor: hand;
  margin-top: 20px;
}
.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;
  border: 1px solid black;
}

#easycmsForm textarea {
  font-size: 12px;
  width: 200px;
  border: #004E87 1px solid;
}
.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;
}
font {
 /* DO NOT SET FONT-SIZE, THIS WILL DESTROY <font size="x">tekst</font> */
}
font.size-1 {
  color: red;
  font-size: 10px;
}
font.size-2 {
  color: blue;
  font-size: 14px;
}
font.size-3 {
  color: green;
  font-size: 18px;
}
font.size-4 {
  color: black;
  font-size: 22px;
}
font.size-5 {
  font-size: 26px;
}
font.size-6 {
  font-size: 30px;
}
font.size-7 {
  font-size: 34px;
}