/* Author: Skysail Technology Associates, LLC */
/* Specific CSS for CSUF HR Site */

/* Used for 'back to the top' links on long pages */
.top {
	text-align:right;
	}
.top a {
	font-size:95%;
	}
	
/* HR wanted h3 to be smaller than h1 and h2 */
#content h3 {
  font-size:80%;
}

/* Additional menu items for Benefits */
body#level1_11_page li#level1_11 a {
	background: #161e2b;
}
body#level1_11_page li#level1_11 a:hover {
	background-color: #161e2b;
	background-image: none; 
	text-decoration: none;
}
body#level1_11_page li#level1_11 ul a {
	background-color: #c1c5ce;
	background-image: none; 
	font-weight: normal;
}
body#level1_11_page li#level1_11 ul a:hover {
	background-color: #556d97;
	text-decoration: none;
}

/* Additional formatting used for HR */
.footnote {
	font-size: 70%;
}
.highlight {
	color:#7f0000;
	font-weight:bold;
}

/* Used for the Documents and Forms pages */
/*#formslist ul li {
	margin-left:-20px;
	margin-bottom:10px;
}
#formslist ul ul li {
	margin-bottom:0px;
	list-style-type:circle;
}
*/
#content td.subtable {padding-left:2.5em;}
/* start primary links ---------------------------------------------------------*/

#primary_nav_special {
/*	background-color: #fff;*/
	background: #990000; /* Red color used as background for primary navigation */
	padding: 0; /* may need to adjust to accommodate background image */
}

#primary_nav_special p {
	font-size: 80%;
/*	padding: 5px 10px;*/
	padding: 5px 0; /* Padding on left and right set to zero */
	margin: 0;
	color: #fff; /* Text color changed to white */
	font-weight:bold;
}

#primary_nav_special #selected { 
	color:#000000; 
	background: url("http://www.csufresno.edu/ciswebstandards/toolkitv12/images/primarynav_selected_bg.jpg") 0 0; /* This is the subtle gradient on the primary nav links */
}

#primary_nav_special a {
	color: #fff; /* Link colors set to white */
	text-decoration: none; /* This makes sure there are no underlines on the primary nav links */
	border-right: 1px solid #670000; /* These borders provide the separators between links */
	border-left: 1px solid #bb5454;
	padding: 5px 7px; /* This padding adds space around each link */
	background: url("http://www.csufresno.edu/ciswebstandards/toolkitv12/images/primarynav_a_bg.jpg") 0 0 no-repeat; /* This is the subtle gradient on the primary nav links */
	font-size: 10px; /* top navigation link font size */
}

#primary_nav_special a:link {color: #fff;}

#primary_nav_special a:visited {color: #fff;}

#primary_nav_special a:hover {
	color: #000;
/*	text-decoration:underline;*/ /* No underlines are needed since we are having the background change colors slightly. */
	background: url("http://www.csufresno.edu/ciswebstandards/toolkitv12/images/primarynav_selected_bg.jpg"); /* The background image is replaced with a solid red color on the hover state */
}

#primary_nav_special a:active {color: #fff;}

#primary_nav_special #selected { 

	color:#000000; 

	background: url("http://www.csufresno.edu/ciswebstandards/toolkitv12/images/primarynav_selected_bg.jpg") 0 0; /* This is the subtle gradient on the primary nav links */

}

/* end primary links */
