/* Loosely based off the Official UCCS Web Department [Centered, Left Nav] template CSS Version 2.2.0 */
/* Written by Jeff Foster in the UCCS Web Department. 2007 */


	body {
		background-image: url('graphics/bg-gradient.jpg'); background-repeat:repeat-x;
		background-color:#FFCB15;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:0px;
		Margin:0px;
		}
		
	#uccs_container {
		/*background-image: url('graphics/bg-top.gif'); background-repeat:repeat-x;*/
		background-color:#fff;
		color:inherit;
		width:1000px;
	    margin:10px auto;
	    border:2px solid #000;
		}
	       
	#uccs_lowercontainer {background-image:url('graphics/bg-lower.gif'); background-repeat:repeat-y;}
		
		
/* Accessability classes */
	.uccs_skipnav {position:absolute; left:-1000em; width:20em;}
	.uccs_hidden {display:none;}
	
	
/*  Header  */
	#uccs_head {
		top:0px;
		left:0px;
		width:1000px;
		height:135px;
		border-bottom:2px solid #000;
		margin:0px;
		padding:0px;
		}			
	
	
/*  Navigation  */

#uccs_navcontainer {
	float:left;
	width:160px;
	margin:0px 10px 10px 0px;
	}

#uccs_navcontainer img {border:0px;}


#uccs_nav {
	width:160px;
	background-color:#ccc;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

	
	/*  Basic Styling  */
#uccs_nav img {border:0px;}
#uccs_nav a.uccs_navlink {display:block; color:#eee; background-color:#000; padding:3px 3px 3px 15px; margin:0px; text-decoration:none; background-image:url('graphics/linkarrow.gif'); background-repeat:no-repeat;}
#uccs_nav a.uccs_pagelink {display:block; color:#056699; border-right:3px solid #aaa;  background-color:#fff; font-size:12px; padding:2px 3px 2px 15px; margin:1px 0px; text-decoration:none; background-image:url('graphics/pagearrow.gif'); background-repeat:no-repeat;}
	
	/*  Special Styling  */
#uccs_nav span.navtitle {display:block; background-color:#f0bc00; border-right:3px solid #c07900; padding:2px; font-size:14px; font-weight:bold;}
#uccs_nav a.uccs_navlinkemph {display:block; color:#000; background-color:#FFAD00; padding:3px 3px 3px 15px; margin:1px 0px 0px 0px; text-decoration:none; background-image:url('graphics/linkarrow.gif'); background-repeat:no-repeat; font-weight:bold;}
#uccs_nav a.uccs_pagelinkemph {display:block; color:#000; background-color:#FFAD00; font-size:11px; padding:3px 3px 3px 15px; margin:3px 3px 3px 15px; text-decoration:none; background-image:url('graphics/pagearrow.gif'); background-repeat:no-repeat;}


	/*  Sub-Category Styling  */
#uccs_nav div .uccs_trigger {padding:2px 1px 2px 15px; margin:0px 0px 0px 0px; font-size:11px;}
#uccs_nav div .uccs_expanded {padding:2px 1px 2px 15px; margin:0px 0px 0px 0px; font-size:11px;}
#uccs_nav div div a.uccs_pagelink {display:block; color:#056699; background-color:#FFF; font-size:11px; padding:2px 2px 2px 15px; margin:2px 2px 2px 15px; text-decoration:none; background-image:url('graphics/pagearrow.gif'); background-repeat:no-repeat;}
	

	/*  Hover Styling  */
#uccs_nav a:hover {background-color:#f0bc00; color:#000; border-right:3px solid #c07900;}
#uccs_nav div div a:hover {background-color:#f0bc00; color:#000; border-right:3px solid #c07900;} 

a.uccs_pagelink:hover {background-color:#f0bc00; color:#000; border-right:3px solid #c07900;}
a.uccs_navlinkemph:hover {background-color:#8797C9; color:inherit;}
a.uccs_pagelinkemph:hover {background-color:#8797C9; color:inherit;}


	/*  Div for Post-Navigation Optional Space  */
#uccs_postnav {padding:10px 0 0 0;}
	
	
	
	
/*  Content & Styles  */
	
	#uccs_content {margin:0px; width:790px; min-height:300px; float:left;}
	#uccs_content_left {margin:0px; width:430px; min-height:300px; float:left;}
	
	a {color:#557BC1; background-color:inherit; text-decoration:none;}
	a:link {color:#557BC1; background-color:inherit;}
	a:visited {color:#355B71; background-color:inherit;}
	a:hover {color:#FAAC00;background-color:inherit;text-decoration:underline;}
	
	h1 {font-size:18px; margin-top:5px;}
	h2 {font-size:14px; margin-top:8px;}
	
	
	code {color:#363; background-color:inherit;}
	.uccs_indent {padding-left:20px;}
	
	.uccs_lts {padding-right:17px; background-image: url('graphics/lts.gif'); background-repeat:no-repeat; background-position:top right;}


	.entry {border:2px solid #ddd; background-color:#eee; min-height:235px; padding:10px; margin-bottom:10px;}
	.entry:hover {border:2px solid #dde; background-color:#eef;}
	.entry h2 {margin-top:0px;}
	.entry img {float:left; border:0px; margin:0px 10px 10px 0px; }
	.entry .more {text-align:center; font-size:11px;}


/*	Right Content  */

	#right_content {width:340px; margin-left:15px;float:left;}

	#right_content .box div {border:1px solid #ccc; border-top:0px; margin-bottom:20px; padding:3px; background-color:#eee;}


/*	Tabs  */
	#right_content ul.subsection_tabs {
		list-style:none;
		margin:0;
		padding:0;
		clear:both;
		border-bottom:1px solid #ccc;
		height:17px;
		clear:both;
	}
	
	#right_content ul.subsection_tabs li {
		float:left;
		margin-right:2px;
		text-align:center;
	}
	
	#right_content ul.subsection_tabs li a {
		display:block;
		height:13px;
		padding:4px 5px 0 5px;
		background-color:#fff;
		color:#000;
		font-size:9px;
	}
	
	#right_content ul.subsection_tabs li a:hover {
		color:#669; text-decoration:none; background-color:#eef
	}
	
	#right_content ul.subsection_tabs li a.active {
		background-color:#ccc;
	}


	





/*  Footer  */
	#uccs_footer {width:100%; clear:both; min-height:35px; min-width:1000px; 
				background-color:#000; color:#ddd; font:10px arial, verdana, sans-serif; 
				padding-top:3px; margin:30px 0px 0px 0px;
				text-align:center;}

	#uccs_footer img {margin:5px 25px;}
	#uccs_footer img.logo {margin:0px 0px;}
	

	
/*    domcollapse stuff -- controls the collapseable stuff in the Navigation #uccs_nav  */

	#uccs_nav .uccs_trigger{
			cursor:pointer;
			display:block;
			padding:2px 3px 3px 2px;
			margin:0px 0px 1px 0px;
			background-image: url('graphics/blackbevel.gif'); background-repeat:repeat-x;
			background-color:transparent;
			color:#FFF;
			border-right:3px solid #000;
		}	
		
	#uccs_nav .uccs_trigger img{padding-right:4px;}
	#uccs_nav .uccs_trigger:hover{cursor:pointer; background:#f0bc00; color:#000; border-right:3px solid #c07900;}	
	
	#uccs_nav .uccs_expanded{
			background-color:transparent;
			background-image: url('graphics/blackbevel.gif'); background-repeat:repeat-x;
			color:#f0bc00;
			cursor:pointer;
			display:block;
			padding:2px 3px 3px 2px;
			 margin:0px 0px 0px 0px; 
			 border-right:3px solid #000;
		}
		
	#uccs_nav .uccs_expanded img{padding-right:4px;}
	#uccs_nav .uccs_expanded:hover{background:#f0bc00; color:#000; cursor:pointer; border-right:3px solid #c07900;}
		
		#uccs_nav h4 {display:block; margin:0px; text-align:center; font-size:9px; padding:2px; height:1.3em;}
		
		.excoll {cursor:pointer;}
		.excoll:hover{text-decoration:underline;}
		
		
		.uccs_show{
     position:static;
     display:inline;
		}
		.uccs_hide{
		display:none;
		}
.statistics{color:#000000;font-size:7pt;}
.caption {border:2px solid #ddd; background-color:#eee; min-height:150px; padding:10px; margin-bottom:10px;}
.caption:hover {border:2px solid #dde; background-color:#eef;}

/*    icons  */

#uccs_content a.icon {
background-position:100% 35%;
}

a.excel, #uccs_nav a.excel {
background-image:url("graphics/xlsx.gif");
}

a.html, #uccs_nav a.html {
background-image:url("graphics/html.gif");
}

a.icon, #uccs_nav a.icon {
background-position:98% 35%;
background-repeat:no-repeat;
padding-right:20px;
}

a.pdf, #uccs_nav a.pdf {
background-image:url("graphics/pdf.gif");
}

a.powerpoint, #uccs_nav a.powerpoint {
background-image:url("graphics/pptx.gif");
}

