/* MAIN LAYOUT */
/* Html, set default to full size. */
html{
	width: 100%;
	height: 100%;
}
/* Body, default, full size, no padding/margin. */
body{
	overflow: hidden;
	margin: 0%;
	padding: 0%;
	width: 100%;
	height: 100%;
}
/* Header*/
.header{
	padding-left:0.2%;
	padding-right:0.2%;
	background-color: #333333;
    border-radius: 6px;
    border: 1px solid #965F06;
    box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    text-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    0px 1px 0px rgba(255,255,255,0.3);
	height:8%;
	width:100%;
	border-bottom:0.1em #000000 solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.searchBar{
	position: fixed;
	top:5%;
	right:0.01%;
	width:10%;
	height:2.2%;
}
.navigationLanguages{
	float: left;
	margin-top:0.1%;
}

.languageImage{
	width:2em;
	height:1em;
	border: 0.1em solid #000000;
}
.languageImage:hover{
    filter: alpha(opacity=50);
    opacity: .8;
}
.navigationTop{
	float:right;
	margin-top:0.2em;
}
.navigationTop a{
	border: 0.1em solid #000000;
	margin:0;
	padding-left:0.2em;
	padding-right:0.2em;
	opacity: 1.0;
	background: #88ccff;
	display: inline-block;
	line-height: 1.5em;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	border-radius:0.6em;
}
.navigationTop a:hover{
	background: #cceeff;
}
.navigation{
	margin-left:auto;
	margin-right:auto;
	width:70%;
	text-align: center;
	height:100%;
}
.navigation a{
    color:#FFFFFF;
	padding-left: 0.4%;
	padding-right: 0.4%;
    display:inline-block;
    height:100%;
    font-size:2em;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
	transition:background-color 1s;
}
.navigation a:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.databaseDropDown{
	position: fixed;
	top:5%;
	left:0.2%;
}
.animal{
	position: absolute;
	top:0;
	right:0;
	margin-right:0.2%;
	margin-top:0.2%;
}
.animaltypesDropDown{
	position: fixed;
	top:5%;
	right:10.4%;
}
/* Navigation */

.centeredSpan{
	vertical-align:middle;
	display:inline-block;
}
.navigation a:hover{
	background: rgba(0,0,0,0.1);	
}
.navigation a:visited{
	color: #FFFFFF;
}
.sideNavigation{
	float: left;
	height:92%;
	width:10%;
    background-color: #00bbff;
    border-radius: 6px;
	border: 1px solid #965F06;
    box-sizing: border-box;
    box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    text-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    0px 1px 0px rgba(255,255,255,0.3);
}
.sideNavigation a{
    color:#FFFFFF;
	padding-left: 0.4%;
	padding-right: 0.4%;
    display:inline-block;
    width:100%;
    font-size:1.2em;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
	transition:background-color 1s;
}
.sideNavigation a:hover{
	background: rgba(0,0,0,0.1);	
}

/* Container */
.container{
	float:right;
	width:90%;
	height:92%;
	padding:0.2%;
	background: linear-gradient(to right bottom, #FFFFFF, #DDDDDD 0.50, #CCCCCC) 0.92;
    border-radius: 6px;
    border: 1px solid #965F06;
    box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    box-sizing: border-box;
	overflow: auto;
	overflow-x: auto;
}
.containerFull{
	float:right;
	width:100%;
	height:92%;
	padding:0.2%;
	background: linear-gradient(to right bottom, #FFFFFF, #DDDDDD 0.50, #CCCCCC) 0.92;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #965F06;
    -moz-box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    text-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    0px 1px 0px rgba(255,255,255,0.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	display: flex;
}
/* Log In */
.login{
  opacity: 0.94;
  height: 50%;
  width: 40%;
  margin:auto;
  text-align:center;
}
.fullWidthTable{
	table-layout:fixed;
	width:100%;
}
.fullWidthTable a{
	color: #111111;
}
.fullWidthTable a:hover{
	color: #333333;
	font-size:1.1em;
}
.loginForm{
	width:60%;
	display: inline-block;
	text-align: left;
}
.verificationMessage{
	width:80%;
	display: inline-block;
	text-align: left;
}
.title{
	font-weight: bold;
}
.description{
	font-style: italic;
}
.createNewForm{
margin-left:auto;
margin-right:auto;
margin-top:5%;
}

/* #### TR, TR HOVER, A, A:Hover #### */
/* -------------- */
/* Controls the look of links (Blockish with a transitional background) and table rows. */

.adminCompaniesTable a,
.adminEditCompanyTable a,
.adminNews a,
.animalsTable a,
.centerMessageDiv a,
.companyLinks a,
#alertsDiv a,
.deleteRoleTable a,
.deleteUserTable a,
.div1of2 a,
.div2of2 a,
.div1of3 a,
.div2of3 a,
.div3of3 a,
#divBirthSelectFatherPopup a,
#divBirthSelectMatingPopup a,
#divBirthSelectMotherPopup a,
#divBirthSelectParentPopup a,
#divSelectFatherPopup a,
#divSelectFemalePopup a,
#divSelectMalePopup a,
#divSelectMotherPopup a,
#divSingleMatingSelectMatePopup a,
.editUserTable a,
.linkSpan a,
.newRoleTable a,
.newUserTable a,
.tableNewAnimal a,
#tableNewBirth a,
.tableNewMatingSingle a,
.tableViewBirth a,
.tableViewMating a,
.uploadImageDiv a,
.viewanimaltypesTable a,
.viewRolesTable a,
.viewUsersTable a{
	border: 0.1em solid #000000;
	margin:0;
	padding-left:0.2em;
	padding-right:0.2em;
	opacity: 1.0;
	background: #88CCff;
	display: inline-block;
	line-height: 1.5em;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	border-radius: 0.6em;
}

.generalTable a{
	border: 0.1em solid #000000;
	margin:0;
	padding-left:0.2em;
	padding-right:0.2em;
	opacity: 1.0;
	background: #88CCff;
	display: inline-block;
	line-height: 1.5em;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	border-radius: 0.6em;
}
.generalTable a:hover{
	background-color: #cceeff;
}


.adminCompaniesTable a:hover,
.adminEditCompanyTable a:hover,
.adminNews a:hover,
.animalsTable a:hover,
.centerMessageDiv a:hover,
.companyLinks a:hover,
#alertsDiv a:hover,
.deleteRoleTable a:hover,
.deleteUserTable a:hover,
.div1of2 a:hover,
.div2of2 a:hover,
.div1of3 a:hover,
.div2of3 a:hover,
.div3of3 a:hover,
#divBirthSelectFatherPopup a:hover,
#divBirthSelectMatingPopup a:hover,
#divBirthSelectMotherPopup a:hover,
#divBirthSelectParentPopup a:hover,
#divSelectFatherPopup a:hover,
#divSelectFemalePopup a:hover,
#divSelectMalePopup a:hover,
#divSelectMotherPopup a:hover,
#divSingleMatingSelectMatePopup a:hover,
.editUserTable a:hover,
.linkSpan a:hover,
.newRoleTable a:hover,
.newUserTable a:hover,
.tableNewAnimal a:hover,
#tableNewBirth a:hover,
.tableNewMatingSingle a:hover,
.tableViewBirth a:hover,
.tableViewMating a:hover,
.uploadImageDiv a:hover,
.viewanimaltypesTable a:hover,
.viewRolesTable a:hover{
	background-color: #cceeff;
}

#divBirthSelectMatingPopup tr:hover,
.displayColumnsTable tr:hover,
.searchTable tr:hover,
.showAnimalInfoTable tr:hover,
#showAnimalBirthTable tr:hover,
#showAnimalMatingTable tr:hover,
.showanimalnotesTable tr:hover,
#tableBirthSelectParentPopup tr:hover,
#tableEditMatingSelectFemale tr:hover,
#tableEditMatingSelectMale tr:hover,
.tableNewAnimal tr:hover,
#tableNewMatingMultiple tr:hover,
#tableNewMatingSinglePopup tr:hover,
.viewRolesTable tr:hover,
.viewUsersTable tr:hover,
.deleteanimaltypesTable tr:hover{
	box-shadow: 0 0 4px #000000;
	background:#e8f0ff !important;
}
.generalTable tbody tr:hover{
	box-shadow: 0 0 4px #000000;
	background:#e8f0ff !important;
}

.adminLogsTable tbody tr:hover,
.animalsTable tbody tr:hover,
.table1of2 tobdy tr:hover,
.table2of2 tbody tr:hover,
#tableSelectFather tbody tr:hover,
#tableSelectMother tbody tr:hover{
	box-shadow: 0 0 4px #000000;
	background:#e8f0ff !important;
}

/* #### Mating #### */
/* -------------- */
/* Contains CSS for matings. */

/* New */

.spanNewMatingMultipleInstruction{
	display: table;
	font-size: 1.5em;
	text-decoration: underline;
	margin:0 auto;
}
.editUserTable,
#tableNewMatingMultiple,
.tableViewMating,
.tableViewMatingBirths{
	width:30%;
}
#tableBirthSelectMatingPopup,
#tableBirthSelectParentPopup,
#tableEditMatingSelectFemale,
#tableEditMatingSelectMale,
#tableNewMatingSinglePopup{
	width:80%;
}
#tableNewBirthOffspring,
.tableViewBirth{
	width:40%;
}
#tableNewBirth{
	width:45%;
}
.tableVisitorStatisticsTotal{
	width:70%;
}

/* Selector Popups - these are invisible divs that become invisible when the user clicks a button. */

#divSelectFatherPopup,
#divSelectFemalePopup,
#divSelectMotherPopup,
#divSelectMalePopup,
#divSingleMatingSelectMatePopup,
#divBirthSelectFatherPopup,
#divBirthSelectMatingPopup,
#divBirthSelectMotherPopup,
#divBirthSelectParentPopup{
	z-index: 100;
	position: absolute;
	background: linear-gradient(#EEEEEE, #BBBBBB);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px dotted;
	-moz-box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
	text-shadow:
	0px 0px 0px rgba(000,000,000,0.7),
	0px 0px 0px rgba(255,255,255,0.4);
	display:none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: 33%;
	overflow:auto;
}


/* #### DIVS #### */
/* -------------- */
.centerMessageContainerDiv{
	width:100%;
	height:83%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#alertsDiv{
	padding:0.2em;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	left:0;
	right:0;
	bottom:10%;
	width:35%;
    background: gradient(
    linear, left top, left bottom,
    from(#FFFFFF),
    color-stop(0.50, #EEEEEE),
    color-stop(0.92, #DDDDDD),
    to(#CCCCCC));
    border-radius: 6px;
    border: 1px solid #965F06;
    -moz-box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    box-shadow:
    0px 1px 1px rgba(000,000,000,0.5),
    inset 1px 2px 0px rgba(255,255,255,0.4);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.visitorsByYearContainerDiv{
	height: 83%;
	width: 95%;
}
.visitorsXAxisTitleDiv{
	height:30%;
	padding-left: 1em;
	width:100%;
	margin-left:1em;
	border-bottom: transparent 0.1em solid;
	border-left: transparent 0.1em solid;
}
.graphBarValueDiv{
	width:100%;
	position:absolute;
}
.graphBarDiv{
	background:#88CCff;
	outline:1px solid #000000;
	float:left;
}
.graphDiv{
	padding-left:1em;
	border-bottom: #000000 0.1em solid;
	border-left: #000000 0.1em solid;
	display:flex;
	align-items: end;
	height:70%;
	width:100%;
	margin-left:1em;
	margin-top:1em;
}
.visitorsByCountryContainerDiv{
	height:83%;
}	
.centerMessageDiv{
	font-size: 1.3em;
}
.adminCreateNewsDiv{
	margin: auto;
	width: 40%;
}
.adminNews{
	margin:auto;
	width: 50%;
	border: solid 0.1em;
	padding: 1em;
}
.div1of2,
.div2of2{
	width:49.8%;
}

.div1of2{
	margin-left:0.2%;
	float:left;
}
.div2of2{
	margin-right:0.2%;
	float:right;
}
.div1of3,
.div2of3,
.div3of3{
	box-sizing: border-box;	
	margin-left:0.2%;
	float:left;
}
.div1of3{
	width:33.1%;
	margin-left:0.2%;
	float:left;
}
.div2of3{
	width:33.1%;
	max-height:85%;
	overflow:auto;
}
.div3of3{
	width:33.1%;
}
.divTextLeft{
	text-align: left;
	display: inline-block;
	margin:auto;
}
.divAnimalImages{
	box-sizing: border-box;
	width:33.0%;
	margin-left:0.2%;
	float:left;
	height: 70%;
}
.divViewImageTable{
	width:100%;
	height:100%;
	text-align: center;
}
.divViewImageTR{
	width:100%;
	height:85%;
	
}	
.divViewImageTR2{
	display: inline-block;
	text-align: left;
	max-width: 50%;
	margin-bottom:0.5em;
	
}
.divViewImagePrevious{
	width:10%;
	height:100%;
	float: left;
	align-items: center;
	display: flex;
	text-align: center;
}
.divViewImageMain{
	width:80%;
	height:100%;
	float: left;
	text-align: center;
}
.divViewImageNext{
	width:10%;
	height:100%;
	float: left;
	align-items: center;
	display: flex;
	text-align: center;
}
.divViewImageNext a, .divViewImagePrevious a{
	color: #000000;
	text-decoration: none;
	transition: color 1s;
}
.divViewImageNext a:hover, .divViewImagePrevious a:hover{
	color: #888888;
}
.divViewImageMain img{
	height:90%;
	margin-top: 2%;
	border:1px solid #000000;
}
.imageMenuDiv a{
	border: 0.1em solid #000000;
	margin:0;
	padding-left:0.2em;
	padding-right:0.2em;
	opacity: 1.0;
	background: #CCCCCC;
	display: inline-block;
	line-height: 25px;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background 1s, color 1s;
}
.imageMenuDiv a:hover{
	background: #EDEDED	
}
.viewImageDiv{
	width:100%;
	height:100%;
}
.viewImageDiv img{
	height: 80%;
	display:block;
	margin:0 auto;
}
.viewImageDiv a{
	border: 0.1em solid #000000;
	margin:0;
	padding-left:0.2em;
	padding-right:0.2em;
	opacity: 1.0;
	background: #CCCCCC;
	display: inline-block;
	line-height: 25px;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background 1s, color 1s;
}
.viewImageDiv td a:hover{
	background: #EDEDED;
}
.divViewImagesTable{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
}
.divViewImagesTR{
	width:100%;
	height:45%;
	display:flex;
	align-items: center;
}
.divViewImagesTD{
	float:left;
	width:50%;
	height:90%;
	text-align:center;
}
.divViewImagesTD img{
	width: 90%;
	height:100%;
	border: 0.15em #000000 solid;
	transition: border-color 1s ease; 
	-webkit-transition: border-color 1s ease;
	-moz-transition: border-color 1s ease;
	-o-transition: border-color 1s ease;
	
}
.divViewImagesTD img:hover {
	border-color: #CC00FF;
}
/* HEADER  */

/* Drop Down list for animal types.  */

/* Admin, dropdownlist for databases.  */
.alerts{
	padding:0.2%;
	margin-top:0.2%;
	width:35%;
	height:40%;
	opacity: 0.65;
	background: gradient(
	linear, left top, left bottom,
	from(#EEEEEE),
	color-stop(0.50, #DDDDDD),
	color-stop(0.92, #CCCCCC),
	to(#BBBBBB));
	margin-left: auto;
	margin-right: auto;
	top:0;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
	text-shadow:
	0px 0px 0px rgba(000,000,000,0.7),
	0px 0px 0px rgba(255,255,255,0.4);
	overflow:auto;
}
.menuSearch{
	float:right;
	margin-right:0.4%;
}
.menu{
  text-align: left;
  position:absolute;
  margin-bottom:0.2%;
  margin-left:0.2%;
  bottom:0;
  left:0;
  width:100%;
}
.menu a{
	border: 0.1em solid #000000;
	margin:0;
	padding:0;
	opacity: 1.0;
	background: #CCCCCC;
	display: inline-block;
	line-height: 25px;
	width: 7.5%;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background-color 1s, color 1s;
}
.menu a:hover{
	background: #EDEDED;

}
.viewAnimalMenu{
	text-align: center;
}
.viewAnimalMenu a{
	border: 0.1em solid #000000;
	margin:0;
	padding:0.2%;
	opacity: 1.0;
	background: #CCCCCC;
	display: inline-block;
	line-height: 25px;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	border-radius:0.8em;
}
.viewAnimalMenu a:hover{
	background: #EDEDED;
}

/* MAIN CONTENTS */
.contents{
	overflow: auto ;
	width: 100%;
	height: 74.8%;
	border-radius: 6px;
	border: 1px solid #965F06;
	-moz-box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow:
	0px 1px 1px rgba(000,000,000,0.5),
	inset 1px 2px 0px rgba(255,255,255,0.4);
}
.contents hr{
	margin:0.4%;
	color:#111111;
}

/* #### SPANS #### */
/* -------------- */
/* Rules for the design of text. */
.pageTitle{
	display: table;
	font-size: 2em;
	font-weight: bold;
	margin:0 auto;
}
.alertsTitle{
	text-decoration: underline !important;
	font-weight: bold;
	color: #880000;
}

/* #### TABLES #### */
/* -------------- */
/* Rules for the design of tables. */
.noSidesBorderTD,
.bothSidesBorderTD,
.rightBorderTD,
.leftBorderTD{
	padding-left: 0.65em;
	padding-right: 0.65em;
	text-align: center;
}

/* ### TABLES BASLINE: collapse and center.*/
.generalTable{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	min-width: 25%;
}
.generalTable TD{
	padding-left: 0.65em;
	padding-right: 0.65em;
}

.deleteRoleTable{
	min-width: 30%;
}
.bothSidesBorderTD{
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}
.rightBorderTD{
	border-right: 1px #000000 solid;
}
.leftBorderTD{
	border-left: 1px #000000 solid;
}
.groupTitleTD{
	text-align: center;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-right: 10 !important;
}
.latestVisitors{
	width: 35%;
}
.newUserTable td, .adminCompaniesTable td{
	white-space: nowrap;
	padding-right:1.3em;
}
.adminUM{
	margin:auto;
	width: 40%;
}
.columnTitleDescription{
	border-bottom: 1px solid;
}
.table1of2{
	border-right: 2px dotted;
	border-collapse: collapse;
	width:100%;
}
.table2of2{
	border-collapse:collapse;
	width:100%;
}
.adminLogsTable{
	padding:0%;
	margin:0.2%;
	border-collapse: collapse;
	width: 110%;
}
.animalsTable{
	padding: 0%;
	border-spacing: 0;
	min-width:100%;
}
.adminEditCompanyTable td,
.animalsTable td,
.animalsTable th,
.editUserTable td,
.deleteRolesTable td,
.deleteUserTable td,
.displayColumnsTable td,
.newColumnAllFormTable td{
	padding-left: 0.65em;
	padding-right: 0.65em;
}
.adminLogsTable th{
	white-space: nowrap;
	padding-right: 1.3em;
}
.searchTable{
	border-collapse: collapse;
	padding:0%;
	margin:0.2%;
	width:100%;
}
.evenRow{
	background: #FFFFFF;
}
.column90{
	width:57%;
}
.rowSpace{
	border: none !important;
}
.rowSpace:hover{
	border: none !important;
	background: none !important;
}
.tableNewAnimal{
	margin-left:2em;
	border-collapse: collapse;
}
.tableNewAnimal td{
	text-align:left;
}
.showAnimalInfoTable{
	text-align:left;
	background: #EEEEEE;
	border: 4px double #777;
	width: 100%;
}
.showanimalnotesTable{
	table-layout:fixed;
	background: #EEEEEE;
	border: 1px;
	border-style: dotted;
	width: 100%;
}
#showAnimalBirthTable{
	table-layout: fixed;
	background: #EEEEEE;
	border: 1px;
	border-style: dotted;
	width: 100%;
}
#showAnimalMatingTable{
	table-layout: fixed;
	background: #EEEEEE;
	border: 1px;
	border-style: dotted;
	width: 100%;
}
.deleteNoteTable{
	table-layout:fixed;
	background: #EEEEEE;
	border: 1px;
	border-style: dotted;
	width: 50%;
}
.inputContainerTD{
	padding-left: 0.1em;
	padding-right: 0.1em;
}
/* #### Inputs #### */
/* -------------- */
/* Rules for the design of inputs. */
.inputFullWidth{
	width:100%;
}
/* #### Texts #### */
/* -------------- */
/* Rules for the design of text. */
.active{
	background:#ffcc00 !important;
}
.active:hover{
	background:#ccff00 !important;
}
.linkSpan{
}
.newColor{
	color:#006600;
}
.deleteColor{
	color:#CC0000;
}
.treeColor{
	color:#000000;
}
.graphXAxisRotatedValuesSpan{
	float: right;
	transform: rotate(-45deg);
	transform-origin:100% 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.publicPageTitle{
	display: table;
	text-align:center;
	margin-left: auto;
	margin-top:0%;
	margin-bottom:0%;
	margin-right:auto;
	font-size: 3em;
}
.headerText1{
	display: table;
	text-align:center;
	margin-left: auto;
	margin-top:0%;
	margin-bottom:0%;
	margin-right:auto;
	font-size: 22pt;
}
.imageNote{
	font-style: italic;
	display: inline-block;
}
.tableRowHeader{
	text-decoration: underline;
	font-weight: bold;
}
.tableSecondaryHeader{
	text-decoration: underline;
}
.pageSelector{
	text-align: center;
	width:100%;
}
.pageSelector a{
	border: 0.1em solid #000000;
	margin:0;
	padding-left:0.2em;
	padding-right:0.2em;
	opacity: 1.0;
	background: #88CCff;
	display: inline-block;
	line-height: 1.5em;
	height: 2.5%;
	color: black;
	text-align: center;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	border-radius: 0.8em;
}
.pageSelector a:hover{
	background: #cceeff;
}
.currentLink{
	font-weight: bold;
	text-decoration: underline !important;
}
.error{
color: red;
}