/*reset styles*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
/**
 * Adds a drop shadow
 */
/* the overlayed element */
.apple_overlay {
  /* initially overlay is hidden */

  display: none;
  /* growing background image */

  background-image: url(../../Gfx/Layout/apple_effect_white.png);
  /* 
		width after the growing animation finishes
		height is automatically calculated
	*/

  width: 640px;
  /* some padding to layout nested elements nicely  */

  padding: 35px;
  /* a little styling */
  font-size: 11px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
  background-image: url(../../Gfx/Layout/apple_effect_close.png);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
.zoomimage {
  position: absolute;
  display: none;
  z-index: 5000;
  outline: none;
}
.zoomimage_focused {
  z-index: 51000;
  cursor: pointer;
}
.zoomimage_s {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.zoomimage_st {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  overflow: hidden;
}
.zoomimage_stl {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  overflow: hidden;
  background: transparent url(../../Gfx/zoomimage/shadow.png) no-repeat scroll 0 0;
}
.zoomimage_stc {
  overflow: hidden;
  height: 6px;
  margin: 0 6px;
  background: transparent url(../../Gfx/zoomimage/shadow.png) repeat-x scroll 0 -30px;
}
.zoomimage_str {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  overflow: hidden;
  background: transparent url(../../Gfx/zoomimage/shadow.png) no-repeat scroll 0 -18px;
}
.zoomimage_sc {
  position: absolute;
  top: 6px;
  width: 100%;
  left: 0;
  overflow: hidden;
}
.zoomimage_scl {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background: transparent url(../../Gfx/zoomimage/shadow-lr.png) repeat-y scroll 0pt;
}
.zoomimage_scr {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: transparent url(../../Gfx/zoomimage/shadow-lr.png) repeat-y scroll -6px 0pt;
}
.zoomimage_scc {
  margin: 0 6px;
  height: 100%;
  background: transparent url(../../Gfx/zoomimage/shadow-c.png);
  overflow: hidden;
}
.zoomimage_sb {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}
.zoomimage_sbl {
  position: absolute;
  overflow: hidden;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0;
  background: transparent url(../../Gfx/zoomimage/shadow.png) no-repeat scroll 0pt -12px;
}
.zoomimage_sbc {
  height: 6px;
  overflow: hidden;
  margin: 0 6px;
  background: transparent url(../../Gfx/zoomimage/shadow.png) repeat-x scroll 0pt -36px;
}
.zoomimage_sbr {
  position: absolute;
  overflow: hidden;
  width: 6px;
  height: 6px;
  right: 0;
  top: 0;
  background: transparent url(../../Gfx/zoomimage/shadow.png) no-repeat scroll 0pt -6px;
}
.zoomimage img {
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
  border: 20px solid #000;
}
.zoomimage_caption {
  position: absolute;
  background-color: #fff;
  color: #000;
  width: 100%;
}
.zoomimage_caption p {
  padding: 10px;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}
.zoomimage_loading {
  background-image: url(../../Gfx/zoomimage/ajax_small.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
}
.zoomimage_move {
  cursor: move;
}
.zoomimage_controls {
  position: absolute;
  background: #fff;
  height: 30px;
  overflow: hidden;
}
.zoomimage_prev {
  background: white url(../../Gfx/zoomimage/zoomimage_prev.gif) no-repeat center;
  width: 39px;
  height: 29px;
  position: absolute;
  bottom: 1px;
  left: 10px;
}
.zoomimage_next {
  background: white url(../../Gfx/zoomimage/zoomimage_next.gif) no-repeat center;
  width: 39px;
  height: 29px;
  position: absolute;
  bottom: 1px;
  right: 10px;
}
div.modal {
  display: none;
  z-index: 1000000;
  /* standard decorations */

  width: 516px;
}
div.modal > .modal-content {
  background-image: url(../../Gfx/modal/pmf_content.png);
  background-repeat: repeat-y;
  padding: 8px 32px 8px 32px;
}
div.modal > .modal-footer {
  background-image: url(../../Gfx/modal/pmf_footer.png);
  height: 45px;
}
div.grey-box {
  background-color: #eff0f0;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.white-box {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* Modal Wide */
div.modal-wide {
  display: none;
  z-index: 1000000;
  /* standard decorations */

  width: 638px;
}
div.modal-wide > .modal-wide-content {
  background-image: url(../../Gfx/modal/pm_content.png);
  background-repeat: repeat-y;
  padding: 8px 32px 8px 32px;
}
div.modal-wide > .modal-wide-footer {
  background-image: url(../../Gfx/modal/pm_footer.png);
  height: 45px;
}
/* Texts paragraf 

Brug <p> tags, og ikke <div> til at opsætte tekst. 

EKS: <p class="p4">Her er en masse tekst, som har margin-top:4px - og margin-bottom:4px</p>
Udvid evt med <p class="p4 t3-dark">Her en paragraf med mørk tekst og margin-top:4px - og margin-bottom:4px</p>

*/
p {
  margin: 0px 0px;
}
p.p2 {
  margin: 2px 0px;
}
p.p4 {
  margin: 4px 0px;
}
p.p6 {
  margin: 6px 0px;
}
p.p8 {
  margin: 8px 0px;
}
p.p10 {
  margin: 10px 0px;
}
p.p16 {
  margin: 16px 0px;
}
p.p24 {
  margin: 24px 0px;
}
p.p32 {
  margin: 32px 0px;
}
/* Texts 

Skal tekst være bold eller italic, anvendes <i>, <b> i <span> tagget.
Eks: <span class="t5">Kimm han vil gerne være <i>italic</i></span>

*/
/* Normal Text 


*/
.t1 {
  font-size: 10px;
  color: #555555;
}
.t2 {
  font-size: 11px;
  color: #555555;
}
/* DEFAULT */
.t3 {
  font-size: 12px;
  color: #555555;
}
.t4 {
  font-size: 14px;
  line-height: 18px;
  color: #555555;
}
.t5 {
  font-size: 16px;
  color: #555555;
}
.t6 {
  font-size: 18px;
  color: #555555;
}
.t7 {
  font-size: 24px;
  color: #555555;
}
/* Dark Text */
.t1-dark {
  font-size: 10px;
  color: #222222;
}
.t2-dark {
  font-size: 11px;
  color: #222222;
}
.t3-dark {
  font-size: 12px;
  color: #222222;
}
.t4-dark {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
}
.t5-dark {
  font-size: 16px;
  color: #222222;
}
.t6-dark {
  font-size: 18px;
  color: #222222;
}
.t7-dark {
  font-size: 24px;
  color: #222222;
}
/* Light Text */
.t1-light {
  font-size: 10px;
  color: #777777;
}
.t2-light {
  font-size: 11px;
  color: #777777;
}
.t3-light {
  font-size: 12px;
  color: #777777;
}
.t4-light {
  font-size: 14px;
  line-height: 18px;
  color: #777777;
}
.t5-light {
  font-size: 16px;
  color: #777777;
}
.t6-light {
  font-size: 18px;
  color: #777777;
}
.t7-light {
  font-size: 24px;
  color: #777777;
}
/* Disabled Text */
.t1-disabled {
  font-size: 10px;
  color: #aaaaaa;
}
.t2-disabled {
  font-size: 11px;
  color: #aaaaaa;
}
.t3-disabled {
  font-size: 12px;
  color: #aaaaaa;
}
.t4-disabled {
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
}
.t5-disabled {
  font-size: 16px;
  color: #aaaaaa;
}
.t6-disabled {
  font-size: 18px;
  color: #aaaaaa;
}
.t7-disabled {
  font-size: 24px;
  color: #aaaaaa;
}
/* Links */
a {
  color: #2f67a6;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #265a94;
  text-decoration: underline;
}
.a1 {
  font-size: 10px;
}
.a2 {
  font-size: 11px;
}
/* DEFAULT */
.a3 {
  font-size: 12px;
}
.a4 {
  font-size: 14px;
}
.a5 {
  font-size: 16px;
}
.a6 {
  font-size: 18px;
}
.a7 {
  font-size: 24px;
}
.a6-white, .a6-white:hover {
  font-size: 16px;
  color: #ffffff;
}
.a-disabled {
  color: #aaaaaa;
}
/* Headers

Skal noget af teksten være normal indsættes et span
EKS: <h6>Nye PAR<span>TESTS</span><h6>

*/
h1 {
  font-size: 24px;
  font-weight: bold;
  color: #f83265;
}
h1 span {
  font-weight: normal;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  color: #f83265;
}
h2 span {
  font-weight: normal;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f83265;
}
h3 span {
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  color: #f83265;
}
h4 span {
  font-weight: normal;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  color: #f83265;
}
h5 span {
  font-weight: normal;
}
.heading5 {
  font-size: 14px;
  font-weight: bold;
  color: #f83265;
}
.heading5 span {
  font-weight: normal;
}
h6 {
  font-size: 12px;
  font-weight: bold;
  color: #f83265;
}
h6 span {
  font-weight: normal;
}
/* High tekst (grøn) */
.t1-high {
  font-size: 10px;
  color: #37982d;
}
.t2-high {
  font-size: 11px;
  color: #37982d;
}
/* DEFAULT */
.t3-high {
  font-size: 12px;
  color: #37982d;
}
.t4-high {
  font-size: 14px;
  color: #37982d;
}
.t5-high {
  font-size: 16px;
  color: #37982d;
}
.t6-high {
  font-size: 18px;
  color: #37982d;
}
.t7-high {
  font-size: 24px;
  color: #37982d;
}
/* Medium tekst (orange/gul) */
.t1-medium {
  font-size: 10px;
  color: #f7941d;
}
.t2-medium {
  font-size: 11px;
  color: #f7941d;
}
/* DEFAULT */
.t3-medium {
  font-size: 12px;
  color: #f7941d;
}
.t4-medium {
  font-size: 14px;
  color: #f7941d;
}
.t5-medium {
  font-size: 16px;
  color: #f7941d;
}
.t6-medium {
  font-size: 18px;
  color: #f7941d;
}
.t7-medium {
  font-size: 24px;
  color: #f7941d;
}
/* Low tekst (rød) */
.t1-low {
  font-size: 10px;
  color: red;
}
.t2-low {
  font-size: 11px;
  color: red;
}
/* DEFAULT */
.t3-low {
  font-size: 12px;
  color: red;
}
.t4-low {
  font-size: 14px;
  color: red;
}
.t5-low {
  font-size: 16px;
  color: red;
}
.t6-low {
  font-size: 18px;
  color: red;
}
.t7-low {
  font-size: 24px;
  color: red;
}
div.m2 {
  margin: 2px 0px;
}
div.m4 {
  margin: 4px 0px;
}
div.m6 {
  margin: 6px 0px;
}
div.m8 {
  margin: 8px 0px;
}
div.m10 {
  margin: 10px 0px;
}
div.m16 {
  margin: 16px 0px;
}
div.m20 {
  margin: 20px 0px;
}
div.m24 {
  margin: 24px 0px;
}
div.m32 {
  margin: 32px 0px;
}
div.p2 {
  padding: 2px;
}
div.p4 {
  padding: 4px;
}
div.p6 {
  padding: 6px;
}
div.p8 {
  padding: 8px;
}
div.p10 {
  padding: 10px;
}
div.p16 {
  padding: 16px;
}
div.p20 {
  padding: 20px;
}
div.p24 {
  padding: 24px;
}
div.p32 {
  padding: 32px;
}
.box {
  margin: 20px 10px;
}
.box-with-padding {
  margin: 20px 10px;
  padding: 0px 10px;
}
.box-with-padding-sides {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 16px;
}
.box-light {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.box-highlight {
  background-color: #fcffcd;
  border: 1px solid #dedede;
  padding: 20px;
}
.box-with-border {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dedede;
}
.box-white {
  background-color: #ffffff;
}
.box-inner-shadow {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dedede;
  box-shadow: inset 0px 1px 5px #111111;
  -webkit-box-shadow: inset 0px 1px 5px #111111;
  -moz-box-shadow: inset 0px 1px 5px #111111;
  background-color: #F0F1F1;
}
.box-with-header {
  margin: 10px;
}
.box-with-header .header {
  font-size: 14px;
  font-weight: bold;
  color: #f83265;
  background-image: url(../../Gfx/layout/box_grey_header.png);
  background-repeat: repeat-x;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dedede;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 10px;
}
.box-with-header .header span {
  font-weight: normal;
}
.box-with-header .content {
  padding: 10px;
  border: 1px solid #dedede;
  border-top: 0px;
  background-color: White;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.box-darkgrey-header {
  background-image: url(../../Gfx/layout/box_darkgrey_header.png);
  background-repeat: repeat-x;
  height: 39px;
  border: 1px solid #dedede;
}
.box-tab-container {
  position: absolute;
  height: 30px;
  top: -31px;
  left: -1px;
  z-index: 2;
}
.box-tab-container .box-tab {
  background-color: #ffffff;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  text-align: right;
  float: left;
}
.box-tab-container .box-tab h4 {
  line-height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.box-tab-container .box-tab-trailer {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
}
.box-left {
  margin-top: 24px;
  padding: 4px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  background-color: #ffffff;
  width: 192px;
}
.box-overlay {
  -moz-box-shadow: 0px 10px 30px #222222;
  -webkit-box-shadow: 0px 10px 30px #222222;
  box-shadow: 0px 10px 30px #222222;
  /*-moz-box-shadow:0px 10px 30px;*/

  border: 10px solid #666;
  /* for modern browsers use semi-transparent color on the border. nice! */

  border: 10px solid rgba(82, 82, 82, 0.698);
  /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #FFFFFF;
  display: none;
  z-index: 10000;
  padding: 20px;
}
.box-overlay .close {
  background-image: url(../../Gfx/Layout/overlay_close_modal.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
  height: 26px;
  width: 26px;
  margin-bottom: 5px;
}
.mailoverlay, .firststepoverlay {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 3px solid #5f8abb;
  border-right: 3px solid #5f8abb;
  border-left: 3px solid #5f8abb;
  border-bottom: 3px solid rgba(95, 138, 187, 0.666);
  border-right: 3px solid rgba(95, 138, 187, 0.666);
  border-left: 3px solid rgba(95, 138, 187, 0.666);
  background-color: White;
}
.button-pink {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: White;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border: 1px solid #b9153f;
  background-image: url(../../Gfx/layout/btn_pink.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
}
.button-pink12 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: White;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #b9153f;
  background-image: url(../../Gfx/layout/btn_pink.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
}
.button-pink:hover, .button-pink12:hover {
  color: White;
}
.button-blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: White;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #3273bb;
  background-image: url(../../Gfx/layout/btn_blue.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
}
.button-blue:hover, .button-blue12:hover {
  color: White;
}
.button-green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: White;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #45ac25;
  background-image: url(../../Gfx/layout/btn_green.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
}
.button-green:hover {
  color: White;
}
.button-grey {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 20 #d4d4d4;
  height: 19px;
  line-height: 19px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #d5d5d5;
  background-image: url(../../Gfx/layout/btn_grey.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
}
.button-grey {
  color: #444444;
}
.button-payment {
  background-image: url(../../Gfx/layout/payment/acceptPayment.gif);
  width: 210px;
  height: 42px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  color: White;
  font-size: 14px;
  line-height: 42px;
  font-weight: bold;
}
.button-payment a {
  color: White;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
}
.login-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  -moz-box-shadow: 5px 5px 20 #d4d4d4;
  height: 18px;
  line-height: 12px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  background-image: url(../../Gfx/layout/loginbtnBg.png);
  background-repeat: repeat-x;
  padding: 0 10px;
  cursor: pointer;
}
.tabcontrol {
  margin-bottom: -1px;
  padding-left: 20px;
}
.tabcontrol a {
  line-height: 30px;
  padding: 0px 20px;
  display: inline-block;
  border-left: 1px transparent;
  border-top: 1px solid  transparent;
  border-right: 1px solid  transparent;
  border-bottom: 0px;
}
.tabcontrol span {
  padding: 0px 20px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #222222;
  background-color: #f9f9f9;
  font-weight: bold;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 0px;
}
/* Input


*/
input {
  padding: 2px 4px;
  border: 1px solid #dedede;
  font-weight: bold;
  color: #222222;
}
input.i1 {
  font-size: 10px;
  line-height: 12px;
}
input.i2 {
  font-size: 11px;
}
input.i3 {
  font-size: 12px;
  line-height: 15px;
}
input.i4 {
  font-size: 14px;
}
input.i5 {
  font-size: 16px;
  line-height: 19px;
}
input.i6 {
  font-size: 18px;
  line-height: 21px;
}
input[type=radio] {
  border: 0px;
}
/* Select

*/
select {
  padding: 2px 2px;
  font-weight: bold;
  color: #222222;
}
select.s1 {
  font-size: 10px;
}
select.s2 {
  font-size: 11px;
}
select.s3 {
  font-size: 12px;
}
select.s4 {
  font-size: 14px;
}
select.s5 {
  font-size: 16px;
}
select.s6 {
  font-size: 18px;
}
select > option {
  padding: 2px 2px;
  font-weight: bold;
}
select.s-blue {
  /*.border-radius(4px);*/

  color: #ffffff;
  background: #386aa3;
  border: 0px solid #386aa3;
  /*height: 38px;*/

  /*padding: 10px;*/

}
.checkbox {
  border: 0px;
}
.simpletip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  display: none;
  background: #ffffff;
  /*height: 50px;*/

  /*width: 260px;*/

  padding: 10px;
  filter: alpha(opacity=85);
  -moz-opacity: 0.95;
  opacity: 0.95;
  z-index: 10000;
}
.userprofiletip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  display: none;
  background: #ffffff;
  /*height: 50px;*/

  width: 260px;
  padding: 10px;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  z-index: 10000;
}
.userprofiletip .profile-image-medium, .userprofiletip .profile-noimage-female-medium, .userprofiletip .profile-noimage-female-medium {
  margin-right: 10px;
}
table.view {
  border: 1px solid #dedede;
}
table.view th {
  background-color: white;
  font-weight: bold;
  padding-left: 8px;
  height: 28px;
  border-bottom: 1px solid #dedede;
}
table.view td {
  border-bottom: 1px solid #dedede;
  -webkit-box-shadow: inset 0 1px 0px white;
  -moz-box-shadow: inset 0 1px 0px white;
  box-shadow: inset 0 1px 0px white;
  background-color: #f1f1f1;
  padding-left: 8px;
  height: 28px;
}
table.view input[type=checkbox] {
  border: 0px;
}
table.viewborder {
  border: 1px solid #dedede;
}
table.viewborder th {
  background-color: white;
  font-weight: bold;
  padding-left: 8px;
  height: 28px;
  border-bottom: 1px solid #dedede;
}
table.viewborder td {
  border: 1px solid #dedede;
  -webkit-box-shadow: inset 0 1px 0px white;
  -moz-box-shadow: inset 0 1px 0px white;
  box-shadow: inset 0 1px 0px white;
  background-color: #f1f1f1;
  padding-left: 8px;
  height: 28px;
}
table.viewborder .selected {
  background-color: #255994;
}
.facebox-overlay {
  /* overlay is hidden before loading */

  display: none;
  z-index: 1000000;
  /* standard decorations */

  width: 400px;
  border: 10px solid #666;
  /* for modern browsers use semi-transparent color on the border. nice! */

  border: 10px solid rgba(82, 82, 82, 0.698);
  /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.facebox-overlay div.inner {
  padding: 10px;
  border: 1px solid #3B5998;
  background-color: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.facebox-overlay h2 {
  margin: -11px;
  margin-top: -11px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #6D84B4;
  padding: 5px 10px;
  border: 1px solid #3B5998;
  font-size: 20px;
}
#browserCheckDetailsOuter {
  display: none;
  padding: 5px;
  border-top: solid 1px #e9daad;
}
#browserCheckDetails {
  color: #36302E;
  font-size: 11px;
  font-weight: normal;
}
td.statusImage {
  padding-top: 15px;
}
td.statusImageFirst {
  padding-top: 5px;
}
.statusOptimal {
  color: #6fb123;
}
.statusOK {
  color: #ff9600;
}
.statusProblem {
  color: #df3232;
}
tr.checkRow > td {
  padding-top: 15px;
}
tr.checkRow > td + td {
  padding-left: 5px;
  padding-top: 10px;
}
.ISearch {
  background-image: url(../../Gfx/translation/view.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IKey {
  background-image: url(../../Gfx/translation/gear_ok.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IKeyDirty {
  background-image: url(../../Gfx/translation/gear_warning.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IDenmark {
  background-image: url(../../Gfx/translation/flag_denmark.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IUSA {
  background-image: url(../../Gfx/translation/flag_usa.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IEngland {
  background-image: url(../../Gfx/translation/flag_great_britain.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.ISweden {
  background-image: url(../../Gfx/translation/flag_sweden.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IGermany {
  background-image: url(../../Gfx/translation/flag_germany.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IFrance {
  background-image: url(../../Gfx/translation/flag_france.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.IFinland {
  background-image: url(../../Gfx/translation/flag_finland.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay {
  background-color: #111;
  position: fixed;
  width: 100%;
  height: 100%;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxContent {
  background: #363531;
  position: relative;
  overflow: visible;
}
#cboxLoadedContent {
  margin-bottom: 40px;
  overflow: auto;
}
#cboxTitle {
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #949494;
  margin: 0;
}
#cboxCurrent {
  position: absolute;
  bottom: 11px;
  left: 86px;
  font-weight: bold;
  color: white;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#cboxPrevious {
  position: absolute;
  bottom: 7px;
  left: 8px;
  background: url(../../_gfx2009/layout/colorbox/controls.png) 0px 0px no-repeat;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
}
#cboxNext {
  position: absolute;
  bottom: 7px;
  left: 43px;
  background: url(../../_gfx2009/layout/colorbox/controls.png) -27px 0px no-repeat;
  width: 27px;
  height: 27px;
  text-indent: -9999px;
}
#cboxLoadingOverlay {
  background: url(../../_gfx2009/layout/colorbox/loading.gif) center center no-repeat white;
}
#cboxClose {
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(../../_gfx2009/layout/colorbox/controls.png) -54px 0px no-repeat;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
  width: 92px;
  height: 92px;
}
#cboxTopCenter, #cboxBottomCenter {
  height: 92px;
  width: auto;
}
#cboxMiddleLeft, #cboxMiddleRight {
  width: 92px;
  height: auto;
}
#cboxTopLeft {
  background: url(../../_gfx2009/layout/colorbox/borderTopLeft.png) no-repeat;
}
#cboxTopRight {
  background: url(../../_gfx2009/layout/colorbox/borderTopRight.png) no-repeat;
}
#cboxBottomLeft {
  background: url(../../_gfx2009/layout/colorbox/borderBottomLeft.png) no-repeat;
}
#cboxBottomRight {
  background: url(../../_gfx2009/layout/colorbox/borderBottomRight.png) no-repeat;
}
#cboxTopCenter {
  background: url(../../_gfx2009/layout/colorbox/borderTopCenter.png) repeat-x;
}
#cboxBottomCenter {
  background: url(../../_gfx2009/layout/colorbox/borderBottomCenter.png) repeat-x;
}
#cboxMiddleLeft {
  background: url(../../_gfx2009/layout/colorbox/borderMiddleLeft.png) repeat-y;
}
#cboxMiddleRight {
  background: url(../../_gfx2009/layout/colorbox/borderMiddleRight.png) repeat-y;
}
/*datepicker*//* Main Style Sheet for jQuery UI date picker */.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
  /*resets 		margin: 0; 		padding: 0; 		border: 0; 		outline: 0; 		line-height: 1.3; 		text-decoration: none; 		font-size: 100%; 		list-style: none; 		font-family: Verdana, Arial, sans-serif; 		font-size: 1.1em; 		width: 195px; 		height: 172px; 		padding: 0px 0px 0px 0px; 		position: relative;*/

}
#ui-datepicker-div, .ui-datepicker-div {
  z-index: 9999;
  /*must have*/

  display: none;
  background-color: White;
  border: solid 1px #E2DED3;
  width: 195px;
  height: 190px;
  padding-left: 2px;
  padding-right: 3px;
}
.ui-datepicker-inline {
  float: left;
  display: block;
}
.ui-datepicker-control {
  display: none;
}
.ui-datepicker-current {
  display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
}
.ui-datepicker-prev {
  background-image: url(../../gfx/icons/datepicker/goleftarrow_small.png);
  left: 6px;
}
.ui-datepicker-next {
  background-image: url(../../gfx/icons/datepicker/gorightarrow_small.png);
  right: 6px;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
  text-indent: -999999px;
  width: 15px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.ui-datepicker-header select {
  border: 1px solid #d3d3d3;
  color: #555555;
  background: #e6e6e6;
  font-size: 1em;
  line-height: 1.4em;
  position: absolute;
  top: 5px;
  margin: 0 !important;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  width: 84px;
  left: 27px;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  width: 55px;
  left: 114px;
}
table.ui-datepicker {
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  width: 190px;
}
table.ui-datepicker td a {
  padding: 0px;
  display: block;
  cursor: pointer;
}
table.ui-datepicker td a:hover {
  color: #212121;
}
table.ui-datepicker td a:active {
  color: #222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
  padding: 0px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #d3d3d3;*/

}
table.ui-datepicker .ui-datepicker-title-row td {
  border-top: solid 1px #E1DFD2;
  border-bottom: solid 1px #E1DFD2;
  background-color: #F9F9ED;
  padding-bottom: 5px;
}
table.ui-datepicker .ui-datepicker-days-row td {
  width: 25px;
  height: 19px;
  padding-top: 2px;
  padding-bottom: 2px;
}
table.ui-datepicker td.ui-datepicker-days-cell {
  background-image: url(../../gfx/icons/datepicker/date_present.png);
  background-repeat: no-repeat;
  background-position: center center;
}
table.ui-datepicker td.ui-datepicker-unselectable {
  background-image: url(../../gfx/icons/datepicker/date_empty.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.topmenu-ikon {
  position: relative;
  float: left;
  width: 31px;
}
.mail-new {
  background-image: url(../../Gfx/Layout/mail_new.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  line-height: 9px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.badge {
  background-image: url(../../Gfx/Layout/badge.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  text-align: center;
  z-index: 9999;
}
.badgeSmall {
  background-image: url(../../Gfx/Layout/notifySmall.png);
  background-repeat: no-repeat;
  background-position: 0px -6px;
  width: 34px;
  height: 33px;
  text-align: center;
  z-index: 9999;
}
.badgeLarge {
  background-image: url(../../Gfx/Layout/notifyLarge.png);
  background-repeat: no-repeat;
  background-position: 0px -6px;
  width: 44px;
  height: 33px;
  text-align: center;
  z-index: 9999;
}
.badge > span, .badgeSmall > span, .badgeLarge > span {
  line-height: 16px;
  padding-left: 2px;
  font-size: 10px;
  font-weight: normal;
}
html {
  margin: 0;
  overflow-y: scroll;
}
body {
  margin: 0;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #777777;
  line-height: 16px;
}
quote {
  margin-top: 16px;
  margin-bottom: 16px;
}
quote.small {
  margin-top: 6px;
  margin-bottom: 6px;
}
.profile-image-large {
  width: 160px;
  height: 160px;
  border: 1px solid #dddddd;
  border-style: solid;
}
.profile-image-medium {
  width: 120px;
  height: 120px;
  border: 1px solid #dddddd;
}
.profile-image-small {
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
}
.profile-image-tiny {
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
}
.profile-noimage-male-large {
  width: 160px;
  height: 160px;
  border: 1px solid #dddddd;
  border-style: solid;
  background-image: url(../../Gfx/layout/noimage/male_noimage.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-male-medium {
  width: 120px;
  height: 120px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/male_noimage_medium.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-male-small {
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/male_noimage_small.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-male-tiny {
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/male_noimage_tiny.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-female-large {
  width: 160px;
  height: 160px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/female_noimage.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-female-medium {
  width: 120px;
  height: 120px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/female_noimage_medium.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-female-small {
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/female_noimage_small.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.profile-noimage-female-tiny {
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  background-image: url(../../Gfx/layout/noimage/female_noimage_tiny.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
}
.test-noimage-large {
  width: 160px;
  height: 160px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}
.test-noimage-medium {
  background-image: url(../../Gfx/layout/blue-question-mark2-medium.png);
  width: 120px;
  height: 120px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}
.test-noimage-small {
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}
.test-noimage-tiny {
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}
.testscoreresult-noimage-medium {
  background-image: url(../../Gfx/layout/tests_noimage_large.png);
  width: 200px;
  height: 200px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-color:#ffffff;*/

}
.testscoreresult-noimage-small {
  background-image: url(../../Gfx/layout/blue-question-mark2-small.png);
  width: 150px;
  height: 150px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-color:#ffffff;*/

}
.testscoreresult-noimage-tiny {
  background-image: url(../../Gfx/layout/tests_noimage_small.png);
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-color:#ffffff;*/

}
ul.pink {
  list-style-image: url(../../Gfx/layout/bullet.png);
  list-style-position: inside;
}
.ValidationError {
  color: red;
}
img.image-xsmall-border {
  padding: 2px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
}
.dropdown {
  position: relative;
  float: right;
  width: 400px;
  margin-right: 8px;
  margin-top: 4px;
}
.dropdown-closed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 20 #d4d4d4;
  height: 19px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  border: 1px solid #d5d5d5;
  background-image: url(../../Gfx/layout/btn_grey.png);
  background-repeat: repeat-x;
  padding-left: 8px;
  padding-right: 4px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.dropdown-closed a {
  font-size: 10px;
}
.dropdown-closed span {
  font-size: 10px;
  color: #999999;
}
.dropdown-open-top {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-box-shadow: 5px 5px 20 #d4d4d4;
  height: 21px;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background-color: #f6f6f6;
  padding-left: 8px;
  padding-right: 4px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  cursor: pointer;
}
.dropdown-open-top a {
  font-size: 10px;
}
.dropdown-open-top span {
  font-size: 10px;
  color: #999999;
}
.dropdown-open-bottom {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #d5d5d5;
  background-color: #f6f6f6;
  position: absolute;
  top: 21px;
  right: 0px;
  z-index: 1;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.textPositiveMatch10Bold {
  font-size: 10px;
  color: #37982d;
  font-weight: bold;
}
.textEqualMatch10Bold {
  font-size: 10px;
  color: #f7941d;
  font-weight: bold;
}
.box-no-border-padding10 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.box-no-border-no-margin-padding10 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.box-white {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0px;
  border: 1px solid #dedede;
  background-color: white;
  position: relative;
  margin-top: 15px;
}
.box-white-top {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0px;
  border: 1px solid #dedede;
  background-color: white;
  position: relative;
  margin-top: 15px;
}
#topfilters input {
  padding: 0px;
  border: 0px;
}
.userListSmallImageViewCounter {
  /*.border-radius(4px);*/

  border: 1px solid #dedede;
  background-color: #ababab;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  color: #ffffff;
  line-height: 10px;
}
ol#sections {
  padding: 4px;
  margin: 4px;
}
ol#sections li {
  cursor: pointer;
  list-style-type: none;
  padding: 4px;
  margin: 4px;
  height: 24px;
  background-color: #92aece;
  line-height: 24px;
  border: dotted 1px #CCC;
}
ol#sections li:hover {
  cursor: pointer;
  list-style-type: none;
  padding: 4px;
  margin: 4px;
  height: 24px;
  line-height: 24px;
  border: dotted 1px #CCC;
  background-color: #92a2ce;
}
.question {
  margin-top: 20px;
}
table.radioGroup input {
  float: left;
  line-height: 20px;
}
table.radioGroup label {
  margin-left: 25px;
  display: block;
  line-height: 20px;
}
table.checkGroup input {
  float: left;
  line-height: 20px;
}
table.checkGroup label {
  margin-left: 25px;
  display: block;
  line-height: 20px;
}
.cursorHand {
  cursor: pointer;
}
/* Status Bar */
.status-message {
  background-image: url(../../gfx/layout/statusbar/alertbg_left.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.status-message .status-content {
  background-image: url(../../gfx/layout/statusbar/alertbg_right.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 25px;
  margin: 0px 0px 0px 7px;
  padding-right: 16px;
  line-height: 19px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
  color: #35882C;
  text-align: center;
}
.status-icon {
  /*background-image: url(../../gfx/layout/statusbar/greencheck1.png);*/

  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 25px;
  width: 16px;
  height: 16px;
}
.checkmarked {
  background-image: url(../../gfx/layout/payment/check.png);
  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-weight: bold;
  margin: 4px 0;
}
div.hr {
  display: block;
  height: 1px;
  background-color: #DEDEDE;
  margin: 5px 0px 5px 0px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
img.isMatch {
  background-image: url(../../Gfx/matchwheel/dot.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}
img.noMatch {
  width: 11px;
  height: 11px;
  vertical-align: middle;
}
.facebox-overlay {
  /* overlay is hidden before loading */

  display: none;
  z-index: 1000000;
  /* standard decorations */

  width: 400px;
  border: 10px solid #666;
  /* for modern browsers use semi-transparent color on the border. nice! */

  border: 10px solid rgba(82, 82, 82, 0.698);
  /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.facebox-overlay div.inner {
  padding: 10px;
  border: 1px solid #3B5998;
  background-color: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.facebox-overlay h2 {
  margin: -11px;
  margin-top: -11px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #6D84B4;
  padding: 5px 10px;
  border: 1px solid #3B5998;
  font-size: 20px;
}
#Site {
  padding-top: 56px;
  margin: 0 auto;
  width: 980px;
  min-height: 500px;
}
#Header {
  background-image: url(../../Gfx/Layout/header_bg.png);
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  height: 56px;
}
#Header .content {
  margin: 0 auto;
  width: 980px;
  color: White;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px;
}
#Header .content .t1 {
  color: White;
}
#Header .content .t2 {
  color: White;
}
.checkbox {
  border: 0px;
}
.title {
  color: #f83265;
  font-size: 20px;
  font-weight: bold;
}
#Footer {
  margin: 20px 10px;
  padding-left: 24px;
  height: 50px;
  padding-top: 16px;
}
#Footer a {
  font-weight: bold;
  color: #999999;
  font-size: 11px;
}
#Footer span.sep {
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  color: #999999;
}
#Footer .browserIcon {
  height: 35px;
  margin-right: 10px;
}
#BoxCreate {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dedede;
  margin: 0px;
  padding: 20px;
  background-color: #f5fee9;
}
#BoxCreate .signup-area {
  font-size: 15px;
  color: #222222;
  font-weight: bold;
  padding-top: 16px;
}
#BoxCreate .description {
  line-height: 20px;
}
#BoxCreate .highlight {
  color: #f83265;
  font-size: 12px;
  font-weight: bold;
}
#HowTo {
  margin: 20px 10px;
}
#ParmoniInfo {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#Testimonials {
  margin: 20px 10px;
}
#LogIn {
  cursor: pointer;
}
#LogInSection {
  position: relative;
  text-align: right;
}
#LogInPanel {
  display: none;
  background-image: url(../../Gfx/Layout/btn_login_expanded.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 285px;
  width: 244px;
}
#LogInPanel .close {
  position: absolute;
  cursor: pointer;
  width: 78px;
  height: 21px;
  right: 0px;
  top: 0px;
}
#LogInPanelContent {
  margin-top: 8px;
  padding: 1px 16px 0px 16px;
}
#LogInPanelContent #FacebookLogin {
  border-top: 1px solid #dedede;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-top: 16px;
  color: White;
}
#LogInPanelContent .btnStandardLogin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: White;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #3273bb;
  background-image: url(../../Gfx/layout/btn_blue.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
  width: 100px;
}
#LogInPanelContent .btnFacebookLogin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: White;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #3273bb;
  background-image: url(../../Gfx/layout/btn_blue.png);
  background-repeat: repeat-x;
  padding: 0 20px;
  cursor: pointer;
  width: 180px;
}
.bottom-bar {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dedede;
  background-image: url(../../Gfx/Layout/signupnowbar.png);
  background-repeat: repeat-x;
  height: 58px;
}
.bottom-bar a > span.green {
  color: #79a921;
}
.signup_featurelist {
  margin-left: 16px;
}
.signup_featurelist li {
  list-style-image: url(../../Gfx/layout/listitem.png);
  margin-bottom: 16px;
}
.auto-login > label {
  vertical-align: middle;
  font-size: 10px;
  color: white;
  cursor: pointer;
}
.auto-login > input {
  vertical-align: middle;
  border: none;
}

