﻿body, form {
	background-image: url(../images/ruby_paper_cut.jpg);
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	text-align: left;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 9px 0px 6px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 9px 0px 3px 0px;
}

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

table tr td
{
	font-size: 9pt;
}

#footer {
	position: absolute;
	width: 100%;
	height: 15px;
	top: 100%;
	margin-top: -20px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
}

.menufirst 
{
   padding-right: 50px;
}

.menurest 
{
   padding-right: 20px;
}

.menu a, .menu a:link, .menu a:visited{
    color: #b0072e
}
.menu a:hover, .menu a:active {
	text-decoration: underline overline;
    color: #b0072e
}

.bottomText {
	color: #ffffff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}

.headerTable {
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	border-left: none 0px;
	border-right: none 0px;
	width: 100%;
	font-size: 10pt;
}

.headerCell {
	text-align: center;
	vertical-align: bottom;
	width: 20%;
}

.headerTableCompact {
	border: none 0px;
	font-size: 10pt;
}

.headerCellCompact {
	text-align: center;
	vertical-align: bottom;
  padding: 0px 10px 0px 10px;
}

.formHeadCell {
	font-weight: bold;
	font-size: 11px;
}

.formContentCell {
	font-size: 11px;
}

/* The box */
#pagewrap {
	position: relative; /*left: 8px !important; left: 4px;*/ top: 4px;
	width: 100%; /*min-width: 720px; max-width: 700px;*/ height: auto;
	margin: 0 auto; padding: 0; text-align: center;
}
#page {
	position: relative; /*right: 8px !important; right: 4px;*/ top: -4px;
	/*width ändras för att få sidan att flyta*/
	width: 720px; height: auto;
	margin: 0; padding: 0; text-align: center;
}

/* Head */
#headwrap {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto; /*padding: 5px;*/
	text-align: center;
	/*border-top: 1px solid #000000;*/
	/*border-left: 1px solid #750827;*/
	/*border-right: 1px solid #750827;*/
}
#headlogo {
	position: relative; width: 720px; height: auto; text-align: center;
	margin: 0 auto; clear: both; overflow: hidden;
}
#headmenu {
	position: relative; width: 720px; height: auto; text-align: left;
	margin: 0 auto; padding-left: 5px; clear: both; overflow: hidden;
	background: url(../images/ruby_menu_bg.gif) repeat-x scroll top;
}

/* Body */
#bodywrap {
	position: relative; margin: 0 auto; padding: 0; text-align: center;
	width: 100%; height: auto;
	/*background: url(../images/Rubyred.png) repeat-x scroll top;*/
	overflow: hidden;
	/*border-left: 1px solid #750827;*/
	/*border-right: 1px solid #750827;*/
}

#bodycontent {
	position: relative; top: 0px; width: 100%; height: auto;
	margin: 0 auto; padding: 10px; float: left;
	text-align: left;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/ruby_backgroundcolor.jpg) repeat scroll top;
}

/* Bottom */
#bottomwrap {
	position: relative; margin: 0 auto; padding: 0; text-align: left;
	width: 100%; height: auto;
	/*background: url(../images/Rubyred.png) repeat-x scroll top;*/
	overflow: hidden;
	/*border-left: 1px solid #750827;*/
	/*border-right: 1px solid #750827;*/
	/*border-bottom: 1px solid #000000;*/
}

#bottomcontent {
	position: relative; width: 100%; height: 70px;
	margin: 0 auto; padding: 0; float: left;
	background: url(../images/ruby_paper.gif) center;
	vertical-align: bottom;
}

/* Slimit */
#devwrap {
	position: relative; margin: 0px; padding: 0; text-align: left;
	width: 100%; height: auto;
	/*background: url(../images/Rubyred.png) repeat-x scroll top;*/
	overflow: hidden;
}

#devcontent {
	position: relative; width: 100%;
	margin: 0 auto; padding: 0; float: left;
	text-align: right;
}
#rubyscroller{
        width: 195px;
        height: 55px;
        padding: 5px;
        margin-left: 140px;
        margin-top: 5px;
        text-align: left;
        color: #ffffff;
    }

    .rubyscrollerclass{
    }

