/* ___________________________________________ */
 /* Section Eight: Secure Pages */
 /* ___________________________________________ */
 /* 8.1 - Login Settings */
.seclogintitle {
	 color: #336699;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 /*font-weight: none;
	 */
 }

 /* 8.2 - Logout Settings */
.seclogoutbkg {
	 /*background-color: none;
	 */
 }

.seclogoutgreet {
	 color: #000000;
	 font-size: 11px;
	 font-weight:normal;
	 padding:0px 0px 0px 10px;
	 }

.seclogoutuser {
	 color: #336699;
	 font-size: 11px;
	 font-weight: normal;
	 font-style: italic;
	 padding:0px 0px 5px 15px;
	 }

.seclogoutupdateebtn {
	 color: #000000;
	 }

.seclogoutbtn {
	 color: #000000;
	 }

 /* 8.3 - Alphabetical Sorting */
.alphasortlinkup {
	 color: #000000;
	 /*text-decoration : none;
	 */
 }

.alphasortlinkdn {
	 color: #336699;
	 text-decoration : underline;
	 }

.alphasortlinkup:hover {
	 color: #336699;
	 text-decoration : underline;
	 }

.alphasortbkgup {
	 background-color: #C8D6E3;
	 }

.alphasortbkgdn {
	 background-color: #ffffff;
	 }

 