body,font,th,td,p,ol,ul,li {
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font: 10pt Arial;
}
ul {margin-top:0px}
.disabledactionbutton {
  display: inline-block;
  margin: 3px;
  padding: 3px 10px;
  background: #D2D2D2;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 2px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  color: #616161;
}

.smallbutton {
  display: inline-block;
  margin: 2px;
  padding: 4px 4px;
  border: 2px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 2px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  color: #000000;
  font: 8pt Calibri;
  font-weight: 600;

}

.smallbutton:hover  { background: #ffffff; color: #000000; }


.menubutton {
  display: inline-block;
  margin: 0px;
  padding: 1px 4px 1px 4px;
  border: 3px solid #262978;
  border-radius: 2px;
  transition: all 0.2s ease-out;

  /* Font styles */
  text-decoration: none;
  color: #000000;
  font: 8pt Calibri;
  font-weight: 600;

}

.menubutton:hover  { background: #ffffff; color: #000000; }

.MyLightBlue {
    background: #406FB3;
    color: #ffffff;
}

.actionbutton {
  display: inline-block;
  margin: 3px;
  padding: 3px 10px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 2px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  color: #000000;
}

.actionbutton:hover  { background: #ffffff; color: #000000; }

.actionbutton.orange {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2),
    inset 0 3px 2px rgba(255,255,255,.22), 
    inset 0 -3px 2px rgba(0,0,0,.15), 
    inset 0 4px 4px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2);
}


.MyDarkBlue {
  background: #262978;
  box-shadow: 
    inset 0 3px 2px rgba(255,255,255,.22), 
    inset 0 -3px 2px rgba(0,0,0,.17), 
    inset 0 4px 4px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2);
  color: #ffffff;

}

.orange {
  background: #eec25a;
  box-shadow: 
    inset 0 3px 2px rgba(255,255,255,.22), 
    inset 0 -3px 2px rgba(0,0,0,.17), 
    inset 0 4px 4px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2);
}

.actionbutton.orange:active {
  box-shadow: 
    inset 0 -2px 1px rgba(255,255,255,0.2),
    inset 0 3px 2px rgba(0,0,0,0.12);
}

.ImpMenu {
    font: 9pt Calibri;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 4px 4px 4px;
    border: 2px solid #262978;
    background-color: #406fb3;
    color: #ffffff;
    text-decoration: none;
}

.ImpMenu:hover {
    font: 9pt Calibri;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 4px 4px 4px;
    border: 2px solid #262978;
    background-color: #ffe970;
    color: #000000;
    text-decoration: none;
}

.ImpAdminMenu {
    font: 9pt Calibri;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 4px 4px 4px;
    border: 2px solid #262978;
    background-color: #406fb3;
    color: #fce300;
    text-decoration: none;
}

.ImpAdminMenu:hover {
    font: 9pt Calibri;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 4px 4px 4px;
    border: 2px solid #262978;
    background-color: #ff4a4a;
    color: #000000;
    text-decoration: none;
}

.MainHeading {
    font: 26pt Calibri;
    font-weight: 600;
    font-variant: small-caps;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    background-color: #D4D4D4;
    border-radius: 10px 10px 0px 0px;
    background: 
      /* On "top" */
      repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        #ccc 10px,
        #ccc 20px
      ),
      /* on "bottom" */
      linear-gradient(
        to bottom,
        #d4d4d4,
        #d1d1d1
      );
}

.MainFooting {
/*    font: 26pt Calibri; */
    font-weight: 600; 
    font-variant: small-caps;
    border-bottom: 2px solid #000;
    background-color: #D4D4D4;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 0px 5px 0px;
    background: 
      /* On "top" */
      repeating-linear-gradient(
        135deg,
        transparent,
        transparent 10px,
        #ccc 10px,
        #ccc 20px
      ),
      /* on "bottom" */
      linear-gradient(
        to bottom,
        #d4d4d4,
        #d1d1d1
      );
}


.AttentionHeading {
    font: 26pt Calibri;
    font-weight: 600;
    font-variant: small-caps;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    background-color: #D4D4D4;
    border-radius: 10px 10px 0px 0px;
    background: 
      /* On "top" */
      repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        #fb8484 10px,
        #fcb3b3 20px
      ),
      /* on "bottom" */
      linear-gradient(
        to bottom,
        #fdfe85,
        #fdfcb3
      );
}
.AttentionHeading:before {
    content: "*** ";
    font-size: 75%;
    display: inline-block;
    padding-right: 3px;
    pointer-events: none;
}
.AttentionHeading:after {
    content: " ***";
    font-size: 75%;
    display: inline-block;
    padding-left: 3px;
    pointer-events: none;
}

.AttentionFooting {
/*    font: 26pt Calibri; */
    font-weight: 600; 
    font-variant: small-caps;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #D4D4D4;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 0px 5px 0px;
    background: 
      /* On "top" */
      repeating-linear-gradient(
        135deg,
        transparent,
        transparent 10px,
         #fb8484 10px,
        #fcb3b3 20px
      ),
      /* on "bottom" */
      linear-gradient(
        to bottom,
        #fdfe85,
        #fdfcb3
      );
}


.hoveryellow:hover {
        background-color: #ffff99;
}

.Error {
    width: 75%;
    font: normal 11pt Calibri, Helvetica, sans-serif;
    color: #ff0000;
    text-align: center;
    text-transform: normal;
    font-style: italic;
    font-weight: 800;
    text-shadow: 1px 1px 0 rgba(140,140,140,0.6);
    background-color: #ffffff; 
    border-radius: 10px;
}   
.Error:after {
    content: " *** ";
}  
.Error:before {
    content: " *** ";
}  

.shadowright {
  box-shadow:
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2),
    5px 5px 5px 0px rgba(0,0,0,0.75);
}

.roundedtable {
/*  display: inline-block; */
/*  margin: 5px; */
  padding: 2px 2px;
  border-radius: 0px 0px 10px 10px;
  background-color: #fffbe9;
  box-shadow:
    inset 0 -3px 2px rgba(0,0,0,.15), 
    inset 0 4px 4px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2),
    5px 5px 5px 0px rgba(0,0,0,0.75);
}

.roundeddiv {
/*  display: inline-block; */
/*  margin: 5px; */
  width: 1000px;
  padding: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  background-color: #fffbe9;
  box-shadow:
    inset 0 -3px 2px rgba(0,0,0,.15), 
    inset 0 4px 4px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2),
    5px 5px 5px 0px rgba(0,0,0,0.75);
}

ul.polaroids a:after {
  content: attr(title);
}

/* By default, we tilt all our images -2 degrees */
ul.polaroids a {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
}
 
/* Rotate all even images 2 degrees */
ul.polaroids li:nth-child(even) a {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
}
 
/* Don't rotate every third image, but offset its position */
ul.polaroids li:nth-child(3n) a {
  -webkit-transform: none;
  -moz-transform: none;
  position: relative;
  top: -5px;
}
 
/* Rotate every fifth image by 5 degrees and offset it */
ul.polaroids li:nth-child(5n) a {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  right: 5px;
}
 
/* Keep default rotate for every eighth, but offset it */
ul.polaroids li:nth-child(8n) a {
  position: relative;
  top: 8px;
  right: 5px;
}
 
/* Keep default rotate for every eleventh, but offset it */
ul.polaroids li:nth-child(11n) a {
  position: relative;
  top: 3px;
  left: -5px;
}

/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
ul.polaroids a:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  position: relative;
  z-index: 5;
}

/* Add drop shadows and smooth out the transition (Safari only) */
ul.polaroids a {
  -webkit-transition: -webkit-transform .15s linear;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
 
/* On hover, darken the shadows a bit */
ul.polaroids a {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}

@media screen {
    body {
    }

    .headerbackground {
        background: linear-gradient(0deg, #ffffff, #252525);
        background-color: #ffffff;
    }

    .ScrollerShort {
        width: 950;
        height: 130;
        overflow-y: auto;
        overflow-x: hidden;
        resize: vertical;
    }

    .ScrollerMedium {
        width: 950;
        height: 325;
        overflow-y: auto;
        overflow-x: hidden;
        resize: vertical;
    }

    .ScrollerTall {
        width: 950;
        height: 400;
        overflow-y: auto;
        overflow-x: hidden;
        resize: vertical;
    }

    .copyright {
        font: normal 11pt Calibri, Helvetica, sans-serif;
        color: #ffffff;
        text-align: center;
        text-transform: normal;
        font-weight: 600;
        text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
        border-top: 1px solid #fff;
        z-index: 500;

        height:24px; 
        width: 100%; 
        background-image: none;
        background-color: #000000;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        position: fixed;
        bottom: 0pt;
        left: 0pt;
    }
    table {
        z-index: 0;
    }   
}

@media print {
    body {
        background-color: #ffffff;
    }

    .headerbackground {
        background-color: #ffffff;
    }

    .ScrollerShort {
        width: 950;
    }

    .ScrollerMedium {
        width: 950;
    }

    .ScrollerTall {
        width: 950;
    }

    .copyright {
    font: normal 11pt Calibri, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    text-transform: normal;
    font-weight: 600;
    border-top: 1px solid #000;
    height:24px; 
    width: 100%; 
    background-color: #ffffff;
    }   
}

.counted {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 12px Calibri;
	padding: 0;
	margin: 0 0 0 2em;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list li{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
/*	background: #ddd;  */
    background: #feffae;
	color: #000;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;	
    font: 12pt Calibri;
    font-weight: 500;
}

.rounded-list li:hover{
    /* background: #eee; */
    background: #fdfe8e;
}

.rounded-list li:hover:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.rounded-list li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.rectangle-list li{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
/*	background: #ddd;  */
    background: #feffae;
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
    font: 12pt Calibri;	
}

.rectangle-list li:hover{
    /* background: #eee; */
    background: #fdfe8e;
}	

.rectangle-list li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
			
.rectangle-list li:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;				
}

.rectangle-list li:hover:after{
	left: -.5em;
	border-left-color: #fa8072;				
}

			.Features li{
			    /* padding: 2.5em;  */
			    position: relative;  
			    border-bottom: 1px dashed #ccc;
			}

			.Features h2{
			    position: relative;
			    margin: 0;
			}

			.Features p{
			    position: relative;  
			    margin: 0;
                font: 12pt Calibri;
                /* background-color: #d4d4d4;
                border-radius: 10px; */
                margin-left: 5px;
			}

			.Features h2:before{
                background-image: url(/ff/img/ffemblem.png);
                background-size: 60px 20px;
			    width: 60px;
			    height: 20px;
                content: "";
			    position: absolute;    
			    left: -75px;
			    top: 0px;
			    text-align: center;
			    font: bold 1em/1.5em Calibri, Serif;
			    color: #ccc;
			    -webkit-transition: all .2s ease-out;
			    -moz-transition: all .2s ease-out;
			    -ms-transition: all .2s ease-out;
			    -o-transition: all .2s ease-out;
			    transition: all .2s ease-out;    
			}

			.Features li:hover h2:before{
			    position: absolute;  
			    color: #444;
			    -webkit-transform: scale(1.5);
			    -moz-transform: scale(1.5);
			    -ms-transform: scale(1.5);
			    -o-transform: scale(1.5);
			    transform: scale(1.5);
			}




			.FAQ li{
			    /* padding: 2.5em;  */
			    position: relative;  
			    border-bottom: 1px dashed #ccc;
			}

			.FAQ h2{
			    position: relative;
			    margin: 0;
			}

			.FAQ p{
			    position: relative;  
			    margin: 0;
                font: 12pt Calibri;
                /* background-color: #d4d4d4;
                border-radius: 10px; */
                margin-left: 5px;
			}

			.FAQ h2:before{
                content: "Q" counter(li);
			    counter-increment: li;
			    position: absolute;    
			    left: -2.4em;
			    top: -.8em;
			    background: #f5f5f5;
			    height: 1.5em;
			    width: 1.5em;
			    border: .1em solid rgba(0,0,0,.05);
			    text-align: center;
			    font: italic bold 1em/1.5em Calibri, Serif;
			    color: #ccc;
			    -moz-border-radius: 1.5em;
			    -webkit-border-radius: 1.5em;
			    border-radius: 1.5em;
			    -webkit-transition: all .2s ease-out;
			    -moz-transition: all .2s ease-out;
			    -ms-transition: all .2s ease-out;
			    -o-transition: all .2s ease-out;
			    transition: all .2s ease-out;    
			}

			.FAQ li:hover h2:before{
			    background-color: #ffd797;
			    border-color: rgba(0,0,0,.08);
			    border-width: .2em;
			    position: absolute;  
			    color: #444;
			    -webkit-transform: scale(1.5);
			    -moz-transform: scale(1.5);
			    -ms-transform: scale(1.5);
			    -o-transform: scale(1.5);
			    transform: scale(1.5);
			}

.register {
    border-radius: 2px;
}

.required {
    border: 1px solid red;
}

.register {
    font: 14pt Calibri;
    font-weight: 400;
}

.PriceHeading {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font: 12pt Calibri;
    font-weight: 600;
}

.checkmark {
    font: 14pt Calibri;
    font-weight: 600;
    text-align: center;
    align-content: center;
    margin-left: 55px;
    border: 2px solid #178f93;
	background: #f5f5f5;
	height: 1.5em;
	width: 1.5em;
	border: .25em solid rgba(0,0,0,.05);
	color: #000;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

table.pricingtable {
    width: 800px;
}

table.pricingtable tr td:first-child {
    text-align: left;
    align-content: left;
}

table.pricingtable tr td:nth-child(n+2) {
    /* 2nd column and on */
    text-align: center;
    align-content: center;
    width: 200;
}

table.pricingtable tr:nth-child(n+2) td:nth-child(n+1) {
    /* 3rd row and on, 2nd column and on */
    border-right: 2px solid rgba(0,0,0,.1);
    border-bottom: 1px dotted rgba(0,0,0,.1);
}

table.pricingtable tr:nth-child(2) td:nth-child(n+1) {
    /* 2nd row, 2nd column and on */
    font: 8pt Calibri;
    font-weight: 600;
}

table.pricingtable tr:nth-child(n+2) {
}
