﻿/* fdc CSS Document - JW */

/*	Modification History

2008-12-05	Modified h1 text-transform to none (JJVC)
			Created a table atribute to set default value for tables (JJVC)
			Added a pseudo class sortable thead th,tr,td (JJVC)
			
2009-01-05	Added new classes for index page images (JW/JJVC)

Form css

	Develop by Amir SH January 2009
	Supervisor: Jim Williamson   
*/ 



/* The following are ATI fixes for inhereted CSULA style sheet errors */

#leftcol {
	clear:left;
}

#footer {
	clear:both;
}


/* End fixes for inhereted CSULA style sheet errors */



body, td {
	height: 1000px;
	line-height: 150%;
 	font-family: Helvetica, Arial,Verdana, sans-serif;
 	font-size: 10pt;
}


ul.fdc_list {
	list-style-type: disc;
	font-size: 10pt;
}

ol.fdc_list {
	font-size: 10pt;
}

ul.fdc_li {
	list-style-type: disc;
	margin-bottom:1em;
	font-size: 10pt;
 	font-family: Helvetica, Arial,Verdana, sans-serif;
}

/* Provides more space between list elements */
li.fdc_li {
	margin-bottom: .25em;
	font-size: 10pt;
 	font-family: Helvetica, Arial,Verdana, sans-serif;
}

/* Provides alignment with Blackboard logo in list element; used on BB page */
.bb_logo {
	list-style-type: none;
}

.bb_logo img {
	vertical-align: middle;
	position: relative;
	left:-15px;
	border:0;
	}

a.noborder, img.noborder{
	border:0px;
	text-decoration: none;
}

li.fdc_li {
	margin-bottom: .25em;
	font-size: 10pt;
 	font-family: Helvetica, Arial,Verdana, sans-serif;
}

li.fdc_olli {
	margin-bottom: .25em;
	font-size: 10pt;
 	font-family: Helvetica, Arial,Verdana, sans-serif;
}

table {
	border: 1px solid #666666;
	border-collapse:collapse;
}

.sortable thead th,tr,td {
	border: 1px solid #FED128;
}

table.sortable {
	width:auto;
	font-size: .9em;
	text-align: left;
	border: 2px solid #FED128;
	border-collapse: collapse;
}

caption.sortable {
	font-size: .8em;
}


th.sortable {
	padding: 5px;
	background-color: #FED128;
	border: solid thin  #FED128;
}

td.sortable {
	padding: 4px;
	border: 1px solid #FED128;
	height: auto;
}

.small {
	font-size: .8em;
}

.workshop_menu {
	text-align: center;
	font-size: 0.9em;

}



table.fdc_table {
	border-color: #eed233;
	border-width: thin;
	border-style: outset;
	width: 575px;
}

thead.fdc_table {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-color: gray;
	background-color: #FED128;

}

table.fdc_email_table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-color: #eed233;
	border-width: thin;
	border-style: outset;
	width: 500px;
}

thead.fdc_email_table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-color: gray;
	background-color: #FED128;

}


h1 {
	color: #000000;
}

h3.color {
	font-size: x-large;
	color: #CC0000;
	text-align:center;
}

h5.color {
	font-weight:lighter;
	color:#CC0000;
}


/* Following hides a text input field on fdc forms to help fight spam
	and hides a necessary ATI menu header; it is called subject_matter
	in order to trick form bots. */
.subject_matter {
	display:none;
}

.hidden {
	display:none;
}


/* The following styles are for use on the fdc front page */
.homepageimages {
	margin:40px 0 60px 0;
}

.blackboardimageinfo {
	float:left;
	padding-right: 15px;
	width: 71px;
	height: 54px;
	border: 0;
}

.blackboardimagecaption {
	padding-top:10px;
	margin-left: 145px;
}

.turnitinimageinfo {
	float:left;
	padding-right: 15px;
	width: 115px;
	height: 54px;
	border: 0;
}

.turnitinimagecaption {
	padding-top:10px;
	margin-left: 145px;
}

.respondusimageinfo {
	float:left;
	padding-right: 15px;
	width: 115px;
	height: 54px;
	border: 0;
}

.respondusimagecaption {
	padding-top:10px;
	margin-left: 140px;
}


.workshopsimageinfo {
	float:left;
	padding-right: 15px;
	width: 101px;
	height: 75px;
	border: 0;
}

.workshopsimagecaption {
	padding-top:10px;
	margin-left: 145px;
}

.bold {
	font-weight: bold;
}

.alert {
	font-weight: bold;
	color: red;
}


#runnerModified a {
	color: white;
	text-decoration: none;
	
}

.spotlight {
	width: 170px;
	border-color: black;
	border-width: 1px;
	border-style: solid;	
}

.spotlight_header {
	right: auto;
	left: auto;
	width: 170px;
	border-color: black;
	text-align: center;
	background-color: #FED128;
	border-style: none;	
}

.spotlight_text {
	padding-left: 5px;
	padding-right: 5px;
}


.todaysworkshop {
	margin-left: 2px;
	width: 130px;
	border-color: black;
	border-width: 1px;
	border-style: solid;	
}

.todaysworkshop_header {
	right: auto;
	left: auto;
	width: 130px;
	border-color: black;
	text-align: center;
	background-color: #FED128;
	border-style: none;	
}

.todaysworkshop_text {
	font-style: normal;
	font-weight: normal;
	font-size: 10.5px;
	padding-left: 5px;
	padding-right: 5px;
}



