 /* ______________________________________ */
 /* Section Eight: Secure Pages */
 /* ______________________________________ */
 /* 8.1 - Login Settings */
.seclogintitle {
	 font-size: 14px;
	 line-height: 16px;
	 }

 /* 8.2 - Logout Settings */
.seclogoutbkg {
	 }

.seclogoutgreet {
	 padding:0px 0px 0px 10px;
	 font-weight : bold;
	 }

.seclogoutuser {
	 padding:0px 0px 5px 16px;
	 font-style: italic;
	 }

.seclogoutupdateebtn {
	 }

.seclogoutbtn {
	 }

 /* 8.3 - Alphabetical Sorting */
.alphasortlinkup {
	 color: #748649 !important;
	 text-decoration : none !important;
	 }

.alphasortlinkdn {
	 color: #748649 !important;
	 text-decoration : underline;
	 }

.alphasortlinkup:hover {
	 color: #748649 !important;
	 text-decoration : underline !important;
	 }

.alphasortbkgup {
	 background-color: #D4DAC7;
	 }

.alphasortbkgdn {
	 background-color: #ffffff;
	 }

 
