/* ***************************

   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;
}

/* -------------------- */
/* CMS response settings */
/* -------------------- */

#easycmsForm {
  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;
}
#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;
}
