/************************************************************************
 *			Adobe Reader 												*
 ************************************************************************/
 	
#adobe {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	padding: 5px;
	}
	
#adobe a {
	color: #333333;
	text-decoration: underline;
	}

#adobe a:hover {
	background-color: #e0e0e0;
	}
	
/************************************************************************
 *			Horizontal Rule												*
 ************************************************************************/
 
.hr {
	border-top: 1px solid #ffd400;
	padding-top: 8px;
	}

/************************************************************************
 *			Buttons														*
 ************************************************************************/
 
a.button, a.button:visited {
	padding-bottom: 1px;
	text-decoration: none;
	}
	
a.button:hover {
	background-color: #ffffff !important;
	}

/************************************************************************
 *			Links														*
 ************************************************************************/
 
a.more, 
a.more:visited {
	color: #fc8c02 !important;
	font-weight: bold;
	text-decoration: none !important;
	}
	
a.more:hover {
	background-color: #ffffff !important;
	text-decoration: underline !important;
	}
	
/************************************************************************
 *			Boxes	 													*
 ************************************************************************/

.box {
	border: 1px solid #ffd400;
	padding: 0;
	}

.boxHeading {
	background-color: #fdf0c4;
	border-bottom: 1px solid #ffd400;
	font-weight: bold;
	padding: 5px 10px;
	}
	
.boxContent {
	padding: 3px 10px;
	}

.boxNoBorder {
	border: none;
	padding: 0;
	text-align: left;
	}

	
/************************************************************************
 *			Home Page 													*
 ************************************************************************/
 
.button1 {
	background-image: url(http://www.calstatela.edu/its/training/images/btn1.jpg);
	background-repeat: no-repeat;
	margin: 0.5em;
	padding: 0;
	text-align: center;
	width: 156px;
	height: 94px;
	}
	
.button2 {
	background-image: url(http://www.calstatela.edu/its/training/images/btn2.jpg);
	background-repeat: no-repeat;
	margin: 0.5em;
	padding: 0;
	text-align: center;
	width: 156px;
	height: 94px;
	}
	
.button3 {
	background-image: url(http://www.calstatela.edu/its/training/images/btn2.jpg);
	background-repeat: no-repeat;
	margin: 0.5em;
	padding: 0;
	text-align: center;
	width: 156px;
	height: 94px;
	}
	
.button4 {
	background-image: url(http://www.calstatela.edu/its/training/images/btn1.jpg);
	background-repeat: no-repeat;
	margin: 0.5em;
	padding: 0;
	text-align: center;
	width: 156px;
	height: 94px;
	}
	
a#btn1:link, a#btn1:visited {
	display: block;
	margin: 0;
	padding: 1.6em 0 1.8em 0;
	font-size: 1.6em;
	text-decoration: none;
	}
	
a#btn2:link, a#btn2:visited {
	display: block;
	margin: 0;
	padding: 1.6em 0 1.8em 0;
	font-size:1.6em;
	text-decoration: none;
	}

a#btn3:link, a#btn3:visited {
	display: block;
	margin: 0;
	padding: 1.05em 0 1.3em 0;
	font-size: 1.6em;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
	}

a#btn4:link, a#btn4:visited {
	display: block;
	margin: 0;
	padding: 1.05em 0 1.3em 0;
	font-size: 1.6em;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
	}
	
a#btn1:hover, a#btn2:hover,
a#btn3:hover, a#btn4:hover {
	background: none;
	color: #cd7303;
	}
	
.column3 #mainContent {
     margin-right: 13em !important;
     }
	 
#rightcol {
	padding-left: 1px !important;
	width: 150px;
	}
 		
/************************************************************************
 *			FAQs														*
 ************************************************************************/

.faqLetter {
	color: #fc8c02;
	float: left;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	}

.faqQuestion {
	font-weight: bold;
	margin-left: 25px;
	margin-top: 0;
	padding-top: 0;
	}

.faqAnswer {
	margin-left: 25px;
	}

/************************************************************************
 *			Form														*
 ************************************************************************/
	
legend {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 7px;	
	}

.required {
	font-size: 0.875em;
	margin: 0;
	padding-bottom: 20px;
	text-align: right;
	}
	
.label {
	clear: left; 
	display: block;
	float: left;
	width: 19em;
	text-align: right;
	margin-right: 1em;
	}

.input, .select {
	padding: 0; 
	margin-bottom: 0.8em;
	width: 12em;
	}
	
.widerWidthSelect {
	padding: 0; 
	margin-bottom: 0.8em;
	width: 15em;
	}
	
.narrowerWidthInput {
	padding: 0; 
	margin-bottom: 0.8em;
	width: 7em;
	}	

.narrowerWidthSelect {
	padding: 0; 
	margin-bottom: 0.8em;
	width: 5em;
	}	
	
.radioItem {	
	margin-left: 5em;	
	margin-bottom: 0.2em;
	}
	
.spanText {
	margin-left: 1em;
	}

.fileInfo {
	color: #666666;
	font-size: 0.875em;
	}

.icon {
	padding-right: 50px;
	padding-top: 30px;
	}
	
