/********************STANDARDS*******************************************************************************************/


/*#content.wrap {background-image:url(http://news.fullerton.edu/_resources/img-core/bg-shade-short.png);}*/

table {border:1px solid #ccc; font-size:75%;}
caption {font-weight:bold; margin-bottom:10px; font-size:131.25%; text-align:left;}
th {background-color:#0553a4; color:#fff; padding:8px;}
td {border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:8px; line-height:1.6em; vertical-align:top ; }
.grey {background-color:#efefef;}


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}


/*COPY H#, PARARGRAPH, AND LISTS*/
.copy h1 {
	margin-bottom:5px;
	font-size:200%;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:0.025pt;
	line-height:1em;
	color: #222;}
	
.copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {font-family:Helvetica, Arial, sans-serif; margin-bottom:5px;}

/*H2: DECK HEAD*/	
.copy h2 {
	font-size:112.5%;

	color:#666;
	font-weight:normal;}

/*H3: SUB HEAD*/	
/*.copy h3 {
	font-size:131.25%;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.2em;
	color:#222;}*/

.copy h4 {font-size:87.5%;
	color:#666;
	text-transform:uppercase;}

/*STORY DATE & BYLINE*/
#storyDate, #byline {
	color:#555;
	margin:30px 0;
	padding:0;}

.copy ul {list-style:disc;}
.copy ol {list-style:decimal; margin-left:20px;}

.copy p, .copy li {
	font-size:87.5%;
	line-height:1.6;
	color:#222;}
	.copy li p {font-size:100%;}
	
.copy p {margin:0; padding-top:0; padding-bottom:20px;}
	
/**** error messages and .NET validartors ********/
.errorMsg {font-size:12px; font-weight:bold; font-style:italic; color:#f00;}
.flowRight {float:right ; padding-left:5PX;}

    
.italicFont { font-style:italic ; }        
.boldFont { font-weight:bold ; }       
.normalFont { font-weight:normal ; }    
.H1Font  {  line-height: 40px;  margin-bottom: 20px;   font-size : 262.5%; } 	
.brandingColor { color:White;  }

.logOutPadding {   padding-right:25px; padding-top:10px; }	   

.divPadding { padding-left: 15px;  }


#breadcrumb li {color:#666;} 

p.tags {font-weight:bold; text-transform:uppercase; color:#666; padding-top:15px; padding-bottom:50px; border-top:1px dotted #666; clear:both; }
.tags a {font-weight:normal; text-transform:none; text-decoration:none;}
.tags a:hover {text-decoration:underline;}



/*************** FORM styles ******************/
.csufGenericForm h1, .csufGenericForm h2, .csufGenericForm h3, .csufGenericForm h4, .csufGenericForm h5, .csufGenericForm h6 {clear:both;}
/*.csufGenericForm form h4, .csufGenericForm form h3 {float:left; clear:left; margin-top:10px; margin-bottom:10px; }*/


.csufGenericForm p { float:left; clear:left; margin-top:0; margin-bottom:0; }
.csufGenericForm hr {color:#000;  width:1px;}
/*.csufGenericForm form table {float:left;clear:left;}*/

.csufGenericForm label {float:left; margin-bottom:.125em; font-weight:bold;}
.csufGenericForm input[type="text"], .csufGenericForm input[type="password"], .csufGenericForm textarea , .csufGenericForm select, .csufGenericForm input[type="file"]
{
	float:left;
	clear:left;
	min-width:300px; 
	padding:4px;
	border:1px solid #444;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fff)); 
	background-image: -webkit-linear-gradient(top, #d5d5d5, #fff); 
	background-image:    -moz-linear-gradient(top, #d5d5d5, #fff); 
	background-image:     -ms-linear-gradient(top, #d5d5d5, #fff); 
	background-image:      -o-linear-gradient(top, #d5d5d5, #fff); 
	background-image:         linear-gradient(top, #d5d5d5, #fff);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.csufGenericForm input[type="radio"]
{
    float:left ;
    clear :none ;
    min-width:50px; 
}



/*************** BUTTONS styles ******************/
.confirmButton, .cancelButton, .neutralButton 
{
	font-size:75%;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 2px #444;
	padding:.25em .5em;
	border-width:1px;
	border-style:solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
	line-height:1.5;
	min-height:20px;
}

.confirmButton {
	background-color:#06c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06c), to(#0E386B)); 
	background-image: -webkit-linear-gradient(top, #06c, #0E386B); 
	background-image:    -moz-linear-gradient(top, #06c, #0E386B); 
	background-image:     -ms-linear-gradient(top, #06c, #0E386B); 
	background-image:      -o-linear-gradient(top, #06c, #0E386B); 
	background-image:         linear-gradient(top, #06c, #0E386B);
	border-color:#08182f;}

.confirmButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#09f), to(#0E386B)); 
	background-image: -webkit-linear-gradient(top, #09f, #0E386B); 
	background-image:    -moz-linear-gradient(top, #09f, #0E386B); 
	background-image:     -ms-linear-gradient(top, #09f, #0E386B); 
	background-image:      -o-linear-gradient(top, #09f, #0E386B); 
	background-image:         linear-gradient(top, #09f, #0E386B);}
	
.confirmButton:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#09f), to(#0060F0)); 
	background-image: -webkit-linear-gradient(top, #09f, #0060F0); 
	background-image:    -moz-linear-gradient(top, #09f, #0060F0); 
	background-image:     -ms-linear-gradient(top, #09f, #0060F0); 
	background-image:      -o-linear-gradient(top, #09f, #0060F0); 
	background-image:         linear-gradient(top, #09f, #0060F0);}
	
.cancelButton {
	zoom:1;
	display:block;
	background-color:#ae0000;
	opacity: .80;
	border-color: #480000;
	background-image: linear-gradient(top, #ae0000, #6c0000);
}
	a.cancelButton {text-decoration:none; color:#fff;}
	
.cancelButton:hover, .cancelButton:active {
	filter:alpha(opacity=100);
	opacity:1;}
	
.cancelButton:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#900)); 
	background-image: -webkit-linear-gradient(top, #f00, #900); 
	background-image:    -moz-linear-gradient(top, #f00, #900); 
	background-image:     -ms-linear-gradient(top, #f00, #900); 
	background-image:      -o-linear-gradient(top, #f00, #900); 
	background-image:         linear-gradient(top, #f00, #900);}

.neutralButton {
	zoom:1;
	display:block;
	background-color:#ccc;
	opacity: .80;
	border-color: #484848;
	color: #000;
	background-image: linear-gradient(top, #ccc, #aeaeae);
}
	a.neutralButton {text-decoration:none; color:#000;}
	
.neutralButton:hover, .neutralButton:active {
	filter:alpha(opacity=100);
	opacity:1;}
	
.neutralButton:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 
	background-image: -webkit-linear-gradient(top, #fff, #ccc); 
	background-image:    -moz-linear-gradient(top, #fff, #ccc); 
	background-image:     -ms-linear-gradient(top, #fff, #ccc); 
	background-image:      -o-linear-gradient(top, #fff, #ccc); 
	background-image:         linear-gradient(top, #fff, #ccc);}

/* align buttons horizontally  */
.stackButtons button, .stackButtons input[type="submit"] {float:left; margin-right:3em;}







/*************** SPECIFIC STYLES *****************************************************************************************************************/



/*************** TOP page navigation tabs ******************/
.secNews #navNews a,
.secFacultyStaff #navFacultyStaff a,
.secCSUFInTheMedia #navCSUFInTheMedia a,
.secForMedia #navForMedia a,
.secRSS #navRSS a {color:#666;background-color:#fff;background-image:none;}	


/******************* Accordion specific *******************/
#accordionForTheMedia .collapsible-heading {font-weight:bold;}
#accordionForTheMedia .collapsible-content {background-image:none;}
#accordionForTheMedia h3 {font-size:100%; margin-bottom:0;}
#accordionHighlightedEvents {margin-bottom:15px;}


/********************Template B and right sidebar***********************/
/*TEMPLATE B - MAIN*/
/*.templateB #main {width:710px;}*/

.templateB #sidebar1 {
	width:240px;
	margin-left:5px;}
	.templateB #sidebar1 .sectionnav {padding-left:0;}
	
.sideblock h3, h4, h5 {
	color:#666; 
	text-transform:uppercase;}

.sideblock h3 {font-size:87.5%;}

.sectionnav {margin-bottom:30px;}
	
.sectionnav a {
	width:220px;
	font-weight:normal; 
	border-bottom-color:#E5E5E5; 
	line-height:1.4em;}
.related {
	font-family:"Times New Roman", Times, serif; 
	font-size:112.5%; 
	font-style:italic; 
	letter-spacing:0.2pt;}
#sidebar1 form { 
	margin-top:5px;}
	
	
/****************** News by Colleges dropdown **********************/
#newsByColleges p {font-size:100%;}
#newsByColleges label[for="select1"] {font-size:87.5%; color:#666; text-transform:uppercase; font-weight:bold;}
	

/*PHOTO RESOURCES / COMM RESOURCES / EXPERTS GUIDE **************/    
.fs-resources {
	list-style: none;
	margin:0; margin-left:12px;}
	.fs-resources li {
	font-size:75%;
	width:210px;
	background-color:#333333;
	text-transform: uppercase;
	padding: 8px;
	margin-bottom:5px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
	position: relative;}
	.fs-resources li a:link, .fs-resources li a:visited {color:#ffffff; text-decoration:none;}
	.fs-resources li a:hover {text-decoration:underline;} 		


/********************PHOTO BOXES / SLIDESHOW***********************/
.slider700 {width:680px; padding:10px;}
#sliderNav {left:235px;}

#slideshow div p {
width:210px;
color:#000;
position:absolute;
left:450px;
padding:10px;
margin:0;
font-family:"Times New Roman", Times, serif;
}
#slideshow div p.photoDownload {bottom:0; display:relative;}
/*
#slideshow div p {
		width:210px;
		font-size:75%; 
		line-height:1.4em;
		padding:0 10px;
		margin-top:10px;
		color:#000;
		float:left;
		position:relative;}*/
#newsSlider {background-image:none; margin-bottom:30px;}
#slideshow {min-height:300px; background-color:#dee9ef;}
#sliderPrev {left:10px;}
#sliderNext {right:10px;}
#photoSingle {margin-bottom:30px;}
#videoSingle {margin-bottom:30px;}


/*BANNER*/
.banner { 
	width:auto; 
	border:10px solid #fff; 
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888; 
	box-shadow: 0 0 5px #888; 
	background-color:#DEE9EF;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
	position: relative;}
	.banner img {
		float: left; 
		margin-right:15px;}
	.banner h3 {margin-top:10px;}
	.banner h3 a:link, .banner h3 a:visited {color:#222; text-decoration:none;}
	.banner h3 a:hover {text-decoration:underline;}	
	.banner p {
		font-size:75%; 
		line-height:1.4em;
		padding:0 15px 0 0;
		margin:10px 0;}
/*
	.banner a:link, .copy .banner a:visited {
		color:#222; 
		text-decoration:none;}
	.banner a:hover {
		text-decoration:underline; 
		color:#06c;}
	.banner .bannercaption {margin-top:15px;}
*/
	
/*MUGSHOT*/
.mugshot {
	float: right; 
	width:auto; 
	padding:10px; 
	margin-left:15px; 
	margin-bottom:15px; 
	margin-right:10px;
	background-color:#ffffff;
	-moz-box-shadow:#888 0 0 5px ; 
	-webkit-box-shadow:#888 0 0 5px; 
	box-shadow:#888 0 0 5px;
	position: relative;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
    overflow:auto;
    clear:both;
 }

.mugshot img {
    width: 275px; /* Force the older images to this width */
}

.mugshot p {
	font-size:75%; 
	line-height:1.4em; 
	padding-bottom:0; 
	margin-bottom:0;
    width: 275px;
}



/********************HOMEPAGE / FACULTY & STAFF***********************/
/*TOP FILTER BAR*/
.selectCategoryTitle {text-transform:uppercase; color: #666; width:935px; padding:10px; margin:0 auto; text-align:center; background-color: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #efefef); /* for firefox 3.6+ */ }
	
.filterBar 
{
	width:auto;
    border: 1px solid #ccc;
	padding: 10px;
	margin-top:-5px;
    margin-left:10px;
    margin-right:10px;
	font-size:87.5%;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
	position: relative;
	background: #ffffff; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #efefef); /* for firefox 3.6+ */ 
	-pie-background: linear-gradient(#fff, #EEE); /*PIE*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* for IE */
}

.filterBar li {display:inline; margin-right:12px;}
.filterBar input[type="checkbox"] {margin:0 4px 0 0;}


.filterBar input[type="submit"] {
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #ccc;
	padding:5px 10px;
	color:#888;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
	background: #ffffff; /* for non-css3 browsers */
	-pie-background: linear-gradient(#ffffff, #cccccc); /*PIE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
	position: absolute;
	top:4px;
	right:4px;
	cursor: pointer;
	}
	
/* add space between check boxes */
/*
.filterForm label {margin-right:11px;}

.filterForm {margin:0 0 20px; padding:0;}
.filterForm input {margin-right:3px;}

.filterForm ul, .categorySelection ul {
	list-style:none; 
	margin:0;}	
.filterForm li, .categorySelection li{
	display:inline; 
	color:#555; 
	margin-right:10px;}
*/
/*STATIC SHADOWED BOX ON SIDEBAR*/
.sidebarModule { 
	padding:2px; 
	margin-left:10px; 
	margin-bottom:15px; 
	background-color:#ffffff;
	-moz-box-shadow:#888 0 0 5px ; 
	-webkit-box-shadow:#888 0 0 5px; 
	box-shadow:#888 0 0 5px;
	position: relative;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);}
	.sidebarModule h4 {
		background-color:#EAEAEA;
		margin-left:0;
		padding:10px;}
	.sidebarModule h5 {padding-left:10px;}
	.sidebarModule p {
		font-size:80%; 
		line-height:1.4em; 
		padding-bottom:0;
		margin-top:10px; 
		margin-bottom:0;
		margin-left:10px;
		margin-right:10px;}
	.sidebarModule p:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	.sidebarModule img {
		float:left;
		margin-right:10px;}
	.sidebarModule .mediaMap {margin-top:10px;}		
	.sidebarModule .mediaMap li {
		margin-left:25px; 
		margin-right:10px; 
		font-size:75%;
		list-style-image:url(http://www.fullerton.edu/core/_default/i/bullet-triangle-blue.gif);}

.accordion ul[role="navigation"] li {
    font-size: 80%;
    line-height: 1.4em;
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;
}

.shadowed {
	-moz-box-shadow:#888 0 0 5px ; 
	-webkit-box-shadow:#888 0 0 5px; 
	box-shadow:#888 0 0 5px;
	position: relative;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);}


/*PANEL HIGHLIGHTED EVENTS*/
#panelEvents p {line-height:1.2em; font-size:75%; border-bottom:1px dotted #ccc; padding-bottom:10px;}

/********************NEWS FEEDS CATEGORY***********************/
/*NOTE: .weeklyFeed is for news feed on the Homepage and Faculty & Staff page. .categoryFeed is for the News By Category page.*/
.categoryFilters {margin-bottom:1em;}
.categoryFilters h3 {margin:10px 0; padding:0 8px; clear:both;}
.categoryFilters ul {
	float:left;
	clear:both;
	margin-bottom:10px;
	padding-left:4px;}
.categoryFilters li{
	float:left;
	clear:both;
	padding-right:12px;
	font-size:75%;
}
.categoryFilters input[type="checkbox"] {float:left; margin-right:4px;}
.categoryFilters label {font-weight:normal;}

.buttonBox {clear:both; padding:1em 0 2em;}
.categoryFilters .confirmButton {float:left; margin-left:4px;}
.categoryFilters .cancelButton {float:right; margin-right:4px;}

.categoryFeed {
	clear:both;
	background:url(http://news.fullerton.edu/_resources/img-core/bg-category.jpg) no-repeat top center;}
	.categoryFeed h2 {
		margin-left:15px;
		padding-top:30px;
		color:#222; 
		 font-size:100%; 
		 font-weight:normal; 
		 text-transform:uppercase;}

.weeklyFeed {
	clear:both;
	width:694px; 
	padding:2px; 
	border:1px solid #ccc;
	margin-top:20px;}
	.weeklyFeed .titleBar {
		width:664px; 
		height:16px;
		padding:10px 15px; 
		background-color:#e3e1e2;
		margin:0;}
	.weeklyFeed .titleBar h2 {
		 float:left;
		 color:#444; 
		 font-size:87.5%;  
		 text-transform:uppercase;}
	.weeklyFeed .titleBar p {
		float:right;
		font-size:75%;}
		
	.weeklyFeed ul, .categoryFeed ul {
		list-style:none; 
		margin:0;}
	.weeklyFeed li, .categoryFeed li {
		font-family:"Times New Roman", Times, serif; 
		font-size:112.5%; 
		padding:10px 15px; 
		border-bottom:1px dotted #ccc;}
	.weeklyFeed li a:link, .categoryFeed li a:link {
		color:#222; 
		text-decoration:none;}
	.weeklyFeed li a:visited, .categoryFeed li a:visited {color:#666;}
	.weeklyFeed li a:hover, .categoryFeed li a:hover {
		color:#06C; 
		text-decoration:underline;}

.cat {
	margin-left:0px;
	margin-top:25px;}


/********************STORY TEMPLATE***********************/
/*SHARE THIS BUTTON*/
.shareThis {
	width:100px;
	font-size:87.5%;
	font-weight:bold;
	border:1px solid #ccc;
	padding:5px 10px;
	color:#777;
	margin:10px 12px 30px;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
	background: #ffffff; /* for non-css3 browsers */
	-pie-background: linear-gradient(#ffffff, #cccccc); /*PIE*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #efefef);} /* for firefox 3.6+ */


.btnShareThis {
	text-transform:uppercase;
	font-weight:bold;
	max-width:100px;
	border:1px solid #ccc;
	margin-bottom:20px;
	margin-left:10px;
	padding:5px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	behavior: url(http://news.fullerton.edu/_resources/pie/PIE.htc);
	background: #ffffff; /* for non-css3 browsers */
	-pie-background: linear-gradient(#ffffff, #cccccc); /*PIE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
	position: relative;
	cursor: pointer;
	}
	.btnShareThis a {color:#888;}




/********************CSUF IN THE MEDIA / BULLETIN BOARD ***********************/
.postStyle {margin-bottom:40px;}
.postStyle p {font-size:75%; text-transform:uppercase; color:#666; padding:10px 0; border-bottom:1px dotted #CCC;}
.postStyle p a:link {text-transform:none; font-family:"Times New Roman", Times, serif; font-size:175%; color:#222; text-decoration:none;}
.postStyle p a:hover {color:#06C; text-decoration:underline;}
.postStyle p a:visited {color:#666;}


/********************FOR THE MEDIA***********************/

.accordion h3 a:link, .accordion h3 a:visited, .accordion p.offsiteLink a:link, .accordion p.offsiteLink a:visited {
    text-transform:uppercase; 
    color:#555; 
    text-decoration:none; 
    font-family:Arial, Helvetica, sans-serif;
}

.accordion h4 {
	margin-left:10px; 
	text-transform:none; 
	color:#222; 
	font-family:"Times New Roman", Times, serif; 
	font-size:150%; 
	font-weight:normal;}
	
.leadership p {
	margin:10px 0; 
	padding-bottom:10px; 
	border-bottom:1px dotted #ccc; }
	
.stats {padding-left:10px; margin-right:20px;}

/***** BBAdmin Post page ***************/
#dgPosts .alignLeft { text-align:left ; }
/* remove max width for dgPosts table */
form .removeMaxWidth {  max-width: 100%; }
          
/* Checkbox list fix for filter */
.CheckBoxlist td, table {border: 0px solid #000;}  

#bannerArea {
    float: left;
    display: inline;
    width: 750px;
    padding-top: 10px;
}
	
/***** ARCHIVE PAGE ***************/	
	
.archiveFilter {

padding-left: 10px;

}	

/********************CSUF IN THE MEDIA / BULLETIN BOARD ***********************/
.archivePost {margin-bottom:40px;}
.archivePost p {font-size:75%; color:#666; padding:10px 0; border-bottom:1px dotted #CCC;}
.archivePost p a:link {text-transform:none; font-family:"Times New Roman", Times, serif; font-size:175%; color:#222; text-decoration:none;}
.archivePost p a:hover {color:#06C; text-decoration:underline;}
.archivePost p a:visited {color:#666;}
	
.news_output h5
{

	padding: 0px !important;
	margin: 0px !important;
	padding-left: 15px !important;
	padding-top: 2px !important;
	font-size: 75% !important;	
	position:relative;
	bottom:-12px;
	font-style: normal !important;
	font-weight: normal !important;
}

.Archive_output h5
{

	padding: 0px !important;
	margin: 0px !important;
	/*padding-left: 15px !important;*/
	padding-top: 2px !important;
	font-size: 75% !important;	
	position:relative;
	bottom:-12px;
	font-style: normal !important;
	font-weight: normal !important;
}

h5#storySource
{
	padding: 0px !important;
	margin: 0px !important;
	padding-top: 2px !important;
	padding-bottom: 5px !important;
	font-size: 75% !important;	
	position:relative;
	font-style: normal !important;
	font-weight: normal !important;
}


/*
.csufGenericForm input, .csufGenericForm textarea
{
	max-width:200px;
	padding:4px;
	border:1px solid #444;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fff)); 
	background-image: -webkit-linear-gradient(top, #d5d5d5, #fff); 
	background-image:    -moz-linear-gradient(top, #d5d5d5, #fff); 
	background-image:     -ms-linear-gradient(top, #d5d5d5, #fff); 
	background-image:      -o-linear-gradient(top, #d5d5d5, #fff); 
	background-image:         linear-gradient(top, #d5d5d5, #fff);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
.csufGenericForm button {margin:.5em auto 1em;}
*/
