/* ----------------------------------------------

Filename: xsmall.css
Purpose: Re-size text
Created by: Jorge L. Hurtado
Modified by: Gerard Greenidge (changed fixed widths to percentages)
Last Modified: 04-21-2004

---------------------------------------------- */

table {
	/* Position:relative is needed to keep text within the table boundaries */
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%; /* .9em */
	color: #333333;

}
.content {
	background-color:#FFFFFF;
}
	
a:link {
	color: #000000;
}

a:link clauderains {
display:none;
}
	
a:visited {
	color: #000000;
}
a:hover {
	color: #FF9900;
}
.TITLE1 {
	font-size: 118%; /* large */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.TITLE2 {
	font-size: 100%; /* medium */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.CHART {
	border: thin solid #CCCCCC;

}
.MENUtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%; /* small */
	font-weight: bold;
	color: #FFCC00;
}
body {
	color: #333333;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.datesaved {
	color: #999999;
	font-size: 70%;
}
.TITLE3 {
	font-weight: bold;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%; /* xx-small */
}
.newsheadline {
	font-style: normal;
}
.newslink {
	font-style: italic;
}
.menuindent1 {
	margin-left: 1em;
}
.menuindent2 {
	margin-left: 2em;
}
.menuindent3 {
	margin-left: 3em;
}
.MenuSubtitle {
	font-weight: bold;
}
.menurowheader {
	font-weight: bold;
	color: #FFCC00;
	background-image: url(http://www.csulb.edu/misc/depot/assets/L0/Mmenu_pglt_bk.gif);
	vertical-align: middle;
	font-size: 95%;
}
.paddedcell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin: 1px;
	padding: 2em;
}
.boldshort {
	font-weight: bold;
	color: #000000;
}
.menuitems {
	font-weight: bold;
}
.graycell {
    background-color: #eeeeee;
    padding: 3px 1px 6px 3px;
}
.graycell2 {
    background-color: #cccccc;
    padding: 0px 0px 0px 0px;
}
.regcell {
    padding: 0px 0px 3px 3px;
    font-size: 85%;
}

/* form elements */

input,textarea, select {
	color : #000000;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px; 
	border-color: #000000;
	border-style: solid;
}
.btn_audience {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L1/btn_bk.gif);
}
.bk_audience {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L1/btn_bk.gif);
}
.bk_audienceMN {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L0/Mbtn_bk.gif);
}
.bk_gradient1 {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L1/btn2_bk.gif);
}
.bk_orgbuttons {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L1/btn3_bk.gif);
}
.bk_mainmenu {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L1/menu_pglt_sqbk.gif);
}
.bk_footergradient {
	background-image: url(http://www.csulb.edu/misc/depot/assets/L1/btn4_bk.gif);
}
ul {
	margin: 0px;
}
.clauderains {
	display: none;
}
a:link clauderains {
	display: none;
}
.BkBanner {
	background-image: url(http://www.csulb.edu/siteassets/banners/bnr_bk_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}
.breadcrumbs {
	background-color: #EEEEEE;
	color: #000000;
	padding-left: 0.5em;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	padding-right: 0.5px;
}
.dottedbox {
	color: #000000;
	background-image:  url(http://www.csulb.edu/siteassets/layouts/lyt_bodybk_lined.gif);
	background-repeat: repeat;
	padding: 0.5em;
	border: thin dotted #CCCCCC;
}
.dottedboxy {
	color: #000000;
	background-image:  url(http://www.csulb.edu/siteassets/layouts/lyt_bodybk_linedy.gif);
	background-repeat: repeat;
	padding: 0.5em;
	border: thin dotted #CCCCCC;
}
.dottedboxw {
	color: #000000;
	padding: 0.5em;
}
.bkgraphNews {
	background-image: url(http://www.csulb.edu/siteassets/layouts/lyt_campusnews_graphic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bkgraphOurcampus {
	background-image: url(http://www.csulb.edu/siteassets/layouts/lyt_ourcampus_graphic.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bkgraphWelcome {
	background-image: url(http://www.csulb.edu/siteassets/layouts/lyt_welcome_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.whitecell {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

