/* CSS Document */

a:link {
	text-decoration: none;
	color: inherit !important; 
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	/*color: #b0d730;*/
	/* color:#5A97BA !important; */
}
a:active {
	text-decoration: none;
}

a:link.login {
	color: white;
	text-decoration: none;
	text-align:right;
	display:block;
	font-size:16px;
}
a:visited.login {
	text-decoration: none;
	color: white;
}
a:hover.login {
	text-decoration: none;
	font-weight:bold;
	color: white;
}
a:active.login {
	text-decoration: none;
	color: white;
}

a:link.green{color: #579849; }
a:visited.green{color: #579849; }
a:hover.green{color: #5A97BA; }
a:active.green{color: #579849; }

a:link.red{color: red;}
a:visited.red{color: red; }
a:hover.red{color: #5A97BA; }
a:active.red{color: red; }

a:link.neutral{color: black; }
a:visited.neutral{color: black; }
a:hover.neutral{color: #5A97BA; }
a:active.neutral{color: black; }

.quickLink{ font-size:20px; }

a:link.quickLink{ text-decoration: none;  text-align: center;}
a:visited.quickLink{text-decoration: none;}
a:hover.quickLink{ text-decoration: none;}
a:active.quickLink{ text-decoration: none;}
a:link.btnDelUser{color:red; text-decoration: none; font-size:24px; text-align: center;}
a:visited.btnDelUser{color:red; text-decoration: none;}
a:hover.btnDelUser{color: #5A97BA; text-decoration: none;}
a:active.btnDelUser{color:red; text-decoration: none;}

a:link.btnDelNote{color:red; text-decoration: none; font-size:18px; text-align: center;}
a:visited.btnDelNote{color:red; text-decoration: none;}
a:hover.btnDelNote{color: #315B75; text-decoration: none;}
a:active.btnDelNote{color:black; text-decoration: none;}

a:link.btnReminderNote{color:#EB9929; text-decoration: none; font-size:18px; text-align: center;}
a:visited.btnReminderNote{color:#EB9929; text-decoration: none;}
a:hover.btnReminderNote{color: #315B75; text-decoration: none;}
a:active.btnReminderNote{color:black; text-decoration: none;}

a:link.btnEditNote{color:#31B404; text-decoration: none; font-size:18px; text-align: center;}
a:visited.btnEditNote{color:#31B404; text-decoration: none;}
a:hover.btnEditNote{color: #315B75; text-decoration: none;}
a:active.btnEditNote{color:black; text-decoration: none;}

a:link.add-button{color: #5A97BA; text-decoration: none;  }
a:visited.add-button{color: #5A97BA; text-decoration: none;}
a:hover.add-button{color: #315B75; text-decoration: none;}
a:active.add-button{color: #5A97BA; text-decoration: none;}

a:link.menuLink{ color:white; text-decoration:none;}
a:visited.menuLink {color:white; text-decoration:none;}
a:hover.menuLink{text-decoration: none;}
a:active.menuLink{color: white; text-decoration: none;}


a.currentTab {
   font-weight: bold;
	 background-color:#5A97BA !important;
	 color:white !important;
}
