/* Start of CMSMS style sheet 'Framsida' */
/* left column design */

div#main
{
   width: 79.5%;
}

div#main div#leftcolumn {
   margin: 0 15% 0 0;
   width: 450px;
   overflow: hidden;
   padding-right: 10px;
   border-right: solid 1px #00bcfe;
}

/* right column design */
div#main div#rightcolumn {
   float: right;
   width:321px;
   min-height:600px;
   height: 100%;

   padding-left:0px;
   padding-right:2px;
   margin-left: 10px;
}

div.frontpage_item
{
   /* build new style */
   border-top: dotted 1px #555;
   border-bottom: dotted 1px #555;
   padding-top: 5px;
}

#konferans img
{
  display: inline;
}

/* right column - header design */
div#rightcolumn h2 {
   /* reset styles */
   border: none;
  font-weight: bold;
   /* text styles */
   font-size: 1.4em;
 
   color: #00537e;
   text-transform: uppercase;
   padding: 0.4em 0 0.4em 0;
   letter-spacing: 0.2em;
}

div#rightnews
{
  padding: 5px;
  padding-bottom: 3px;
  font-size: 1em;
  letter-spacing: 0.2em;
  background-color: #eee;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
}

div#rightcolumn h1 {
   /* reset styles */
   border: none;

   /* text styles */
   font-size: 1.5em;
line-height: 1.2em;
   padding: 0.4em 0 0.4em 0;
   margin-right: 5px;
   margin-bottom: 5px;
   overflow: auto;
}

div#rightcolumn h1 img, div#leftcolumn h1 img  {
   margin-right: 10px;
   float:left;
}


/* left column - header design */
div#leftcolumn h1 {
   /* reset styles */
   border: none;

   /* build new style */
   font-size: 1.5em;
   padding: 0.3em 0 0 0;
   margin-right: 5px;
   margin-bottom: 5px;
}

div#leftcolumn h2 {
   /* reset styles */
   border: none;
   padding: 0;
   font-weight: bold;

   /* build new style */
   font-size: 1.4em;
   margin: 0.5em 0 0 0;
   color: #444;
   line-height:1.2em;
   margin:0.5em 0 0.1em;
}

div#findmembers
{
  border: solid 1px #eee;
  padding: 10px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#77C8FB;
margin:15px 0 5px;
overflow:auto;
}

#snabbsok input[type="text"]
{
  width: 150px;
  padding: 3px;
  font-size: 1.0em;
}

div.tag
{
  display:inline;
  margin-right: 10px;
}
/* End of 'Framsida' */

