/* cmsms stylesheet: Guestbook stylesheet modified: søndag den 6. marts 2022 23.19.19 */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when
the module is uninstalled, so make a copy if you want to modify it.
*/

 
 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #069;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #385C72;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
}
.cms-guestbook-entry-header a:hover {
	color: black;
}

/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}

/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* Style the smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* Style the entry form */
.cms-guestbook-div-insert label
{
	float: left;
	width: 12em;
}
.cms-guestbook-div-insert input, .cms-guestbook-div-insert textarea
{
margin-bottom: 10px;
}
.cms-guestbook-div-insert .captchapict
{
display: block;
margin-bottom: 10px;
}
input[id*='captcha_phrase']
{
display: block;
margin-bottom: 0px;
}

/* Style the entry form fieldset */
.cms-guestbook-div-insert fieldset
{
       border: none;
}
/* cmsms stylesheet: JM_Forum Module Sample modified: mandag den 11. september 2017 19.05.55 */
/*   **** JM FORUM ****  */

a:link, a:visited{
  color: #476C8E;
  text-decoration: none;
}

a:hover{
  text-decoration: underline overline;
}

a img{
  border: 0;
}

a{
  outline: none;
}

#forum {}

#forum .forum_link{
  font-size: .85em;
}

.edit_table td.topic_link{
  width: 50%;
  font-size: 0.85em;
  text-align: left;
}

.edit_table td.topic_action{
  width: 50%;
  font-size: 0.85em;
  text-align: right;
}

.select_move{
  font-size: 0.85em;
}

.topic_move_label{
  font-size: 0.85em;
}

#forum .message{
  padding: 2px;
  font-size: .85em;
  font-weight: bold;
}

#forum .forum_quote{
  border: 1px solid #7777bb;
  padding: 2px;
  background-color: #ccc;
}

.forum_border{
  margin-top: 0.1em;
  border: 0px;
  padding: 2px;
  background-color: #FFFFFF;
}

.forum_border h3{
  margin: 0;
  padding: 0.2em;
}

.catbg, .catbg3{
  border: solid 1px #88A7C6;
  padding: 2px;
  padding-left: 9px;
  padding-right: 9px;
  color: #ffffff;
  background: #88A7C6;
}

.catbg:hover, .catbg3:hover{
  padding-left: 9px;
  padding-right: 9px;
  color: #ffffff;
  background: #A3BFD7;
}

.catbg{
  font-weight: bold;
}

.catbg3, .catbg3 a:link, .catbg3 a:visited{
  font-size: 97%;
  color: white;
  text-decoration: none;
}

.catbg a:link, .catbg a:visited{
  color: white;
  text-decoration: none;
}

.catbg a:hover, .catbg3 a:hover{
  color: #efefff;
}

table{
  empty-cells: show;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#index_table td.index_icon{
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 7%;
  padding: 0.2em;
  text-align: center;
  vertical-align:middle;
}

#index_table td.index_info{
  width: 58%;
  vertical-align:middle;
  padding: 5px;
}
#index_table td.index_info h4{
  margin: 0px;
  padding: 0.1em 0.2em;
}

#index_table td.index_info p{
  margin: 0px;
  padding: 0 0.2em;
  vertical-align: top;
}

#index_table td.index_stats{
  width: 9%;
  text-align: center;
}

#index_table td.index_lastpost{
  width: 25%;
  padding: 0.2em;
  vertical-align: top;
}

#forum_table td.forum_icon{
  width: 7%;
  padding: 0.2em;
  text-align: center;
  vertical-align:middle;
}

#forum_table td.forum_subject{
  padding: 5px;
}

#forum_table td.forum_replies{
  width: 8%;
  padding: 0.2em;
  text-align: center;
}

#forum_table td.forum_views{
  width: 8%;
  padding: 0.2em;
  text-align: center;
}

#forum_table td.forum_lastpost{
  width: 25%;
  padding: 0.2em;
  vertical-align: top;
}

#topic_table td.forum_author{
  width: 20%;
  padding: 0.2em;
  text-align: center;
  vertical-align: top;
}

#topic_table td.forum_body{
  width: 60%;
  padding: 0.2em;
  vertical-align: top;
}

#topic_table td.forum_edit{
  width: 19%;
  padding: 0.2em;
  vertical-align: top;
}

#post_table{
  border: 1px solid #aaa;
  background-color: #f9f9f9;
}

#post_table td.forum_author{
  width: 15%;
  padding: 0.2em;
  text-align: center;
  vertical-align: top;
}

#post_table td.forum_body{
  width: 84%;
  padding: 0.2em;
  vertical-align: top;
}

.windowbg{
  color: #000000;
  background-color: #ECEDF3;
}

.windowbg:hover{
  background-color: #E0E1E8;
}

.windowbg2{
  color: #000000;
  background-color: #F0F2F5;
}

.windowbg2:hover{
  background-color: #F5F7FA;
}

.windowbg3{
  color: #000000;
  background-color: #E0E1E8;
}

.windowbg3:hover{
  background-color: #ECEDF3;
}

.xsmalltext{
  font-size: 0.75em;
  font-family: verdana, sans-serif;
}

.smalltext{
  font-size: 0.8em;
  font-family: verdana, sans-serif;
}

.middletext{
  font-size: 0.85em;
}

.normaltext{
  font-size: 0.95em;
}

.largetext{
  font-size: 1.3em;
}

.floatright{
  float: right;
}

.floatleft{
  float: left;
}

.jmbbc_editor{
  clear: both;
  background: #fff url(textarea-bg.png) repeat-x;
  border: 1px solid #999;
  display: block;
  width: 100%;
  height: 250px;

  overflow: auto;
 font-family: 'Courier New', Courier, monospace;
}
/*bbcodetoolbar*/
div.jmbbctoolbar{
  background: #fff url(toolbar-bg.png) repeat-x;
  border: 1px solid #999;
  height: 18px;
  padding: 4px 0 0 4px;
}

/* bbcode */

/* Add a dashed underline to acronyms. */

span.bbcode_acronym {
  border-bottom: 1px dashed green;
}

span.bbcode_acronym:hover {
  color: green;
  border-bottom: 1px dashed green;
}

/* Make spoilers invisible, so that you need to select them with the mouse. */

span.bbcode_spoiler {
  background-color: black;
  color: black;
}

/* Align columns to the top, and add some space between them. */

table.bbcode_columns {
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 1em;
}

table.bbcode_columns td.bbcode_column {
  padding: 0 1em;
  vertical-align: top;
}

table.bbcode_columns td.bbcode_firstcolumn {
  border-left: 0;
  padding-left: 0;
}

/* Wrap quotes in a big blue box. */
div.bbcode_quote, div.bbcode_code {
  border: 1px solid #7777bb;
  margin: 0.25em 0;
}

div.bbcode_quote_head, div.bbcode_code_head{
  background-color: #88A7C6;
  color: white;
  font-weight: bold;
  padding: 0.25em;
}

div.bbcode_quote_head a:link {
  color: yellow;
}

div.bbcode_quote_head a:visited {
  color: yellow;
}

div.bbcode_quote_head a:hover {
  color: white;
  text-decoration: underline;
}

div.bbcode_quote_head a:active {
  color: white;
  text-decoration: underline;
}

div.bbcode_quote_body, div.bbcode_code_body{
  background-color: #ccc;
  color: black;
  padding: 0.25em 0.5em;
}

div.bbcode_code_body {
  font: 0.9em monospace;
}

#helpline {
  background-color: transparent;
  border-style: none;
  padding: 1px;
  width: 95%;
  font-size: 0.8em;
}

/*   **** JM FORUM END ****  */
/* cmsms stylesheet: trick modified: mandag den 11. september 2017 19.37.31 */
body
{
background-color:#F5F7EA;
}


header 
{
background-color: #C7CFA7;
border-style: solid;
border-width: 1px;
border-color: #6D8269;
padding:2px;
}

#content
{
max-width: 960px;
min-height: 500px;
margin:auto;
}

#logo 
{
    background-image:url('p.gif');
    background-repeat:no-repeat;
    background-position:right bottom;
    float:right;
}
