

/*
 * Notes:
 *  Reddish/ maroonish color: #b31b34
 *  grayish/bluish color: #626f74
 *  tan/ beige color: #d9d4b7
 * lighter tan/beige color: #eceadb
 *  pixelated image path: "/images/pixelatedRepeaterIMG.png"
 *	  -->img height is 3px (includes 1 block and surrounding whitespace)
 */
 
 
.secTier_leftNav
{
	text-align:left;
	margin-top:15px;
	margin-left:18px;
	padding-bottom:30px;
	width:200px;
	float:left;
}
	.secTier_leftNav a { text-decoration:none; }
	
	.redArrow
	{ 
		color:#b31b34; 
		font-size:16pt; 
		font-weight:bold;
		margin-left:10px; 
	}
	
	.leftNavHeadline
	{ 
		color:#b31b34; 
		font-family:Helvetica; 
		font-size:14pt; 
	}
	
	.leftNavSubHeadline
	{ 
		color:#b31b34; 
		font-family:Helvetica; 
		font-size:11pt; 
	}

	.secTier_leftNav_entry
	{
		background-color:#eceadb;
		color:#626f74;
		padding:3px;
		margin-top:5px;
		text-align:center;
		font-variant:small-caps;
		font-weight:bold;
		font-family:Verdana;
		font-size:10pt;
		text-decoration:none;
		width:198px;
		float:left;
		margin-left:auto;
		margin-right:auto;
	}
	/*
	 * The following two classes must be the SAME 
	 * (for javascript reasons in admin.js)
	 */
	.secTier_leftNav_entry:hover
	{
		color:#eceadb; 
		background-color:#626f74; 
		cursor:pointer; 
		text-decoration:underline; 
	}
	.secTier_leftNav_entrySelected
	{
		color:#eceadb; 
		background-color:#626f74; 
		text-decoration:underline;
		padding:3px;
		margin-top:5px;
		text-align:center;
		font-variant:small-caps;
		font-weight:bold;
		font-family:Verdana;
		font-size:10pt;
		width:198px;
		float:left;
		margin-left:auto;
		margin-right:auto;
	}
	
/* *********************************************************** */

.secTier_rightPanel
{	
	text-align:left;
	width:720px;
	padding-right:15px;
	float:right;
	margin-top:20px;
}
	.secTier_rightContent_Headline
	{
		/*this style is not currently being used*/
		font-weight:bold;
		font-size:15pt;
		font-family:Helvetica;
		color:#626f74;
		padding-bottom: 10px;
	}
	
	/* this is overridden in search page  */
	.pixelatedIMGLine
	{
		height:15px;
		background-image:url("/images/pixelatedRepeaterIMG.png");
		background-repeat:repeat;
	}
	.secTier_rightContent
	{
		padding:5px; 
		margin:5px; 		
		overflow-x:auto;
		overflow-y:hidden;
	}
	
	.secTier_rightContent span.clickStateMemo 
	{
		float:right;
		z-index:99;
		background-color:transparent;
		margin-right:20px;
		font-variant:small-caps;
		font-size:13px;
		color:#b31b34;
	}
	
/* *********************************************************** */

.logoutBtn
{
		position:relative;
			top:-220px;
			left:0;
		background-color:#626f74;
		color:#eceadb;
		padding:3px;
		margin-top:5px;
		text-align:center;
		font-variant:small-caps;
		font-weight:bold;
		font-family:Verdana;
		font-size:10pt;
		text-decoration:none;
		width:105px;
		float:right;
}
.logoutBtn:hover { background-color:#eceadb; color:#626f74; }

.searchBtnTemplate
{
	margin-top:5px;
	padding-top:3px; 
	padding-bottom:3px; 
	text-align:center; 
	font-variant:small-caps; 
	font-weight:bold; 
	font-family:Verdana; 
	font-size:10pt; 
	text-decoration:none; 
	width:175px; 
}
