.defaultRed {
	background-color: #FF0000;
}
.defaultBlue {
	background-color: #ABCCF9;
}
.defaultPink {
	background-color: #FF9696;
}
.pageturn{
	text-decoration: none;
	font-size: 16pt;
}
.titletext1
{
	/*padding-left:45px;*/
	font-family: "Century Gothic","Arial";
	font-size: 34pt;
	font-weight: bold;
	color: Black;
	position:absolute;
	left:45px;
	bottom:16px;
}
.titletext2
{
	font-family: "Century Gothic","Arial";
	font-size: 22pt;
	color: Black;
	position:absolute;
	left:120px;
	bottom:20px;
}
.titletext3
{
	position:absolute;
	left:290px;
	bottom:22px;
	font-family: "Century Gothic","Arial";
	font-size: 10pt;
	color: Black;
	/*line-height : 14px;*/
	/*vertical-align: baseline;*/
}
.admintitletext1
{
	font-family: "Century Gothic","Arial";
	font-size: 34pt;
	font-weight: bold;
	color: Black;

}
.admintitletext2
{
	font-family: "Century Gothic","Arial";
	font-size: 22pt;
	color: Black;

}
.admintitletext3
{
	padding-top:15px;
	height:0px;
	font-family: "Century Gothic","Arial";
	font-size: 10pt;
	color: Black;
	line-height : 12px;

}
.bottomtext
{
	font-family: "Century Gothic","Arial";
	font-size: 14pt;
	font-weight: bold;
	margin-top:8;
	color: Black;
	text-align: center;
}

.scrapbookbottomtext
{
	font-family: "Century Gothic","Arial";
	font-size: 10pt;
	font-weight: bold;
	margin-top:8;
	color: Black;
	text-align: center;
}

.mytext{
	font-family: "Century Gothic","Arial";
	font-size: 8pt;
	color: Black;
	padding-bottom: 15px;
	margin-top: 0px;
	text-align: left;
	vertical-align: baseline;
}
.spacer{
padding-top:14px;	
}
.defaultPages {
	color: #000000;
	font-family: "Century Gothic","Arial";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.defaultDarkerBlue {background-color: #6E93FE;}
.WhiteText {
	font-family: "Century Gothic","Arial";
	font-size: 10pt;
	color: White;
	padding: 10;
}
.boywondergreen {background-color: #336633;}
.boywonder A:link {text-decoration: none; color: #F4D425;}
.boywonder A:visited {text-decoration: none; color: #F4D425;}
.boywonder A:active {text-decoration: none; color: red;}
.boywonder A:hover {text-decoration: underline; color: white;}
.boywonder h3 {color: #F4D425;}

.FormTextTop {
	font-family: "Century Gothic","Arial";
	font-size: 10pt;
	color: Black;
	padding: 10;
}
.FormText {
	font-family: "Arial";
	font-size: 11pt;
	color: Black;
	text-align: right;
	font-weight: bold;
}
.SmallWhiteText {
	font-family: "Century Gothic","Arial";
	font-size: 8pt;
	color: White;
}
h3{
margin:0 0 0 0;
}
body {
	background-color: #ABCCF9;
}
a.links:hover {
	color: #1E43AE;
	cursor: pointer;
}
a.links,a.links:link,a.links:visited,a.links:active{
	font-size: 9pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*padding: 1;*/
	/*margin-left:2;*/
	/*font-weight: bold;*/
	text-decoration: none;
}

ul.scrapbookindex {
	display:block;
	text-align: left;
	list-style: none;
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid black;
	clear:both;
}

ul.scrapbookindex li {
	display:inline;
	font-size:8pt;
	float:left;
	border:0px solid black;
	vertical-align:middle;
	line-height:26px;
	display:table-cell;
	/* top right bottom left */
	padding: 0px 0px 0px 0px;
}

ul.scrapbookindex a {
	/* top right bottom left */
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	display:block;
	width:150px;
	height:26px;
	font-size:10pt;
}

ul.scrapbookindex li a:hover {
        background-color:#003399;
        color:#ffffff;
}



ul.scrapbookindexpics {
	display:block;
	text-align: center;
	list-style: none;
	width:150px;
	/* top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid black;
	clear:both;
}

ul.scrapbookindexpics li {
	display:inline;
	font-size:8pt;
	float:left;
	border:0px solid black;
	vertical-align:middle;
	line-height:62px;
	display:table-cell;
	list-style: none;
}

ul.scrapbookindexpics a {
	/* top right bottom left */
	margin: 0px 0px 0px 13px;
	padding: 1px 0px 2px 0px;
	display:block;
	width:110px;
	height:62px;
	font-size:10pt;
	list-style: none;
}

ul.scrapbookindexpics li a:hover {
        background-color:#003399;
        color:#ffffff;
}
.no_show { display:none; }

#second, #third, #fourth, #fifth, #sixth {font-size: 11pt;}

#submit_message {position:relative;height:0;width:0;;}
#submit_message.disable {height:35px;width:35px;position:absolute;z-index:2;background-image: url('/images/loading-spinner.svg');background-repeat:no-repeat;animation: rotating 1s linear infinite;right:20%;top:-8px;background-size:35px 35px;top: 18px;}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
