/* Style sheet for DAF forms 
WDC: 29 June 2005; updated 2007-04-24
*/
/* all tables */
h1 {
	margin-bottom:1.5em;
}
h1 span {
	display:none;
}
#formsSearchBox form {
	padding: .5em .5em 0 .5em;
}
#searchSubmit {
	float:right;
	margin-right:4px;
}
#filetypeList {
	width:188px;
}
.listRow, .listRow2 {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	vertical-align: top;
}
.searchColA {
	display: block;
	width: 5em;
	float: left;
}
.searchColB {
	display: block;
}
.listRow2 {
	padding: .2em 0 0 5.8em;
	margin-bottom: 0
}
.pageTitle {
	margin-bottom: 1em;
}
.preamble {
}
/* wraps the whole table */
.formsTable {
}
/* custom alignment */
.formsTable th {
	text-align:left;
}
.TableChartWhiteCells {
	text-align: left;
}
.TableChartWhiteCells img {
	border: none;
}
.formsTable .TableChartTitle {
	width: 518px;
	text-align: center;
}
.formsTable .issue_date {
	width: 72px;
	text-align: center;
}
/* no borders on table icons */
.formsTable a img {
	border: none;
}
/* icon position */
.formsTable img {
	margin-bottom: -3px;
}
.formsTable .icon {
	width: 40px;
	text-align:center;
}
.formsbox .issue_date {
	margin-left:2em;
}
/********** tabs *************/
.tabs {
	width:700px;
	height:3em;
	margin:0;
	padding:0;
	position:relative;
	top:1em;
	border-bottom:1px solid #ccc;
}
.tabs li {
	background-color:#eee;
	width:10.5em;
	line-height:1.5em;
	float:left;
	list-style-image:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-right:1em;
	position:relative;
	top:6px;
}
.tabs li a, .tabs li span {
	background-color:#ddd;
	display:block;
	width:9.5em;
	padding:.5em;
}
.tabs li a:hover {
	background-color:#ccc;
	color:#ffc600;
}
.tabs li span {
	background-color:#eee;
}
#contain_column2 .formsTable {
	clear:left;
}
#contain_column2 .formsTable table {
	width:100%;
}
.formsbox {
	background-image: url(http://www.csulb.edu/misc/depot/assets/UT/bk_lightgray_gradient.gif);
	background-repeat:repeat-x;
	padding:1em;
	margin:1em 0 1em 0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}
/***** sidebar links that you want to hide ******/
.formslink {
	display:none;
}

